|
-
Sep 21st, 2003, 12:51 AM
#1
Thread Starter
New Member
is #INCLUDE available in VB.NET
i am a beginner to VB.NET
jus wondering if (or how) i can include "#include <ddd.h> into VB.NET code?
-
Sep 21st, 2003, 01:24 AM
#2
No there is no include type command generally you would reference dlls to use their objects.
-
Sep 21st, 2003, 01:25 AM
#3
Re: is #INCLUDE available in VB.NET
Originally posted by nishan
i am a beginner to VB.NET
jus wondering if (or how) i can include "#include <ddd.h> into VB.NET code?
C++ != VB.NET
-
Sep 21st, 2003, 02:20 PM
#4
Thread Starter
New Member
VB.net -- simple question
thanks for the response.
i have *some* programming experience from both java and C/C++ mostly. i am new to VB and VB.net.
the main reason i was asking about the #include <ctype.h> is because i want to use the isdigit(int c) function to validate some user input. how can i do this in VB.net?
-nash
-
Sep 21st, 2003, 02:48 PM
#5
Re: VB.net -- simple question
Originally posted by nishan
the main reason i was asking about the #include <ctype.h> is because i want to use the isdigit(int c) function to validate some user input. how can i do this in VB.net?
First off, if you're using C++ you'd use <cctype> not <ctype.h>
secondly, what exactly is the point in using isdigit(int c)? I've never used that library, but does it only see if it's a digit? Kind of useless if so....
You need to be ALOT more specific when asking questions too. Do you want to check to see if something is a digit in a textbox? in a console program? asp program?
-
Sep 22nd, 2003, 11:52 AM
#6
Lively Member
Microsoft.VisualBasic.Information.IsNumeric
If your post is resolved, mark it as such using the thread tools, Keep the forums tidy.
-
Sep 22nd, 2003, 04:50 PM
#7
Frenzied Member
If you have C++ and java experience then go straight to C#. Its the natural choice.
-
Sep 23rd, 2003, 08:58 AM
#8
Thread Starter
New Member
yep, making the transition to c# would be easier for me...but i want to get some exposure to VB.NET.
i don't have much or any experience in VB programming...maybe i should have started with VB before learning VB.NET?? but from what i hear, Microsoft ultimately wants to get rid of VB for all the main application development(except OS development?) and focus developers into using VB.NET or c# in the near future....
nash
-
Sep 24th, 2003, 04:25 PM
#9
yay gay
also what u seem to want is import a function from a dll and not the #include c++ thing
\m/  \m/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|