|
-
May 15th, 2002, 09:02 PM
#1
Thread Starter
Hyperactive Member
Are You Tired Calling to the API?
If you don't want to spen time typing just to declare a Function or somesort, I have a module that will make it a little easier.
win.tlb
It has evey single API classes you need.
And Guess what?
It was made by Microsoft for Windows 98 API Structure.
It works like a charm.
Its too big too upload anywhere and i dont have the time to gather the files with it. But it is on on your Win95/Win98 CD. Just search for "Win.tbl" on your CD and copy the (i think) entire "tools" folder to your hard drive and then you can add it to the refence library in VB. That way you dont have to worry about the "Insert CD" error.
Last edited by Q_Me; Sep 12th, 2002 at 02:47 PM.
-
May 16th, 2002, 06:56 AM
#2
Hyperactive Member
Why don't you just post it here, then we can all have a go?
-
Sep 12th, 2002, 02:49 PM
#3
Thread Starter
Hyperactive Member
My old message is updated. Read it, Rate it.
-
Sep 12th, 2002, 03:05 PM
#4
Software Eng.
But then you'd have to distribute the file with your application -- which can be costly if the file is large.
-
Sep 12th, 2002, 06:03 PM
#5
Thread Starter
Hyperactive Member
The file is only 606K but the total of its required files is about 3MB
Also the CD Path is ".\tools\reskit\sysfiles" is what i remember.
-
Sep 12th, 2002, 06:40 PM
#6
Megatron is completely, totally correct. Aside from the size issue, there is no reason to distribute a file containing declarations/functions/sub routines/etc that are not used in the distributed application.
That is just flat BAD and LAZY programming.
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
|