![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
Hi !I am new to this forum and also to b4ppc. Now I try to make a simple app that shall open the SIP, it doesnt work. So trying to call other functions in the external libs. This is the latest, it doesnt work either - ![]() I have added the DLL.s both for the desktop and the device, created objects and all that. What I can get to work is only those functions (in the LIB) that returns a value (DLL-version etc). Am I out in the dark side or what?? Can someone point me in the direction of how to call those functions like Open SIP, Backlight on/off etc. Best regards Bertil '========== CODE begins =========== Sub Globals 'Declare the global variables here. End Sub Sub App_Start Form1.Show Hardware.New1 End Sub Sub Button1_Click Hardware.BackLightOn False End Sub Sub Button2_Click Hardware.BackLightOn True End Sub '========== CODE ends =========== |
|
||||
|
Forget to mention the backlight...
![]() The correct syntax ist Code:
Hardware1.BackLightOn Code:
Hardware1.BackLightNormal specci48 |
|
|||
|
Quote:
Thanks for the info - as always it is obvious when it in front of you!! Now, I am really going on! Thanks again /Bertil |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "AddEvent" and "buttonUp/buttonDown" | Byak@ | Questions & Help Needed | 12 | 09-10-2008 04:04 PM |
| Is there any thing like Visual Basic "Tabbed dialog control" in Basic4ppc? | mozaharul | Questions & Help Needed | 6 | 03-23-2008 12:07 PM |
| Image Button kommt nicht wieder "hoch" | troll | German Forum | 3 | 02-22-2008 10:03 AM |
| calling the device's "Programs" or "settings" screens | HarleyM | Questions & Help Needed | 0 | 12-05-2007 03:59 AM |
| Avoid the "optional resource assembly cannot be found" | Erel | Code Samples & Tips | 1 | 07-12-2007 11:24 AM |