dear Lance
I have PB/DLL 6.0
What I want to make is the following thing:
To create a graph of speed X time, using PB/DLL and the result
of the coordinated XY to show in an external window to the VB.
The "parameters" that I want to change, in fact are "properties",
in the case, to change the one limits of speed of 100Km/h
for 90Km/h, and when I change this property the graph it is
regenerated automatically.
certainly thank you
Amauri
------------------
Announcement
Collapse
No announcement yet.
Dialogue Resource in a DLL
Collapse
X
-
Guest replied
-
Do you have PB/DLL already, or is this a pre-sales question?
The answer is Yes, it can be done. You can either use dialogs loaded from an embedded resource file in the DLL, or by dynamically creating a dialog using DDT. It's nothing more than using standard GUI programming techniques.
Can you be a bit more specific about the "parameters" you want to change from VB? if you could be more specirfic, we could probably offer more specific advice.
------------------
Lance
PowerBASIC Support
mailto:[email protected][email protected]</A>
Leave a comment:
-
Guest repliedBernard and Jules
The Dialogues Resources are:
In language C, one believes several resources with RESOURCE WORKSHOP,
and can call them in from the DLL in VB,
they are something like that as you have forms inside the DLL,
and when you call it, the form appears with all its property
and functions.
Amauri
------------------
Leave a comment:
-
Bern;
My guess, he wants to call an "options" dialog that is in a DLL. The
dialog is not the resource, but the dialog template is. Unless of
course it is a run-time PB DDT dialog that was created in memory.
Regards,
Jules
------------------
Leave a comment:
-
Huh? What is an I Dialog Resource?
Are you asking how to create a DLL with PB/DLL to be called from VB?
Please explain...
------------------
Bernard Ertl
Leave a comment:
-
Dialogue Resource in a DLL
Gentlemen
I need to put an I Dialogue Resource in a dll and later on to make some changes of parameters in VB.
thank you for their help.
Amauri
------------------
Tags: None
Leave a comment: