![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
When you set a Button's Visible parameter to False, this means that the button is no more available ! That's the purpose of this parameter.
To have an invisible button you can do it with: - an ImageButton with it's Transparent parameter set to True - directly with the form's MouseDown or MouseUp events, the program checks if the mouse pointer is in a given area and if yes executes the code. Attached a small program to show it. Best regards.
__________________
Klaus Switzerland |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Making last Row Visible | harry5568 | Questions & Help Needed | 2 | 02-09-2010 04:39 PM |
| Build with Find/Replace visible | mjcoon | Bug Reports | 4 | 02-06-2010 09:51 AM |
| Visible property in Form object | ghale | Basic4ppc Wishlist | 4 | 08-08-2009 04:45 PM |
| Form Visible? In Focus? | digitaldon37 | Questions & Help Needed | 2 | 12-03-2008 08:26 AM |
| Visible property for menus | alfcen | Basic4ppc Wishlist | 2 | 11-11-2007 11:15 AM |