whosyodaddy Posted June 24, 2003 Posted June 24, 2003 how do i put a picture in a message box? if this is the code...: MessageBox.Show("'Operation X' version 1.00 Copyright 2003") Quote
*Experts* mutant Posted June 24, 2003 *Experts* Posted June 24, 2003 You only have a choice of standard windows message box pictures. To put your you would need to make your own form that looks like a message box and put the picture on it. Quote
whosyodaddy Posted June 24, 2003 Author Posted June 24, 2003 ok, but how do i align something? like align text to the center? Quote
*Experts* mutant Posted June 24, 2003 *Experts* Posted June 24, 2003 The only formatting option MessageBox allows is aligning to right, but you try typing spaces in front of message so the visible text would be start somewhere else instead of left because of the spaces you put there. MessageBox wasnt made for anything fancy, just to display some message, it doesnt have much custom functionality. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.