| Thread | Last Post | Replies |
|
| VS 2005 Beta 2 - Slow? | 30 Oct 2005 02:35 GMT | 6 |
Is it just me, or is the VS 2005 considerably slower than 2003? It sure feels like a performance downgrade. I am talking about all aspects of the programming environment here. TIA,
|
| LoadPicture, SavePicture, StdPicture support in VB .NET ?? | 21 Oct 2005 03:02 GMT | 3 |
I'm trying to move some VB6 data and algorithms dealing with pictures and images to VB.NET. Is there a .NET equivalent of these VB6 commands (LoadPicture, SavePicture)? I think StdPicture is defined in stdole ... so does that mean that VB.NET
|
| VB6 with Visual Studio .NET? | 10 Oct 2005 23:17 GMT | 6 |
We have a few business critical applications developed by an external consultant with VB6 over the past 5 years. As we have to take care of the stuff now by ourself I'm asking myself if we can use the Visual Studio .NET with the VB6 code without migrate the application to .NET?!
|
| Code Adviser for VB 6 | 08 Oct 2005 06:06 GMT | 3 |
I just installed and tried using the Code Adviser for the first time. I tried on 3 different projects. and got the following error: "Errors were encountered while attempting to remove and then add 'FixIt' source code comments"
|
| Problem accessing VB6 OCX file from VB.NET | 06 Oct 2005 20:35 GMT | 1 |
I am trying to access a VB6 OCX file (with many important methods in it created by me) using VB.NET. Let me tell you what I have done to access the methods. I started with registering the OCX file using regsvr32 and registering
|
| postdata in .net | 03 Oct 2005 17:30 GMT | 1 |
I used this http://support.microsoft.com/default.aspx?kbid=174923 to post data via my vb6 application. Now I am upgrading to .net and my program fails miserably because vbFromUnicode doesnt exist any more.
|