I've got a program that runs with my Acer laptop. it basically controls the function + whatever keys on the keyboard, as well as volume buttons and such
well, it appears that it uses MMDutl.dll (Dritek System Inc. Multi-Monitor Switch Library.) to manage switching between the laptop's lcd, laptop's lcd + external monitor, or just the external monitor.
i can press Fn + F5 while my "launch mananager" program is running to get this:
that works exactly like alt + tab, accept fn is the alt and f5 is the tab...
anyway, when the lanch manager is not running it will not work... so i thought id like to learn how to call the dll to do what the launch mananger is doing w/o using the launch manager.
i found a DLL Export viewer to find the functions used by this DLL, adn they are:
but i have no idea how to call those functions or anything :S
anyway, there is just an image folder withing the launch manager directory that it uses for the images
Any idea how i can re-create this with a dll call? i have NO idea how to even start since i have never used dll calls and i'm having trouble understanding them
Any help is very much appreciated!
Thanks!!
Adam