Click here to Skip to main content
16,007,932 members
Home / Discussions / C#
   

C#

 
GeneralRe: changing row color in a datagrid Pin
Identity Undisclosed28-Dec-04 20:25
Identity Undisclosed28-Dec-04 20:25 
GeneralRe: changing row color in a datagrid Pin
Robert Rohde28-Dec-04 22:08
Robert Rohde28-Dec-04 22:08 
GeneralAutonumber is not showing up in the child table Pin
msogun28-Dec-04 18:16
msogun28-Dec-04 18:16 
GeneralRe: "This row already belongs to this table." Pin
Robert Rohde28-Dec-04 22:05
Robert Rohde28-Dec-04 22:05 
Generalread a .xsd file and write it on a xml file with data's automatically written Pin
dhol28-Dec-04 16:55
dhol28-Dec-04 16:55 
Generalscreen capture using WMEncoder Pin
Member 161799928-Dec-04 13:11
Member 161799928-Dec-04 13:11 
GeneralCapture the Fn key on a laptop Pin
sparker6228-Dec-04 9:31
sparker6228-Dec-04 9:31 
GeneralRe: Capture the Fn key on a laptop Pin
Heath Stewart28-Dec-04 10:08
protectorHeath Stewart28-Dec-04 10:08 
It's not a key with any assigned value, but a modifier. You could P/Invoke GetKeyState that is used to determine the state of other modifier keys, or wait until a following key is pressed and mask the state of the modifier. Through some simple reverse engineering you could easily figure out what that virtual key code is.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Capture the Fn key on a laptop Pin
sparker6228-Dec-04 10:37
sparker6228-Dec-04 10:37 
GeneralRe: Capture the Fn key on a laptop Pin
Heath Stewart28-Dec-04 10:39
protectorHeath Stewart28-Dec-04 10:39 
QuestionHow to write { character to a text file? Pin
James Rossiter28-Dec-04 7:43
James Rossiter28-Dec-04 7:43 
AnswerRe: How to write { character to a text file? Pin
Guinness4Strength28-Dec-04 7:53
Guinness4Strength28-Dec-04 7:53 
AnswerRe: How to write { character to a text file? Pin
leppie28-Dec-04 8:21
leppie28-Dec-04 8:21 
Questionupdate listview subitems without redrawing the whole row? Pin
dfsgdsfgdfg28-Dec-04 7:39
dfsgdsfgdfg28-Dec-04 7:39 
GeneralA customized TabControl (no tabs..) Pin
R W Briggs28-Dec-04 7:23
R W Briggs28-Dec-04 7:23 
GeneralTextBox color Pin
picasso228-Dec-04 7:22
picasso228-Dec-04 7:22 
GeneralRe: TextBox color Pin
Identity Undisclosed28-Dec-04 7:42
Identity Undisclosed28-Dec-04 7:42 
GeneralRe: TextBox color Pin
R W Briggs28-Dec-04 9:09
R W Briggs28-Dec-04 9:09 
GeneralCombo ControlArray - Selected Item Pin
Sylesh28-Dec-04 7:19
Sylesh28-Dec-04 7:19 
GeneralRe: Combo ControlArray - Selected Item Pin
Guinness4Strength28-Dec-04 7:56
Guinness4Strength28-Dec-04 7:56 
GeneralRe: Combo ControlArray - Selected Item Pin
Identity Undisclosed28-Dec-04 8:09
Identity Undisclosed28-Dec-04 8:09 
GeneralRe: Combo ControlArray - Selected Item Pin
Sylesh29-Dec-04 3:03
Sylesh29-Dec-04 3:03 
GeneralRe: Combo ControlArray - Selected Item Pin
Identity Undisclosed29-Dec-04 7:21
Identity Undisclosed29-Dec-04 7:21 
GeneralRe: Combo ControlArray - Selected Item Pin
sreejith ss nair28-Dec-04 16:12
sreejith ss nair28-Dec-04 16:12 
GeneralRetrieving HTML Source for a given website Pin
Anand Mudliar28-Dec-04 7:07
Anand Mudliar28-Dec-04 7: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.