Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
Questionparsing Pin
ali kanju28-Mar-06 17:45
ali kanju28-Mar-06 17:45 
AnswerRe: parsing Pin
CWIZO28-Mar-06 19:29
CWIZO28-Mar-06 19:29 
Questionhow can I send datagridview cell value to another form Pin
hama228-Mar-06 17:38
hama228-Mar-06 17:38 
AnswerRe: how can I send datagridview cell value to another form Pin
Gammaza28-Mar-06 19:39
Gammaza28-Mar-06 19:39 
Questionservices Pin
anithavikram(manisha)28-Mar-06 17:03
anithavikram(manisha)28-Mar-06 17:03 
AnswerRe: services Pin
Bob Stanneveld28-Mar-06 19:25
Bob Stanneveld28-Mar-06 19:25 
Questiontype of application to create to cache objects Pin
siali28-Mar-06 14:18
siali28-Mar-06 14:18 
AnswerRe: type of application to create to cache objects Pin
leppie28-Mar-06 18:46
leppie28-Mar-06 18:46 
GeneralRe: type of application to create to cache objects Pin
siali29-Mar-06 12:59
siali29-Mar-06 12:59 
QuestionSend SMS??? Pin
sebastianos28-Mar-06 12:19
sebastianos28-Mar-06 12:19 
AnswerRe: Send SMS??? Pin
Ravi Bhavnani28-Mar-06 12:28
professionalRavi Bhavnani28-Mar-06 12:28 
GeneralRe: Send SMS??? Pin
sebastianos28-Mar-06 13:23
sebastianos28-Mar-06 13:23 
AnswerRe: Send SMS??? Pin
Luis Alonso Ramos28-Mar-06 15:19
Luis Alonso Ramos28-Mar-06 15:19 
AnswerRe: Send SMS??? Pin
Divyang Mithaiwala28-Mar-06 21:12
Divyang Mithaiwala28-Mar-06 21:12 
QuestionHow to write "Failed to load a doc " if a server is down Pin
JoanMike28-Mar-06 11:07
JoanMike28-Mar-06 11:07 
QuestionCrop an image without creating bitmap Pin
Libor Tinka28-Mar-06 10:50
Libor Tinka28-Mar-06 10:50 
AnswerRe: Crop an image without creating bitmap Pin
Christian Graus28-Mar-06 15:42
protectorChristian Graus28-Mar-06 15:42 
Questionconvert xml file Pin
ap_sa28-Mar-06 10:41
ap_sa28-Mar-06 10:41 
QuestionDirectX and tabpages Pin
melanieab28-Mar-06 8:59
melanieab28-Mar-06 8:59 
AnswerRe: DirectX and tabpages Pin
BlackDice28-Mar-06 9:02
BlackDice28-Mar-06 9:02 
GeneralRe: DirectX and tabpages Pin
melanieab28-Mar-06 9:15
melanieab28-Mar-06 9:15 
QuestionProblem with binding combobox with blank item Pin
Lav Pathak28-Mar-06 8:10
Lav Pathak28-Mar-06 8:10 
QuestionHow can i make a Panelarray ? Pin
summercoal28-Mar-06 7:14
summercoal28-Mar-06 7:14 
AnswerRe: How can i make a Panelarray ? Pin
Judah Gabriel Himango28-Mar-06 9:31
sponsorJudah Gabriel Himango28-Mar-06 9:31 
QuestionSelectable area of custom TabPage Pin
madsnowman28-Mar-06 6:39
madsnowman28-Mar-06 6:39 
Does anybody know if there's a particular property that controls the selectable area of a tab? I'm creating a new class that extends TabControl in order to override the paint method and draw custom tabs. However, the selectable area of the tabs do not reflect the actual painted rectangle. None of the TabSizeMode properties of the TabControl seem to work. The "Normal" option is supposed to take into account everything that's within the tab, but it doesn't. The selectable area turns out to be governed only by the length of the text within the tab. I was willing to comprimise and set the mode to "Fixed", but that didn't work either.

I'm considering trying to capture the Mouse Event triggered when entering the ClientRectangle of the TabPage and overriding the Click event, but I'm hoping there's a more elegant way to control the selectable area.

Any help is greatly appreciated.

Thanks!
Josiah

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.