bump
Does anyone know how to use the extension plugin (not the base plugin) concept offered with RR.
I’m trying to make a small plugin to control a servo motor which will be used to tilt my 7” LCD. I have red the FAQ on the pluging but did not understand if I can insert code that monitors the parallel port or if it only ment for defining buttons,indicators and labels ?
The road is long but we are getting there.
bump
The road is long but we are getting there.
You can ADD any modules/forms/classes to the basic code of the extension plugin. If you already have a working application, simply import the BAS and CLS files from the project into your application then add the necessary code to control your applications from button codes in RR, and add any code to return Labels and indicators from your application.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
giono how would i go about executing loading a form on the start of the dll i need to use comhook with the form but cant figure out how to get it to start with the dll
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'
LostReceptions Apps D/L Here
GPSGasoline- Rewriting
Draw- SkribblePad for Touchscreens
iGQwerty-iG3.0 Qwerty Keyboard
CarPCNetwork
on the Class_Initialize event, simply add:
Load myform
comhook myform.hwnd
that procedure is like the sub main of a normal application.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
Bookmarks