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

C#

 
QuestionHow to export image to PPT , PDF and MS Word Pin
K V Sekhar30-Sep-08 20:01
K V Sekhar30-Sep-08 20:01 
AnswerRe: How to export image to PPT , PDF and MS Word Pin
blackjack215030-Sep-08 21:53
blackjack215030-Sep-08 21:53 
QuestionDeployment. Pin
Stephen Lintott30-Sep-08 19:45
Stephen Lintott30-Sep-08 19:45 
AnswerRe: Deployment. Pin
BillyGoatGruff30-Sep-08 23:03
BillyGoatGruff30-Sep-08 23:03 
GeneralRe: Deployment. Pin
Stephen Lintott1-Oct-08 1:45
Stephen Lintott1-Oct-08 1:45 
GeneralRe: Deployment. Pin
BillyGoatGruff1-Oct-08 2:05
BillyGoatGruff1-Oct-08 2:05 
Questioncrystal reports Pin
nelsonpaixao30-Sep-08 14:51
nelsonpaixao30-Sep-08 14:51 
QuestionKeyPressEvent "e" Pin
nelsonpaixao30-Sep-08 13:18
nelsonpaixao30-Sep-08 13:18 
Hi,

private void ComboBox_RaceGrandPrix_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar < 256)
e.Handled = true;
}


how can i create a classe/routine for this. I can´t do it without the "e" stuff. i repeat this in other routines to, i want to avoid that.
Confused | :confused:

nelsonpaixao@yahoo.com.br

trying to help & get help

AnswerRe: KeyPressEvent "e" Pin
PIEBALDconsult30-Sep-08 17:21
mvePIEBALDconsult30-Sep-08 17:21 
QuestionVery simple ProgressBar Pin
DFlat4Now30-Sep-08 12:56
DFlat4Now30-Sep-08 12:56 
GeneralRe: Very simple ProgressBar Pin
nelsonpaixao30-Sep-08 15:06
nelsonpaixao30-Sep-08 15:06 
AnswerRe: Very simple ProgressBar Pin
blackjack215030-Sep-08 22:46
blackjack215030-Sep-08 22:46 
QuestionHow to draw a line outside of onPaint event handler? Pin
amin_dorost30-Sep-08 11:08
amin_dorost30-Sep-08 11:08 
AnswerRe: How to draw a line outside of onPaint event handler? Pin
DaveyM6930-Sep-08 11:18
professionalDaveyM6930-Sep-08 11:18 
AnswerRe: How to draw a line outside of onPaint event handler? Pin
Guffa1-Oct-08 1:10
Guffa1-Oct-08 1:10 
GeneralRe: How to draw a line outside of onPaint event handler? Pin
DaveyM691-Oct-08 1:54
professionalDaveyM691-Oct-08 1:54 
GeneralRe: How to draw a line outside of onPaint event handler? Pin
Guffa1-Oct-08 2:58
Guffa1-Oct-08 2:58 
QuestionEventargs click event runtime created labels Pin
RobScripta30-Sep-08 9:37
professionalRobScripta30-Sep-08 9:37 
AnswerRe: Eventargs click event runtime created labels Pin
Wendelius30-Sep-08 9:42
mentorWendelius30-Sep-08 9:42 
GeneralRe: Eventargs click event runtime created labels Pin
Mbah Dhaim30-Sep-08 10:15
Mbah Dhaim30-Sep-08 10:15 
GeneralRe: Eventargs click event runtime created labels Pin
RobScripta30-Sep-08 10:38
professionalRobScripta30-Sep-08 10:38 
GeneralRe: Eventargs click event runtime created labels Pin
Dan Neely30-Sep-08 10:52
Dan Neely30-Sep-08 10:52 
GeneralRe: Eventargs click event runtime created labels Pin
Mycroft Holmes30-Sep-08 22:58
professionalMycroft Holmes30-Sep-08 22:58 
GeneralRe: Eventargs click event runtime created labels Pin
DaveyM691-Oct-08 2:05
professionalDaveyM691-Oct-08 2:05 
QuestionHow store formatted text [modified] Pin
sepel30-Sep-08 9:05
sepel30-Sep-08 9:05 

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.