|
-
Jan 19th, 2003, 07:57 PM
#1
where can I find info about APIs?
There are a lot of stuff that the API Guide doesnt have, so I decided to take a look at MSDN...
I was looking for the GetConsoleMode function ( here's the link ). My problem is that I cant figure out the values for the constants that they list on the site. For example the ENABLE_LINE_INPUT is listed in the MSDN website but it doesnt say what is its value. How can I find out these values 
also, how do I edit these!!?!
VB Code:
BOOL GetConsoleMode(
HANDLE hConsoleHandle,
LPDWORD lpMode
);
How do I know what is HANDLE or LPDWORD in .NET?!!!
Last edited by MrPolite; Jan 19th, 2003 at 08:03 PM.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 19th, 2003, 08:20 PM
#2
Hyperactive Member
http://www.allapi.net/
More based for VB6 but has a few .Net references
-
Jan 19th, 2003, 08:37 PM
#3
Sleep mode
have a look at these links :
-
Jan 19th, 2003, 09:00 PM
#4
couldnt find anything 
well I mean I see alot of poeple using APIs in their programs and they know how to convert it correctly to .NET... just wondering if there is a guide for it.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 19th, 2003, 09:27 PM
#5
Sleep mode
I don't know but I can help maybe
]
-
Jan 19th, 2003, 09:29 PM
#6
-
Jan 19th, 2003, 09:58 PM
#7
Originally posted by pirate
Chinese....
lol, hehe
btw the first site is identical to msdn
ahem, I dont really care if I know how to write this particular function in vb.net... I'm just wondering if in the future I want to look for an API function, how would I know about these things? because they're not all stated in msdn
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 19th, 2003, 10:10 PM
#8
Sleep mode
if it's VB issue then , I bet there are million of people are helping you .
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
|