TreeViewAdv: How to add columns and nodes in Vb .Net - vb.net

Anyone using TreeViewAdv ?
On Internet, there is NO information about how to use it in VB .Net.
Can someone explain that how to add nodes and columns in it, in VB .Net please?

Related

counting chars that use delegates (vb.net)

I have been struggling for a while on how to count characters using delegates on vb.net (console application). If anyone is able to explain how to this, I would greatly appreciate it. Thanks.

What is the VB.net equivalent to VB6 MSComm.CommPort?

I am converting a VB6 application to a VB.net application. I have been able to convert all of the code properly other than lines calling the MSComm.CommPort property. I cannot find an equivalent to this property anywhere.
All of information I have found on converting from VB6 to VB.NET provides a code example like this, but it never explain where the MSComm.CommPort control is dealt with.
If anyone can tell me the VB.NET Comm Port class equivalent, or point me in the direction of a proper explanation, it would be greatly appreciated.
Here you go have a read of this tutorial http://www.dreamincode.net/forums/topic/37361-serial-port-communication-in-vbnet/

Is there a VB.NET version of this code?

I have found this amazing control that does exactly what I need, only problem, its in C#.
Does anyone know of a VB version of this code? I've tried using converters, but all of them have failed in successfully converting the project. Maybe one of you guys knows how to convert it?
Anyway, here is the control:
http://www.codeproject.com/KB/edit/FastColoredTextBox_.aspx
Apreciate any help!
Could you compile this into its own assembly and then reference it as a control? That way, you wouldn't have to port it to VB.net.
We have used Instant VB to convert tens of thousands of lines of code from C# to VB and they are pretty helpful if you run into conversion issues.

Gaming/Animation Tutorials for c++ and Windows Forms!

I'm having trouble finding some gaming/animation tutorial for c++ and windows form.
I've been told (online) by many people to use gamedev.net, which i did, but unfortunately i could not find the information that i need :(
Does anyone know of any good tutorials for either a simple games (like snake or pong) or of simple animation in Windows Forms using C++ ( not C# )? If so, please let me know!
Looking forward to a reply,
Thanks!
You can use Allegro in C++ or mixed C++\CLI.
see here.

Good description and tutorial regarding System.Data.Odbc / OdbcDataReader

Any links to good descriptions and/or tutorials (with VB.net 2008) on OdbcDataReader ?
I tried, but didn't find many. MSDN is not such a good help in this case.
You are absolutely right. It's hard to find tutorials for ODBC in VB.Net. Below are the links to the ones that I found. Hope it helps.
Using ODBC within a .NET application - examples in VB.Net and C#
ODBC Database To Grid in VB.NET