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.

~222 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Knight_YUVA

Hi I want to create a plain c++ program which need to connect to SQL server through odbc and retrieve values and display it. I am using qt but i need it in plain C++ . can u anybody suggest the way to achieve it . and any free api …

0
59
Member Avatar for Knight_YUVA

HI,Everyone GOOD NOON I am creating a WINDOWS form using C# which have text box like part.no ( NUMBER ONLY NO Alphabets) i have used the following coding to accept number only . private void Partno_KeyPress(object sender, KeyPressEventArgs e) { //e.Handled = (!char.IsDigit(e.KeyChar)) && (!char.IsControl(e.KeyChar)); } Now i need to …

Member Avatar for ChrisHunter
0
163