From: Matthew E. <men...@ho...> - 2004-02-23 16:13:53
|
I have .NET as well. For those that don't know, Visual Studio .NET also includes a update wizard for converting VB(6) to VB.NET solutions. All you need to do is open the project file in Visual Studio .NET to start the wizard. If you don't have version 6 installed, you'll have to manually edit out version 6 only components such as Winsock (msinet.ocx mswinsck.osx). On a side note is there source code available anywhere for the update module? I'm not very fluent with COM programming for VB, but I am assuming the following Dim ctlCBWUD As Object ctlCBWUD = CreateObject("CBUpWiz.modUpdate") If ctlCBWUD.StartUpdate = True Then End End If is instantiating some type of class modUpdate in the CBUpWiz DLL. However, I can't find a project file for CBUpWiz in the Client2.0 code nor a modUpdate file in the source tree. - Matt >From: "W. Boot / Fazt! Networks" <wi...@fa...> >To: "Matthew Endsley" <men...@ho...>, ><cb...@li...> >Subject: Re: [Cbm-cvs] Question >Date: Mon, 23 Feb 2004 16:55:04 +0100 > >I have VB.NET here, can send you a copy if you want? Though I shouldn't use >it for the project, as the project is incompatible with VB.NET.. > >----- Original Message ----- >From: "Matthew Endsley" <men...@ho...> >To: <cb...@li...> >Sent: Monday, February 23, 2004 4:48 PM >Subject: [Cbm-cvs] Question > > > > I know CBM's native language is VB(6), but how many people on the > > development team currently have or can get access to a copy of Visual >Studio > > .NET within the next week? > > > > - Matt > > > > _________________________________________________________________ > > Stay informed on Election 2004 and the race to Super Tuesday. > > http://special.msn.com/msn/election2004.armx > > > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > _______________________________________________ > > Cbm-cvs mailing list > > Cb...@li... > > https://lists.sourceforge.net/lists/listinfo/cbm-cvs > > > > > > _________________________________________________________________ Dream of owning a home? Find out how in the First-time Home Buying Guide. http://special.msn.com/home/firsthome.armx |