Click here to Skip to main content
15,913,250 members
Home / Discussions / C#
   

C#

 
AnswerRe: Remote database connection Pin
Colin Angus Mackay29-Jan-07 4:15
Colin Angus Mackay29-Jan-07 4:15 
GeneralRe: Remote database connection Pin
wheelerbarry29-Jan-07 4:18
wheelerbarry29-Jan-07 4:18 
GeneralRe: Remote database connection Pin
Michael P Butler29-Jan-07 4:48
Michael P Butler29-Jan-07 4:48 
AnswerRe: Remote database connection Pin
Aaron VanWieren29-Jan-07 5:02
Aaron VanWieren29-Jan-07 5:02 
AnswerRe: Remote database connection Pin
Eric Georgiades29-Jan-07 21:34
Eric Georgiades29-Jan-07 21:34 
QuestionDirection of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 3:34
mav.northwind29-Jan-07 3:34 
AnswerRe: Direction of selection in a TextBox/RichTextBox Pin
bobsugar22229-Jan-07 3:47
bobsugar22229-Jan-07 3:47 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 4:20
mav.northwind29-Jan-07 4:20 
I need to adjust the selection as a reaction to button presses on special input devices (a footswitch or a hand-held microphone).

With Shift+Cursor, the textbox remembers the direction of the selection even after you release the Shift key, but when you look at the properties of the textbox you always get the same information, regardless of whether you selected the right margin and used Shift+Left or if you selected the left margin and used Shift+Right. So what am I supposed to do when the corresponding button is pressed: Decrement SelectionStart or decrement SelectionLength?

Perhaps I could send the corresponding keys to the TextBox (I want to select words, so Shift+Ctrl+Left/Right could work), but that seems like a hack to me and I'd rather avoid it...
And what if I want to select sentences, not only characters or words?

Hmmm.....

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
bobsugar22229-Jan-07 5:04
bobsugar22229-Jan-07 5:04 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 6:45
mav.northwind29-Jan-07 6:45 
AnswerRe: Direction of selection in a TextBox/RichTextBox Pin
ednrgc29-Jan-07 3:49
ednrgc29-Jan-07 3:49 
GeneralRe: Direction of selection in a TextBox/RichTextBox Pin
mav.northwind29-Jan-07 4:23
mav.northwind29-Jan-07 4:23 
QuestionSystem.Net.Sockets - Tracing with TraceSource class Pin
wurzel_cidermaker29-Jan-07 3:09
wurzel_cidermaker29-Jan-07 3:09 
AnswerRe: System.Net.Sockets - Tracing with TraceSource class Pin
wurzel_cidermaker30-Jan-07 22:15
wurzel_cidermaker30-Jan-07 22:15 
QuestionCall a javascript function from a Link Button Pin
Bobb198229-Jan-07 3:08
Bobb198229-Jan-07 3:08 
AnswerRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 3:40
professionalGaryWoodfine 29-Jan-07 3:40 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198229-Jan-07 18:34
Bobb198229-Jan-07 18:34 
GeneralRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 22:13
professionalGaryWoodfine 29-Jan-07 22:13 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198230-Jan-07 1:43
Bobb198230-Jan-07 1:43 
Questioncustom group controls Pin
NoCake29-Jan-07 2:31
NoCake29-Jan-07 2:31 
AnswerRe: custom group controls Pin
bobsugar22229-Jan-07 3:00
bobsugar22229-Jan-07 3:00 
GeneralRe: custom group controls [modified] Pin
NoCake29-Jan-07 4:29
NoCake29-Jan-07 4:29 
QuestionIgnore Warning like in C++ Pin
Roland Bär29-Jan-07 2:06
Roland Bär29-Jan-07 2:06 
AnswerRe: Ignore Warning like in C++ Pin
User 665829-Jan-07 2:11
User 665829-Jan-07 2:11 
GeneralRe: Ignore Warning like in C++ Pin
Roland Bär29-Jan-07 2:44
Roland Bär29-Jan-07 2:44 

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.