Can Anybody please find for me a WinAPI download, or something that does the same thing as WinAPI for me please?
Thanx - marc
Printable View
Can Anybody please find for me a WinAPI download, or something that does the same thing as WinAPI for me please?
Thanx - marc
What do you mean WinAPI??
What do you mean, WINAPI download? Do you mean the API viewer that lets you copy and paste API declarations into your code?
Laterz
REM
BTW, hi again Megatron... ;)
Yeah Cuz I Have The Learning Edition Of VB So I Dont have It.
Try the Microsoft website.
I just sent you a copy of the API Viewer. check your hotmail :)
Laterz
REM
Hey, The Viewer That You Sent Me Only Works With VB6, And I Have VB5, So I Cant Use It Cuz, It Needs The VB6 DLL, But If Anybody Has The Prog For VB5, Please Send It To
[email protected]
Thanx - Marc
do you just need the App or the WinApi text file as well?
I just sent you the App right now. It's from VB5.
Yeah I Might Need The Text File To So Please Send It To Me, I Already Got The APILoad.exe
Now I Can Do My Expirements In My Labor-atory
HAHAHAHAHAHAHAAHAHHAHAHAHAHAHA.....{ehm}
Please Send It. Marc
Alright, I just sent it now.
You can download a pretty good API viewer (API-ToolAhed) this much much better than the VB API Viwer. Also there also provide the API-Guide which come with 520 API function with supported sample code (API-Guide) from the http://www.allapi.net :)
Thanx Everybody, When I Have My Project Built I Will Let Yall Have A Copy. - crazymarc
CrazyMarc, what exactly are you coding at the moment then? :)
Laterz
REM
Chris
Can you send me a copy of the unzipped version of API-ToolAHead? I have Winzip 8.0 and that archive is not compatible with my version.
Thanks.
Right Now Im Scripting A HTML Editor That Is Sorta Like CuteHTML But Its Gonna Be Way~~~~ Better! Gimme Your E-mail Address If You Want It - [email protected]
No problem,
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
I have a win32 type library!
It's not small (700k) .tlb file!
But if you reference it you don't have to declare any API calls you can just call. you can also browse the API in the object browser.
It exposes ALL types plus API functions in the folowing categories. (plus all contants!)
AdvAPI32
Comdlg32
GDI32
Kernel32
IIM32
Lz32
MPR
NetAPI32
Shell32
User32
Version
Winmm
WinSpool
Anyone Interested?
The Object Browser is easier to use than that bloody API viewer!
Hi! Paul282, can you send me a copy of that library file?
thank. :)
I zipped it and chucked it on the web
http://www.ozemail.com.au/~devore/WIN32.zip
It's only 250k now!
Have fun...
Copy Down.
This might sound stupid to some, but what is a TLB file and how is it used?
Maybe my other address would work... [email protected]Quote:
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
-Thanks in advance
Take a look a "Type Libraries" in MSDNQuote:
Originally posted by Thomas Halsvik
This might sound stupid to some, but what is a TLB file and how is it used?
I've sent it to the new email address already.Quote:
Originally posted by Megatron
Maybe my other address would work... [email protected]Quote:
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
-Thanks in advance
Thanks. I just recieved it now and all works well.
Do you think Microsoft should update there win32api.txt? Instead we looking around for the latest API function and Constant declaration? Anyway, I found that the API-ToolShd ia very useful. :)
Is it suppose to come with a new APIText file with new Constants and Declares? Mine didn't.
Hi Paul,
Thanks for the type library. I tried implementing it, but I'm getting a strange error that the variable uses and automation type not supported in VB. It looks like the declaration from the type library is identical to the one I had previously included in my code!?
Am I just missing something easy? Please help, if you know what causes that error.
Thanks in advance,