A
art
Hi,
Just to let you know I am new to vbasic for starters.
Can I build forms without the gui ide tool. I just want to code simple
forms and just dont like the overhead of a big tool. I was able to do
this in another scripting language.
Cheers,
Art
ps. Here is what the other language looked like.
toplevel. .tl
frame .tl..f
button .tl.f.b -text go -command doThis
proc doThis {} {puts "you did this"}
Just to let you know I am new to vbasic for starters.
Can I build forms without the gui ide tool. I just want to code simple
forms and just dont like the overhead of a big tool. I was able to do
this in another scripting language.
Cheers,
Art
ps. Here is what the other language looked like.
toplevel. .tl
frame .tl..f
button .tl.f.b -text go -command doThis
proc doThis {} {puts "you did this"}