|
-
Nov 14th, 2002, 02:41 PM
#1
Thread Starter
Member
i cant belive i have to ask this...{solved}
VB Code:
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.
-
Nov 14th, 2002, 02:43 PM
#2
standard string concantenation
Code:
MsgBox ("you have clicked " & clickcount & " times")
-
Nov 14th, 2002, 02:44 PM
#3
PowerPoster
Do you want to know the number of keystrokes pressed or anything else?
-
Nov 14th, 2002, 02:46 PM
#4
PowerPoster
Sorry I misread your question.
-
Nov 14th, 2002, 03:00 PM
#5
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|