Click here to Skip to main content
15,915,509 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sendkeys to messagebox Pin
Dave Kreskowiak10-Jun-04 8:33
mveDave Kreskowiak10-Jun-04 8:33 
GeneralOutlook Object Model Guard Pin
Brent Lamborn10-Jun-04 14:20
Brent Lamborn10-Jun-04 14:20 
GeneralRe: Outlook Object Model Guard Pin
Dave Kreskowiak11-Jun-04 10:21
mveDave Kreskowiak11-Jun-04 10:21 
GeneralWindows service problem accessing network share Pin
Member 116497710-Jun-04 6:02
Member 116497710-Jun-04 6:02 
GeneralRe: Windows service problem accessing network share Pin
Dave Kreskowiak10-Jun-04 6:27
mveDave Kreskowiak10-Jun-04 6:27 
GeneralSimple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 6:02
dotnet_cpp10-Jun-04 6:02 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 6:29
mveDave Kreskowiak10-Jun-04 6:29 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 7:01
dotnet_cpp10-Jun-04 7:01 
I am reading XMlnode file and row tage have THISNAME AND THISID attributes

Dim NodeList As XmlNodeList = node.SelectNodes("//row")
Dim i = 0
Dim count = NodeList.Count

While (i < count)
Dim element As XmlElement
element = NodeList.Item(i)

Dim thisNameNode As XmlNode = element.Attributes.GetNamedItem("THISNAME")
Dim thisIdNode As XmlNode = element.Attributes.GetNamedItem("THISID")
If Not (thisNameNode Is Nothing) And Not (thisIdNode Is Nothing) Then
Dim thisNameValue As String = thisNameNode.Value
Dim thisIdValue As String = thisIdNode.Value

Dim item = New ListItem(thisNameValue, thisIdValue)
DropDownList1.Items.Add(item)
End If
i += 1
End While

Thanks,
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 7:27
mveDave Kreskowiak10-Jun-04 7:27 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 8:13
dotnet_cpp10-Jun-04 8:13 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 8:26
mveDave Kreskowiak10-Jun-04 8:26 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 8:49
dotnet_cpp10-Jun-04 8:49 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 9:00
mveDave Kreskowiak10-Jun-04 9:00 
GeneralRe: Simple .. Dropdownlist Pin
dotnet_cpp10-Jun-04 11:06
dotnet_cpp10-Jun-04 11:06 
GeneralRe: Simple .. Dropdownlist Pin
Dave Kreskowiak10-Jun-04 11:38
mveDave Kreskowiak10-Jun-04 11:38 
GeneralVBA/Excel - Charting question Pin
Jon G10-Jun-04 5:10
Jon G10-Jun-04 5:10 
GeneralRe: VBA/Excel - Charting question Pin
Jon G10-Jun-04 5:25
Jon G10-Jun-04 5:25 
Questionsqldataadapter? Pin
ymohd_22210-Jun-04 3:20
ymohd_22210-Jun-04 3:20 
AnswerRe: sqldataadapter? Pin
Dave Kreskowiak10-Jun-04 4:11
mveDave Kreskowiak10-Jun-04 4:11 
AnswerRe: sqldataadapter? Pin
VenkatFor.NET10-Jun-04 11:01
VenkatFor.NET10-Jun-04 11:01 
GeneralTreeView --&gt; Move Nodes Pin
Brad Fackrell10-Jun-04 3:04
Brad Fackrell10-Jun-04 3:04 
GeneralInput Data From Data Grid Pin
Jakarta_Project10-Jun-04 1:17
Jakarta_Project10-Jun-04 1:17 
GeneralRe: Input Data From Data Grid Pin
Dave Kreskowiak10-Jun-04 3:50
mveDave Kreskowiak10-Jun-04 3:50 
GeneralRe: Input Data From Data Grid Pin
tramdtt10-Jun-04 20:55
tramdtt10-Jun-04 20:55 
Generalsystem analysis and design Pin
len_ems9-Jun-04 22:36
len_ems9-Jun-04 22:36 

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.