Click here to Skip to main content
15,917,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Save As Type Pin
Esther C24-Jun-04 17:41
Esther C24-Jun-04 17:41 
GeneralRe: Save As Type Pin
Dave Kreskowiak25-Jun-04 3:00
mveDave Kreskowiak25-Jun-04 3:00 
Generalsystem tray Pin
Anonymous24-Jun-04 16:14
Anonymous24-Jun-04 16:14 
GeneralRe: system tray Pin
Dave Kreskowiak25-Jun-04 2:42
mveDave Kreskowiak25-Jun-04 2:42 
QuestionHow to Select Root in TreeView? Pin
vancouver77724-Jun-04 12:44
vancouver77724-Jun-04 12:44 
AnswerRe: How to Select Root in TreeView? Pin
Dave Kreskowiak25-Jun-04 4:23
mveDave Kreskowiak25-Jun-04 4:23 
GeneralRe: How to Select Root in TreeView? Pin
vancouver77725-Jun-04 6:28
vancouver77725-Jun-04 6:28 
GeneralRe: How to Select Root in TreeView? Pin
Dave Kreskowiak25-Jun-04 7:17
mveDave Kreskowiak25-Jun-04 7:17 
I know it's just like the root element in XML, but the TreeView has no equivelent. That's why I asked you to be more specific about what your trying to accomplish. All the nodes in the TreeView control are contained in the Nodes property of the TreeView. Each Node has a property which determines wheather or not that node is a child and what its parent node is. If Parent returns Nothing, this node is a root node.

So, I'll ask this again. What are you trying to accomplish by selecting the root node(s) of a TreeView control? How do you want to select this node? By clicking on it or by doing what to it in code?



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: How to Select Root in TreeView? Pin
Ravi S.V.29-Jun-04 1:03
Ravi S.V.29-Jun-04 1:03 
General. Pin
hssaroch24-Jun-04 1:09
hssaroch24-Jun-04 1:09 
GeneralRe: Reading XL files in VB6 Pin
RichardGrimmer24-Jun-04 6:11
RichardGrimmer24-Jun-04 6:11 
GeneralTrace the information about share sessions Pin
Mekong River23-Jun-04 23:03
Mekong River23-Jun-04 23:03 
GeneralRe: Trace the information about share sessions Pin
Dave Kreskowiak24-Jun-04 2:35
mveDave Kreskowiak24-Jun-04 2:35 
GeneralRe: Trace the information about share sessions Pin
Mekong River24-Jun-04 5:57
Mekong River24-Jun-04 5:57 
GeneralRe: Trace the information about share sessions Pin
Dave Kreskowiak24-Jun-04 6:28
mveDave Kreskowiak24-Jun-04 6:28 
GeneralRe: Trace the information about share sessions Pin
Mekong River25-Jun-04 6:01
Mekong River25-Jun-04 6:01 
GeneralSystem date and time Pin
mythinky23-Jun-04 18:03
mythinky23-Jun-04 18:03 
GeneralRe: System date and time Pin
Dave Kreskowiak24-Jun-04 3:24
mveDave Kreskowiak24-Jun-04 3:24 
GeneralPermutations in Excel's Visual Basic Pin
jbreen723-Jun-04 16:56
jbreen723-Jun-04 16:56 
GeneralRe: Permutations in Excel's Visual Basic Pin
Dave Kreskowiak24-Jun-04 2:43
mveDave Kreskowiak24-Jun-04 2:43 
GeneralRe: Permutations in Excel's Visual Basic Pin
tanstaafl2824-Jun-04 9:21
tanstaafl2824-Jun-04 9:21 
GeneralSave the value of a control Pin
Brad Fackrell23-Jun-04 10:53
Brad Fackrell23-Jun-04 10:53 
GeneralRe: Save the value of a control Pin
sivilian24-Jun-04 5:13
sivilian24-Jun-04 5:13 
GeneralVBA/Excel - Execute macro if comment inserted Pin
Jon G23-Jun-04 5:37
Jon G23-Jun-04 5:37 
GeneralRe: VBA/Excel - Execute macro if comment inserted Pin
Jon G23-Jun-04 6:33
Jon G23-Jun-04 6:33 

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.