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.
~329 People Reached
About Me
Programmer/Analyst
- Interests
- Programming, Progaming, Art, Literature
- PC Specs
- \\DEV: Dell 600M 1.7Ghz Centrino, 512MB PC2100 RAM, 30 GB 5400 RPM HD, 64 MB ATI Radeon 9000 \\DESKTOP:…
Favorite Forums
Favorite Tags
vb.net x 3
2 Posted Topics
Hi all, This is my first post here. I appreciate any help you can give me. I am writing a solution that involves having a ConnectionManager application aside from the main application. I intend to have the ConnectionManager create sessions that wrap around the OleDbConnection that provides the connection to … | |
Re: Hi, If I am understanding you correctly, then all you need to do is add an Exit Sub after the Focus() in each check for -1. An example: [code] If cmbAge.SelectedIndex = -1 Then MessageBox.Show("Please Select Your Age", "Error") cmbAge.Focus() Exit Sub Else ... [/code] |
The End.