Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
Questionparameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:13
Saiyed Alam31-Aug-09 23:13 
AnswerRe: parameter in Event Handler Pin
Keith Barrow31-Aug-09 23:24
professionalKeith Barrow31-Aug-09 23:24 
GeneralRe: parameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:43
Saiyed Alam31-Aug-09 23:43 
AnswerRe: parameter in Event Handler Pin
Jacobb Michael31-Aug-09 23:26
Jacobb Michael31-Aug-09 23:26 
GeneralRe: parameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:44
Saiyed Alam31-Aug-09 23:44 
QuestionGMail - Can you Trace ! Pin
Jacobb Michael31-Aug-09 23:10
Jacobb Michael31-Aug-09 23:10 
QuestionHow to run multiple audio files Pin
itsmitm31-Aug-09 23:01
itsmitm31-Aug-09 23:01 
Questionspecial characters Pin
248912831-Aug-09 22:29
248912831-Aug-09 22:29 
AnswerRe: special characters Pin
OriginalGriff31-Aug-09 22:48
mveOriginalGriff31-Aug-09 22:48 
QuestionQuery execution problen in C# program Pin
Kunle Oladimeji31-Aug-09 22:24
Kunle Oladimeji31-Aug-09 22:24 
AnswerRe: Query execution problen in C# program Pin
dan!sh 31-Aug-09 22:33
professional dan!sh 31-Aug-09 22:33 
AnswerRe: Query execution problen in C# program Pin
Tamimi - Code31-Aug-09 22:39
Tamimi - Code31-Aug-09 22:39 
AnswerRe: Query execution problen in C# program Pin
Jacobb Michael31-Aug-09 23:17
Jacobb Michael31-Aug-09 23:17 
AnswerRe: Query execution problen in C# program Pin
seoamitk1-Sep-09 23:37
seoamitk1-Sep-09 23:37 
QuestionHow to connect to remote sql server 2000 in Windows Services created in C# Pin
Rajesh Koriya31-Aug-09 21:56
Rajesh Koriya31-Aug-09 21:56 
AnswerRe: How to connect to remote sql server 2000 in Windows Services created in C# Pin
Tamer Oz31-Aug-09 22:31
Tamer Oz31-Aug-09 22:31 
AnswerRe: How to connect to remote sql server 2000 in Windows Services created in C# Pin
mbhosle31-Aug-09 23:08
mbhosle31-Aug-09 23:08 
QuestionStart a Service after install it ? Pin
Mohammad Dayyan31-Aug-09 21:36
Mohammad Dayyan31-Aug-09 21:36 
AnswerRe: Start a Service after install it ? Pin
Tamer Oz31-Aug-09 22:41
Tamer Oz31-Aug-09 22:41 
GeneralRe: Start a Service after install it ? Pin
Mohammad Dayyan1-Sep-09 0:46
Mohammad Dayyan1-Sep-09 0:46 
QuestionHow to stop code generator in designer in this case Pin
vql31-Aug-09 21:28
vql31-Aug-09 21:28 
QuestionHow to show a form from windows service? Pin
Tridip Bhattacharjee31-Aug-09 21:28
professionalTridip Bhattacharjee31-Aug-09 21:28 
AnswerRe: How to show a form from windows service? Pin
Vimalsoft(Pty) Ltd31-Aug-09 21:31
professionalVimalsoft(Pty) Ltd31-Aug-09 21:31 
The Question is how do you Display a Form ?

Form1 frm1 = new  Form1();

frm1.Show();


i have not been doing win apps for a while now , but that is how its done.

My point is that need to create that form first and show it later.

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: How to show a form from windows service? Pin
Hristo-Bojilov31-Aug-09 22:04
Hristo-Bojilov31-Aug-09 22:04 
AnswerRe: How to show a form from windows service? Pin
Tamer Oz31-Aug-09 22:05
Tamer Oz31-Aug-09 22:05 

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.