Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: convert Pin
Le centriste10-Jul-07 9:26
Le centriste10-Jul-07 9:26 
QuestionDatabinding for Treecontrol Pin
Joe Rozario10-Jul-07 3:37
Joe Rozario10-Jul-07 3:37 
QuestionSelectionChanged in DataGridView Pin
joebaas10-Jul-07 3:33
joebaas10-Jul-07 3:33 
AnswerRe: SelectionChanged in DataGridView Pin
Vikram A Punathambekar10-Jul-07 4:56
Vikram A Punathambekar10-Jul-07 4:56 
QuestionHotkey to focus my TextBoxes Pin
anderslundsgard10-Jul-07 3:22
anderslundsgard10-Jul-07 3:22 
AnswerRe: Hotkey to focus my TextBoxes Pin
andyharman10-Jul-07 3:31
professionalandyharman10-Jul-07 3:31 
AnswerRe: Hotkey to focus my TextBoxes Pin
mav.northwind10-Jul-07 4:02
mav.northwind10-Jul-07 4:02 
GeneralRe: Hotkey to focus my TextBoxes Pin
anderslundsgard10-Jul-07 20:35
anderslundsgard10-Jul-07 20:35 
Ok, now i've tried this:

        private void VSAddressRegisterForm_KeyPress(object sender, KeyPressEventArgs e)<br />
        {<br />
            Keyboard keyboard = new Keyboard();<br />
            if (keyboard.AltKeyDown && e.KeyChar.Equals('d'))<br />
            {<br />
                e.Handled = true;<br />
                textBoxName.SelectAll();<br />
            }<br />
<br />
        }


... but when I use the <alt>-key my Forms parents main-menue got focus Frown | :-(

_____________________________

...and justice for all

APe

GeneralRe: Hotkey to focus my TextBoxes Pin
mav.northwind11-Jul-07 8:36
mav.northwind11-Jul-07 8:36 
QuestionBarcode Software Pin
Brendan Vogt10-Jul-07 3:13
Brendan Vogt10-Jul-07 3:13 
AnswerRe: Barcode Software Pin
mav.northwind10-Jul-07 3:35
mav.northwind10-Jul-07 3:35 
QuestionGetting image from resource file Pin
liqnit10-Jul-07 3:10
liqnit10-Jul-07 3:10 
AnswerRe: Getting image from resource file Pin
mav.northwind10-Jul-07 3:38
mav.northwind10-Jul-07 3:38 
AnswerRe: Getting image from resource file Pin
Luc Pattyn10-Jul-07 4:14
sitebuilderLuc Pattyn10-Jul-07 4:14 
QuestionFile Conversion from CSV format Excel format in C# [modified] Pin
liyakhat_shahid10-Jul-07 3:00
liyakhat_shahid10-Jul-07 3:00 
AnswerRe: File Conversion from CSV format Excel format in C# Pin
Not Active10-Jul-07 3:06
mentorNot Active10-Jul-07 3:06 
GeneralRe: File Conversion from CSV format Excel format in C# Pin
liyakhat_shahid10-Jul-07 3:16
liyakhat_shahid10-Jul-07 3:16 
AnswerRe: File Conversion from CSV format Excel format in C# Pin
rp_suman10-Jul-07 3:32
rp_suman10-Jul-07 3:32 
AnswerRe: File Conversion from CSV format Excel format in C# Pin
J4amieC10-Jul-07 4:13
J4amieC10-Jul-07 4:13 
GeneralRe: File Conversion from CSV format Excel format in C# Pin
liyakhat_shahid10-Jul-07 4:21
liyakhat_shahid10-Jul-07 4:21 
GeneralRe: File Conversion from CSV format Excel format in C# Pin
Martin#10-Jul-07 4:42
Martin#10-Jul-07 4:42 
GeneralRe: File Conversion from CSV format Excel format in C# Pin
liyakhat_shahid11-Jul-07 19:50
liyakhat_shahid11-Jul-07 19:50 
AnswerRe: File Conversion from CSV format Excel format in C# Pin
Ed.Poore10-Jul-07 5:15
Ed.Poore10-Jul-07 5:15 
Questionsearch dialog Pin
topksharma198210-Jul-07 2:59
topksharma198210-Jul-07 2:59 
AnswerRe: search dialog Pin
Luc Pattyn10-Jul-07 3:07
sitebuilderLuc Pattyn10-Jul-07 3:07 

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.