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
~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

2 Posted Topics

Member Avatar for Eyrestes

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 …

Member Avatar for sajoans
0
175
Member Avatar for salating

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]

Member Avatar for Eyrestes
0
154

The End.