Click here to Skip to main content
15,896,415 members
Home / Discussions / C#
   

C#

 
QuestionRe: command prompt with fop problem Pin
Support12330-May-06 2:31
Support12330-May-06 2:31 
AnswerRe: command prompt with fop problem Pin
NaNg1524130-May-06 2:37
NaNg1524130-May-06 2:37 
AnswerRe: command prompt with fop problem Pin
NaNg1524130-May-06 2:36
NaNg1524130-May-06 2:36 
GeneralRe: command prompt with fop problem Pin
Support12330-May-06 2:40
Support12330-May-06 2:40 
GeneralRe: command prompt with fop problem Pin
NaNg1524130-May-06 2:41
NaNg1524130-May-06 2:41 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 2:53
Support12330-May-06 2:53 
GeneralRe: command prompt with fop problem Pin
NaNg1524130-May-06 2:59
NaNg1524130-May-06 2:59 
GeneralRe: command prompt with fop problem Pin
Support12330-May-06 3:13
Support12330-May-06 3:13 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:12
NaNg1524130-May-06 3:12 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:15
Support12330-May-06 3:15 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:23
NaNg1524130-May-06 3:23 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:33
Support12330-May-06 3:33 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:34
NaNg1524130-May-06 3:34 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:43
Support12330-May-06 3:43 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 4:01
Support12330-May-06 4:01 
AnswerRe: command prompt with fop problem Pin
Dan Neely30-May-06 3:56
Dan Neely30-May-06 3:56 
GeneralRe: command prompt with fop problem Pin
Support12330-May-06 4:03
Support12330-May-06 4:03 
QuestionUnique ID Pin
NaNg1524130-May-06 2:29
NaNg1524130-May-06 2:29 
QuestionC#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 2:20
haiaw30-May-06 2:20 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 4:05
haiaw30-May-06 4:05 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
Dan Neely30-May-06 4:26
Dan Neely30-May-06 4:26 
GeneralRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 9:28
haiaw30-May-06 9:28 
QuestionHow to set focus on the form. Pin
analytiks30-May-06 2:09
analytiks30-May-06 2:09 
AnswerRe: How to set focus on the form. Pin
MCSD-Gandalf30-May-06 3:01
MCSD-Gandalf30-May-06 3:01 
QuestionHow to Clear tabpage text created by graphic object Pin
printscreen1234530-May-06 1:46
printscreen1234530-May-06 1:46 
I have created a graphic object on a tabpage as follows:

Graphics g = null;
g = tabPage1.CreateGraphics();
g.DrawString(str_1, fnt, brsh, x, y);
g.Dispose();

str_1 has been displayed successfully. But how do I clear the existing text and display another text on the tabpage (tabpage.Controls.Clear() didn't work)?

At the moment, the problem is that the new text is displayed on top of the existing ones.


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.