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

C#

 
GeneralRe: darw rectangle modification.... Pin
Nivas821-Jun-10 22:17
Nivas821-Jun-10 22:17 
GeneralRe: darw rectangle modification.... Pin
OriginalGriff1-Jun-10 22:59
mveOriginalGriff1-Jun-10 22:59 
AnswerRe: darw rectangle modification.... [modified] Pin
Nivas822-Jun-10 19:18
Nivas822-Jun-10 19:18 
GeneralRe: darw rectangle modification.... Pin
Nivas827-Jun-10 21:39
Nivas827-Jun-10 21:39 
AnswerRe: darw rectangle modification.... Pin
Luc Pattyn31-May-10 1:57
sitebuilderLuc Pattyn31-May-10 1:57 
GeneralRe: darw rectangle modification.... Pin
Nivas8231-May-10 19:02
Nivas8231-May-10 19:02 
GeneralRe: darw rectangle modification.... Pin
Luc Pattyn1-Jun-10 1:48
sitebuilderLuc Pattyn1-Jun-10 1:48 
QuestionA Question Of Focus and Tab Indices [Solved] Pin
Roger Wright30-May-10 22:20
professionalRoger Wright30-May-10 22:20 
I have a block of code to respond to text entry in textboxes; this exact code is working in one program, but not another. I've just noticed that in the new program, if I click on the first textbox, the cursor correctly moves there, but I can't type anything. If I then tab to the next textbox it works properly. If I tab through the elements on the page until I return to the first textbox, it then accepts characters as I type them. I think there's a problem in the tab index settings for the page elements, but I can't figure out why.

For all of the items which don't interact with the user I've set the tab index to 0. Those that accept user input are sequentially numbered from 1 to N. I expect that clicking on a textbox should give that item focus and allow it to operate correctly, but that is not what I'm seeing.

Can someone shed some light on this for me?

[EDIT]
Thanks for the helpful info! Oddly, I never found the reason for this peculiar behavior, so I shut it down and walked away for a day. When I fired it up this morning, all was working as it should. I should try this strategy at work sometime! Big Grin | :-D
[/EDIT]
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
modified on Tuesday, June 1, 2010 11:15 AM

AnswerRe: A Question Of Focus and Tab Indices Pin
Henry Minute30-May-10 23:10
Henry Minute30-May-10 23:10 
GeneralRe: A Question Of Focus and Tab Indices [modified] Pin
Roger Wright30-May-10 23:20
professionalRoger Wright30-May-10 23:20 
GeneralRe: A Question Of Focus and Tab Indices Pin
OriginalGriff30-May-10 23:27
mveOriginalGriff30-May-10 23:27 
GeneralRe: A Question Of Focus and Tab Indices Pin
Henry Minute30-May-10 23:30
Henry Minute30-May-10 23:30 
GeneralRe: A Question Of Focus and Tab Indices Pin
Luc Pattyn31-May-10 2:02
sitebuilderLuc Pattyn31-May-10 2:02 
Questiondeclare string[] Pin
jojoba201130-May-10 20:31
jojoba201130-May-10 20:31 
AnswerRe: declare string[] Pin
Vikram A Punathambekar30-May-10 20:34
Vikram A Punathambekar30-May-10 20:34 
AnswerRe: declare string[] Pin
Abhinav S30-May-10 20:43
Abhinav S30-May-10 20:43 
QuestionRe: declare string[] Pin
jojoba201130-May-10 20:52
jojoba201130-May-10 20:52 
AnswerRe: declare string[] Pin
Luc Pattyn31-May-10 2:04
sitebuilderLuc Pattyn31-May-10 2:04 
AnswerRe: declare string[] Pin
Anıl Yıldız31-May-10 11:37
Anıl Yıldız31-May-10 11:37 
AnswerRe: declare string[] Pin
AussieLew31-May-10 13:42
AussieLew31-May-10 13:42 
AnswerRe: declare string[] Pin
CaptainSpecial2-Jun-10 20:14
CaptainSpecial2-Jun-10 20:14 
QuestionConnection timeout Pin
msomar30-May-10 20:13
msomar30-May-10 20:13 
AnswerRe: Connection timeout Pin
Hristo-Bojilov30-May-10 20:19
Hristo-Bojilov30-May-10 20:19 
AnswerRe: Connection timeout Pin
Roger Wright30-May-10 23:19
professionalRoger Wright30-May-10 23:19 
QuestionC# to excel Pin
prithaa30-May-10 20:06
prithaa30-May-10 20:06 

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.