|
-
Jun 13th, 2000, 05:28 AM
#1
Thread Starter
Member
Can Anybody please find for me a WinAPI download, or something that does the same thing as WinAPI for me please?
Thanx - marc
I Think I Might Dont Know The Answer To That One...
-
Jun 13th, 2000, 05:35 AM
#2
What do you mean WinAPI??
-
Jun 13th, 2000, 05:37 AM
#3
Lively Member
Can u be more specific!
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... 
-
Jun 13th, 2000, 05:40 AM
#4
Thread Starter
Member
Yeah Cuz I Have The Learning Edition Of VB So I Dont have It.
I Think I Might Dont Know The Answer To That One...
-
Jun 13th, 2000, 05:42 AM
#5
Try the Microsoft website.
-
Jun 13th, 2000, 05:52 AM
#6
Lively Member
Sending copy as we speak...
I just sent you a copy of the API Viewer. check your hotmail 
Laterz
REM
-
Jun 14th, 2000, 02:32 AM
#7
Thread Starter
Member
VB5
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
I Think I Might Dont Know The Answer To That One...
-
Jun 14th, 2000, 02:44 AM
#8
do you just need the App or the WinApi text file as well?
-
Jun 14th, 2000, 02:54 AM
#9
I just sent you the App right now. It's from VB5.
-
Jun 14th, 2000, 03:12 AM
#10
Thread Starter
Member
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
I Think I Might Dont Know The Answer To That One...
-
Jun 14th, 2000, 03:21 AM
#11
Alright, I just sent it now.
-
Jun 14th, 2000, 10:38 AM
#12
PowerPoster
http://www.allapi.net
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
-
Jun 14th, 2000, 10:06 PM
#13
Thread Starter
Member
Thanx
Thanx Everybody, When I Have My Project Built I Will Let Yall Have A Copy. - crazymarc
I Think I Might Dont Know The Answer To That One...
-
Jun 15th, 2000, 04:34 AM
#14
Lively Member
What u making?
CrazyMarc, what exactly are you coding at the moment then? 
Laterz
REM
-
Jun 15th, 2000, 05:48 AM
#15
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.
-
Jun 15th, 2000, 06:29 AM
#16
Thread Starter
Member
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]
I Think I Might Dont Know The Answer To That One...
-
Jun 15th, 2000, 07:29 AM
#17
-
Jun 15th, 2000, 07:48 AM
#18
PowerPoster
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
-
Jun 15th, 2000, 08:03 AM
#19
Fanatic Member
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!
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jun 15th, 2000, 08:09 AM
#20
-
Jun 15th, 2000, 08:22 AM
#21
Fanatic Member
I zipped it and chucked it on the web
http://www.ozemail.com.au/~devore/WIN32.zip
It's only 250k now!
Have fun...
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jun 15th, 2000, 08:29 AM
#22
-
Jun 15th, 2000, 03:49 PM
#23
Lively Member
This might sound stupid to some, but what is a TLB file and how is it used?
-
Jun 16th, 2000, 05:16 AM
#24
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
Maybe my other address would work... [email protected]
-Thanks in advance
-
Jun 16th, 2000, 11:57 AM
#25
Fanatic Member
Originally posted by Thomas Halsvik
This might sound stupid to some, but what is a TLB file and how is it used?
Take a look a "Type Libraries" in MSDN
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
-
Jun 16th, 2000, 03:12 PM
#26
PowerPoster
Originally posted by Megatron
Hey! Megatron, I can't send the attachment to you, due to your mailbox is over qouta.
Maybe my other address would work... [email protected]
-Thanks in advance
I've sent it to the new email address already.
-
Jun 17th, 2000, 09:21 AM
#27
Thanks. I just recieved it now and all works well.
-
Jun 17th, 2000, 09:56 PM
#28
-
Jun 17th, 2000, 10:01 PM
#29
Is it suppose to come with a new APIText file with new Constants and Declares? Mine didn't.
-
Oct 23rd, 2001, 04:11 PM
#30
Hyperactive Member
error using the type library
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,
-scott
he he he
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|