Click here to Skip to main content
15,881,898 members
Home / Discussions / C#
   

C#

 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
Abhinav S16-Jun-10 4:20
Abhinav S16-Jun-10 4:20 
QuestionDirectshow problem Pin
TimSWatson16-Jun-10 3:32
TimSWatson16-Jun-10 3:32 
AnswerRe: Directshow problem Pin
TheyCallMeMrJames16-Jun-10 4:37
TheyCallMeMrJames16-Jun-10 4:37 
GeneralRe: Directshow problem Pin
Eduard Keilholz16-Jun-10 4:51
Eduard Keilholz16-Jun-10 4:51 
QuestionOwnerDrawn TabControl behaving differently in Design Mode [modified] [solved] Pin
TheFoZ16-Jun-10 3:11
TheFoZ16-Jun-10 3:11 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
Johnny J.16-Jun-10 3:49
professionalJohnny J.16-Jun-10 3:49 
GeneralRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
TheFoZ16-Jun-10 4:32
TheFoZ16-Jun-10 4:32 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode - solution Pin
TheFoZ16-Jun-10 5:51
TheFoZ16-Jun-10 5:51 
I rebuilt it from scratch and here is what I found.

In the DrawItem method, the design mode does not like it when I change the text of the tab. The line I found to cause the trouble is
this.TabPages[e.Index].Text = this.TabPages[e.Index].Text.Replace(tabText, string.Empty);


Looks like I am going to have to actively calculate the size of the tab which is probably the best way to go about it.

If anyone can shed some light on the reason for this so I know why I shouldn't do it my original way, I would be grateful.

Cheers
The FoZ

Questioncombobox inside datagridview Pin
Rajee Maharjan16-Jun-10 1:40
Rajee Maharjan16-Jun-10 1:40 
QuestionSerializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 1:39
lukeer16-Jun-10 1:39 
AnswerRe: Serializing a Collection - Inheritance problem Pin
riced16-Jun-10 3:05
riced16-Jun-10 3:05 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Pete O'Hanlon16-Jun-10 3:07
mvePete O'Hanlon16-Jun-10 3:07 
GeneralRe: Serializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 4:09
lukeer16-Jun-10 4:09 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Rob Graham19-Jun-10 3:21
Rob Graham19-Jun-10 3:21 
QuestionPrinting Quality Image Vs Text Pin
Anubhava Dimri16-Jun-10 0:05
Anubhava Dimri16-Jun-10 0:05 
AnswerRe: Printing Quality Image Vs Text Pin
Nuri Ismail16-Jun-10 0:26
Nuri Ismail16-Jun-10 0:26 
GeneralRe: Printing Quality Image Vs Text Pin
Anubhava Dimri17-Jun-10 20:09
Anubhava Dimri17-Jun-10 20:09 
AnswerRe: Printing Quality Image Vs Text Pin
Luc Pattyn16-Jun-10 2:25
sitebuilderLuc Pattyn16-Jun-10 2:25 
QuestionWhich is better and why? Pin
Hum Dum15-Jun-10 22:53
Hum Dum15-Jun-10 22:53 
AnswerRe: Which is better and why? Pin
Bigdeak15-Jun-10 23:22
Bigdeak15-Jun-10 23:22 
GeneralRe: Which is better and why? Pin
Hum Dum16-Jun-10 0:31
Hum Dum16-Jun-10 0:31 
AnswerRe: Which is better and why? Pin
Abhinav S16-Jun-10 0:36
Abhinav S16-Jun-10 0:36 
AnswerRe: Which is better and why? Pin
Eddy Vluggen16-Jun-10 1:15
professionalEddy Vluggen16-Jun-10 1:15 
AnswerRe: Which is better and why? Pin
PIEBALDconsult16-Jun-10 3:06
mvePIEBALDconsult16-Jun-10 3:06 
AnswerNeither approach is appropriate Pin
Ennis Ray Lynch, Jr.16-Jun-10 6:14
Ennis Ray Lynch, Jr.16-Jun-10 6:14 

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.