Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
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 
I have a windows form with a single textbox. I have a few event handlers for some form events. When the focus is set to the textbox, and the user hits the Esc key, focus should be set to the form. But this is not happening.
private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if ((int)e.KeyChar == 27)
{
this.Focus();
}
}

No matter what I did, the focus did not move out of the textbox. How to set the focus back to the form again.?

Please help.
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 
AnswerRe: How to Clear tabpage text created by graphic object Pin
stancrm30-May-06 6:36
stancrm30-May-06 6:36 

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.