You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "StefanSchnell" is male
  • "StefanSchnell" started this thread

Posts: 102

Date of registration: Mar 13th 2009

Location: Oberirsen - Germany

Occupation: Senior Software Engineer

Hobbies: Programming aund Photography

  • Send private message

1

Wednesday, April 29th 2009, 9:06pm

Simplify the definition of Windows API calls

Hello community,
you find in the ActiveVB community a program to define very easy code fragments in VB for the definition of Windows API calls - you find the program here - also in English. Choose the Windows API function you need, type Ctrl+C in the APIViewer and Ctrl+V in the Jabaco editor and you have the definition you need. All you must do is to change Declare in WinAPI. I use the this program with Jabaco and save thereby a lot of work.



Cheers
Stefan
Visit my personal or commercial site
If you have questions or suggestions, write me an eMail or
meet me here

MP-P1ayer

Beginner

  • "MP-P1ayer" is male

Posts: 3

Date of registration: Feb 15th 2009

Location: Wyk/Föhr, S-H, Germany

Occupation: Student

  • Send private message

2

Monday, May 25th 2009, 4:59pm

Just for addition - by using a simple plug in for the ApiViewer, you do not need to change the "Declare" into "WinAPI" by hand. Just download the attachment, unpack both files to the \PlugIns folder of your installation of ApiViewer and select "Jabaco" as language in the options :)
If you should wonder why it complains the plugin is not signed - I asked Christoph (the programmer of ApiViewer) how to sign the file, but he cannot find the program anymore. But as soon as the new version of ApiViewer is released, I will sign the new plug in ;)
MP-P1ayer has attached the following file:

Quoted

Take care to get what you like or you will be forced to like what you get!

  • "StefanSchnell" is male
  • "StefanSchnell" started this thread

Posts: 102

Date of registration: Mar 13th 2009

Location: Oberirsen - Germany

Occupation: Senior Software Engineer

Hobbies: Programming aund Photography

  • Send private message

3

Wednesday, May 27th 2009, 5:23am

Hello Henrik,
welcome at Jabaco.
Thanks for the plug-in. :thumbsup:
Cheers
Stefan
Visit my personal or commercial site
If you have questions or suggestions, write me an eMail or
meet me here

Faldegast

Beginner

Posts: 25

Date of registration: Oct 6th 2009

  • Send private message

4

Tuesday, October 6th 2009, 5:10pm

Some things can only be done with API calls. Most API:s are however exposed trough the quite extensive Java Framework.
Also even if you use API-calls, remember to wrap them neatly so only the wrapper becomes dependent on WinAPI... that makes it easy to replace the funktion if you need to port the app to a platform that doesnt support WinAPI...

Rate this thread
WoltLab Burning Board