You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
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.
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.
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.
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.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment