Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
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 
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 
here is the code on project 2 form2 closed event :
CC13 is my frist project and i want to send image or update image in frmedit now tell me plz whats the problem image still not update:





protected override void OnClosed(EventArgs e)
{
if (this.appWorkspace.ActiveDocumentWorkspace != null)
{
appWorkspace.ActiveDocumentWorkspace.SetTool(null);
}

base.OnClosed(e);

//n send image to frmedit in cc13
CCI3.Forms.frmEdit s = new CCI3.Forms.frmEdit();
// s.mSetPicture(PictureBox, "true");
//s.VarEditImg
//s.VarEditSig
s.PicImage.Image = null;


s.PicImage.Image = Image.FromFile(@"C:\Temp\Temp1.jpg");
s.PicImage.Refresh();

s.picSig.Image = null;

s.picSig.Image = Image.FromFile(@"C:\Temp\Temp2.jpg");
s.picSig.Refresh();
//s.Con
s.Showimg();

CCI3.Myimg g = new CCI3.Myimg();
g.Showimg2();


//CCI3.Forms.frmEdit ss = new CCI3.Forms.frmEdit();
//ss.setEditPictures(@"C:\Temp\Temp1.jpg", @"C:\Temp\Temp2.jpg");




}
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 
RantRe: Projects Don't work on Computers without VB Pin
Nouman Bhatti4-Jun-08 22:27
Nouman Bhatti4-Jun-08 22:27 
GeneralRe: Projects Don't work on Computers without VB Pin
Ashfield5-Jun-08 0:17
Ashfield5-Jun-08 0:17 
AnswerRe: Projects Don't work on Computers without VB Pin
Russell Jones4-Jun-08 22:50
Russell Jones4-Jun-08 22:50 
Questionhost application and add-in application Pin
pnpfriend4-Jun-08 12:02
pnpfriend4-Jun-08 12:02 
AnswerRe: host application and add-in application Pin
mav.northwind4-Jun-08 20:21
mav.northwind4-Jun-08 20:21 
QuestionDataSet Fill Pin
mehrdadc484-Jun-08 11:09
mehrdadc484-Jun-08 11:09 

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.