Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralCapture Close Button Pin
paas14-Mar-08 12:41
paas14-Mar-08 12:41 
GeneralRe: Capture Close Button Pin
Gareth H14-Mar-08 13:05
Gareth H14-Mar-08 13:05 
GeneralRe: Capture Close Button Pin
Paul Conrad14-Mar-08 14:57
professionalPaul Conrad14-Mar-08 14:57 
GeneralRe: Capture Close Button Pin
paas15-Mar-08 1:36
paas15-Mar-08 1:36 
GeneralRe: Capture Close Button Pin
DaveyM6915-Mar-08 2:31
professionalDaveyM6915-Mar-08 2:31 
Generalimage with shadow in transparented form Pin
hamid_m14-Mar-08 10:36
hamid_m14-Mar-08 10:36 
GeneralRe: image with shadow in transparented form Pin
Paul Conrad14-Mar-08 14:58
professionalPaul Conrad14-Mar-08 14:58 
GeneralRe: image with shadow in transparented form Pin
hamid_m14-Mar-08 20:15
hamid_m14-Mar-08 20:15 
GeneralRe: image with shadow in transparented form Pin
Paul Conrad15-Mar-08 7:27
professionalPaul Conrad15-Mar-08 7:27 
GeneralRe: image with shadow in transparented form Pin
User 226147415-Mar-08 12:39
User 226147415-Mar-08 12:39 
GeneralRe: image with shadow in transparented form Pin
hamid_m15-Mar-08 20:14
hamid_m15-Mar-08 20:14 
GeneralRe: image with shadow in transparented form Pin
shan shirsat16-Jul-11 21:06
shan shirsat16-Jul-11 21:06 
Generalfile security Pin
damianrda14-Mar-08 8:25
damianrda14-Mar-08 8:25 
QuestionAdding number and letters on a form like a phone. [modified] Pin
steve_rm14-Mar-08 7:56
steve_rm14-Mar-08 7:56 
GeneralRe: Adding number and letters on a form like a phone. Pin
led mike14-Mar-08 9:11
led mike14-Mar-08 9:11 
GeneralRe: Adding number and letters on a form like a phone. Pin
Giorgi Dalakishvili14-Mar-08 9:41
mentorGiorgi Dalakishvili14-Mar-08 9:41 
GeneralRe: Adding number and letters on a form like a phone. Pin
martin_hughes14-Mar-08 11:43
martin_hughes14-Mar-08 11:43 
GeneralDebug mode error and exe problem Pin
aximum14-Mar-08 7:21
aximum14-Mar-08 7:21 
GeneralRe: Debug mode error and exe problem Pin
Luc Pattyn14-Mar-08 10:37
sitebuilderLuc Pattyn14-Mar-08 10:37 
Hi,

the most common way to get an app to refuse an exit (e.g.when you close the main form)
is by having foreground threads that are not done yet. If you have threads that should
not prevent Application.Exit() or MainForm.Close() to succeed, you should set their
IsBackground property true (default is false).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralFormatting data in DataGridViewCell Pin
t4ure4n14-Mar-08 5:44
t4ure4n14-Mar-08 5:44 
GeneralRe: Formatting data in DataGridViewCell Pin
Xmen Real 14-Mar-08 16:10
professional Xmen Real 14-Mar-08 16:10 
AnswerRe: Formatting data in DataGridViewCell Pin
buchstaben15-Mar-08 6:14
buchstaben15-Mar-08 6:14 
GeneralGeneric toolbox component [modified] Pin
hain14-Mar-08 5:32
hain14-Mar-08 5:32 
GeneralRe: Generic toolbox component Pin
led mike14-Mar-08 7:26
led mike14-Mar-08 7:26 
GeneralRe: Generic toolbox component Pin
hain14-Mar-08 11:04
hain14-Mar-08 11: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.