Click here to Skip to main content
15,902,835 members
Home / Discussions / C#
   

C#

 
Questionmonitor for handle leak Pin
George_George4-Jun-08 20:48
George_George4-Jun-08 20:48 
AnswerRe: monitor for handle leak Pin
S. Senthil Kumar4-Jun-08 22:59
S. Senthil Kumar4-Jun-08 22:59 
GeneralRe: monitor for handle leak Pin
George_George4-Jun-08 23:06
George_George4-Jun-08 23:06 
GeneralRe: monitor for handle leak Pin
S. Senthil Kumar4-Jun-08 23:28
S. Senthil Kumar4-Jun-08 23:28 
GeneralRe: monitor for handle leak Pin
George_George4-Jun-08 23:43
George_George4-Jun-08 23:43 
GeneralRe: monitor for handle leak Pin
S. Senthil Kumar5-Jun-08 0:06
S. Senthil Kumar5-Jun-08 0:06 
GeneralRe: monitor for handle leak Pin
George_George5-Jun-08 0:39
George_George5-Jun-08 0:39 
Questionwhy image is not update in other form , on 2nd form closed event ? Pin
nomi4-Jun-08 20:42
nomi4-Jun-08 20:42 
Here is the code what is the probelm any one can help me plzzzzz

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");




}
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
leppie4-Jun-08 23:04
leppie4-Jun-08 23:04 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
J a a n s4-Jun-08 23:04
professionalJ a a n s4-Jun-08 23:04 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
wasimsharp4-Jun-08 23:50
wasimsharp4-Jun-08 23:50 
RantIgnore - repost Pin
Guffa5-Jun-08 1:38
Guffa5-Jun-08 1:38 
Questionbind grid using cascade drop down with out postback Pin
Member 38798814-Jun-08 20:42
Member 38798814-Jun-08 20:42 
AnswerRe: bind grid using cascade drop down with out postback Pin
leppie4-Jun-08 23:05
leppie4-Jun-08 23:05 
AnswerRe: bind grid using cascade drop down with out postback Pin
wasimsharp5-Jun-08 0:21
wasimsharp5-Jun-08 0:21 
QuestionType.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 19:40
George_George4-Jun-08 19:40 
AnswerRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 22:57
S. Senthil Kumar4-Jun-08 22:57 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:00
George_George4-Jun-08 23:00 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 23:24
S. Senthil Kumar4-Jun-08 23:24 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:44
George_George4-Jun-08 23:44 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar5-Jun-08 0:03
S. Senthil Kumar5-Jun-08 0:03 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:51
George_George5-Jun-08 0:51 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
leppie5-Jun-08 0:18
leppie5-Jun-08 0:18 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:49
George_George5-Jun-08 0:49 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
leppie5-Jun-08 0:19
leppie5-Jun-08 0:19 

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.