|
-
Mar 13th, 2000, 06:47 AM
#1
Thread Starter
Member
What exactly is the "API Viewer"? Is it something in vb itself that i have totally missed or is it a program? If it is a program, could someone email it to me([email protected]). Thanks.
-
Mar 13th, 2000, 09:12 AM
#2
Frenzied Member
It Should come with VB.
Go to the AddIns menu and select the add in manager you will be greeted with a whole host of usefull wizards etc
Get the API viewer and it will put it in the add ins menu open it I can't rememper exactly how you set it up but the file you want is called winapi.txt and it somewhere in VB/Tools?Common/API I think probably depends on your machine. It's probably THE most usefull tool for using the API.
-
Mar 13th, 2000, 10:27 AM
#3
Lively Member
api viewer
do as finch said, then when you click on the api veiwer in the add-ins menu it will probably be empty. go to File, then to Load Text File on the menu.Choose Win32api.txt from the open dialog. Once it loads you can dblclick on a declaration and have it loaded into the bottom text box. From there you can copy it into your project.
-
Mar 13th, 2000, 10:32 AM
#4
Thread Starter
Member
thanks a lot. i can't believe that i've been overlooking that for so long. that could have saved me a ton of time. anyway, thanks again.
greendey
-
Jun 13th, 2000, 05:33 AM
#5
Member
Learning Edition
But The Learning Edition Of VB Doesnt Come With The WinAPI viewer, could anybody please email me the prog
[email protected]
I Think I Might Dont Know The Answer To That One...
-
Jun 13th, 2000, 06:11 AM
#6
transcendental analytic
I guess apiviewer isn't the best app made, i usually open Win32api.txt in wordpad, since you cannot search for the things you want correctly, and the listbox is too small. Also i don't like to change between declarations types and constants all time.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 13th, 2000, 06:24 AM
#7
It seems harder to do in Wordpad. The App makes it easier for me.
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
|