plinius
November 11th, 2005, 11:42
Hello,
when you close notepad, you allways have a messagebox which asks if you want to save or not.
What I want to do is change the head-text of the messagebox with SI.
So I did "bpx messageboxw", which breaks just before the msgbox is displayed.
My questions:
1) how can I change the head-text?
2)I allso want to change the buttons. Normally a 4 is pushed (yesnocancel), so I have to change this value to a 3 or sth else...
Can someone describe easily how I should do these two ?
thanks in advance.
when you close notepad, you allways have a messagebox which asks if you want to save or not.
What I want to do is change the head-text of the messagebox with SI.
So I did "bpx messageboxw", which breaks just before the msgbox is displayed.
Code:
int MessageBox(
HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
);
My questions:
1) how can I change the head-text?
2)I allso want to change the buttons. Normally a 4 is pushed (yesnocancel), so I have to change this value to a 3 or sth else...
Can someone describe easily how I should do these two ?
thanks in advance.