Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: backup Pin
Not Active23-Aug-06 3:17
mentorNot Active23-Aug-06 3:17 
AnswerRe: backup Pin
kkadir23-Aug-06 3:22
kkadir23-Aug-06 3:22 
Questiondatagrid Pin
btota23-Aug-06 2:40
btota23-Aug-06 2:40 
AnswerRe: datagrid Pin
Not Active23-Aug-06 2:45
mentorNot Active23-Aug-06 2:45 
QuestionReduce the width of datagrid colum ?? Pin
sikandarhayat23-Aug-06 2:28
sikandarhayat23-Aug-06 2:28 
AnswerRe: Reduce the width of datagrid colum ?? Pin
rah_sin23-Aug-06 2:44
professionalrah_sin23-Aug-06 2:44 
QuestionI have a class Pin
diddy3423-Aug-06 1:55
diddy3423-Aug-06 1:55 
AnswerRe: I have a class Pin
Christian Graus23-Aug-06 2:07
protectorChristian Graus23-Aug-06 2:07 
*sigh* buy a book, and work through it. You're never going to learn if you come to these forums without the slightest idea of how to apply the things people tell you.

If you double click on a button in the designer you will create an event for the click. What do you want the class to do ? You can have an instance as a member variable, or create a local instance in that class, and call it.

If you have results from the class and want to show them, the easiest way is a messagebox, otherwise you need to create a new form class. If you do this, unless the operator class instance is a member for some reason, I'd do the operation inside that form, so your event just shows the dialog and the form itself performs the operation and shows the result. Otherwise, I'd pass the result through the constructor.

And again, if you don't know what any of that means, buy a book and work through it.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

AnswerRe: I have a class Pin
rah_sin23-Aug-06 2:10
professionalrah_sin23-Aug-06 2:10 
QuestionTAB issue in MDI form Pin
Kais4U23-Aug-06 1:51
Kais4U23-Aug-06 1:51 
AnswerRe: TAB issue in MDI form Pin
Nader Elshehabi23-Aug-06 2:59
Nader Elshehabi23-Aug-06 2:59 
Questionend of line Pin
Yustme23-Aug-06 1:48
Yustme23-Aug-06 1:48 
AnswerRe: end of line Pin
S. Senthil Kumar23-Aug-06 1:55
S. Senthil Kumar23-Aug-06 1:55 
GeneralRe: end of line Pin
Yustme23-Aug-06 11:00
Yustme23-Aug-06 11:00 
QuestionCheckBox Control Pin
ChennaiBabu23-Aug-06 1:13
ChennaiBabu23-Aug-06 1:13 
AnswerRe: CheckBox Control [modified] Pin
Nader Elshehabi23-Aug-06 1:29
Nader Elshehabi23-Aug-06 1:29 
GeneralRe: CheckBox Control [modified] Pin
wheelerbarry23-Aug-06 1:55
wheelerbarry23-Aug-06 1:55 
GeneralRe: CheckBox Control Pin
Nader Elshehabi23-Aug-06 2:52
Nader Elshehabi23-Aug-06 2:52 
AnswerRe: CheckBox Control Pin
Christian Graus23-Aug-06 2:18
protectorChristian Graus23-Aug-06 2:18 
Questionmodify main title from a started process Pin
gitschi23-Aug-06 0:47
gitschi23-Aug-06 0:47 
AnswerRe: modify main title from a started process Pin
22491723-Aug-06 1:15
22491723-Aug-06 1:15 
AnswerRe: modify main title from a started process Pin
gitschi30-Aug-06 0:51
gitschi30-Aug-06 0:51 
Questiona problem on dynamic datagrid Pin
Siva Myneni23-Aug-06 0:41
Siva Myneni23-Aug-06 0:41 
AnswerRe: a problem on dynamic datagrid Pin
Not Active23-Aug-06 2:58
mentorNot Active23-Aug-06 2:58 
QuestionVS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 0:19
Jan R Hansen23-Aug-06 0:19 

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.