Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondownload file from server error Pin
Anoop Brijmohun24-Mar-09 21:27
Anoop Brijmohun24-Mar-09 21:27 
AnswerRe: download file from server error Pin
Dave Kreskowiak25-Mar-09 4:33
mveDave Kreskowiak25-Mar-09 4:33 
GeneralRe: download file from server error Pin
Anoop Brijmohun27-Mar-09 1:54
Anoop Brijmohun27-Mar-09 1:54 
GeneralRe: download file from server error Pin
Dave Kreskowiak27-Mar-09 11:54
mveDave Kreskowiak27-Mar-09 11:54 
QuestionAdd a node to the Treeview by selecting it from the ComboBox [modified] Pin
wr302824-Mar-09 20:19
wr302824-Mar-09 20:19 
AnswerRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak25-Mar-09 4:30
mveDave Kreskowiak25-Mar-09 4:30 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302825-Mar-09 19:38
wr302825-Mar-09 19:38 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak26-Mar-09 4:45
mveDave Kreskowiak26-Mar-09 4:45 
The item you pick in the ComboBox does not correspond to a node in the TreeView. You have to have some mapping between the two. Also, you're looking at Nodes in the root of the Tree, not the node that's Selected in the Tree. You need to use the selected Node in the TreeView, then add it ITS Nodes collection.
MyTreeView.SelectedNode.Nodes.Add(...)



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302829-Mar-09 22:00
wr302829-Mar-09 22:00 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak30-Mar-09 1:53
mveDave Kreskowiak30-Mar-09 1:53 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302830-Mar-09 1:56
wr302830-Mar-09 1:56 
Questiondefaulting to 1 month priror in a DateTimePicker Pin
AARONDAS24-Mar-09 19:34
AARONDAS24-Mar-09 19:34 
AnswerRe: defaulting to 1 month priror in a DateTimePicker Pin
_Damian S_24-Mar-09 19:54
professional_Damian S_24-Mar-09 19:54 
Question[Message Deleted] Pin
aihui_893124-Mar-09 17:25
aihui_893124-Mar-09 17:25 
AnswerRe: interface with VB Pin
_Damian S_24-Mar-09 17:34
professional_Damian S_24-Mar-09 17:34 
QuestionVS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 5:23
paulogomes24-Mar-09 5:23 
AnswerRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 6:14
Jon_Boy24-Mar-09 6:14 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 6:26
paulogomes24-Mar-09 6:26 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 8:20
Jon_Boy24-Mar-09 8:20 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:07
pdnet24-Mar-09 4:07 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:05
pdnet24-Mar-09 4:05 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:04
pdnet24-Mar-09 4:04 
AnswerRe: Run Application in Administrator mode Pin
EliottA24-Mar-09 4:08
EliottA24-Mar-09 4:08 

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.