In VB6 , how to make the forms of a program visible just by the send key command?

sadegh asked: I have written a program in VB6. I want to provide the possibility of switching between visible an invisible modes for the user. I know that to make the program invisible, I must set the visible value of every form equal to “False”, but now how can I Switch to visible mode just [...]

June 4, 2009 • Tags: , • Posted in: Programming & Design • 1 Comment