Click here to Skip to main content
15,902,757 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionexport to ms word 2007 Pin
zvedu0074-Jun-08 3:06
zvedu0074-Jun-08 3:06 
AnswerRe: export to ms word 2007 Pin
Christian Graus4-Jun-08 3:56
protectorChristian Graus4-Jun-08 3:56 
QuestionDisk space on Linux Pin
Matodzi3-Jun-08 23:19
Matodzi3-Jun-08 23:19 
AnswerRe: Disk space on Linux Pin
ChandraRam4-Jun-08 1:27
ChandraRam4-Jun-08 1:27 
GeneralRe: Disk space on Linux Pin
Matodzi4-Jun-08 1:47
Matodzi4-Jun-08 1:47 
AnswerRe: Disk space on Linux Pin
Chinners4-Jun-08 1:50
Chinners4-Jun-08 1:50 
QuestionLabel repaint issue Pin
divyesh14323-Jun-08 23:10
divyesh14323-Jun-08 23:10 
AnswerRe: Label repaint issue Pin
Christian Graus4-Jun-08 3:58
protectorChristian Graus4-Jun-08 3:58 
SetStyle is a method on your form, there's a couple of styles you set to fully turn on double buffering.

Me.SetStyle(ControlStyles.ResizeRedraw, True)
Me.SetStyle(ControlStyles.DoubleBuffer, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Label repaint issue Pin
divyesh14324-Jun-08 20:32
divyesh14324-Jun-08 20:32 
QuestionTreeView from Database or DataTable Pin
Muhammad Waseem Tahir3-Jun-08 22:54
professionalMuhammad Waseem Tahir3-Jun-08 22:54 
AnswerRe: TreeView from Database or DataTable Pin
ChandraRam4-Jun-08 1:04
ChandraRam4-Jun-08 1:04 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 19:05
professionalMuhammad Waseem Tahir4-Jun-08 19:05 
GeneralRe: TreeView from Database or DataTable Pin
ChandraRam4-Jun-08 19:26
ChandraRam4-Jun-08 19:26 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 21:20
professionalMuhammad Waseem Tahir4-Jun-08 21:20 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 22:43
professionalMuhammad Waseem Tahir4-Jun-08 22:43 
QuestionFocus Missing in windows forms Pin
Sree Nivas3-Jun-08 20:03
Sree Nivas3-Jun-08 20:03 
AnswerRe: Focus Missing in windows forms Pin
Anubhava Dimri3-Jun-08 20:44
Anubhava Dimri3-Jun-08 20:44 
QuestionDataGrid to Excel Pin
New_Coder3-Jun-08 13:47
New_Coder3-Jun-08 13:47 
AnswerRe: DataGrid to Excel Pin
Sam Xavier3-Jun-08 18:59
Sam Xavier3-Jun-08 18:59 
GeneralRe: DataGrid to Excel Pin
New_Coder4-Jun-08 10:43
New_Coder4-Jun-08 10:43 
AnswerRe: DataGrid to Excel Pin
Anubhava Dimri3-Jun-08 20:46
Anubhava Dimri3-Jun-08 20:46 
QuestionCan we use XNA in VB.NET like C#.NET ? Pin
Mohammad Dayyan3-Jun-08 8:16
Mohammad Dayyan3-Jun-08 8:16 
AnswerRe: Can we use XNA in VB.NET like C#.NET ? Pin
jzonthemtn3-Jun-08 11:44
jzonthemtn3-Jun-08 11:44 
QuestionShare Point Services Pin
FriendlySoluations3-Jun-08 3:57
FriendlySoluations3-Jun-08 3:57 
Questionadd reply to the next node Pin
Shanmugapriya.G3-Jun-08 0:45
Shanmugapriya.G3-Jun-08 0:45 

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.