controlling invisible controls on form

  • Thread starter Thread starter Rajtomar
  • Start date Start date
R

Rajtomar

I have a form with some fields invisible (these fields are kept to
pass values when required for arithmatic calculations) I am looking
for a code which will scan my keyboard strokes and when i press a key
combinations (custom 3 or 4 keys) that time the invisble field should
become visible and as soon as i leave the keys the field should again
get invisible.

thanks
 
I have a form with some fields invisible (these fields are kept to
pass values when required for arithmatic calculations) I am looking
for a code which will scan my keyboard strokes and when i press a key
combinations (custom 3 or 4 keys) that time the invisble field should
become visible and as soon as i leave the keys the field should again
get invisible.

thanks

check out KeyPress and KeyDown
 
can you give some sample code for an invisible control to become
visible by pressing two keys
 
Thanx Linq Adams it worked exactly as i wanted thanx a lot. Also it
would have been good if you could tell me to use a combination of keys
may be 3 or 4.

Anyways. thanx a lot
 
Back
Top