Click here to Skip to main content
15,914,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to send & Receive data from Web Application using VB.NET?? Pin
Rohan_bhat_3118-Oct-05 20:44
Rohan_bhat_3118-Oct-05 20:44 
AnswerIs it any way to bring the animated(already) pictures to the form Pin
Rohath19-Oct-05 0:40
sussRohath19-Oct-05 0:40 
AnswerRe: How to send & Receive data from Web Application using VB.NET?? Pin
uno freeware19-Oct-05 17:13
uno freeware19-Oct-05 17:13 
Questionvb.net Pin
Md Shamirul Islam18-Oct-05 19:03
Md Shamirul Islam18-Oct-05 19:03 
AnswerRe: vb.net Pin
Christian Graus18-Oct-05 19:14
protectorChristian Graus18-Oct-05 19:14 
AnswerRe: vb.net Pin
Anonymous18-Oct-05 19:16
Anonymous18-Oct-05 19:16 
GeneralRe: vb.net Pin
Christian Graus18-Oct-05 19:33
protectorChristian Graus18-Oct-05 19:33 
AnswerRe: vb.net Pin
Dave Kreskowiak19-Oct-05 2:18
mveDave Kreskowiak19-Oct-05 2:18 
Christian is right. The MessageBox class is just a wrapper around the Win32 API function MsgBox. You don't have any control over the appearance of the box because it uses the colors set in the Appearance tab of the Display control panel.

You'd have to write your own MessageBox form class that exposes the functionality your want. You'd typically show this form using .ShowDialog and handle the button click events to properly set the form's DialogRestul property. And you don't have to do anything with delegates to do it. Unless you were adding some goofy event support to your form for some reason...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionEmbeding MS word in VB Pin
Veera Raghavendra18-Oct-05 18:22
Veera Raghavendra18-Oct-05 18:22 
QuestionGeneral Input Form Pin
mmcsherr18-Oct-05 14:28
mmcsherr18-Oct-05 14:28 
AnswerRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 2:13
mveDave Kreskowiak19-Oct-05 2:13 
GeneralRe: General Input Form Pin
mmcsherr19-Oct-05 6:47
mmcsherr19-Oct-05 6:47 
GeneralRe: General Input Form Pin
Dave Kreskowiak19-Oct-05 13:55
mveDave Kreskowiak19-Oct-05 13:55 
QuestionGenerating character combinations - help! Pin
Anonymous18-Oct-05 14:04
Anonymous18-Oct-05 14:04 
AnswerRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
GeneralRe: Generating character combinations - help! Pin
Anonymous18-Oct-05 18:21
Anonymous18-Oct-05 18:21 
GeneralRe: Generating character combinations - help! Pin
Christian Graus18-Oct-05 18:23
protectorChristian Graus18-Oct-05 18:23 
GeneralRe: Generating character combinations - help! Pin
Brett Peirce19-Oct-05 18:15
Brett Peirce19-Oct-05 18:15 
QuestionSystem install and Unistall Feature Pin
DiMats18-Oct-05 12:47
DiMats18-Oct-05 12:47 
AnswerRe: System install and Unistall Feature Pin
Christian Graus18-Oct-05 14:25
protectorChristian Graus18-Oct-05 14:25 
QuestionProblem with a custom control Pin
Douglas Parsons18-Oct-05 10:42
Douglas Parsons18-Oct-05 10:42 
AnswerRe: Problem with a custom control Pin
Douglas Parsons19-Oct-05 6:05
Douglas Parsons19-Oct-05 6:05 
QuestionWeb Browser Control problem Pin
Meatnog18-Oct-05 10:10
Meatnog18-Oct-05 10:10 
Questiontransfer of data Pin
KamalTeja18-Oct-05 8:42
KamalTeja18-Oct-05 8:42 
AnswerRe: transfer of data Pin
Dave Kreskowiak18-Oct-05 9:50
mveDave Kreskowiak18-Oct-05 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.