LoadPicture, SavePicture, StdPicture support in VB .NET ??
Wed, 12 Oct 2005 14:59:47 -0400
Hi,
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
can deal with such objects via Interop? I am writing a ...
|
How to convert dsr into rpt
Sat, 08 Oct 2005 00:09:01 -0700
hi
i want to convert dsr(vb 6.0) into rpt(vb.net 2003)
is it possible, response me.
thanks
M.Murali
*** Sent via Developersdex http://www.developersdex.com *** ...
|
VB6 with Visual Studio .NET?
Tue, 4 Oct 2005 02:56:59 -0700
Hi,
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?!
Soon or later we wi ...
|
Confused: How to upgrade .bas Modules?
Thu, 29 Sep 2005 12:10:38 +0100
All my VB6 projects share about 6 different .bas modules. When I try to
upgrade each of the VB6 projects to .Net 2003, the modules become part of
the .Net project instead of staying as independent common files.
How can I, first, upgrade my .bas modules to .Net and then, second, when
upgrading the VB6 comp ...
|
VB6 activex.exe converted to .net, now unable to access it
Wed, 28 Sep 2005 18:12:11 +0100
I have an aplication in VB6 that is an Activex.exe. It have a class with
some methods available and it is intended to be accessible by other VB6
applications.
Other applications needs to know the values of some global variables that
the Activex.exe app have currently.
now i'm upgrading the application to ...
|
Issue with DAO to ADO.Net
Tue, 27 Sep 2005 12:23:48 -0400
Hey folks
I'm porting an app from VB6 to VB.Net... what a process!
I'm about 70% of the way through.
However I'm trying to find some information on how to upgrade the code
snippet below to make use of ADO.Net
-----------------------------------------------------
....
Dim prsFiles As DAO.Recordset
...
|
Issue with DAO to ADO.Net
Tue, 27 Sep 2005 11:40:58 -0400
Hey folks
I'm porting an app from VB6 to VB.Net... what a process!
I'm about 70% of the way through.
However I'm trying to find some information on how to upgrade the code
snippet below to make use of ADO.Net
-----------------------------------------------------
....
Dim prsFiles As DAO.Recordset
...
|
|
|
postdata in .net
23 Sep 2005 05:53:02 -0700
Dear all
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.
I've spent the last 3 hours trawling though groups and the help files
and to be honest m ...
|
Saving to Registry after upgrade
Wed, 21 Sep 2005 10:37:41 -0400
Hey folks
I'm upgrading an existing application from VB6 to VB.Net
It's a slow painful process, and there isn't time to rewrite it.
I'm using RegCreateKeyEx(...) to save some data to the registry.
I'm getting Error 1314 and can't seem to find much useful info on this.
If anyone has any information that ca ...
|
Passing structures from VB to VB.Net
Tue, 20 Sep 2005 13:25:06 -0700
How do I marshal a 2 dimensional array contained in a structure?
Thanks very much !
------------------------------------------------------------------------------------------------
My code (.NET) is below
This structure containing a two dimensional array gives me an error msg that
says, "Can not marshal ...
|