Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
March 2007
April 2007
May 2007
July 2007
August 2007
October 2007
all groups > vb.net upgrade > august 2004

Change IP of My local machine?
Posted by Hawre Jawrhar at 8/29/2004 6:06:46 PM
Hi, everyone. How can I change the IP address of my local machine with VB 6.0 or VB.net? Thanks, Hawre. ...more >>


Language/API Differences between VB .NET & VB .NET 2003
Posted by Ken at 8/25/2004 3:45:02 PM
I have an instructor that is teaching VB .NET and I need to know if there are any differences between VB .NET and VB .NET 2003 that would make a difference with the text book being used. The book is Visual Basic .NET Introduction to Programming 2e, Sprague. We have other departments that wa...more >>

Getting values from a COM object through ByRef parameters.
Posted by timofeyt NO[at]SPAM hotmail.com at 8/25/2004 2:51:08 PM
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 T...more >>

VB6 Collections
Posted by Kris Krause at 8/25/2004 2:09:08 PM
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...more >>

NetShareGetInfo API Call
Posted by ralph.mallamace NO[at]SPAM alphawest.com.au at 8/24/2004 6:32:57 PM
Hi All, I've posted this to various other VB newsgroups and haven't got any responses, so I hope there are some intelligent people here who actually have an idea in this area. I've been trying to get the API NetShareGetInfo running in VB.NET. Does anyone have any working examples of getting...more >>

Stuck in .Net 1.1
Posted by jpilz NO[at]SPAM develup.com at 8/24/2004 5:00:01 PM
I have upgraded my system to .NET 1.1, But Visual Studio is still using .NET 1.0. How do I get VS to use .Net 1.1?...more >>

Upgrade Error From VB6 to .net HELP!!!
Posted by joshfeingold NO[at]SPAM hotmail.com at 8/20/2004 11:39:23 AM
I am trying to upgrade a program I wrote with VB6 to .net (Using the 2005 Express Edition Beta). When I try to upgrade I get an error: Upgrade failed: Exception occurred: Could not load referenced component: MSADODC.OCX COMCT332.OCX COMDLG32.OCX MSCAL.OCX I looked around and found the c...more >>

Upgrading VB6 source-code error
Posted by marlboro college at 8/14/2004 10:03:03 AM
I have been attempting to upgrade the source-code for a VB6 program to VB.Net, but I receive an error message saying: "Upgrade failed: Exception occured: Could not load referenced components: COMCTL32.OCX(1.3.0) COMDLG32.OCX(1.2.0) TABCTL32.OCX(1.1.0) COMCT232.OCX...more >>



2 newbie questions
Posted by Hari at 8/13/2004 2:55:48 PM
From: "Hari" <harixseshadri@yahoo.com> Subject: 2 extreme newbie ?s Date: Friday, August 13, 2004 2:43 PM I just started programming in Visual Basic.NET about a month ago, so I am completely oblivious as to which libraries to look in. However, I have good experience with Java and C. Below a...more >>

List of countries
Posted by Wally at 8/13/2004 12:49:27 PM
Anyone know how I can access the "inbuilt" list of countries in Windows? Thanks. VV ...more >>

most icons missing after upgrade of .res file to .resx file
Posted by ow-ouch at 8/13/2004 5:13:02 AM
Hi Everyone, I'm upgrading a vb6 app to .net2003. I'm using the upgrade wizard to do as much as it can, however most of my res file has gone AWOL! :( All bitmaps are converted, all strings are converted, however only the first 2 of the 400 odd icons make it from the .res file into the...more >>

i Have a problem
Posted by armend belallari via .NET 247 at 8/9/2004 6:51:00 AM
can you help me about this problem,the message says: The exception unknown software exception (0xc00000fd) occurred in the application at location 0x77f8ed96. Click on OK to terminate the program Click on CANCEL to debug the program what can i do? -------------------------------- From: ar...more >>

License issue for VB6->VB.NET upgrade
Posted by Eric at 8/5/2004 10:55:02 PM
I have a VB6 application using RDO and this program works fine in my user's PC. Then, I upgrade it to VB.NET using Upgrade Wizard. After upgrade, it still worked fine in my development PC but when I deployed it to my user's PC, it threw a runtime exception "System.Runtime.InteropServices.COM...more >>

Dim strRdBuffer As String * 1024
Posted by Marcel at 8/5/2004 7:15:33 PM
Hi, I get an error on this in Visual Basic .NET. I searched the help file but could not find an answer. I can't even find this type "Dim strRdBuffer As String * 1024" construction in VB6. Particularly the "* 1024". I know I declare a stringbuffer of 1 K but thats all. Regards, Marcel ...more >>

Runtime errors after upgrade
Posted by Eric Lam at 8/5/2004 7:07:56 PM
After upgrading my RDO using application to VB.NET, upgrade wizard created a module UpgradeSupport with one single line of code : - Module UpgradeSupport Friend RDOrdoEngine_definst As New RDO.rdoEngine End Module But then, there is a run-time error on the following line : menS...more >>

Mixing VB6 and VB.Net resource files
Posted by Jan van Veldhuizen at 8/3/2004 10:01:26 PM
I've an application (VB6) which uses resource dll's (only strings) with a LoadResString function. Now I added some new programs using VB.NET. I want to avoid duplicating the resource-files, but I cannot find a way to re-use those dll's from .NET. Is there a way how I can read the stringtable f...more >>

Upgrading vb6 crystal drs reports to dot net 2003
Posted by Brian Fulford at 8/3/2004 11:21:44 AM
I ran the client VB6 project throught he upgrade process; however, the Crystal DSRs were not upgraded... is this a common occurrence? or is there a workaround to get the reports upgraded as well? thanks Brian ...more >>

Index Controls Windows Forms
Posted by Peter Adriaenssens at 8/2/2004 8:45:24 PM
I read somewhere that in the next version from VB.Net Controls with indexes will be supported again like in VB6. Is this correct? Peter ...more >>

Will Microsoft provide a .NET MMC designer like that for VB6?
Posted by zz at 8/2/2004 8:25:09 PM
Will Microsoft provide a designer like "the MMC Snap-in Designer for VB6" for VB.NET or any other .NET environment in the future? If possible,how long will it appear?...more >>

How do I converting eVB projects to VB.NET?
Posted by JT... at 8/2/2004 11:24:10 AM
I have a program that I created for a Handheld PC using embedded VB and I wish to convert it to VB.NET so that I can compile it for use on a PC. Has anyone come across a solution for this? ...more >>

Learn the Science of Meditation. Online.
Posted by meditation2004-subscribe NO[at]SPAM ways-ahead.net at 8/1/2004 8:26:28 AM
Learn the Science of Meditation. Online. Sing the Song of the Soul! Yes, you do get beautiful MP3 files with this course, plus wonderful slide shows and numerous other enlightening material - from articles to graphics. This is a comprehensively structured course that goes for a year. Nex...more >>


DevelopmentNow Blog