Click here to Skip to main content
15,909,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to catch Paste on Ctrl+V (RichTextBox) Pin
gnjunge15-Aug-05 10:23
gnjunge15-Aug-05 10:23 
AnswerRe: How to catch Paste on Ctrl+V (RichTextBox) Pin
Mohamad Al Husseiny15-Aug-05 10:28
Mohamad Al Husseiny15-Aug-05 10:28 
GeneralRe: How to catch Paste on Ctrl+V (RichTextBox) Pin
cbadal15-Aug-05 10:41
cbadal15-Aug-05 10:41 
Questionhow can i read the pressed key from windows Pin
m.rastgar15-Aug-05 9:57
m.rastgar15-Aug-05 9:57 
AnswerRe: how can i read the pressed key from windows Pin
Mohamad Al Husseiny15-Aug-05 10:10
Mohamad Al Husseiny15-Aug-05 10:10 
GeneralRe: how can i read the pressed key from windows Pin
m.rastgar15-Aug-05 11:42
m.rastgar15-Aug-05 11:42 
QuestionHow to build a byte from a BitArray? Pin
bouli15-Aug-05 7:44
bouli15-Aug-05 7:44 
AnswerRe: How to build a byte from a BitArray? Pin
Guffa15-Aug-05 8:13
Guffa15-Aug-05 8:13 
Loop throught the number of items needed to build the value, shift the value to the right and add the bit.

int b = 0;<br />
for (int i=0; i<8; b+=theArray[i++]?128:0) b>>=1;


---
b { font-weight: normal; }

GeneralRe: How to build a byte from a BitArray? Pin
bouli15-Aug-05 8:46
bouli15-Aug-05 8:46 
GeneralRe: How to build a byte from a BitArray? Pin
Guffa15-Aug-05 9:01
Guffa15-Aug-05 9:01 
GeneralRe: How to build a byte from a BitArray? Pin
bouli15-Aug-05 11:19
bouli15-Aug-05 11:19 
GeneralRe: How to build a byte from a BitArray? Pin
leppie15-Aug-05 10:27
leppie15-Aug-05 10:27 
QuestionHow to make ListBox multiselect Pin
zaboboa15-Aug-05 7:11
zaboboa15-Aug-05 7:11 
AnswerRe: How to make ListBox multiselect Pin
Guffa15-Aug-05 7:38
Guffa15-Aug-05 7:38 
AnswerRe: How to make ListBox multiselect Pin
Mohamad Al Husseiny15-Aug-05 7:39
Mohamad Al Husseiny15-Aug-05 7:39 
AnswerRe: How to make ListBox multiselect Pin
Mohamad Al Husseiny15-Aug-05 7:47
Mohamad Al Husseiny15-Aug-05 7:47 
QuestionDataGrid Editing, textbox does not hold updated text? Pin
Anonymous15-Aug-05 6:56
Anonymous15-Aug-05 6:56 
AnswerRe: DataGrid Editing, textbox does not hold updated text? Pin
Al Ortega15-Aug-05 7:13
Al Ortega15-Aug-05 7:13 
AnswerRe: DataGrid Editing, textbox does not hold updated text? Pin
Alomgir Miah15-Aug-05 8:50
Alomgir Miah15-Aug-05 8:50 
GeneralAllow shortcut to run once Pin
kani9815-Aug-05 6:45
kani9815-Aug-05 6:45 
GeneralRe: Allow shortcut to run once Pin
leppie15-Aug-05 7:38
leppie15-Aug-05 7:38 
GeneralRe: Allow shortcut to run once Pin
kani9815-Aug-05 8:23
kani9815-Aug-05 8:23 
GeneralRe: Allow shortcut to run once Pin
Dan Neely15-Aug-05 8:47
Dan Neely15-Aug-05 8:47 
GeneralToolbar buttons get clipped. Pin
Alomgir Miah15-Aug-05 6:40
Alomgir Miah15-Aug-05 6:40 
GeneralCmdKey exception Pin
zaboboa15-Aug-05 4:48
zaboboa15-Aug-05 4:48 

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.