Results 1 to 9 of 9

Thread: is #INCLUDE available in VB.NET

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3

    Exclamation 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?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    No there is no include type command generally you would reference dlls to use their objects.

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3

    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

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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?

  6. #6
    Lively Member
    Join Date
    May 2002
    Posts
    94
    Microsoft.VisualBasic.Information.IsNumeric
    If your post is resolved, mark it as such using the thread tools, Keep the forums tidy.

  7. #7
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    If you have C++ and java experience then go straight to C#. Its the natural choice.

  8. #8

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3
    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

  9. #9
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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
  •  



Click Here to Expand Forum to Full Width