Click here to Skip to main content
15,911,484 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to add new windows service by using C# code Pin
telha4-Jun-08 20:44
telha4-Jun-08 20:44 
GeneralRe: how to add new windows service by using C# code Pin
wasimsharp4-Jun-08 20:46
wasimsharp4-Jun-08 20:46 
GeneralRe: how to add new windows service by using C# code Pin
wasimsharp4-Jun-08 23:44
wasimsharp4-Jun-08 23:44 
AnswerRe: how to add new windows service by using C# code Pin
telha5-Jun-08 2:06
telha5-Jun-08 2:06 
GeneralRe: how to add new windows service by using C# code Pin
wasimsharp5-Jun-08 21:47
wasimsharp5-Jun-08 21:47 
QuestionWhich Event is Fire ! Pin
nomi4-Jun-08 18:39
nomi4-Jun-08 18:39 
AnswerRe: Which Event is Fire ! Pin
Nouman Bhatti4-Jun-08 18:49
Nouman Bhatti4-Jun-08 18:49 
QuestionRe: Which Event is Fire ! Pin
nomi4-Jun-08 19:11
nomi4-Jun-08 19:11 
yah i coded to on form closing event or form2 but still when i come to form1 then there is no difference in form1 picturebox control i coded like this on form2 closed event

project1.form1 g = new project1.form1();
g.picturebox.Image = null;
g.picturebox.Image = Image.FromFile(@"C:\Temp\Temp2.jpg");
g.picturebox.Refresh();

but after this coded still no differnce in form1 picture box , but when i came to form1 then i made here update button when i pressed it then its update on update button i coded
g.picturebox.Image = Image.FromFile(@"C:\Temp\Temp2.jpg");
g.picturebox.Refresh();

but i want its directly update and refresh image when i closed form2 and come to form1 .
AnswerRe: Which Event is Fire ! Pin
Guffa4-Jun-08 19:18
Guffa4-Jun-08 19:18 
QuestionRe: Which Event is Fire ! Pin
nomi4-Jun-08 19:21
nomi4-Jun-08 19:21 
AnswerRe: Which Event is Fire ! Pin
Nouman Bhatti4-Jun-08 19:59
Nouman Bhatti4-Jun-08 19:59 
GeneralRe: Which Event is Fire ! Pin
nomi4-Jun-08 20:07
nomi4-Jun-08 20:07 
GeneralRe: Which Event is Fire ! Pin
Nouman Bhatti4-Jun-08 20:21
Nouman Bhatti4-Jun-08 20:21 
GeneralRe: Which Event is Fire ! Pin
nomi4-Jun-08 20:24
nomi4-Jun-08 20:24 
RantRe: Which Event is Fire ! Pin
Nouman Bhatti4-Jun-08 20:56
Nouman Bhatti4-Jun-08 20:56 
Generalyar there is only one instance for image update nothing Except this ! Pin
nomi4-Jun-08 21:13
nomi4-Jun-08 21:13 
AnswerRe: Which Event is Fire ! Pin
wasimsharp4-Jun-08 21:27
wasimsharp4-Jun-08 21:27 
AnswerRe: Which Event is Fire ! Pin
telha5-Jun-08 2:23
telha5-Jun-08 2:23 
QuestionInternet download buffer problem Pin
MAW304-Jun-08 16:01
MAW304-Jun-08 16:01 
QuestionProjects Don't work on Computers without VB Pin
C# Beginner Nick4-Jun-08 14:37
C# Beginner Nick4-Jun-08 14:37 
AnswerRe: Projects Don't work on Computers without VB Pin
Christian Graus4-Jun-08 17:22
protectorChristian Graus4-Jun-08 17:22 
GeneralRe: Projects Don't work on Computers without VB Pin
C# Beginner Nick4-Jun-08 17:35
C# Beginner Nick4-Jun-08 17:35 
GeneralRe: Projects Don't work on Computers without VB Pin
Vikram A Punathambekar4-Jun-08 19:42
Vikram A Punathambekar4-Jun-08 19:42 
AnswerRe: Projects Don't work on Computers without VB Pin
Nouman Bhatti4-Jun-08 18:56
Nouman Bhatti4-Jun-08 18:56 
GeneralRe: Projects Don't work on Computers without VB Pin
Ashfield4-Jun-08 21:16
Ashfield4-Jun-08 21:16 

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.