all groups > vb.net upgrade > recent posts
'VB6.FixedLengthString' is not defined
Posted by shyju cv at 1/3/2008 1:29:04 AM
friend i am working in vb.net application while debugging i got an error massage
'VB6.FixedLengthString' is not defined....
i had imported name spaces
microsoft.visualbasic...& System.Runtime.InteropServices
but still am getting the same error message
... more >>
Re: Enum Problem
Posted by Jan Hyde (VB MVP) at 11/1/2007 1:10:26 PM
Sriman <Sriman@discussions.microsoft.com>'s wild thoughts
were released on Tue, 30 Oct 2007 15:12:04 -0700 bearing the
following fruit:
>I want to call a dotnet Enum from VB6.
>C# Enum:
>public enum grpType
>{
> personalGroup = 1;
>}
>I am accessing the c# class/enum through .tlb in the... more >>
Re: Optional Parameter...
Posted by Jan Hyde (VB MVP) at 11/1/2007 1:09:53 PM
Sriman <Sriman@discussions.microsoft.com>'s wild thoughts
were released on Tue, 30 Oct 2007 05:28:33 -0700 bearing the
following fruit:
>Thanks for the replay.
>Yes, I want to call C#.Net functions(Overloaded methods) from vb6 components.
VB6 is not going to be able to cope with overloaded ... more >>
Re: Enum Problem
Posted by Mattias Sjögren at 10/31/2007 12:00:00 AM
>Is there any way to avoid/remove the extra word(grpType_) at the time of
>.tlb generation?
No there isn't.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.... more >>
programming CADELET
Posted by EWF at 10/30/2007 7:08:01 PM
Hallo
A question about Cadelet: it’s an electrical cad, i need to use it’s
APIs to add information to an existing project. Did someone of you ever
worked about it? I can’t find information nowhere. Thank you
p.s. i’m sorry for my awful english... :-D... more >>
Enum Problem
Posted by Sriman at 10/30/2007 3:12:04 PM
I want to call a dotnet Enum from VB6.
C# Enum:
public enum grpType
{
personalGroup = 1;
}
I am accessing the c# class/enum through .tlb in the vb6.
But the issue is the enum types. like in vb6 it is showing enum value like
grpType.grpType_personalGroup instead of grpType.personalGroup.... more >>
Re: Optional Parameter...
Posted by Sriman at 10/30/2007 5:28:33 AM
Thanks for the replay.
Yes, I want to call C#.Net functions(Overloaded methods) from vb6 components.
Thanks in advance
Regards,
Sriman
"Jan Hyde (VB MVP)" wrote:
> Sriman <Sriman@discussions.microsoft.com>'s wild thoughts
> were released on Mon, 29 Oct 2007 15:01:01 -0700 bearing the
>... more >>
Re: Optional Parameter...
Posted by Jan Hyde (VB MVP) at 10/30/2007 12:00:00 AM
Sriman <Sriman@discussions.microsoft.com>'s wild thoughts
were released on Mon, 29 Oct 2007 15:01:01 -0700 bearing the
following fruit:
>We are migrating the vb6 projects(few components, rest in vb6 only) to C#.Net
>2005.
>In this migration process we are facing one big issue with optional
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Optional Parameter...
Posted by Sriman at 10/29/2007 3:01:01 PM
We are migrating the vb6 projects(few components, rest in vb6 only) to C#.Net
2005.
In this migration process we are facing one big issue with optional
parameter. Actually in C#.Net there is not optional parameter concept . For
that C# introduced 2 concepts like 1)overloading 2)params .
But ... more >>
Optional Parameter
Posted by Sriman at 10/29/2007 3:00:01 PM
We are migrating the vb6 projects(Few components only. rest in vb6 only) to
C#.Net 2005.
In this migration process we are facing one big issue with optional
parameter. Actually in C#.Net there is not optional parameter concept . For
that C# introduced 2 concepts like 1)overloading 2)params .
... more >>
VB.NEt
Posted by kansara nirav at 10/18/2007 3:53:10 AM
i need to know how to used kodak image scane control in vb.net as fast as possible
From http://www.developmentnow.com/g/41_2007_8_0_0_0/dotnet-languages-vb-upgrade.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:28:46 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:03:10 AM
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s... more >>
Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 9:56:52 PM
Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels
The s... more >>
Raise Event (Migration Issue)
Posted by Sriman at 10/8/2007 9:31:03 AM
Hi,
FYI: Migrated only business logic code only
I am ending up with an issue, I could not able to raise the event from
..net(C# or vb.net) to vb6. Actually in Old Com(vb6) class has a code like "
raise event" that was handled in the another exe(vb6 program). In the
migration proces... more >>
csp2TimeStamp2Str in vb.net
Posted by peter lustig at 9/7/2007 5:46:51 AM
hi,
i try use the csp2TimeStamp2Str function from the csp2.dll in vb.net.
i just want to read out the timestamp of the barcode.
i tried this one here:
Declare Function csp2TimeStamp2Str Lib "Csp2.dll" (ByRef Stamp() As
Byte, ByRef value As Long, ByVal nMaxLength As Integer) As Integer
... more >>
Re: need help upgrading a vb6 program to vb.net
Posted by steve at 8/27/2007 6:44:02 AM
hi,
thanks, changed the longs to integer and some byval to byref and it works now.
I try to use te update wizard but the thing keeps bugging me with an error.
I try it with a new vb6 app and same result.
Since the app is no more than 3 forms I rebuild the app from scratch.
"Patrick ... more >>
Re: need help upgrading a vb6 program to vb.net
Posted by Patrick Steele at 8/26/2007 9:26:53 PM
In article <A0A41FD7-BDA9-499E-AF5A-3064A79BE000@microsoft.com>,
steve@discussions.microsoft.com says...
> this is the function in the dll
> in vb.net I've made a module where i put the functions in.
> Declare Function csp2Init Lib "csp2.dll" (ByVal nComPort As Long) As Long
Did you run this... more >>
Re: need help upgrading a vb6 program to vb.net
Posted by Patrick Steele at 8/26/2007 5:50:05 PM
In article <2EDEF0CA-6069-4A74-A08E-AF1E7D93BBA3@microsoft.com>,
steve@discussions.microsoft.com says...
> hi,
>
> I bought me a symbol CS1504 scanner to use the scanner there is an sdk with
> an C++ dll and an example code written in vb6 to bind the dll to the vb6 app.
>
> I got my app r... more >>
Re: need help upgrading a vb6 program to vb.net
Posted by steve at 8/26/2007 4:32:00 PM
thanks patrick,
The only thing thats strange is that I seem to get an differend output from
the dll if I use .net or vb6.
example if i run the opencom_click (it opens the com connection):
Private Sub OpenCom_Click()
Dim dwRC As Long
Dim dwComPort As Long
dwComPort = SelectCOMcb... more >>
need help upgrading a vb6 program to vb.net
Posted by steve at 8/26/2007 11:36:02 AM
hi,
I bought me a symbol CS1504 scanner to use the scanner there is an sdk with
an C++ dll and an example code written in vb6 to bind the dll to the vb6 app.
I got my app running in vb6 but like to rebuild the thing so i can use it in
vb.net.
If I just open the app in visual studio 2005 I... more >>
Upgrade wizard hangs (2005 edition)
Posted by oaksong at 8/15/2007 12:00:09 PM
I've created a project that has a form with 3 widgets, a textbox, a
label, and a button. There is no code.
When I run the upgrade wizard it freezes. I've tried this twice in the
IDE and once at the command prompt.
Is it overwhelmed with the simplicity?
... more >>
Upgrade wizard: Use prepared Interop assemblies!
Posted by Armin Zingler at 7/19/2007 3:46:38 AM
Hi,
one for this busy group: ;-)
I open a VB6 project in VB 2005 (express) and have the Wizard convert it. It
also creates the necessary interop assemblies for the referenced ActiveX
dlls.
Problem: the interop assemblies are not imported the way they should. The
result looks as if the "... more >>
Re: Upgrade vb6 applications to vb.net
Posted by Jan Hyde (VB MVP) at 7/16/2007 3:39:47 PM
"Bill Gates" <nospam@no_spam_please.com>'s wild thoughts
were released on Wed, 11 Jul 2007 14:51:09 +0300 bearing the
following fruit:
>I don't have the VB.NET IDE installed yet. I need now information. I want to
>know if there is an application for the upgrade, if there are problems with
>... more >>
usercontrol event fails firing after converting to .asp.net 2.0
Posted by prabhu_27_84 at 7/11/2007 8:32:00 PM
Hi Everyone
i have created usercontrol in asp.net 1.1(code behind vb.net) which contain
one button.when i click that button some action should happen.well it works
fine in .net 1.1 .I convert that application to .net 2.0 .now when i Click
that button that Button Click Event is not Firing.even... more >>
Re: Upgrade vb6 applications to vb.net
Posted by Bill Gates at 7/11/2007 2:51:09 PM
I don't have the VB.NET IDE installed yet. I need now information. I want to
know if there is an application for the upgrade, if there are problems with
the upgrade, and what are the problems.
thanks.
"George Hardy" <nospam@nospam.com> wrote in message
news:uL6YYbzwHHA.2432@TK2MSFTNGP04.... more >>
Re: Upgrade vb6 applications to vb.net
Posted by Tim Patrick at 7/11/2007 1:47:01 PM
The various versions of VB.NET include an "Upsizing Wizard" that converts
your VB6 application to the latest format. But depending on the complexity
of the original program, you may have to do a little or a lot more work to
get the converted code to work properly. Microsoft did not write the w... more >>
Re: Upgrade vb6 applications to vb.net
Posted by George Hardy at 7/10/2007 4:08:31 PM
check out the tools menu, bill.
george hardy
"Bill Gates" <nospam@no_spam_please.com> wrote in message
news:esbz%23QswHHA.1208@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> How do I upgrades my vb6 applications to vb.net applications?
>
> thanks.
>
>
... more >>
Upgrade vb6 applications to vb.net
Posted by Bill Gates at 7/10/2007 12:00:00 AM
Hi,
How do I upgrades my vb6 applications to vb.net applications?
thanks.
... more >>
Canada, New York
Posted by Canada, New York at 6/19/2007 6:17:59 AM
Hi! You have a nice site! But it has appeared in the list of resources, that want to receive advertising. If you want to exclude your website from our list, please submit it to our anti-spam list here: http://nospam.t35.com . Thanks for cooperation!... more >>
|