English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how do i change the color and font of a messagebox

2006-10-23 09:54:50 · 2 answers · asked by Haruhi 1 in Computers & Internet Programming & Design

2 answers

In case you'd like to use the "new form" option, this is how you open it:

form2.show()

If you want to refer to any information from that form, rather than using the "me." keyword, you'll use the name of the second form:

answer = form2.xTextbox.Text

Good luck :)

Rob

2006-10-26 17:45:49 · answer #1 · answered by Rob 3 · 0 0

maybe instead of using the messagebox command, have the program open a new window and display your information. when you add this window to the program you can edit its appearance

2006-10-23 16:58:00 · answer #2 · answered by free_indeed2000 4 · 0 0

fedest.com, questions and answers