Click here to Skip to main content
15,893,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Searching the Datagrid Pin
Vimalsoft(Pty) Ltd6-Aug-07 2:13
professionalVimalsoft(Pty) Ltd6-Aug-07 2:13 
QuestionTake over a GUI of running program Pin
Morad Kobi5-Aug-07 22:31
Morad Kobi5-Aug-07 22:31 
AnswerRe: Take over a GUI of running program Pin
Paul Conrad6-Aug-07 5:10
professionalPaul Conrad6-Aug-07 5:10 
GeneralRe: Take over a GUI of running program Pin
Morad Kobi6-Aug-07 5:33
Morad Kobi6-Aug-07 5:33 
GeneralRe: Take over a GUI of running program Pin
Paul Conrad6-Aug-07 5:43
professionalPaul Conrad6-Aug-07 5:43 
GeneralRe: Take over a GUI of running program Pin
Dave Kreskowiak6-Aug-07 7:59
mveDave Kreskowiak6-Aug-07 7:59 
QuestionVB.Net add child node to treeview control Pin
Mbire5-Aug-07 21:38
Mbire5-Aug-07 21:38 
AnswerRe: VB.Net add child node to treeview control Pin
Tom Deketelaere5-Aug-07 21:43
professionalTom Deketelaere5-Aug-07 21:43 
dim tnode as new treenode("text") ' is the main node
treeview.nodes.add(tnode)

dim tsubnode as new treenode("text") ' is the subnode
tnode.nodes.add(tsubnode)

this should give you 1 main node with 1 subnode

hope this helps
GeneralRe: VB.Net add child node to treeview control Pin
Mbire5-Aug-07 22:06
Mbire5-Aug-07 22:06 
GeneralRe: VB.Net add child node to treeview control Pin
Tom Deketelaere5-Aug-07 22:23
professionalTom Deketelaere5-Aug-07 22:23 
GeneralRe: VB.Net add child node to treeview control Pin
Mbire6-Aug-07 1:08
Mbire6-Aug-07 1:08 
QuestionVisual Basic 6.0 help required Pin
Taqi Raza5-Aug-07 21:14
Taqi Raza5-Aug-07 21:14 
AnswerRe: Visual Basic 6.0 help required Pin
klaydze5-Aug-07 22:33
klaydze5-Aug-07 22:33 
AnswerRe: Visual Basic 6.0 help required Pin
Taqi Raza6-Aug-07 22:40
Taqi Raza6-Aug-07 22:40 
QuestionDatagrid Complex Databinding Pin
mir firasat ali khan5-Aug-07 14:04
mir firasat ali khan5-Aug-07 14:04 
QuestionVB Application that will be used in LAN Pin
Maho^^^5-Aug-07 13:19
Maho^^^5-Aug-07 13:19 
AnswerRe: VB Application that will be used in LAN Pin
Christian Graus5-Aug-07 14:37
protectorChristian Graus5-Aug-07 14:37 
QuestionPictureBox Pin
Assaf825-Aug-07 13:17
Assaf825-Aug-07 13:17 
AnswerRe: PictureBox Pin
Christian Graus5-Aug-07 14:38
protectorChristian Graus5-Aug-07 14:38 
QuestionRe: PictureBox Pin
Assaf825-Aug-07 23:35
Assaf825-Aug-07 23:35 
AnswerRe: PictureBox Pin
Guffa5-Aug-07 20:44
Guffa5-Aug-07 20:44 
QuestionCDROM Pin
VB.NET_learner5-Aug-07 6:44
VB.NET_learner5-Aug-07 6:44 
AnswerRe: CDROM Pin
saeed_rezaei5-Aug-07 10:14
saeed_rezaei5-Aug-07 10:14 
GeneralOpens Only first CD ROM Pin
MohammadAmiry6-Aug-07 6:19
MohammadAmiry6-Aug-07 6:19 
QuestionHow to process data from serial device Pin
Fu Manchu5-Aug-07 2:31
Fu Manchu5-Aug-07 2:31 

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.