View Single Post
Old May 22nd, 2006, 5:18 PM   #3
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
You need to look here:

http://en.wikibooks.org/wiki/VB6_Com...g_Manipulation

and here:

http://www.google.com

Here is some code:
Form1.WindowState = 0 'normal
Form1.WindowState = 1 'min
Form1.WindowState = 2 'max

Dim str As String
str = LCase(str) 'lowercase
str = UCase(str) 'uppercase

I recall giving the icon in system tray code to someone. I'm not sure who it was, but it's not easy code. There is a lot to it. Google it.
Booooze is offline   Reply With Quote