Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: Row deletion problem in Data grid Pin
Mycroft Holmes9-Oct-08 23:20
professionalMycroft Holmes9-Oct-08 23:20 
AnswerRe: Row deletion problem in Data grid Pin
DaveyM699-Oct-08 23:29
professionalDaveyM699-Oct-08 23:29 
QuestionWhere does Settings.Default.MySetting come from? Pin
buchstaben9-Oct-08 22:17
buchstaben9-Oct-08 22:17 
AnswerRe: Where does Settings.Default.MySetting come from? Pin
Simon P Stevens9-Oct-08 22:33
Simon P Stevens9-Oct-08 22:33 
GeneralRe: Where does Settings.Default.MySetting come from? Pin
buchstaben9-Oct-08 23:24
buchstaben9-Oct-08 23:24 
AnswerRe: Where does Settings.Default.MySetting come from? Pin
Mycroft Holmes9-Oct-08 23:22
professionalMycroft Holmes9-Oct-08 23:22 
QuestionRestore application from system tray when clicking the application's desktop shortcut icon in c# Pin
jairaj9-Oct-08 22:06
jairaj9-Oct-08 22:06 
AnswerRe: Restore application from system tray when clicking the application's desktop shortcut icon in c# Pin
DaveyM699-Oct-08 23:16
professionalDaveyM699-Oct-08 23:16 
Using the mutex is the correct way.
You need a delegate in your main form which calls a Restore method (Visible = true; WindowState = ... etc). Whilst checking your mutex, at the point where you decide you don't need the new instance, invoke the delegate.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

AnswerRe: Restore application from system tray when clicking the application's desktop shortcut icon in c# Pin
Giorgi Dalakishvili9-Oct-08 23:38
mentorGiorgi Dalakishvili9-Oct-08 23:38 
QuestionPause and continue threads Pin
Mc_Topaz9-Oct-08 20:44
Mc_Topaz9-Oct-08 20:44 
AnswerRe: Pause and continue threads Pin
Jimmanuel10-Oct-08 3:16
Jimmanuel10-Oct-08 3:16 
GeneralRe: Pause and continue threads Pin
Mc_Topaz10-Oct-08 3:50
Mc_Topaz10-Oct-08 3:50 
GeneralRe: Pause and continue threads Pin
S. Senthil Kumar10-Oct-08 5:22
S. Senthil Kumar10-Oct-08 5:22 
GeneralRe: Pause and continue threads Pin
Jimmanuel10-Oct-08 6:06
Jimmanuel10-Oct-08 6:06 
GeneralRe: Pause and continue threads Pin
Mark Salsbery10-Oct-08 6:13
Mark Salsbery10-Oct-08 6:13 
GeneralRe: Pause and continue threads Pin
Jimmanuel10-Oct-08 6:58
Jimmanuel10-Oct-08 6:58 
QuestionIs there a portable "Add Web Reference" auto-generating code? Pin
Rafferty Uy9-Oct-08 18:53
Rafferty Uy9-Oct-08 18:53 
AnswerRe: Is there a portable "Add Web Reference" auto-generating code? Pin
blackjack21509-Oct-08 20:26
blackjack21509-Oct-08 20:26 
QuestionCrystal Reports - Parameters Fields [modified] Pin
nelsonpaixao9-Oct-08 12:41
nelsonpaixao9-Oct-08 12:41 
QuestionObject containing structures or array Pin
davidbrammer9-Oct-08 11:04
davidbrammer9-Oct-08 11:04 
AnswerRe: Object containing structures or array Pin
Wes Aday9-Oct-08 12:51
professionalWes Aday9-Oct-08 12:51 
AnswerRe: Object containing structures or array Pin
DaveyM699-Oct-08 23:04
professionalDaveyM699-Oct-08 23:04 
AnswerRe: Object containing structures or array Pin
Guffa9-Oct-08 23:45
Guffa9-Oct-08 23:45 
GeneralRe: Object containing structures or array Pin
davidbrammer11-Oct-08 5:11
davidbrammer11-Oct-08 5:11 
QuestionHow to extend SharePoint Components/Features ? Pin
hdv2129-Oct-08 9:47
hdv2129-Oct-08 9:47 

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.