PDA

Click to See Complete Forum and Search --> : api text viewer in vb,net?? whered it go


area91
Dec 13th, 2002, 05:09 PM
Hey,

I'm working in VB.NET and I can't seem to find the API Text Viewer for it like the one that came with VB 6. Where has it gone?

hellswraith
Dec 13th, 2002, 05:48 PM
I don't think it is included with .Net. More often than not, you will find a replacement in the framework for what you are trying to do. If there is something specific your doing, ask us if there is a replacement for that particular API call.

area91
Dec 13th, 2002, 06:04 PM
i'm doing my homework right now..and i lost the thing

what is the api **** for finding the mouse location

i used the vb6 one but it was always 0

PT Exorcist
Dec 13th, 2002, 07:40 PM
there are some "conversions" between vb6 and vb.net...for example be sure to convert all longs to integers