Convert ActiveX Exe to .Net
Wed, 18 Jan 2006 14:36:03 -0800
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 them one at a time ...
|
Free mp3's
Wed, 18 Jan 2006 06:34:00 +0100
And much more that that!
http://forum.saait.net/ http://forum.saait.net/
This site offers free and legal mp3's, software, movies, games.
They also
have a listing of free item that are given away on the internet.
It's the
best forum on earth if you ask me.
Their homepage is here
http://www.saait.net ...
|
Free access to several paysites! Free movies - games - software - mp3 - and more!
Tue, 17 Jan 2006 22:41:23 GMT
I found this great site that offers loads of content for
free! I got a bunch of mp3's from it, but they offer movies, games and software
too!
Go check it out! Quickly!
http://www.wooligan.net http://www.wooligan.net
(You're welcome ;)
Frank ...
|
Free access to several paysites! Free movies - games - software - mp3 - and more!
Tue, 17 Jan 2006 21:30:56 GMT
I found this great site that offers loads of content for
free! I got a bunch of mp3's from it, but they offer movies, games and software
too!
Go check it out! Quickly!
http://www.wooligan.net http://www.wooligan.net
(You're welcome ;)
Frank ...
|
Remplace LoadWithPartialName (Obsolete in VB 2005)
Tue, 17 Jan 2006 15:04:47 +0100
Hi everyone,
I would like replace
Dim objAssembly as [Assembly] =
[Assembly].LoadWithPartialName("System.Data") in VB 2003 obsolete in VB 2005
By
Dim objAssembly as [Assembly] = [Assembly].Load("System.Data") in VB 2005
=> message Could not load file or assembly 'System.Data' or one of its
dependenc ...
|
upgrade wizard fails
Mon, 16 Jan 2006 04:17:02 -0800
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 upgrading the same ...
|
How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL.
Sat, 14 Jan 2006 22:04:35 GMT
How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL?
Now I am debugging successfully. I can debug either on the Visual Basic end
or I can debug on the C++ side by using the DLL's project file and declaring
the compiled VB code as the launching executable. I have narrowed the problem
do ...
|
|
|
Error calling COM object in VB .NET
12 Jan 2006 03:20:17 -0800
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.RetrievePassword("hash ...
|
VB6 IDE vs net2005
Sun, 8 Jan 2006 09:19:10 -0800
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,
up pops a net ...
|
Upgrading split function
Sat, 7 Jan 2006 18:21:02 -0800
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 returns 0. Is this ...
|