Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView with DataTable Pin
Not Active25-Mar-11 2:26
mentorNot Active25-Mar-11 2:26 
AnswerRe: DataGridView with DataTable Pin
PIEBALDconsult25-Mar-11 2:56
mvePIEBALDconsult25-Mar-11 2:56 
AnswerRe: DataGridView with DataTable Pin
JP_Rocks27-Mar-11 0:17
JP_Rocks27-Mar-11 0:17 
QuestionReceive Attachment use POP3 Pin
vantienuit24-Mar-11 21:54
vantienuit24-Mar-11 21:54 
AnswerRe: Receive Attachment use POP3 Pin
Ravi Bhavnani25-Mar-11 2:52
professionalRavi Bhavnani25-Mar-11 2:52 
AnswerRe: Receive Attachment use POP3 Pin
RaviRanjanKr26-Mar-11 6:51
professionalRaviRanjanKr26-Mar-11 6:51 
QuestionRedirect to web page from windows form Pin
sarang_k24-Mar-11 20:37
sarang_k24-Mar-11 20:37 
AnswerRe: Redirect to web page from windows form Pin
DaveAuld24-Mar-11 21:21
professionalDaveAuld24-Mar-11 21:21 
GeneralRe: Redirect to web page from windows form Pin
sarang_k24-Mar-11 21:28
sarang_k24-Mar-11 21:28 
QuestionIssue with Release Version Exe Pin
cancerion24-Mar-11 19:44
cancerion24-Mar-11 19:44 
QuestionRe: Issue with Release Version Exe Pin
DaveAuld24-Mar-11 21:19
professionalDaveAuld24-Mar-11 21:19 
AnswerRe: Issue with Release Version Exe Pin
Bernhard Hiller24-Mar-11 22:41
Bernhard Hiller24-Mar-11 22:41 
QuestionString format for MAC-address Pin
Mc_Topaz24-Mar-11 4:22
Mc_Topaz24-Mar-11 4:22 
AnswerRe: String format for MAC-address Pin
Luc Pattyn24-Mar-11 4:37
sitebuilderLuc Pattyn24-Mar-11 4:37 
AnswerRe: String format for MAC-address Pin
J4amieC24-Mar-11 5:38
J4amieC24-Mar-11 5:38 
AnswerRe: String format for MAC-address Pin
Richard MacCutchan24-Mar-11 5:53
mveRichard MacCutchan24-Mar-11 5:53 
AnswerRe: String format for MAC-address PinPopular
musefan24-Mar-11 6:56
musefan24-Mar-11 6:56 
AnswerRe: String format for MAC-address Pin
Ennis Ray Lynch, Jr.24-Mar-11 7:54
Ennis Ray Lynch, Jr.24-Mar-11 7:54 
AnswerRe: String format for MAC-address PinPopular
#realJSOP24-Mar-11 9:31
professional#realJSOP24-Mar-11 9:31 
AnswerRe: String format for MAC-address PinPopular
#realJSOP24-Mar-11 9:58
professional#realJSOP24-Mar-11 9:58 
GeneralRe: String format for MAC-address Pin
HimanshuJoshi24-Mar-11 10:04
HimanshuJoshi24-Mar-11 10:04 
GeneralRe: String format for MAC-address Pin
fjdiewornncalwe25-Mar-11 2:55
professionalfjdiewornncalwe25-Mar-11 2:55 
QuestionControl forms of an app Pin
dj_jeff24-Mar-11 3:43
dj_jeff24-Mar-11 3:43 
I have a main form for entry purposes shown in the taskbar.
After I click on the OK button it starts a class method routine opening a status form. This should not be shown in taskbar. After doing some operation this window should automatically close.

Question:
If I switch back to my application in taskbar, I would like to get shown the status form and not the main form.

What I've tried:
1. Opening status form with ShowDialog method.
+ Switching to the application shows the status form
- All following operations are halted until status form is closed

2. Set TopMost attribute
+ switching to the application shows the status form
- Status form's always on top

3. Opening status form with Show method
+ All following operations are running afterwards
- Switching to the application shows the main window
AnswerRe: Control forms of an app Pin
BobJanova24-Mar-11 5:23
BobJanova24-Mar-11 5:23 
AnswerRe: Control forms of an app Pin
Nitheesh George24-Mar-11 20:30
Nitheesh George24-Mar-11 20:30 

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.