Click here to Skip to main content
16,004,882 members
Home / Discussions / C#
   

C#

 
QuestionCapturing the Event raised in Windows application through my WebPage(aspx page) Pin
irsh_is18-Feb-07 19:58
irsh_is18-Feb-07 19:58 
QuestionAsynchronous Technical question !! Pin
Hussam Fattahi18-Feb-07 19:51
Hussam Fattahi18-Feb-07 19:51 
Questionhow to protect C# exe from decompiling or reverse engineering ? Pin
testmail_12318-Feb-07 19:20
testmail_12318-Feb-07 19:20 
AnswerRe: how to protect C# exe from decompiling or reverse engineering ? Pin
MoustafaS18-Feb-07 20:00
MoustafaS18-Feb-07 20:00 
AnswerRe: how to protect C# exe from decompiling or reverse engineering ? Pin
Guffa18-Feb-07 20:04
Guffa18-Feb-07 20:04 
AnswerRe: how to protect C# exe from decompiling or reverse engineering ? Pin
Christian Graus18-Feb-07 20:27
protectorChristian Graus18-Feb-07 20:27 
QuestionTo exit application Pin
Nekshan18-Feb-07 19:03
Nekshan18-Feb-07 19:03 
AnswerRe: To close application Pin
U-P-G-R-A-Y-E-D-D18-Feb-07 19:18
U-P-G-R-A-Y-E-D-D18-Feb-07 19:18 
You have to set up an event handler for the Form.Closed or Form.Closing events then handle your application exiting functionality there. However you're going to want to probably inherit the form class into a new loginform class so that you know the internal state of the login form so you will know if the form window is closing because the [X] was pressed, or because the login process completed and it's time to move onto different things, without exiting the application.
AnswerRe: To exit application Pin
virendra patel18-Feb-07 19:47
virendra patel18-Feb-07 19:47 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 19:54
Nekshan18-Feb-07 19:54 
GeneralRe: To exit application Pin
virendra patel18-Feb-07 20:10
virendra patel18-Feb-07 20:10 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:11
virendra patel18-Feb-07 20:11 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:15
virendra patel18-Feb-07 20:15 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:18
virendra patel18-Feb-07 20:18 
GeneralTo exit application Pin
Nekshan18-Feb-07 20:40
Nekshan18-Feb-07 20:40 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 20:47
Nekshan18-Feb-07 20:47 
GeneralRe: To exit application Pin
virendra patel18-Feb-07 21:43
virendra patel18-Feb-07 21:43 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 22:09
Nekshan18-Feb-07 22:09 
Questiondeploying windows application Pin
kalyan_241618-Feb-07 19:00
kalyan_241618-Feb-07 19:00 
AnswerRe: deploying windows application Pin
Christian Graus18-Feb-07 20:27
protectorChristian Graus18-Feb-07 20:27 
QuestionNo Subject Pin
Nekshan18-Feb-07 18:54
Nekshan18-Feb-07 18:54 
QuestionExporting Data from SQL to Access Pin
Kamal.Afridi18-Feb-07 18:48
Kamal.Afridi18-Feb-07 18:48 
AnswerRe: Exporting Data from SQL to Access Pin
N a v a n e e t h18-Feb-07 19:58
N a v a n e e t h18-Feb-07 19:58 
QuestionProblems getting method called correctly Pin
JMOdom18-Feb-07 18:42
JMOdom18-Feb-07 18:42 
AnswerRe: Problems getting method called correctly Pin
Kamal.Afridi18-Feb-07 18:52
Kamal.Afridi18-Feb-07 18:52 

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.