Results 1 to 5 of 5

Thread: i cant belive i have to ask this...{solved}

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2002
    Posts
    39

    i cant belive i have to ask this...{solved}

    VB Code:
    1. MsgBox ("you have clicked & clickcount  times")
    i need the msg box to show the number notwhats actuly typed
    Last edited by wildcard; Nov 14th, 2002 at 02:59 PM.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    standard string concantenation

    Code:
    MsgBox ("you have clicked " & clickcount & "  times")
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    Do you want to know the number of keystrokes pressed or anything else?

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    Sorry I misread your question.

  5. #5

    Thread Starter
    Member
    Join Date
    Feb 2002
    Posts
    39
    thx all
    (bangs head aginst wall)

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