Anyone here know basic VB.net 2003 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kard63
    Confirmed User
    • Nov 2003
    • 8944

    #1

    Anyone here know basic VB.net 2003 ?

    An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll

    Additional information: Cast from string "" to type 'Integer' is not valid.




    And this line of code is the problem:
    lblonly.Text = shape(CInt(lblonly.Text))


    Any suggestions ?
  • boner 2.0
    Too lazy to set a custom title
    • Jul 2004
    • 10970

    #2
    Format C:

    I don't know shit about Visual Basic, heres a bump

    Comment

    • JSA Matt
      So Fucking Banned
      • Aug 2003
      • 5464

      #3
      You are trying to turn a string into an integer?

      Comment

      • Kard63
        Confirmed User
        • Nov 2003
        • 8944

        #4
        Originally posted by JSA Matt
        You are trying to turn a string into an integer?

        Lol got aim or icq? I dont care I jsut want to display the damn thing

        Comment

        Working...