Im a recently converted VB6er - I came to the light side earlier this year. C# is soooo much cooler; anyways, everything Ive been doing so far are pretty basic. However now I have need to get to Windows API (to get the Processor information)... I knew exactly how to do it in VB6 (Public Declare Function x Alias "x" (blah..blah)); anyway that whole assembly file confuses me still and this [DLL] stuff (using the brakets and the syntax for it and what you can put inside there) that I think your suppose to use in it or in your class to get the API, but the help files on it are vague... so someone who could real quickly give me the syntax for API calls please clue me in. One thing about that though; when the API calls for a pointer are you suppose to use the * for the variable your passing or just the variable. ByRef and ByVal was easy in VB6; they almost seem identical or opposite at times in C# - (still learning as I go, you know how it is ).
Thanks!
Thanks!