Click here to Skip to main content
15,921,660 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
Jon_Boy20-Aug-08 2:25
Jon_Boy20-Aug-08 2:25 
GeneralRe: How to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
JR21222-Aug-08 0:52
JR21222-Aug-08 0:52 
QuestionXML related in VB.Net Pin
ddspliting19-Aug-08 6:19
ddspliting19-Aug-08 6:19 
AnswerRe: XML related in VB.Net Pin
astanton197819-Aug-08 7:34
astanton197819-Aug-08 7:34 
GeneralRe: XML related in VB.Net Pin
ddspliting19-Aug-08 8:13
ddspliting19-Aug-08 8:13 
GeneralRe: XML related in VB.Net Pin
astanton197819-Aug-08 12:13
astanton197819-Aug-08 12:13 
GeneralRe: XML related in VB.Net Pin
ddspliting20-Aug-08 6:34
ddspliting20-Aug-08 6:34 
QuestionSubclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 5:34
RMittelman19-Aug-08 5:34 
Hi,

I'm trying to recognize when the user clicks the + or - on a TreeNode in a WinForms TreeVeiw control. I want to update the icon depending on whether the parent node clicked is open or closed.

I've googled extensively, and can't seem to find this. I've subclassed the TreeView, and can intercept messages, but don't know how to proceed from here. I THINK I want to do something like:

If msg = WM_Notify Then
  'figure out if it was the collapsed or opened message.. wparam?
  'do what I want to do.
End If

Any ideas?

Also, where can I obtain a COMPLETE list of windows messages? I can't seem to find that either.

Thanks...
AnswerRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 5:57
Jon_Boy19-Aug-08 5:57 
GeneralRe: Subclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 8:20
RMittelman19-Aug-08 8:20 
GeneralRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 8:24
Jon_Boy19-Aug-08 8:24 
QuestionObject cannot be cast from DBNull to other types Pin
honeyashu19-Aug-08 4:10
honeyashu19-Aug-08 4:10 
AnswerRe: Object cannot be cast from DBNull to other types Pin
Jon_Boy19-Aug-08 4:53
Jon_Boy19-Aug-08 4:53 
GeneralRe: Object cannot be cast from DBNull to other types Pin
raffy0023-May-11 20:06
raffy0023-May-11 20:06 
QuestionRunning access query in Vb.net Pin
farah12319-Aug-08 2:57
farah12319-Aug-08 2:57 
AnswerRe: Running access query in Vb.net Pin
astanton197819-Aug-08 7:44
astanton197819-Aug-08 7:44 
Questionhow to allow only one check box to be ticked Pin
honeyashu19-Aug-08 2:13
honeyashu19-Aug-08 2:13 
AnswerRe: how to allow only one check box to be ticked Pin
Smithers-Jones19-Aug-08 2:31
Smithers-Jones19-Aug-08 2:31 
AnswerRe: how to allow only one check box to be ticked [modified] Pin
Jon_Boy19-Aug-08 3:30
Jon_Boy19-Aug-08 3:30 
AnswerRadio Buttons Pin
David Mujica19-Aug-08 3:44
David Mujica19-Aug-08 3:44 
GeneralRe: Radio Buttons Pin
supercat919-Aug-08 7:42
supercat919-Aug-08 7:42 
QuestionCustom Control Pin
fatalwall18-Aug-08 21:25
fatalwall18-Aug-08 21:25 
AnswerRe: Custom Control Pin
Thomas Stockwell20-Aug-08 6:22
professionalThomas Stockwell20-Aug-08 6:22 
QuestionInteractive graphic - Visual Basic 2005 [modified] Pin
brajoez18-Aug-08 14:14
brajoez18-Aug-08 14:14 
AnswerRe: Interactive graphic - Visual Basic 2005 Pin
Christian Graus18-Aug-08 18:54
protectorChristian Graus18-Aug-08 18:54 

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.