DLLIMPORT Help
Hi all! I'm new to Visual C# and I have just recently downloaded Visual C# Express 2005. I am trying to write an application that will send some key strokes to notepad. I do realize that I will have to use FindWindow and SetForegroundWindow, but I think I have to do something with DLLImport first. If any one could please point me in the write direction that would be excellent. I have found an example of something I want to do, but because I'm running the express verion of Visual C# I don't know if I can.
|