Theme Graphic
Theme Graphic

Visual Basic 6 and VB.Net Exchange Info

I'm want to learn from the experts and I will appreciate everything I will learn to simple one to the hardest one.. thank you

Subscribe

Author

Archive

Tags

Posted on Friday, April 15, 2011 at 1:30 AM

Advance Message Box VB6.Net

Sample.

Sorry if i can't show some image sorry..

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "simple" And TextBox2.Text = "simple" Then If MessageBox.Show("testing", "Condition", MessageBoxButtons.YesNo, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then MessageBox.Show("You Click Yes") Else MessageBox.Show("You Click No") End If Else MessageBox.Show("Wrong Username or Password") End If End Sub End Class
Comments: 0 Tags: VB.NET

 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.