Click here to Skip to main content
15,891,868 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Converting a string into a method Pin
treddie12-May-13 0:44
treddie12-May-13 0:44 
GeneralRe: Converting a string into a method Pin
dusty_dex12-May-13 1:05
dusty_dex12-May-13 1:05 
GeneralRe: Converting a string into a method Pin
treddie13-May-13 10:13
treddie13-May-13 10:13 
GeneralRe: Converting a string into a method Pin
dusty_dex13-May-13 10:50
dusty_dex13-May-13 10:50 
GeneralRe: Converting a string into a method Pin
treddie13-May-13 11:14
treddie13-May-13 11:14 
AnswerRe: Converting a string into a method Pin
Eddy Vluggen11-May-13 22:22
professionalEddy Vluggen11-May-13 22:22 
GeneralRe: Converting a string into a method Pin
treddie12-May-13 0:53
treddie12-May-13 0:53 
GeneralRe: Converting a string into a method Pin
Eddy Vluggen12-May-13 1:05
professionalEddy Vluggen12-May-13 1:05 
treddie wrote:
There is no way to set any ARBITRARY node as a "current" node and start the search from there, in a Find() method

Ano node contains a node-collection that can be searched. If you know what node to start from, that is.

treddie wrote:
There is no general statement for:

VB
TreeView1.Nodes.Add("Node1", "Node1").Nodes.Add("Sub1", "Sub1").Nodes.Add("Hello", "Hello")
TreeView1.Nodes.Add("Node2", "Node2").Nodes.Add("Sub1", "Sub1").Nodes.Add("Hello", "Hello")

Dim foundNode As TreeNode = TreeView1.Nodes("Node2").Nodes("Sub1") ' .Nodes("Hello")

If foundNode IsNot Nothing Then
    TreeView1.SelectedNode = foundNode
    TreeView1.Focus()
End If

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Converting a string into a method Pin
treddie13-May-13 10:10
treddie13-May-13 10:10 
GeneralRe: Converting a string into a method Pin
Dave Kreskowiak13-May-13 12:19
mveDave Kreskowiak13-May-13 12:19 
GeneralRe: Converting a string into a method Pin
treddie13-May-13 13:15
treddie13-May-13 13:15 
AnswerRe: Converting a string into a method Pin
Edward Giles25-Jun-13 23:14
Edward Giles25-Jun-13 23:14 
GeneralRe: Converting a string into a method Pin
treddie26-Jun-13 9:43
treddie26-Jun-13 9:43 
QuestionVB + SQL Dbase Pin
athan_makubex10-May-13 3:44
athan_makubex10-May-13 3:44 
AnswerRe: VB + SQL Dbase Pin
Dave Kreskowiak10-May-13 4:04
mveDave Kreskowiak10-May-13 4:04 
GeneralRe: VB + SQL Dbase Pin
athan_makubex10-May-13 4:09
athan_makubex10-May-13 4:09 
GeneralRe: VB + SQL Dbase Pin
Dave Kreskowiak10-May-13 4:11
mveDave Kreskowiak10-May-13 4:11 
QuestionRe: VB + SQL Dbase Pin
athan_makubex10-May-13 4:15
athan_makubex10-May-13 4:15 
QuestionElectronics Interfacing DMM M-3860M to serialport communication with the PC Pin
Stephane3410-May-13 0:27
Stephane3410-May-13 0:27 
AnswerRe: Electronics Interfacing DMM M-3860M to serialport communication with the PC Pin
Dave Kreskowiak10-May-13 4:14
mveDave Kreskowiak10-May-13 4:14 
QuestionAsked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Stephane3410-May-13 0:24
Stephane3410-May-13 0:24 
AnswerRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Dave Kreskowiak10-May-13 1:22
mveDave Kreskowiak10-May-13 1:22 
GeneralRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Stephane3410-May-13 3:34
Stephane3410-May-13 3:34 
GeneralRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Dave Kreskowiak10-May-13 4:03
mveDave Kreskowiak10-May-13 4:03 
Questioninstance of usercontrol not exposing all properties Pin
treddie9-May-13 13:43
treddie9-May-13 13:43 

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.