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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top