[RESOLVED] Changing minimize behavior
Im doing a data base aplication which needs to run when windows starts. It will make a SELECT Consult with a given parameter and returns the number of rows found.
The part in which i found problem is that i need that when i press the minimize button of the window instead of goin to the task bar like it normally does, it should go to the area just next to the clock (where the mesenger and the network icons appear). If someone has used BitTorrent Tornado client he or she has seen this kind of behavior in the minimize. Also i need to refresh the tip text given a certain amount of time, so it can redo the SELECT consult and shown the number of rows found again.
Thanks to anyone who can help
Re: Changing minimize behavior
Welcome to Forums, neo!
Area that you refered is also known as "System Tray". We have multiple samples throughout the forums available.
Simple search retuned this:
http://www.vbforums.com/search.php?searchid=613184
Re: Changing minimize behavior
Thanks Rhino :)
Im testing the code, but im stil having trouble reopening the form from the System tray. Im trying Angbermu code example.
Edit: Already get the code to work like i wanted. Will try to upload the Project once i finish for reference. Thanks :)