Archived from groups: microsoft.public.windowsxp.general (More info?)
when i execute this command line
rundll32.exe user32.dll,MessageBoxA MyTitle
it display a messagebox with the title "MyTitle"
but how can i change the text in the messagebox
when i run : rundll32.exe user32.dll,MessageBoxA MyTitle MyText
it display a messagebox with the title "MyTitle Mytext"
what is the correct parameter separator for this function
when i execute this command line
rundll32.exe user32.dll,MessageBoxA MyTitle
it display a messagebox with the title "MyTitle"
but how can i change the text in the messagebox
when i run : rundll32.exe user32.dll,MessageBoxA MyTitle MyText
it display a messagebox with the title "MyTitle Mytext"
what is the correct parameter separator for this function