Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Requirement: How I can get all the applications registered in windows os includes with Administative Tools Pin
Tamer Oz23-Sep-08 21:36
Tamer Oz23-Sep-08 21:36 
QuestionRequirement: Getting all the installed exe's in windows os and Administrative tools Pin
apparikiran23-Sep-08 19:48
apparikiran23-Sep-08 19:48 
QuestionHow to marshal string array from C# to VB? Pin
nicolus23-Sep-08 19:35
nicolus23-Sep-08 19:35 
AnswerRe: How to marshal string array from C# to VB? Pin
oobimoo24-Sep-08 1:18
oobimoo24-Sep-08 1:18 
GeneralRe: How to marshal string array from C# to VB? Pin
nicolus24-Sep-08 23:10
nicolus24-Sep-08 23:10 
QuestionC# Word automation Pin
g_dev23-Sep-08 18:27
g_dev23-Sep-08 18:27 
QuestionRe: Invoke/Thread Pin
myNameIsRon23-Sep-08 17:52
myNameIsRon23-Sep-08 17:52 
AnswerRe: Invoke/Thread Pin
N a v a n e e t h23-Sep-08 17:56
N a v a n e e t h23-Sep-08 17:56 
myNameIsRon wrote:
The form locks when I try and call "this.Close()". Do I have to remove/stop the Invoke thread before using "this.Close()" to automatically close the form?


If you have any active threads, it good to stop them while you close the form. You can do this in the Dispose method of your form.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Invoke/Thread Pin
myNameIsRon23-Sep-08 19:24
myNameIsRon23-Sep-08 19:24 
AnswerRe: Invoke/Thread Pin
Mohammad Dayyan23-Sep-08 18:51
Mohammad Dayyan23-Sep-08 18:51 
GeneralRe: Invoke/Thread Pin
myNameIsRon23-Sep-08 19:30
myNameIsRon23-Sep-08 19:30 
GeneralRe: Invoke/Thread Pin
Mohammad Dayyan24-Sep-08 3:45
Mohammad Dayyan24-Sep-08 3:45 
AnswerRe: Invoke/Thread Pin
Mark Churchill23-Sep-08 22:59
Mark Churchill23-Sep-08 22:59 
GeneralRe: Invoke/Thread Pin
myNameIsRon24-Sep-08 4:30
myNameIsRon24-Sep-08 4:30 
GeneralRe: Invoke/Thread Pin
Mark Churchill24-Sep-08 18:56
Mark Churchill24-Sep-08 18:56 
GeneralRe: Invoke/Thread Pin
myNameIsRon24-Sep-08 19:47
myNameIsRon24-Sep-08 19:47 
QuestionOut of memory error Pin
Xmen Real 23-Sep-08 17:14
professional Xmen Real 23-Sep-08 17:14 
AnswerRe: Out of memory error Pin
N a v a n e e t h23-Sep-08 17:26
N a v a n e e t h23-Sep-08 17:26 
GeneralRe: Out of memory error Pin
Xmen Real 23-Sep-08 17:36
professional Xmen Real 23-Sep-08 17:36 
GeneralRe: Out of memory error Pin
N a v a n e e t h23-Sep-08 17:53
N a v a n e e t h23-Sep-08 17:53 
GeneralRe: Out of memory error Pin
Xmen Real 23-Sep-08 18:12
professional Xmen Real 23-Sep-08 18:12 
GeneralRe: Out of memory error Pin
N a v a n e e t h23-Sep-08 18:14
N a v a n e e t h23-Sep-08 18:14 
GeneralRe: Out of memory error Pin
Xmen Real 23-Sep-08 19:40
professional Xmen Real 23-Sep-08 19:40 
GeneralRe: Out of memory error Pin
leppie23-Sep-08 21:31
leppie23-Sep-08 21:31 
QuestionNeed to clarify Pin
Member 409922223-Sep-08 15:32
Member 409922223-Sep-08 15:32 

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.