Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~721 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for kritiohri

Hello, I am Not as good as all of you but i tried with this, and i am agree with jireh. And After I try i am at following :- First Declare Con as Connection [Code] Private sub Combobox1_selectedindexchanged(byval sender As System.object, ByVal e as system.eventargs) Handles Combobox1.Selectedindexchanged '(declare con …

Member Avatar for Praniya
0
166
Member Avatar for Praniya
0
52
Member Avatar for Eyo

for example : you have to handle form closing event Dim ask As String Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing ask = MessageBox.Show("Are You Sure Want To Quit?", "form1", MessageBoxButtons.YesNo, MessageBoxIcon.Question) If ask = MsgBoxResult.No Then e.Cancel = True Exit Sub Else Application.Exit() End …

Member Avatar for Praniya
0
503

The End.