ok, this should work and its not:
Code:
param.WindowId =reinterpret_cast<s32>(FindWindow(reinterpret_cast<LPCTSTR>("acknex_mainwin"),0));


the windowId needs to retruen a s32 type, so i did the reinterpret_cast for that, the name of the class should be right what else do i need?