Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: DirectX DirectInput simulating Keyboard Pin
chainerlt1-Nov-09 13:41
chainerlt1-Nov-09 13:41 
GeneralRe: DirectX DirectInput simulating Keyboard Pin
Randor 1-Nov-09 23:11
professional Randor 1-Nov-09 23:11 
GeneralRe: DirectX DirectInput simulating Keyboard Pin
mariejane25-Nov-09 14:36
mariejane25-Nov-09 14:36 
QuestionI need caculatore source c# Pin
karol.b31-Oct-09 21:11
karol.b31-Oct-09 21:11 
AnswerRe: I need caculatore source c# Pin
dan!sh 31-Oct-09 21:17
professional dan!sh 31-Oct-09 21:17 
AnswerRe: I need caculatore source c# Pin
khosnur31-Oct-09 21:46
khosnur31-Oct-09 21:46 
AnswerRe: I need caculatore source c# Pin
Abhishek Sur31-Oct-09 21:50
professionalAbhishek Sur31-Oct-09 21:50 
GeneralRe: I need caculatore source c# Pin
Mycroft Holmes31-Oct-09 21:56
professionalMycroft Holmes31-Oct-09 21:56 
GeneralRe: I need caculatore source c# Pin
Abhishek Sur31-Oct-09 22:00
professionalAbhishek Sur31-Oct-09 22:00 
QuestionSMPP Client for C# .NET application Pin
Jassim Rahma31-Oct-09 20:16
Jassim Rahma31-Oct-09 20:16 
AnswerRe: SMPP Client for C# .NET application Pin
Aftab Sindhi31-Oct-09 21:15
Aftab Sindhi31-Oct-09 21:15 
AnswerRe: SMPP Client for C# .NET application Pin
Md. Marufuzzaman1-Nov-09 5:42
professionalMd. Marufuzzaman1-Nov-09 5:42 
GeneralRe: SMPP Client for C# .NET application Pin
Jassim Rahma1-Nov-09 10:26
Jassim Rahma1-Nov-09 10:26 
AnswerRe: SMPP Client for C# .NET application Pin
RAmthods18-Apr-11 7:37
RAmthods18-Apr-11 7:37 
AnswerRe: SMPP Client for C# .NET application [modified] Pin
Member 378951526-Apr-11 23:41
Member 378951526-Apr-11 23:41 
QuestionComboBox problem Pin
khosnur31-Oct-09 20:04
khosnur31-Oct-09 20:04 
AnswerRe: ComboBox problem Pin
dojohansen31-Oct-09 23:10
dojohansen31-Oct-09 23:10 
I am confused. What is actually the problem? Does your code not compile? Does it crash at run-time? Does it not display the data correctly? Can't you edit it?

Or it it that you don't know how to save to the db? If so, what does it have to do with the combo box? Databases usually don't have strong opinions about how data should be edited outside of the database. Most of them are only fussy about who they give out data to and who gets to update them, and sometimes what data they will accept.

Also, from the code you posted it appears you are using some form or shape of business layer, so saving is probably done by calling a method on the business object. But how people out here in the world can be expected to know the design of your business objects better than you do is beyond me.
QuestionMessageBox in C# Pin
Prakash Halder31-Oct-09 19:23
Prakash Halder31-Oct-09 19:23 
AnswerRe: MessageBox in C# Pin
khosnur31-Oct-09 19:56
khosnur31-Oct-09 19:56 
AnswerRe: MessageBox in C# Pin
Md. Marufuzzaman1-Nov-09 5:44
professionalMd. Marufuzzaman1-Nov-09 5:44 
QuestionDrawing/Graphics in C#: Drawing/Graphics in C#, if the mouse is right clicked over square,turn square into a diamond. Pin
lexical131-Oct-09 19:03
lexical131-Oct-09 19:03 
AnswerMessage Closed Pin
31-Oct-09 20:45
stancrm31-Oct-09 20:45 
GeneralRe: Drawing/Graphics in C#: Drawing/Graphics in C#, if the mouse is right clicked over square,turn square into a diamond. Pin
lexical131-Oct-09 21:37
lexical131-Oct-09 21:37 
GeneralRe: Drawing/Graphics in C#: Drawing/Graphics in C#, if the mouse is right clicked over square,turn square into a diamond. Pin
dojohansen31-Oct-09 22:58
dojohansen31-Oct-09 22:58 
GeneralRe: Drawing/Graphics in C#: Drawing/Graphics in C#, if the mouse is right clicked over square,turn square into a diamond. Pin
lexical11-Nov-09 0:04
lexical11-Nov-09 0:04 

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.