Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionGet 'Friend' members thru reflection? Pin
ddecoy13-Aug-10 4:06
ddecoy13-Aug-10 4:06 
Is it possible to get friend members thru reflection? I tried :
MyForm.GetType.GetFields()
MyForm.GetType.GetFields(BindingFlags.NonPublic)
MyForm.GetType.GetFields(BindingFlags.NonPublic & BindingFlags.GetField)
MyForm.GetType.GetFields(BindingFlags.NonPublic & BindingFlags.GetField & BindingFlags.Instance)

None succesful.
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 
GeneralRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Andraw Tang11-Aug-10 10:24
Andraw Tang11-Aug-10 10:24 

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.