this is what i done with a list box: dim insert as object insert = inputbox("Please typ your message and press ok:", "New message") if insert = "" then listbox1.items.add("Please enter a message") listbox1.setselected(0, true) elseif listbox1.selecteditem = "Please enter a message" then listbox1.items.clear listbox1.items.add(insert) else listbox1.items.add(insert) end if seems to work well :)
ey men i need to know , how i change the place that the inputbox will appear in the form, plis help me whit that
2011lozada 11 months ago
This has been flagged as spam show
thanks for this
but i need help you to create my software i create a soft like you
but i want something extra
i want address which i open from browse box
if any ans. please mail me on my e-mail address
kauatu92@gmail.com
thankink you
kauatu92 1 year ago
15killsrs 1 year ago
if i put letters?
dim a as string
a = inputbox("","Enter a number")
if a = Int then
label1.text = "You picked " + num
else
label1.text = "-.-'"
GoncaloRodriguez 2 years ago
the code inputbox
num = Inputbox("number:")
gives me an error, saying
'Inputbox' is a namespace and cannot be used as an expression.
please let me know whats the error..
thank u
maymoon107 2 years ago
good work thanks
tazkashan 3 years ago
nice
timvdlinde 3 years ago
Thanks.
Jawad170 3 years ago