I know this has been askes alot before but i can't seem to use the search xs, so i hope someone wants to help me and explain this to me. I wanna learn how to program things for conquer and maybe even my own source (in the future) but what languages are used the most ? Is it ok to start with Virtual Basic application ? (to learn how to program and such) Are there more things i need to know?
I taught myself C#.
It's not very hard, but Google really does help if you don't understand something and its uses. I taught myself the structure through Google.
CO2 Programming 03/13/2009 - CO2 Programming - 28 Replies as requested ^^
have fun :)
C# Programming Help 07/15/2007 - Conquer Online 2 - 3 Replies I hope someone out there can answer my question
I am trying to send the F10 key to the conquer window from my application. Using Spy++ it is coming through exactly as when i actually press the F10 key on the conquer window. The only issue is that the message being sent from my application does not produce any response.
PostMessage(
myProcesses[currentCO].MainWindowH andle, //window handle
0x105, //the WM_SYSKEYUP message
System.Convert.ToInt32(Keys.F10), ...