Click here to Skip to main content
15,891,248 members
Home / Discussions / C#
   

C#

 
QuestionIs Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 14:36
Jeffrey Scott Flesher21-Jan-07 14:36 
AnswerRe: Is Code running in Windows App or Web Pin
Christian Graus21-Jan-07 14:53
protectorChristian Graus21-Jan-07 14:53 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 19:22
Jeffrey Scott Flesher21-Jan-07 19:22 
GeneralRe: Is Code running in Windows App or Web Pin
H. Neville III21-Jan-07 22:24
H. Neville III21-Jan-07 22:24 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher22-Jan-07 7:13
Jeffrey Scott Flesher22-Jan-07 7:13 
AnswerRe: Is Code running in Windows App or Web Pin
Guffa21-Jan-07 19:19
Guffa21-Jan-07 19:19 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 19:33
Jeffrey Scott Flesher21-Jan-07 19:33 
AnswerRe: Is Code running in Windows App or Web Pin
Guffa21-Jan-07 22:07
Guffa21-Jan-07 22:07 
I see. You need the library to know how to do things, as it's doing things that it shouldn't. Wink | ;)

It's not the library that should do the interaction with the user. Create events in the library for actions that need user interaction, so that the code that is using the library can implement event handlers that take care of the interaction.

---
Year happy = new Year(2007);

AnswerRe: Is Code running in Windows App or Web [modified] Pin
Abisodun22-Jan-07 2:18
Abisodun22-Jan-07 2:18 
Questionprotect database Pin
ahujap21-Jan-07 13:15
ahujap21-Jan-07 13:15 
AnswerRe: protect database Pin
Christian Graus21-Jan-07 13:29
protectorChristian Graus21-Jan-07 13:29 
GeneralRe: protect database Pin
ahujap21-Jan-07 13:34
ahujap21-Jan-07 13:34 
GeneralRe: protect database Pin
Christian Graus21-Jan-07 14:15
protectorChristian Graus21-Jan-07 14:15 
GeneralRe: protect database Pin
ahujap21-Jan-07 14:27
ahujap21-Jan-07 14:27 
GeneralRe: protect database Pin
Christian Graus21-Jan-07 14:55
protectorChristian Graus21-Jan-07 14:55 
GeneralRe: protect database Pin
ahujap21-Jan-07 14:57
ahujap21-Jan-07 14:57 
GeneralRe: protect database Pin
ahujap21-Jan-07 19:11
ahujap21-Jan-07 19:11 
GeneralRe: protect database Pin
Christian Graus21-Jan-07 21:28
protectorChristian Graus21-Jan-07 21:28 
GeneralRe: protect database Pin
ahujap22-Jan-07 11:37
ahujap22-Jan-07 11:37 
GeneralRe: protect database Pin
Christian Graus22-Jan-07 18:16
protectorChristian Graus22-Jan-07 18:16 
GeneralRe: protect database Pin
ahujap22-Jan-07 18:21
ahujap22-Jan-07 18:21 
GeneralRe: protect database Pin
Christian Graus22-Jan-07 18:30
protectorChristian Graus22-Jan-07 18:30 
GeneralRe: protect database Pin
ahujap22-Jan-07 18:33
ahujap22-Jan-07 18:33 
GeneralRe: protect database Pin
Christian Graus22-Jan-07 18:42
protectorChristian Graus22-Jan-07 18:42 
QuestionCan C# run over linux Pin
Mostafa Siraj21-Jan-07 12:23
Mostafa Siraj21-Jan-07 12:23 

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.