1. Help Nodes Contains function not working ???
Dear all,
I am populating a treeview control with an XML file.
I need to skip duplicate node entry from XML file in treeview if exit
For that I ma using the following line of code :
If NodeCollection.Contains(node) Then Return True
That function always return false.
If I go through nodeCollection object and check if my Node object exist I
can saee it already in the collection.
Why the Contains return always false ?
Waht is the criteria that identify an existing node iunn the collection, is
it ist name?
Thnaks for helping me how to identify an exiting node
regards
serge
2. Javascript function works but C# function doesn't execute - Asp.Net
3. API function not working in .NET (works well in VB 6)
Hi All,
.NET application does not give correct result when I used following API
function .
{
Declare Function waveInGetNumDevs Lib "winmm.dll" () As Long
MsgBox(waveInGetNumDevs)
}
.NET gives it as 855400533......
VB6 gives it 1
VC++6 gives it 1
So why .NET is not giving correct one.
Thanks in advance
Sakharam Phapale
5. HELP: C# - ListBox.SetSelected Not Working Properly!
I'm having a major problem with a databound listbox in C#. In the constructor for the form I am trying to pre-select some of the items based in information in the database. When I step through the debugger it all seems to be working properly until the Load function is called, and then all my selections but 1 are unselected. Anybody had any experience with this and know of a fix? Listbox is databound Listbox appears on a tabpage inside a tabcontrol, inside a form SetSelected works in contructor All but one item unselected at beginning of load Thanks for any help, Andrew
6. Repainting a Control not working help C#!!!! - CSharp/C#
7. VS2005: F1 online help does not work within 'aspx.cs' files