Discussion:
making apps in vbdos then loading them within vbdos
(too old to reply)
BIAF
2004-07-30 08:59:18 UTC
Permalink
HI,

I have a simple app, but my friend wants to help as well, rather than
giving whole source, Im thinking that if he has vbdos aswell, then he
could make his app(basic text view'r) with a FD.exe, so then its like
another app but on its own form/window, is there a way i can get a
command button to load my m8s app that hes made for my 'main' app,
i.e, lets say i have a word editer program, and my m8 wants to create
an app that loads up 'along side' my app and shows the time just for
example sake, then is there a way i tell him to make/save/compile the
form/app so it can be called within my vbdos app? i want to do this so
i dont have one big vbdos file with all inside it, i want it so others
can add stuff to my main app just as another from or external thing.

thx
Gerardo
2004-07-30 16:34:56 UTC
Permalink
I didn't understand 100% what you meant, but if you need to code
something, just give an url for downloading your sources, and what you
want us to add! no prob

Gerardo
Derek Ross
2004-07-30 18:14:47 UTC
Permalink
Post by BIAF
HI,
I have a simple app, but my friend wants to help as well, rather than
giving whole source, Im thinking that if he has vbdos aswell, then he
could make his app(basic text view'r) with a FD.exe, so then its like
another app but on its own form/window, is there a way i can get a
command button to load my m8s app that hes made for my 'main' app,
i.e, lets say i have a word editer program, and my m8 wants to create
an app that loads up 'along side' my app and shows the time just for
example sake, then is there a way i tell him to make/save/compile the
form/app so it can be called within my vbdos app? i want to do this so
i dont have one big vbdos file with all inside it, i want it so others
can add stuff to my main app just as another from or external thing.
Get your m4+4 to make his app based on a particular starting form. If
he saves the forms and modules which make the app up as text, then
gives them to you, you can load the modules into your own app and
include a button which opens his starting form to make it all work
together.

Cheers

Derek

Loading...