Click here to Skip to main content
15,881,852 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionat this point in time would a series of tutorials on WinForms be useful ? Pin
BillWoodruff30-Jun-12 18:34
professionalBillWoodruff30-Jun-12 18:34 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ? Pin
Paul Conrad30-Jun-12 19:18
professionalPaul Conrad30-Jun-12 19:18 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ? Pin
Richard MacCutchan30-Jun-12 21:32
mveRichard MacCutchan30-Jun-12 21:32 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ? Pin
Eddy Vluggen30-Jun-12 23:10
professionalEddy Vluggen30-Jun-12 23:10 
QuestionDisplay large content in windows application Pin
Rajeev_8721-Jun-12 13:18
Rajeev_8721-Jun-12 13:18 
AnswerRe: Display large content in windows application Pin
Mycroft Holmes21-Jun-12 16:36
professionalMycroft Holmes21-Jun-12 16:36 
GeneralRe: Display large content in windows application Pin
Richard MacCutchan21-Jun-12 22:47
mveRichard MacCutchan21-Jun-12 22:47 
Questionupdating, deleting adn adding rows in superlist control Pin
Kandepu Rajesh12-Jun-12 23:37
Kandepu Rajesh12-Jun-12 23:37 
AnswerRe: updating, deleting adn adding rows in superlist control Pin
Pete O'Hanlon13-Jun-12 0:01
mvePete O'Hanlon13-Jun-12 0:01 
QuestionError while binding the datatable to a superlist control Pin
Kandepu Rajesh8-Jun-12 0:07
Kandepu Rajesh8-Jun-12 0:07 
AnswerRe: Error while binding the datatable to a superlist control Pin
Eddy Vluggen8-Jun-12 0:33
professionalEddy Vluggen8-Jun-12 0:33 
Questionerrro while binding datatable to asuperlist control Pin
Kandepu Rajesh5-Jun-12 21:16
Kandepu Rajesh5-Jun-12 21:16 
AnswerRe: errro while binding datatable to asuperlist control Pin
Eddy Vluggen6-Jun-12 3:28
professionalEddy Vluggen6-Jun-12 3:28 
QuestionError while binding datatable to the superlist control Pin
Kandepu Rajesh5-Jun-12 21:12
Kandepu Rajesh5-Jun-12 21:12 
AnswerRe: Error while binding datatable to the superlist control Pin
Dave Kreskowiak6-Jun-12 1:50
mveDave Kreskowiak6-Jun-12 1:50 
GeneralRe: Error while binding datatable to the superlist control Pin
Kandepu Rajesh8-Jun-12 2:51
Kandepu Rajesh8-Jun-12 2:51 
GeneralRe: Error while binding datatable to the superlist control Pin
Dave Kreskowiak8-Jun-12 3:21
mveDave Kreskowiak8-Jun-12 3:21 
QuestionThe code of closing X and opening new form Pin
Iamateur27-May-12 22:11
Iamateur27-May-12 22:11 
AnswerRe: The code of closing X and opening new form Pin
Eddy Vluggen5-Jun-12 1:08
professionalEddy Vluggen5-Jun-12 1:08 
QuestionC# code problem Pin
nitish_0726-May-12 20:53
nitish_0726-May-12 20:53 
I have a button in my form and on click of that button I am writing this code....

OdbcCommand cmd ;
cmd = new OdbcCommand(abc, cn);
cmd.CommandType = CommandType.StoredProcedure;
cmd.ExecuteNonQuery();



I have made a procedure named abc in database which is returning only one row from login table..So i am just checking that on click of that button my procedure should run but while debugging when i come to cmd.ExecuteQuery() it throws following error..



ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.77-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'abc()' at line 1.


So plz tell me what would be the problem..
AnswerRe: C# code problem repost Pin
Richard MacCutchan26-May-12 21:35
mveRichard MacCutchan26-May-12 21:35 
GeneralRe: C# code problem repost Pin
nitish_0726-May-12 21:46
nitish_0726-May-12 21:46 
GeneralRe: C# code problem repost Pin
Richard MacCutchan26-May-12 21:55
mveRichard MacCutchan26-May-12 21:55 
AnswerRe: C# code problem Pin
Eddy Vluggen27-May-12 8:50
professionalEddy Vluggen27-May-12 8:50 
GeneralRe: C# code problem Pin
Richard Andrew x6427-May-12 11:46
professionalRichard Andrew x6427-May-12 11:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.