Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown" [modified] Pin
killabyte10-Jul-08 20:06
killabyte10-Jul-08 20:06 
Questionhow many microsoft products installed Pin
Mogaambo10-Jul-08 19:18
Mogaambo10-Jul-08 19:18 
AnswerRe: how many microsoft products installed Pin
Paul Conrad10-Jul-08 20:32
professionalPaul Conrad10-Jul-08 20:32 
AnswerRe: how many microsoft products installed Pin
Thomas Stockwell11-Jul-08 4:01
professionalThomas Stockwell11-Jul-08 4:01 
QuestionRetrieving the updated table from datagridview Pin
Praveen Raghuvanshi10-Jul-08 19:03
professionalPraveen Raghuvanshi10-Jul-08 19:03 
QuestionCD burning using IMAPI Pin
Darmi10-Jul-08 18:21
Darmi10-Jul-08 18:21 
AnswerRe: CD burning using IMAPI Pin
Vimalsoft(Pty) Ltd11-Jul-08 7:09
professionalVimalsoft(Pty) Ltd11-Jul-08 7:09 
Questionc# Pin
lankaudaranga10-Jul-08 18:13
lankaudaranga10-Jul-08 18:13 
AnswerRe: c# Pin
Paul Conrad10-Jul-08 18:39
professionalPaul Conrad10-Jul-08 18:39 
GeneralRe: c# Pin
lankaudaranga10-Jul-08 19:21
lankaudaranga10-Jul-08 19:21 
GeneralRe: c# Pin
CPallini10-Jul-08 21:40
mveCPallini10-Jul-08 21:40 
Questionc# crystal reports help Pin
lankaudaranga10-Jul-08 18:01
lankaudaranga10-Jul-08 18:01 
AnswerRe: c# crystal reports help Pin
Paul Conrad10-Jul-08 18:41
professionalPaul Conrad10-Jul-08 18:41 
GeneralRe: c# crystal reports help Pin
lankaudaranga10-Jul-08 19:20
lankaudaranga10-Jul-08 19:20 
GeneralRe: c# crystal reports help Pin
Paul Conrad10-Jul-08 19:25
professionalPaul Conrad10-Jul-08 19:25 
AnswerRe: c# crystal reports help Pin
Saiyed Alam10-Jul-08 22:30
Saiyed Alam10-Jul-08 22:30 
Questionpainting object Pin
netJP12L10-Jul-08 13:33
netJP12L10-Jul-08 13:33 
AnswerRe: painting object Pin
Alan Balkany11-Jul-08 9:50
Alan Balkany11-Jul-08 9:50 
QuestionControl Focus for MouseMove Events Pin
greytone810-Jul-08 11:13
professionalgreytone810-Jul-08 11:13 
AnswerRe: Control Focus for MouseMove Events Pin
Luc Pattyn10-Jul-08 12:56
sitebuilderLuc Pattyn10-Jul-08 12:56 
QuestionCopying from a memory structure to a jpg file Pin
SkyhiKeeper10-Jul-08 11:00
SkyhiKeeper10-Jul-08 11:00 
AnswerRe: Copying from a memory structure to a jpg file Pin
half-life10-Jul-08 22:46
half-life10-Jul-08 22:46 
Questionassigning keyboard shortcuts to buttons in a form Pin
danmcb10-Jul-08 10:47
danmcb10-Jul-08 10:47 
AnswerRe: assigning keyboard shortcuts to buttons in a form Pin
Luc Pattyn10-Jul-08 12:59
sitebuilderLuc Pattyn10-Jul-08 12:59 
AnswerRe: assigning keyboard shortcuts to buttons in a form Pin
Nirandas10-Jul-08 19:14
Nirandas10-Jul-08 19:14 
You will have to write some code inside the KeyDown event of the form, and take the required action when the space key is pressed. The form's KeyPreview property must be set to true to get the KeyDown events even the focus is on any child control.
You can check my blog post for an example of handling this event for creating various shortcut keys.
http://www.nirandas.com/blog/index.php/ways-to-set-short-cut-keys-for-controls-on-a-windows-forms-net-application/[^]
Remember! if the focus is on a text field, users will not be able to type a space if it is used for triggering any other action.

Nirandas,
a developer from India.
http://www.nirandas.com

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.