Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Zoom in/out by c#..!! Pin
_tasleem24-Apr-07 8:17
_tasleem24-Apr-07 8:17 
AnswerRe: Zoom in/out by c#..!! Pin
Sathesh Sakthivel24-Apr-07 16:53
Sathesh Sakthivel24-Apr-07 16:53 
GeneralRe: Zoom in/out by c#..!! Pin
mr jets25-Apr-07 10:50
mr jets25-Apr-07 10:50 
QuestionQuick Question About Colors In A Form Pin
BlitzPackage24-Apr-07 7:54
BlitzPackage24-Apr-07 7:54 
AnswerRe: Quick Question About Colors In A Form Pin
Dan Neely24-Apr-07 8:04
Dan Neely24-Apr-07 8:04 
AnswerRe: Quick Question About Colors In A Form Pin
Pualee24-Apr-07 8:06
Pualee24-Apr-07 8:06 
QuestionDoubleBuffered Pin
HexaDeveloper24-Apr-07 6:22
HexaDeveloper24-Apr-07 6:22 
AnswerRe: DoubleBuffered Pin
Patrick Etc.24-Apr-07 15:31
Patrick Etc.24-Apr-07 15:31 
Unfortunately you're going to run into a wall when trying to make the TabControl double buffered. You can get the tab area itself to double buffer by extending the TabControl and setting this.DoubleBuffered = true, but that still won't fix the flicker in the tab pages themselves.

At that point it makes more sense to write your own tab control, given the amount of effort you'd go to to extend the existing one just to double buffer it.

------------
Cheers,
Patrick

GeneralRe: DoubleBuffered Pin
Brady Kelly24-Apr-07 18:49
Brady Kelly24-Apr-07 18:49 
GeneralRe: DoubleBuffered Pin
Patrick Etc.25-Apr-07 3:59
Patrick Etc.25-Apr-07 3:59 
GeneralRe: DoubleBuffered Pin
Brady Kelly25-Apr-07 5:04
Brady Kelly25-Apr-07 5:04 
GeneralRe: DoubleBuffered Pin
HexaDeveloper25-Apr-07 12:39
HexaDeveloper25-Apr-07 12:39 
GeneralRe: DoubleBuffered Pin
HexaDeveloper28-Apr-07 9:24
HexaDeveloper28-Apr-07 9:24 
Questioncarriage return question Pin
JEC456824-Apr-07 6:05
JEC456824-Apr-07 6:05 
QuestionSave file name Pin
Anka_Ame24-Apr-07 5:20
Anka_Ame24-Apr-07 5:20 
AnswerRe: Save file name Pin
netJP12L24-Apr-07 8:55
netJP12L24-Apr-07 8:55 
QuestionDatatables and Database tables Pin
lost in transition 24-Apr-07 5:18
lost in transition 24-Apr-07 5:18 
AnswerRe: Datatables and Database tables Pin
lost in transition 24-Apr-07 6:11
lost in transition 24-Apr-07 6:11 
QuestionCreating a Graphical Relationship Pin
Gareth H24-Apr-07 4:49
Gareth H24-Apr-07 4:49 
AnswerRe: Creating a Graphical Relationship Pin
Pete O'Hanlon24-Apr-07 5:01
mvePete O'Hanlon24-Apr-07 5:01 
QuestionScript Editor in C# Pin
Adobe200724-Apr-07 4:30
Adobe200724-Apr-07 4:30 
AnswerRe: Script Editor in C# Pin
Pete O'Hanlon24-Apr-07 4:38
mvePete O'Hanlon24-Apr-07 4:38 
AnswerRe: Script Editor in C# Pin
Adobe200724-Apr-07 6:20
Adobe200724-Apr-07 6:20 
QuestionMouse Wheel Pin
The Brazilian One24-Apr-07 4:04
The Brazilian One24-Apr-07 4:04 
AnswerRe: Mouse Wheel Pin
Judah Gabriel Himango24-Apr-07 4:12
sponsorJudah Gabriel Himango24-Apr-07 4:12 

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.