![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
|
MessageBox help needed
Hello all.
I am wanting to show a summary of the files that ViewpointKiller has deleted after the program has finished its various and sundry tasks. I was thinking of showing a MessageBox that had the summary inside of it with all of the files deleted. Problem is, I don't know how to do this, and I don't really know how to put this into search terms in Google or Msdn. I was thinking along the lines of this: char removz1 = DeleteFile("C:\\BlahBlah.tmp");
// and then...
MessageBox(hwnd, "Deleted %s", removz1, "Summary", MB_OK); // illegal code, i knowI hope you see what I mean... Also, is it possible to put a working url link inside a MessageBox? Thanks in advance.
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|