Why not suggest this to Victor?
Our members are dedicated to PASSION and PURPOSE without drama!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: VLS on January 15, 2014, 04:13:08 AM
I have a very straightforward input-only connector ready. The output part is actually more cumbersome to work with (but we'll get there).
When you have time please make a GUI program with a TextBox with the word "input" in it.
There's a problem right away. No idea how to do that.
I simply write the code and then run it:
If num = 24 then
RB$ = "B"
doz = 2
end if
print RB$, doz
That sort of thing. So I never use (or need) a GUI at all!
[As an aside, all my VB6 stuff uses a GUI, of course, in the Forms. But I don't need in JB the way I use it.]
You receive the last number from the framework in the TextBox and make as you wish with it.