NeuralJack
Centurion
- Joined
- Jul 28, 2005
- Messages
- 138
I use API a lot..
But only because .Net doesnt have functions to do what some of the API functions do. Or if they do have a function similar in .Net 1.0 some of those functions were slower than the API version.
Does anyone know if they increased the amount of functions available in 2.0 so that you need less API? Keep in mind I use these functions because I interact with other programs on my desktop.. these are not the same program as my program. Basically Im controlling things like Notepad with my program.. this is why I cant use some of the more basic 2.0 functions.
Here's some example of API functions i curently use:
MoveWindow
GetPixel
mouse_event
keybd_event
SetForegroundWindow
GetForegroundWindow
But only because .Net doesnt have functions to do what some of the API functions do. Or if they do have a function similar in .Net 1.0 some of those functions were slower than the API version.
Does anyone know if they increased the amount of functions available in 2.0 so that you need less API? Keep in mind I use these functions because I interact with other programs on my desktop.. these are not the same program as my program. Basically Im controlling things like Notepad with my program.. this is why I cant use some of the more basic 2.0 functions.
Here's some example of API functions i curently use:
MoveWindow
GetPixel
mouse_event
keybd_event
SetForegroundWindow
GetForegroundWindow