472,143 Members | 1,097 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

Howdy , 2 Questions...

good day all!
i have 2 questions i will be thankful if someone will be able to help me :)

1. i know that there are few diffrences in the size of int , double , short
, etc.... can someone tell me please what are the diffrences bettwen vb6 to
..net or give me some sources , links to read.?

2. i have vb.net project which include reference to vb6 com , now i need to
pass to a function from .net to the vb6 some parameter but!!!!! he need to
be byref and when i do so i got "Type Mismatch" someone can guess what the
problem is?

any help will be thankful.
Zoei...
Nov 19 '05 #1
2 1163
"Organza" <el*****@hotmail.com> schrieb
good day all!
i have 2 questions i will be thankful if someone will be able to help
me :)

1. i know that there are few diffrences in the size of int , double ,
short , etc.... can someone tell me please what are the diffrences
bettwen vb6 to .net or give me some sources , links to read.?
All data types are described in the docs. In VB6 as well as in VB.Net.
Simply type the type name in the code editor, and/or, in VB6, in the
immediate window and press <F1>.
2. i have vb.net project which include reference to vb6 com , now i
need to pass to a function from .net to the vb6 some parameter
but!!!!! he need to be byref and when i do so i got "Type Mismatch"
someone can guess what the problem is?


What's the declaration of the procedure? What the declaration of the
variables/values you're trying to pass?

Also have a look at

<F1>
Visual Studio.NET
Visual Basic and Visual C#
Reference
Visual Basic language
Tour through Visual Basic
COM-Interop

--
Armin

- The tree representing the table of contents has been translated from
localized (German) version. Excuse slight deviations.

Nov 19 '05 #2
"Armin Zingler" <az*******@freenet.de> schrieb
1. i know that there are few diffrences in the size of int , double
, short , etc.... can someone tell me please what are the
diffrences bettwen vb6 to .net or give me some sources , links to
read.?


All data types are described in the docs. In VB6 as well as in
VB.Net. Simply type the type name in the code editor, and/or, in VB6,
in the immediate window and press <F1>.


You might also consider reading

Visual Studio.NET
Visual Basic and Visual C#
Reference
Visual Basic language
Tour through Visual Basic
-> Changes in Visual Basic
Upgrading applications
Upgrading from VB 6.0
-> Introduction in VB.Net for experienced VB users
--
Armin

- The tree representing the table of contents has been translated from
localized (German) version. Excuse slight deviations.

Nov 19 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by softwareengineer2006 | last post: by
reply views Thread by connectrajesh | last post: by
8 posts views Thread by Krypto | last post: by
reply views Thread by ramu | last post: by
1 post views Thread by ramu | last post: by
reply views Thread by ramu | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.