| Change IP of My local machine? (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, everyone. How can I change the IP address of my local machine with VB 6.0 or VB.net? Thanks, Hawre. |
|
| Reg Vb6 to VB.NET Migration (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I need to migrate a VB6 application to VB.NET appliaction(Sql Server backend) Pls give me some links where can i get resources, what r the things need to considered before and after migration any links and pointers??? many thanks Dinesh |
|
| VB 6 Code Advisor Error (6 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I have atempted to use the code advisor on 2 different machines and both receive an error 430 in the error log. To verify that it was not project specific I created a project that does nothing and it still had the error. Configuration 1: Windows 2000 SP4 VB 6 Service Pack 6 Configuration 2: Windows 2000 SP5 VB 6 Service Pack 3 Here is simple code: Public Sub Main() ' This program does nothing and ... |
|
| Using same .bas file in multiple projects (now called solutions) (5 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, Background In my VB6 days I would use sub folders to organise my projects, keeping the files (.bas, .cls etc) in a sub folder per project Example \vbsource\project01 \vbsource\project02 .... \vbsource\project99 In addition, general purpose code (shared between projects) would go in it's own sub folder ... \vbsource\general VB.Net problem In the VB.Net explorer, it seems that ALL the code for a... |
|
| VB6 Collections (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Any ideas on how I can prepare/massage my vb6 collection classes today for my upgrade tomorrow? I utilize: Public Property Get NewEnum() As IUnknown Set NewEnum m colItems.[ NewEnum] End Property |
|
| VBA code in a VB.Net application (is VSA dead ?) (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello We have a VB6 application that integrates an VBA IDE from which the final user can make modifications. We want to pass the application to VB.NET, and the first step, before rethinking the whole application, is to pass the conversion wizard and see how it goes. But we want to keep those client VBA modifications working with the least changes made to them. I've tried integrating VBA in a .NET ... |
|
| Getting values from a COM object through ByRef parameters. (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I asked this question in C# groups but did not get any response back. I decided to try my luck here. My problem is that I can't get values from a COM object through ByRef parameters using InvokeMember method. Here is a very simple example in VB6 C#: I have a test class called RefTest in TestByRef project. The class has only one method: Public Sub Sub1(ByRef x As String) x "asdf" End Sub In my test... |
|