473,396 Members | 2,151 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

where is the api viewer

Cal
I posted this in vb.controls but it now occurrs to me that it should have
gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.
Thanks in advance for any help!

Nov 20 '05 #1
10 1422
"Cal" <Ju**@junk.com> wrote in message
news:ew***************@TK2MSFTNGP10.phx.gbl...
I posted this in vb.controls but it now occurrs to me that it should have
gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.


I'm not sure if there is a direct analogue. WinCV.exe lets you look at
pretty much every object in the Framework.
Nov 20 '05 #2
* "Cal" <Ju**@junk.com> scripsit:
I posted this in vb.controls but it now occurrs to me that it should have
gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.


There is no replacement included in VS.NET.

You can use this tool instead (notice that some (most) of the declares
won't work):

<http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
Nov 20 '05 #3
Cal
What I need is a method of incorporating Declares into my code whiteout
looking them up an typing them.

Thanks for the reply
"Richard K Bethell" <so*****@spammingisevil.bad> wrote in message
news:OZ**************@TK2MSFTNGP10.phx.gbl...
"Cal" <Ju**@junk.com> wrote in message
news:ew***************@TK2MSFTNGP10.phx.gbl...
I posted this in vb.controls but it now occurrs to me that it should have gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.


I'm not sure if there is a direct analogue. WinCV.exe lets you look at
pretty much every object in the Framework.

Nov 20 '05 #4
On Wed, 5 Nov 2003 13:01:35 -0500, Cal wrote:

What I need is the API Viewer that VB6 had.

There is no equivalent.

If you're interested, I have a set of classes that encapsulate a large
portion of the Win32 API. I can't remember where I got it, but it was
mentioned on these groups. It is freeware. If anyone knows the link,
kindly post it.

If you're interested, I can zip it up.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Nov 20 '05 #5
On Wed, 5 Nov 2003 13:01:35 -0500, Cal wrote:
I posted this in vb.controls but it now occurrs to me that it should have
gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.
Thanks in advance for any help!


Not sure if my last post made it. Sorry if this is duplicated.

I have a set of classes that encapsulate a very large portion of the Win32
API. I found it on these groups. It is freeware to the best of my
knowledge. If anyone knows the link, kindly post. Anyway, its 86K zipped.
I could attach it to the group, but wasn't sure if that's too large.

If anyone is interested, let me know.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Nov 20 '05 #6
Cal
I hate to ask you to go through the trouble but I would appreciate receiving
the classes.

Thanks much
Cal

PS The email address I use with the group is NG so I just changed it, but
you must remove "REMOVE" from the one in this note.
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:ex****************************@40tude.net...
On Wed, 5 Nov 2003 13:01:35 -0500, Cal wrote:
I posted this in vb.controls but it now occurrs to me that it should have gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.
Thanks in advance for any help!
Not sure if my last post made it. Sorry if this is duplicated.

I have a set of classes that encapsulate a very large portion of the Win32
API. I found it on these groups. It is freeware to the best of my
knowledge. If anyone knows the link, kindly post. Anyway, its 86K

zipped. I could attach it to the group, but wasn't sure if that's too large.

If anyone is interested, let me know.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.

Nov 20 '05 #7
HI, Cal

There is no dotnet equivalent to the API Viewer. It is a stand alone
application, so there is nothing that prevents you from using it to fill
the clipboard with the declares you are looking for. The types in the VB6
declares are not going to be correct for VS.Net, but you should be able to
do a global edit of the VB6 files, replacing Long with Int32, for example.
The class based approach that was mentioned earlier sounds like a better
alternative.

For the most commonly used API functions, you will probably find that they
are already encapsulated in one of the dotnet classes. Figuring out which
classes is the rub.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
--------------------
| From: "Cal" <ac****@REMOVEa-znet.com>
| Subject: Re: where is the api viewer
| Date: Wed, 5 Nov 2003 14:20:02 -0500
| Lines: 42
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| I hate to ask you to go through the trouble but I would appreciate
receiving
| the classes.
|
| Thanks much
| Cal
|
| PS The email address I use with the group is NG so I just changed it, but
| you must remove "REMOVE" from the one in this note.

Nov 20 '05 #8
Hi Chris,

Is it the Win32 Library (C#) for .NET By Wesner Moise?
http://www.codeproject.com/csharp/Win32.asp

Or do you have a VB one?

Regards,
Fergus


Nov 20 '05 #9
Cal
I used WinDiff to check - and they are the same
Cal

"Fergus Cooney" <fi****@post.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Chris,

Is it the Win32 Library (C#) for .NET By Wesner Moise?
http://www.codeproject.com/csharp/Win32.asp

Or do you have a VB one?

Regards,
Fergus

Nov 20 '05 #10
Have you used CreateDC. Seens to me the return type should be IntPtr because
that's the type hdc arguments use.

Cal
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:ex****************************@40tude.net...
On Wed, 5 Nov 2003 13:01:35 -0500, Cal wrote:
I posted this in vb.controls but it now occurrs to me that it should have gone here.

When I click on the Add In Manager the resulting list is empty.

What I need is the API Viewer that VB6 had.
Thanks in advance for any help!
Not sure if my last post made it. Sorry if this is duplicated.

I have a set of classes that encapsulate a very large portion of the Win32
API. I found it on these groups. It is freeware to the best of my
knowledge. If anyone knows the link, kindly post. Anyway, its 86K

zipped. I could attach it to the group, but wasn't sure if that's too large.

If anyone is interested, let me know.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.

Nov 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Kris | last post by:
Hello, By accident I noticed that a hack to hide CSS from IE4.x/Mac also hides it from WebTV Viewer. Since I noticed a little while ago a post here that mentioned the 'incompatibility' of WebTV...
1
by: Rick Brown | last post by:
I'm trying to find a way to output a Access97 report to a file without losing any of the formatting. The Microsoft Snapshot Viewer does this perfectly but the person opening the file needs the...
9
by: bluedolphin | last post by:
Hello All: I have been brought onboard to help on a project that had some performance problems last year. I have taken some steps to address the issues in question, but a huge question mark...
4
by: Salad | last post by:
Hi: I have the following line: DoCmd.SendObject acSendReport, "TestReport", _ "SnapshotFormat (*.snp)", _ "joeblow@nowhere.com", , , "Report Test", _ "Does it open correctly?", True I have...
3
by: Robert Schuldenfrei | last post by:
Dear NG, I have Crystal Reports working to a file and directly to the printer with the following: private void mnuInvRep1301_Click(object sender, System.EventArgs e) {
5
by: Robert Schuldenfrei | last post by:
Hi Again, Forgive me for posting this again, but old items seem to get little review. I thought I could adjust the viewer properties without any further aid from the NG, but I was wrong. When...
1
by: Tressa | last post by:
I have a Csharp windows service that currently uses socketing to communicate to additional PC's to shutdown or restart. I need to also have this service open up the Event Viewer and search for...
0
by: Jerry J | last post by:
I have a third party image viewer that can display various types of images. The image viewer is ActiveX and lives inside of Internet Explorer. To get the image viewer to retrieve an image, java...
5
by: Dean Slindee | last post by:
I have looked everywhere I can think of for the .exe name of the Windows Picture and Fax Viewer. Anybody know what it's named? Thanks, Dean Slindee
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.