| Thread | Last Post | Replies |
|
| How do I convert this | 29 Dec 2004 10:08 GMT | 1 |
This code is in VB 6 I have converted the code into DOT net 2003. I need to change this code and some Listbox and combobox. here is my funvtion code. If AnyRS.BOF And rs.EOF = True Then Exit Sub
|
| class not registered | 29 Dec 2004 09:45 GMT | 1 |
We converted a VB6 program to VB.net and ran it successfully. The program runs fine as long as you leave the executable in the bin directory. When the program is run elsewhere it displays the error "Class Not Registered".
|
| recordset.Getstring Equivalent | 28 Dec 2004 09:39 GMT | 2 |
What is the Equivalent of recordset.Getstring in Dataset? Regards, Ritesh
|
| How do I obtain the Upgrade Wizard? | 28 Dec 2004 06:53 GMT | 3 |
Want to upgrade a VB6 program to VB.NET 2002. The wizard didn't come with my version. ("VB.NET standard") Does MS distribute the wizard as a separate download? Where to get it?
|
| security | 28 Dec 2004 06:41 GMT | 1 |
I have devloped application in vb.net and i want to give security to my application Is it possible to create key pair. so the one who have the matching key pair can only be able to access my application.
|
| download html in .net 2003 and 2005? | 28 Dec 2004 06:33 GMT | 1 |
i'm having some problems getting ServerHttpXml to work in .net.. I would like to examine the alternatives to this in VS2003 and VS2005. All i want to be able to do is to pass thru my proxy server and download html (based on a url)
|
| Article : Resource File Generator (Resgen.exe .Net FrameWork Tools Series) | 24 Dec 2004 08:07 GMT | 2 |
This is a resource file generation tool which converts an xml based resource formats to .net resource file i.e. (.resources) and vice-versa. Today we will see how we will generate ==> .txt files from .resources or .resx files. ==> .resources files from text or .resx files.
|
| What is the best way to convert from VB 6.0 to VB.NET? | 21 Dec 2004 08:23 GMT | 2 |
I only do programming as a hobby (have done VB 6.0, some VB.NET, HTML, some Java, and most recently C#) and I have a big original VB 6.0 program (dealing with organizing one's CD/album collection) which I spent 3 1/2 years working on (yes, you've read that right - 3 1/2 years!
|
| Upgrading to .Net | 21 Dec 2004 08:17 GMT | 3 |
I have been told that installing .Net on machines which have Developer Studio (VB6 and C++) causes problems. Can anyone tell me if this is true, and what measures might be taken to avoid problems.
|
| Problems with the migration wizard | 15 Dec 2004 13:26 GMT | 1 |
I've a litle problem with the migration wizard, when it begins the conversion, a windows opens and say: "Upgrade failed: Exception Occurred: The referenced component Statusbar is missing a design time license". What is "design time license" and what I have to do to complete this ...
|
| Visual Studio.Net 2002 Professional says VB6 Migration tool not installed... (sorry if this is a double post) | 05 Dec 2004 23:07 GMT | 2 |
I know for a fact that the migration tool has been installed and I can see evidence of having run it (two years ago) because there is a _UpgradeReport.htm file present. I have reinstalled .Net with all options selected, but still get the
|
| Where to now for .Net Upgrade? | 05 Dec 2004 15:48 GMT | 1 |
I have almost completed Francesco Balena’s “Programming Microsoft Visual Basic .Net”, the first one not the 2003 edition, and am wondering what the next book should be. I am a MCSD VB6 with 5 years analytical, design, development and support experience and am just now upgrading ...
|
| COnverstion from VB6 to VB.NET | 03 Dec 2004 21:25 GMT | 2 |
I have a application that uses the REDIM function a lot. The application redefines arrays depending upon variables. The variables are entered and the arrays are made smaller or larger depending upon the data that is to be processed.
|
| Upgrade from Visual Studio 6.0 question | 02 Dec 2004 20:55 GMT | 1 |
I need some clarification on what happens when a person needs to move to the .NET world. I have written many programs in Visual Basic 6.0 (we have a Visual Studio 6 installation) that I absolutely need to work correctly after upgrading to Visual Studio .NET. I there anything I ...
|