all groups > vb.net upgrade > january 2004
Upgrade Failed: Exception occurred: The referenced components
Posted by james at 1/27/2004 10:38:11 AM
CommonDialog
MSFlexGrid
are missing design time liscenses
I get this when trying to convert my VB 6.0 to .Net 2003
Can someone tell me how to get past this? Or must I
completely re-write the VB 6.0 stuff to comment out
any and all referenced to these controls ?
Or should I just start fro... more >>
plzzzzzzzzzzzzzzzzzzzzzz help me out
Posted by kumar at 1/26/2004 10:09:40 PM
See i have to change Pset,Line,Point commands to .net
Reply
... more >>
What i happening on this Newsgroup?
Posted by One Handed Man [ OHM# ] at 1/24/2004 11:57:16 AM
The newsgrouo disapeared this morning, and now I see lots of spam stuff =
once it's returned.
What gives all of a sudden ?
--=20
Best Regards - OHM
O_H_M{at}BTInternet{dot}com... more >>
paramarray
Posted by peter at 1/24/2004 7:26:05 AM
Hi everyone
In VB6,paramarray parameter is passed using byref,but in VB.NET,using byval.How can I get back the changed value of the paramarray parameter
My work case in vb.net like this
----------------------------------------------------
Function mytestmethod(paramarray byval arg() as objec... more >>
App.Path
Posted by Chip at 1/19/2004 2:20:00 PM
I used to be able to set app.path to find my directory iin code. How do I do
that same thing in VB.Net?
Thanks
... more >>
project version number
Posted by Graeme Neath at 1/19/2004 10:53:24 AM
I can't believe that I havn't worked out how to do this, but it has me
totally stumped.
All I want to do is change the project version number of an app that I have
converted from VB6 to VB.NET from 2.7.1 to 3.0.0, but I can't see where that
is set. In VB6 project properties has Major, Minor an... more >>
Problems with XP and VB6
Posted by Michael Windmeier at 1/18/2004 7:32:01 PM
Hello,
our company has upgraded from W2000 to WinXP.
For editing a central telephonebook (which is based on ADS), a
colleague has coded an application with VB6 on W2K. The program is
using an external EXE called ldifde.exe with some parameters, the user
put in some textboxes. After upgrading... more >>
text box events
Posted by Robert Smith at 1/15/2004 9:21:13 AM
Hi,
I have a text box call txtOrderno. I need to validate
what the user enters
the txtOrderNo_validating event deals with the case when
the user enters a value and presses return, but what event
will deal with the case when a user enters a value and
then clicks on another form for ex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ADO parameters
Posted by Steve F. at 1/14/2004 12:13:49 PM
Will this VB6 code run in VB.NET:
With MyCmd
.CommandType = adCmdText
.CommandText = "SELECT Pub_Name, City, State WHERE
City LIKE ? AND State = ? "
.Parameters.Append .CreateParameter("Citywanted",
adVarChar)
.Parameters.Append .CreateParameter("Statewanted",
AdChar)
E... more >>
vb6 to .NET conversion programs run slow??
Posted by matty NO[at]SPAM what-the.net at 1/14/2004 7:03:01 AM
I have a rather large VB6 program that I converted to .NET and finally
got running. Unfortunately the thing runs like a SLOTH. I am correct
in thinking that .NET programs that are still using vb6 compatibility
code will slow the thing down? Someone PLEASE tell me why my .NET
program runs a hell ... more >>
Calling .NET code from VB
Posted by Neil Penn at 1/14/2004 12:45:35 AM
I need to be able to call some .NET code from an old VB application.
Looking around on MSDN it looks like I should expose the .NET code as a COM
object and access the COM object from Visual Basic.
Does anyone have any experience of doing this? Is this the best strategy or
is there another wa... more >>
How do I Test NT File Permissions From VB .NET ?
Posted by fischerjc NO[at]SPAM hotmail.com at 1/13/2004 11:05:21 AM
Hello-
I am trying to check access permission on a NTFS file location using
the currently logged on user's account and a specific file path/name
to obtain a true/false value. Previously, I used the
MSWC.PermissionChecker COM object to perform this. I can obtain a COM
reference to it in .NET... more >>
Upgrading VB6 project to VB .NET
Posted by Neer Patel at 1/12/2004 12:51:47 PM
Hi, we are talking about upgrading our software package
which was written VB6 with a few addons to VB.NET
I understand the code will transfer over but will the
forms transfer over easily?
Also we use Spread 3, Farpoint Tab pro 3.1, Catalist
Telnet Client & Termincal Emulator. Does anyon... more >>
LSET Upgrade
Posted by Tracy Walton at 1/12/2004 5:29:21 AM
Has anyone successfully been able to replicate the LSET
statement from VB into the .NET environment? I am trying
to modify some legacy code that uses the statement but am
having difficulty coming up with a workable replacement...
Thanks
... more >>
Access compatibility with Visual Basic 6
Posted by sueh at 1/10/2004 9:50:39 AM
Could someone tell me if databases created in Access 2000
format are compatible with Visual Basic 6? I can't seem
to get VB to read my newly created Access files.... more >>
Problem ending application
Posted by Oswaldo at 1/9/2004 9:25:03 AM
Hello, I have a problem when I ending my application.
Display the message "The instruction as bla referenced
memory at xxx. the memory could not be read." The code
that I used to end is: Unload frmOportunidades
End
Is only one form and is the principal.
What is the ... more >>
Could not start upgrade wizard
Posted by NimX at 1/8/2004 9:06:48 PM
When i try to open vb project in .Net it shows me
message "VB 6.0 Migration tool not installed on this
computer"
Can any one please help me to find out where the problem
is.
Regards,
NimX... more >>
Problem upgrading VB 6.0 project to VB.NET
Posted by quimbymon33-google NO[at]SPAM yahoo.com at 1/8/2004 8:48:50 AM
I'm attempting to use the upgrade wizard to upgrade a working VB 6.0
project to VB.NET. When I run the upgrade I receive the following
error:
Upgrade failed: Exception occurred: Could not load referenced
component
QError.dll
You need to install this component before you upgrade the project.
... more >>
Printer object replacement syntax
Posted by Tom Berry at 1/7/2004 9:55:45 AM
We currently are trying our first transformation from VB6 to VB.Net. Of
course, the Printer object is gone, but I'm having trouble finding the
replacement syntax necessary to perform similar actions or set variables.
We are interested in doing this inline (no pop-up dialog box).
Specifically, w... more >>
Outlook Addmembers method issues
Posted by AndyT at 1/5/2004 9:36:14 AM
Microsoft's AddMembers example on their website (at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol10/html/olmthaddmembers.asp) is fine to add the current user, but how do I modify this to add ALL the individuals from a folder UNDERNEATH the Contacts folder to the distribution... more >>
The right to use VB 6.0 when I have license for VB . NET
Posted by abutnaru NO[at]SPAM emailaccount.com at 1/5/2004 2:03:06 AM
Can everybody help me? I developped an application in VB
in a company where I had license for VB 6.0 but. Now, in
the new company where I work, I have license for VB .NET?
The VB .NET license is enough to give me the right to use
VB 6.0?... more >>
warning BC40000: 'Public Property Address() As Long' is obsolete
Posted by Raymo Montgomery at 1/2/2004 3:06:15 PM
I have run into the same situation as Jason where I am trying to access
an IP Address in VB.Net after including
System.Net.Sockets.AddressFamily. Here's the code:
Dim RemoteEndPoint As EndPoint
Dim x As Long
x = CType(CType(RemoteEndPoint, IPEndPoint).Address.Address
Mod 256, Byte) ... more >>
HOW TO Get a Handle to another Form?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 1/2/2004 9:56:25 AM
I need to call a subroutine (CreateNewDoc()) in FormA from
within FormB based on the user action in FormB.
Let FormA be an MDIForm and let FormB be its MDIChild
form (during the creation of FormB, MDIParent property was
populated properly). So, the FormB.MDIParent (or from
within FormB, "m... more >>
Help please
Posted by gladyspeamann NO[at]SPAM hotmail.com at 1/2/2004 7:50:27 AM
Dear newsgroup - do not reply to this e-mail address. I have just
created it to avoid getting spam to my real address. Reply to the
newsgroup. I am watching them all now so please reply now.
How do I get a list of methods that my class supports? Here is my
code.
I want
MsgBox(a.GetMetho... more >>
|