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 by send key commands? Be cause now the program is invisible and we do not access the form so we just can use the send key commands. Any one can help me by its code?

Ruben
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • MySpace
  • StumbleUpon
  • Technorati
  • TwitThis
June 4, 2009 • Tags: , • Posted in: Programming & Design

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

  1. Manish - June 5th, 2009

    My knowledge.