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 [...]
Change the background of the forms in vb6?
timmiti asked: I want to create a form where the user selects the picture they like, and this is then used as the background of all the forms in the program, how do I do it?Damion
