Originally Posted by mukmin017 how to create message box ? can give me source code ? You'll have more luck in the MPGH's own programming section buddy.
Originally Posted by Obliteration You'll have more luck in the MPGH's own programming section buddy. sure.. give me link I to lazy
Originally Posted by mukmin017 how to create message box ? can give me source code ? Code: MessageBox (0,"Created By: mukmin017", "Name Hack", MB_OK + MB_ICONINFORMATION);
Originally Posted by yulu Code: MessageBox (0,"Created By: mukmin017", "Name Hack", MB_OK + MB_ICONINFORMATION); thanks, what libraries to use? windows.h ? anything else?
Originally Posted by Obliteration thanks, what libraries to use? windows.h ? anything else? No need especific library, only <windows.h> resolve.