I'm trying to get the user input a line of code and then execute it. I want it to look like this:
Private Sub inputbox_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then commandline$ = inputbox.Text
End Sub
Private Sub Command1_Click()
commandline$ 'execute the command
End Sub
or there is a...
i want to ask the user for a command that vb can execute and didn't find a way to do it. i want to do something like:
Let InputCommand$ = "For I = 1 to 10 : next I"
InputCommand$ 'execute command line
Or there is a way to create a file that VB can use to input command ?
SkyFighter
i was wondering how i can manage to turn the caps lock on at windows start-up. i looked into the api viewer and did only find this:
Private Const CAPSLOCK_ON = &H80
someone have any ideas?
SkyFighter
skyfighta@hotmail.com
Get the fun out of life!
i use ltrim$(rtrim$(str$(number))) to get rid of the heading and ending space that str$ is returning, and i wonder if there is not a more efficient way to do this because it take a lot more time cause i'm calculate numbers larger than 10000 characters long and its taking eternity to calculate...
i'm triyng to show the text that i write in a text box in another textbox (with multiline = true) and i can't get to change of line when i put in the enter code like listed below please help me.
Private Sub parle_KeyDown(Keycode As Integer, Shift As Integer)
If Keycode = 13 Then...
i'm doing a calcul program and when i'm multipliing or divising number a get a number with an exposant. ex:1283450E+2. or 1.002344E-3 there is a way to allow variable to get more digits.<br>tanx in advance <p>miguel<br><a href=mailto:migoul@hotmail.com>migoul@hotmail.com</a><br><a...
Always take a look to the HELP FILE when you don't know how to do something. I, every time a start a programs that i don't know how to achieve it, ALWAYS go to the help there's all what you need to help you. if you don't know what to search for, use the SEARCH menu in the help and type in some...
i did download qbsock to program using socket over the internet but i think i've miss some library because the simgle program telnet.bas don't work and i can't find information on qbsock please tell me what i need
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.