| implement a tree structure (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I have to choose a visual environment which allow to implement and manipulate complex structures like trees, graphs etc. So, I wish to know if Visual Basic Net or Visual C# offer some facilities for programming such complex structures. It is easy to do this with pointers. I know that Visual Basic Net hasn't pointers but Visual C# accepts pointers. Can you give me any advice how to implement a tree... |
|
| How to call COM Objects without TypeLib (type library)? (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Anyone: I have a COM object that doesn't have a type library. It has an IDispatch interface which I've manually coded (not using the Default IDispatch routine). So, I've implemented GetIdsOfNames() and Invoke() manually. It was built using ATL and has IDL, but all of the interfaces are Hidden and Restricted. The component was written to specifically work with VBScript and VB 6, so it supports IDis... |
|
| Problem with Flexgrid (7 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I have a little problem with a flexgrid. When I try to deploy my app to another machine an run it, I get a "You're not licensed to use this ActiveX Component" message. This message appears always when I try to use a flexgrid. I'm using Beta 2 of .NET. |
|
| Strong suggestions for VB.net over vb6 (11 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I want to strongly suggest vb.net over vb6 for a client of ours. Can anybody provide me with some links or any information with respect to this. It would be of great help to me as I am running short of time. Disadvantages of VB.net over vb6 are also welcome Thanks PrashanthG |
|
| Problem with TEXTBOX in .NET (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| hi as u know in VB6 text box has SelStart or SelText property , but I didn't find them in .NET text box or rich text box . who knows where r they ? thanx |
|
| rowfilter (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi I tried to use rowfilter property of dataview but it does not filter the rows. please forward the suggestions with examples. nilesh .. |
|
| DrawMode (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, unfortunately several simple things in VB6 graphics became quite sophisticated. So I'm trying to find a solution to upgrade Me.DrawMode vbXorPen and I can't find a simple solution. Who can help? Thank you very much and happy chrismas! Walter |
|
| HowTo articles for the KB (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello Everyone, My name is Ed Hickey and I am the Microsoft Forum Manager for VB.Net. I wanted to let you know about an initiative we have to bring you targeted HowTo content that is specific to a given task. Have you ever wanted to accomplish a specific task with VB.Net and couldn't find a simple HowTo document anywhere on the net that walked you through it step by step? Well now is your chance t... |
|
| WinSock replacement (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| How I can replace winsock in VB.Net. I have some problems to implement the event "DataArrival" with the object System.Net.Sockets.Socket. |
|