Win32 Api Function Related Question?
-
In Visual basic there is api viewer which provide functions and constant etc which can be called from vb but in vb.net I could not find utility like api viewer so that is why how could I know which api functions can be called from vb.net and from where I could know Which api functions can be called from vb.net .please tell me. tbhattacharjee
-
In Visual basic there is api viewer which provide functions and constant etc which can be called from vb but in vb.net I could not find utility like api viewer so that is why how could I know which api functions can be called from vb.net and from where I could know Which api functions can be called from vb.net .please tell me. tbhattacharjee
Pretty much all the API calls can be called from VB.NET - but because the framework provides about 90% of the functionality of the API it is prefereable to look therein first. Do a search in the help on attribute and look at the System.Interop namespace '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd