|
-
Aug 3rd, 2005, 02:18 AM
#1
Thread Starter
Fanatic Member
error when i click the button
hi,
The problem i encounter when i clicked again the procudure. pls take a look .doc attachement.
popskie
Last edited by popskie; Mar 22nd, 2007 at 02:21 AM.
-
Aug 3rd, 2005, 02:39 AM
#2
Re: error when i click the button
Can you please post the code for that function...I can't see it behind the msgbox.
And BTW, you can attach pictures to your post...
- ØØ -
-
Aug 3rd, 2005, 02:46 AM
#3
Thread Starter
Fanatic Member
Re: error when i click the button
for (counter = 0;counter<p.Length; counter++)
{
if (sender.Equals(p[counter]))
break;
}
filename.Text = flpath;
pb[counter].Image.Save(flpath);
pd1.Document= pd;
pd.PrintPage += new PrintPageEventHandler(pqr);
pd1.ShowDialog();
-
Aug 3rd, 2005, 03:06 AM
#4
Re: error when i click the button
Where did the line with the error go?
-
Aug 3rd, 2005, 03:53 AM
#5
Thread Starter
Fanatic Member
Re: error when i click the button
for (counter = 0;counter<p.Length; counter++)
{
if (sender.Equals(p[counter]))
break;
}
filename.Text = flpath;
pb[counter].Image.Save(flpath);
pd1.Document= pd; // this error occurs when i execute twice this procedure.
pd.PrintPage += new PrintPageEventHandler(pqr);
pd1.ShowDialog();
-
Aug 3rd, 2005, 03:55 AM
#6
Thread Starter
Fanatic Member
Re: error when i click the button
I realize the document I use was not close. but how?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|