473,806 Members | 2,219 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

API list viewer for C#

Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar
Jul 21 '05 #1
3 5986
Well, the API is the API. Even the viewer that shipped with VS6 had some bad
declares that you had to fix. You're far better off just learning to
translate to C#.
--
_______________ _____
Klaus H. Probst, MVP
http://www.vbbox.com/

"ksskumar" <ks**********@h otmail.com> wrote in message
news:ad******** *************** ***@posting.goo gle.com...
Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar

Jul 21 '05 #2
http://www.google.com/search?q=api+viewer+C%23

"ksskumar" <ks**********@h otmail.com> wrote in message
news:ad******** *************** ***@posting.goo gle.com...
Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar

Jul 21 '05 #3
Hi friends,

Thanks for your replys.

I got a program for this purpose from,
http://www.freevbcode.com/ShowCode.Asp?ID=3639

Again I thank all of you for spenting your valuable time.

with best regards
kumar


"Tester" <test> wrote in message news:<eQ******* *******@TK2MSFT NGP10.phx.gbl>. ..
http://www.google.com/search?q=api+viewer+C%23

"ksskumar" <ks**********@h otmail.com> wrote in message
news:ad******** *************** ***@posting.goo gle.com...
Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar

Jul 21 '05 #4

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

Similar topics

1
8615
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the column below. The viewer can select states from the drop down lists above the other two columns as well. If the viewer selects only one, only one column fills. If the viewer selects two states, two columns fill. Etc. I could, if appropriate, have...
13
4245
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 Viewer with CSS and the hardship of hiding CSS from it, I thought this might be of relevance. @import 'styles.css'; // hides from IE4/Mac and IE5/Mac @i\mport "styles.css"; // hides from some browsers, but not from IE5/Mac I noticed the effect...
1
4876
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 viewer loaded on their PC. What follows are the ramblings of a network novice. Currently my company has two types of PC's in the shop. The PCs at each machining center run on a NT server (I: drive) and the office machines run on a shared Novell...
4
2602
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 a report called TestReport. I dropped an image control in the report, and imported a .BMP file into it as the report's background, and sent it to back. I then dropped my fields on top of the image.
3
4527
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
9458
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 I print my reports to a file or directly to the printer, the orientation is landscape. This was set in the report itself using Designer | Printer Setup and setting the printer to landscape. When I send the report to the viewer, using the...
0
3361
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 script on the client looks something like this: VIEWER.GetImage("http://www.url.com/SomeImage.jpg") VIEWER.GetImage("http://www.url.com/SomeImage.tif")
3
315
by: ksskumar | last post by:
Hi, Microsoft provides in visual stdio 6.0, a tool called API text viewer. It is used to access the API related functions. But, I am not come across any tools like this in .NET. Every time when I need for a API declration (C# format), I have to go and search in internet with the api name and get it from some other sample. Any tool (like API text viewer) is there for access APIs in .NET
1
7520
by: monskie | last post by:
Hello to all, I have a problem which could be trivial to you guys. This concerns opening several crystal reports on the a crystal viewer on an ASPX page by calling window.open. My application. 1.) 2 webforms - 1 main web form that filters that dataset - 1 reportviewer web form that displays the filtered dataset.
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10364
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10370
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10109
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9186
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5545
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4328
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.