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.