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

C#

 
AnswerRe: how to restrict the ClickEvent of a Button Pin
The ANZAC24-Mar-07 23:24
The ANZAC24-Mar-07 23:24 
AnswerRe: how to restrict the ClickEvent of a Button Pin
CPallini24-Mar-07 23:55
mveCPallini24-Mar-07 23:55 
AnswerRe: how to restrict the ClickEvent of a Button Pin
Rocky#25-Mar-07 0:56
Rocky#25-Mar-07 0:56 
QuestionGet number of objects that have been serialized Pin
Saikek24-Mar-07 22:11
Saikek24-Mar-07 22:11 
QuestionDate picker Problem Pin
DipakBNET24-Mar-07 21:41
DipakBNET24-Mar-07 21:41 
AnswerRe: Date picker Problem Pin
Abolfazl Sheikhloo25-Mar-07 21:02
Abolfazl Sheikhloo25-Mar-07 21:02 
QuestionProblems changing selection in TextBox derived control Pin
Corey McKenzie24-Mar-07 21:28
Corey McKenzie24-Mar-07 21:28 
AnswerRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 4:26
Abisodun25-Mar-07 4:26 
If you're trying to select right to left the following should work:

textBox.Select(selectionStart + selectionLength, -selectionLegnth);

You'll need to determine whether the user was going right to left using combinations of KeyDown, KeyUp (examine selectionLength) and MouseDown, MouseUp (examine cursor position).

Good Luck.

GeneralRe: Problems changing selection in TextBox derived control Pin
Corey McKenzie25-Mar-07 5:25
Corey McKenzie25-Mar-07 5:25 
GeneralRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 5:41
Abisodun25-Mar-07 5:41 
GeneralRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 6:08
Abisodun25-Mar-07 6:08 
QuestionHelp required for Videoocx Pin
Ghoditsttoawn24-Mar-07 21:22
Ghoditsttoawn24-Mar-07 21:22 
AnswerRe: Help required for Videoocx Pin
Christian Graus25-Mar-07 3:06
protectorChristian Graus25-Mar-07 3:06 
GeneralRe: Help required for Videoocx Pin
Ghoditsttoawn31-Mar-07 20:27
Ghoditsttoawn31-Mar-07 20:27 
Questionbyte array - how to remove one item Pin
yarns24-Mar-07 20:05
yarns24-Mar-07 20:05 
AnswerRe: byte array - how to remove one item Pin
Leslie Sanford24-Mar-07 21:17
Leslie Sanford24-Mar-07 21:17 
GeneralRe: byte array - how to remove one item Pin
yarns24-Mar-07 21:21
yarns24-Mar-07 21:21 
GeneralRe: byte array - how to remove one item Pin
Baxtiyor7-Nov-10 22:39
Baxtiyor7-Nov-10 22:39 
Questionimplementation with c# Pin
pariisa24-Mar-07 13:00
pariisa24-Mar-07 13:00 
AnswerRe: implementation with c# Pin
Christian Graus24-Mar-07 13:03
protectorChristian Graus24-Mar-07 13:03 
Questionhow to serialzie object to XML and send through Socket ??? Pin
zinc_z24-Mar-07 12:57
zinc_z24-Mar-07 12:57 
AnswerRe: how to serialzie object to XML and send through Socket ??? Pin
S. Senthil Kumar24-Mar-07 19:25
S. Senthil Kumar24-Mar-07 19:25 
AnswerRe: how to serialzie object to XML and send through Socket ??? Pin
johland26-Mar-07 3:48
johland26-Mar-07 3:48 
QuestionCsharp play wav and vox file Pin
Post524-Mar-07 12:35
Post524-Mar-07 12:35 
AnswerRe: Csharp play wav and vox file Pin
Christian Graus24-Mar-07 12:38
protectorChristian Graus24-Mar-07 12:38 

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.