RE: CreateWindow very slow when Plus is loaded
DLLs (the odd little .. *&$!*), seem to be able to be locked... but you can still rename them.
I have a VB program i wrote which kills messenger and messenger plus... waits for me to say "okay", then it starts them again. I used it when i was writing plugins for plus. Was a handy tool.
I first copied the dll to another name, then I managed to rename the DLL first to blahMsgPlusLoader.dll, even though that was locked. I renamed the copy to MsgPlusLoader.dll again. You can now edit this version since it isnt locked yet ( preferably edit it while its still "Copy of ....") Then when anything tries to find it again by name, it finds the new edited version.
I hadnt thought of the "replace first char with null" idea though! Am doing programming in c++ at the moment with string classes and c style strings. I should have got that one really! ^_^
Thanks again
|