Click here to Skip to main content
15,904,822 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 5:28
Andraw Tang13-Aug-10 5:28 
AnswerRe: How to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 6:11
Andraw Tang13-Aug-10 6:11 
AnswerRe: How to show tooltip for a disabled control in vb.net Pin
Luc Pattyn13-Aug-10 6:44
sitebuilderLuc Pattyn13-Aug-10 6:44 
GeneralRe: How to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 6:52
Andraw Tang13-Aug-10 6:52 
GeneralRe: How to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 7:23
Andraw Tang13-Aug-10 7:23 
GeneralRe: How to show tooltip for a disabled control in vb.net Pin
Luc Pattyn13-Aug-10 7:28
sitebuilderLuc Pattyn13-Aug-10 7:28 
GeneralRe: How to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 7:34
Andraw Tang13-Aug-10 7:34 
GeneralRe: How to show tooltip for a disabled control in vb.net Pin
Andraw Tang13-Aug-10 9:23
Andraw Tang13-Aug-10 9:23 
Hi,

I try to use something else to display message that looks like tooltip.

I create a label with some message to indicate why its attached control (not real attach) is disabled, set visible = false,

I capture the mouse move event, when mouse move to the attached control and also it's disabled, the label with message will be visible, when the mouse move out of the control, the message will be hidden.

When I create the control (like textBox) directly in form, and capture Form_MouseMove() event, it works fine. But if I create a TabControl in the form and then a groupbox on the tabpage, then put the textBox control in the groupbox, now I cannot get the control when mouse move by :

ctrl = Me.GetChildAtPoint(e.Location)

Then ctrl is always Form, or tabControl. Why??
QuestionGet 'Friend' members thru reflection? Pin
ddecoy13-Aug-10 4:06
ddecoy13-Aug-10 4:06 
AnswerRe: Get 'Friend' members thru reflection? Pin
dan!sh 13-Aug-10 4:42
professional dan!sh 13-Aug-10 4:42 
QuestionHow to make a specific tree node unclickable in vb.net 2005 Pin
Andraw Tang12-Aug-10 11:29
Andraw Tang12-Aug-10 11:29 
AnswerRe: How to make a specific tree node unclickable in vb.net 2005 [modified] Pin
ddecoy13-Aug-10 1:31
ddecoy13-Aug-10 1:31 
GeneralRe: How to make a specific tree node unclickable in vb.net 2005 Pin
Andraw Tang13-Aug-10 3:43
Andraw Tang13-Aug-10 3:43 
GeneralRe: How to make a specific tree node unclickable in vb.net 2005 Pin
ddecoy13-Aug-10 3:48
ddecoy13-Aug-10 3:48 
GeneralRe: How to make a specific tree node unclickable in vb.net 2005 Pin
Andraw Tang13-Aug-10 3:49
Andraw Tang13-Aug-10 3:49 
QuestionHas anyone else seen this? Pin
PIEBALDconsult11-Aug-10 16:04
mvePIEBALDconsult11-Aug-10 16:04 
AnswerRe: Has anyone else seen this? Pin
Luc Pattyn11-Aug-10 16:57
sitebuilderLuc Pattyn11-Aug-10 16:57 
GeneralRe: Has anyone else seen this? Pin
PIEBALDconsult12-Aug-10 3:16
mvePIEBALDconsult12-Aug-10 3:16 
GeneralRe: Has anyone else seen this? Pin
riced12-Aug-10 5:15
riced12-Aug-10 5:15 
GeneralRe: Has anyone else seen this? Pin
Keith Barrow15-Aug-10 1:19
professionalKeith Barrow15-Aug-10 1:19 
AnswerRe: Has anyone else seen this? Pin
Dave Kreskowiak12-Aug-10 2:15
mveDave Kreskowiak12-Aug-10 2:15 
GeneralRe: Has anyone else seen this? Pin
PIEBALDconsult12-Aug-10 3:18
mvePIEBALDconsult12-Aug-10 3:18 
AnswerRe: Has anyone else seen this? Pin
Dave Doknjas12-Aug-10 13:37
Dave Doknjas12-Aug-10 13:37 
QuestionHow to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Andraw Tang11-Aug-10 9:09
Andraw Tang11-Aug-10 9:09 
AnswerRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Ian Shlasko11-Aug-10 9:23
Ian Shlasko11-Aug-10 9:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.