ne gud programmers here???

Status
Not open for further replies.

damritraj

Co-Owner:cynide-DS
I need help in makin a C++ program which can change the start button caption...!

Can ne1 help me???


I guess yes...as dis forum is full of geeks..!!
 

Garbage

God of Mistakes...
If u know file handling in C/C++ then I think u can!

Only u have to open "one" ;-) file in binary mode & search for "Start" string.
Replace it with same length string. & U have done !!!

Hope this help!

NOTE : U have to search which file u have to open for editing ;-)
 

Zeeshan Quireshi

C# Be Sharp !
shirish_nagar said:
If u know file handling in C/C++ then I think u can!

Only u have to open "one" ;-) file in binary mode & search for "Start" string.
Replace it with same length string. & U have done !!!

Hope this help!

NOTE : U have to search which file u have to open for editing ;-)
Nopes's it's not that easy , you actually have to open the resource fork of the file explorer.exe and edit it , which is not easy using basic C++ classes .

If you open file in binary mode then it will open the data fork of the file , i.e. the actual executablee instructions and not the resources which we want to edit .

*www.codeproject.com/string/updatestringresource.asp

this might help you out on programmatically editing resources .
 
Status
Not open for further replies.
Top Bottom