Discussion:
VB-DOS and Custom Controls.
(too old to reply)
stephane richard
2004-10-31 14:04:08 UTC
Permalink
As the subject says my question is about custom controls.

In the help files provided with VB-DOS Professional they mention that all
custom controls you make should have default properties etc etc....but I
can't see a list of those, and can't find any example. Has anyone here
developped a custom control for VB-DOS pro and would be willing to share the
code with me so that I can learn how to do it? or does anyone have
reference material that would give me the information I need to know? A URL
perhaps? I've been to everything I could find and still to no avail, I'm
still at the same level with the same problem.

thanks all

Stephane Richard
Ethan Winer
2004-10-31 14:45:20 UTC
Permalink
Stephane,

It's pretty well known that the forms engine in VB-DOS blows chunks. So
you'll do better to develop your own input routines using straight BASIC
code, and avoid the forms feature entirely.

I know this is not the answer you expected, but it's the right answer IMO.

--Ethan
stephane richard
2004-10-31 15:19:27 UTC
Permalink
Post by Ethan Winer
Stephane,
It's pretty well known that the forms engine in VB-DOS blows chunks. So
you'll do better to develop your own input routines using straight BASIC
code, and avoid the forms feature entirely.
I know this is not the answer you expected, but it's the right answer IMO.
--Ethan
Well Mr Winer, from everything i've read on the web. SAeems your words are
indeed words of wisdom. You r reputation precedes your messages.....not the
answer i was looking for perhaps but coming from you. It's THE right
answer.

Thank you. Ill start coding :-)
Ethan Winer
2004-11-01 16:31:15 UTC
Permalink
Stephane,
Thank you. Ill start coding :-) <
Have a look at the database.zip file on my personal web site, about 2/3 of
the way down the page on the left:

www.ethanwiner.com

If you start with this program you'll have less to do.

--Ethan

Loading...