all groups > vb.net upgrade > january 2006
VB6 to .net 2003
Posted by jlm88byu NO[at]SPAM gmail.com at 1/30/2006 12:07:39 PM
I am trying to convert a piece of vb6 code to vb .net 2003 and I get
following error:
"The referenced components MSComm CommonDialog are missing design time
licenses."
I have been able to find suggestions on how to solve this problem if
you are using vb6, however what do you do if you're tryin... more >>
Visual Basic and Unicode
Posted by Athono via DotNetMonster.com at 1/29/2006 1:44:18 AM
Can programs written in Visual Basic be designed such that they can read and
write Unicode Files?
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-upgrade/200601/1... more >>
COM Interop
Posted by Brian Pos at 1/23/2006 6:05:02 PM
I have some troubles trying to implement an interface in .NET based on an
interface defined in a VB6 component.
The troubling property in the VB6 interface is:
----------------
Property Get Fields(ByVal varKey As Variant, Optional ByVal lngRow As Long)
As Variant
End Property
Property L... more >>
vb6 user defined type
Posted by South Bend Larry at 1/20/2006 12:52:04 PM
what is the equivalent to type in .net 2005?... more >>
Convert ActiveX Exe to .Net
Posted by Danny at 1/18/2006 2:36:03 PM
I have an vb6 ActiveX exe that is used by a couple of programs to receive
request to ftp files to a server. It is set to multi-use with thread pool
set to one.
Each independent program creates an instance of the object and pass requests
to this server. It queues them up and then ftp's the... more >>
upgrade wizard fails
Posted by guy at 1/16/2006 4:17:02 AM
when trrying to upgrade a VB6 project (about 40 forms) to VB2005 I get the
error:-
"Unexpected exception occurred during upgrade wizard execution: Retriveing
the COM class factory for the component with CLSID {...the class id...}
failed due to the following error: 80070005"
if i try upgr... more >>
Error calling COM object in VB .NET
Posted by gosneys NO[at]SPAM axxia.com at 1/12/2006 3:20:17 AM
Hi everyone
I'm migrating an app from VB6 to VB .NET and am having a problem with
accessing a COM object. The following code works fine in VB6:
Dim objObject As COM_login
Set objObject = New COM_login
strUsername = objObject.RetrieveUser("hashstring")
strPassword = objObject.Retriev... more >>
VB6 IDE vs net2005
Posted by Galen Somerville at 1/8/2006 9:19:10 AM
This really p---es me off. I installed VB6 after installing 2005 pro
I make a lot of changes in my VB6 app and run(compile) with Save. If I have
a syntax error it shows it to me and I correct and again Run with Save.
But if there is an error, and after my error handler displays the message, ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Upgrading split function
Posted by Danny at 1/7/2006 6:21:02 PM
I am upgrading a vb6 program to vs.net 2005. I have found a difference in
the operation of the "split function".
Example code:
Dim result() as string
Dim source as string
source = ""
result = split(source, ",")
msgbox ubound(result)
in vb6 this returns -1, in vs2005 and vs2003 it retur... more >>
Upgrading VB6 VS2005
Posted by Jerome at 1/6/2006 9:50:35 PM
Hoi,
Some advice about VS2005 needed
I have a major project written in VB6 where all database interactions are
nicely combined in one ClassModule witch gave
me the opportunity to work with the Connection.Execute method. The
ClassInitialise makes the connection and from then
all works like a ... more >>
Debug assertion failed in wincore.cpp line 980
Posted by mikethefid NO[at]SPAM yahoo.ca at 1/5/2006 12:42:27 PM
I am getting the subject failure after having upgraded to VB.NET 2003
from VB98.
During startup, the splash form shows and the login form shows. After
the login completes, the splash and login forms are closed and the main
application form is Show()'d.
The Closed(...) event for both the spl... more >>
reading and writing binary data in VB
Posted by Athono via DotNetMonster.com at 1/3/2006 1:24:00 AM
In Visual Basic 6 I have written a program to read and write to a file. It
works fine. Now I have to do the same for binary data since the information
I write to the file has [i]end-of-line[/i] and [i]return[/i] characters. For
instance, when I write to the file, the data looks like this:
"... more >>
Where is Procedure View Button in Vb.Net 2005 ?
Posted by Luqman at 1/2/2006 1:09:59 PM
How can I display only current procedure in VB.Net 2005, like Vb-6, I mean
Procedure View and full Module View in VB-6 ?
Best Regards,
Luqman
... more >>
|