Messagebox probs
-
Hi, My messagebox code snippet is like this MessageBox( "Welcome", "title",MB_OK|MB_ICONINFORMATION); How do i control the location of the message "welcome" in the messagebox? (if i want to move the word "welcome" to someother place, how do i do tat?). Can anyone please help me in this problem? Thanks in Advance. Regards, Ram
-
Hi, My messagebox code snippet is like this MessageBox( "Welcome", "title",MB_OK|MB_ICONINFORMATION); How do i control the location of the message "welcome" in the messagebox? (if i want to move the word "welcome" to someother place, how do i do tat?). Can anyone please help me in this problem? Thanks in Advance. Regards, Ram
Ram Murali wrote:
ow do i control the location of the message "welcome" in the messagebox? (if i want to move the word "welcome" to someother place, how do i do tat?). Can anyone please help me in this problem?
use \n :- New Line \t :- tab!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
Ram Murali wrote:
ow do i control the location of the message "welcome" in the messagebox? (if i want to move the word "welcome" to someother place, how do i do tat?). Can anyone please help me in this problem?
use \n :- New Line \t :- tab!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
I wannu control the location of the string in -x direction(move towards left side) not in y direction. sorry for the confusion. Regards, Ram -- modified at 3:32 Friday 21st July, 2006
-
Hi, My messagebox code snippet is like this MessageBox( "Welcome", "title",MB_OK|MB_ICONINFORMATION); How do i control the location of the message "welcome" in the messagebox? (if i want to move the word "welcome" to someother place, how do i do tat?). Can anyone please help me in this problem? Thanks in Advance. Regards, Ram
U need to write your own Custom MessageBox. Chk this link http://www.catch22.net/tuts/msgbox.asp[^] Appu.. "If you judge people, you have no time to love them."
-
I wannu control the location of the string in -x direction(move towards left side) not in y direction. sorry for the confusion. Regards, Ram -- modified at 3:32 Friday 21st July, 2006
Ram Murali wrote:
wannu control the location of the string in -x direction(move towards left side) not in y direction. sorry for the confusion.
For that you have to write your own custom MessageBox as quoted by NiceNaidu
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Re