06.10.2011, 16:59
1 - How do I remove the "s (Doublequotes) in a string, in C, using WinAPI ( Because the lpszArgument returns the filename with the quotes )
2 - Why
doesn't work, and it's still loading the normal icon?
3 - How do I open a program and give some params to it?
4 - How do I edit the Windows Registry and make that all ".amx" files will open with my program, will have my custom icon and will have my custom description? ( <--- This is one of the most urgents, because I searched on ****** but no results found)
Please reply as soon as possible
2 - Why
Код:
wincl.hIcon = LoadIcon (NULL, "pawn.ico");
3 - How do I open a program and give some params to it?
4 - How do I edit the Windows Registry and make that all ".amx" files will open with my program, will have my custom icon and will have my custom description? ( <--- This is one of the most urgents, because I searched on ****** but no results found)
Please reply as soon as possible