Click here to Skip to main content
15,901,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUploading files to a remote server Pin
Qariuki30-Oct-05 23:40
Qariuki30-Oct-05 23:40 
QuestionSSH connection Pin
Spaz8030-Oct-05 20:59
Spaz8030-Oct-05 20:59 
QuestionADODC control and SQL query Pin
jenagan30-Oct-05 17:59
jenagan30-Oct-05 17:59 
AnswerRe: ADODC control and SQL query Pin
MalikRizwan31-Oct-05 21:10
MalikRizwan31-Oct-05 21:10 
QuestionPrinting a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:24
Rich Locus30-Oct-05 15:24 
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:42
Rich Locus30-Oct-05 15:42 
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Christian Graus30-Oct-05 16:01
protectorChristian Graus30-Oct-05 16:01 
QuestionInvalidate and Flicker Pin
rwestgraham30-Oct-05 13:51
rwestgraham30-Oct-05 13:51 
I am trying to create a VB.NET smooth progress bar custom control that also displays the percent in the middle. To prevent flicker I calculate the part of the control rectangle that has changed when the progress value is updated. To force the text in the middle to also be updated I also calculate a second rectangle that bounds the text. Then I call Invalidate method using the Union method with the two rectangles - the progress bar rectangle and the text rectangle.

This works fine and does not flicker until the progress rectangle reaches the text rectangle. Once it reaches the text rectangle, and at all points even after it passes the text rectangle, there is flicker.

Any suggestions??
AnswerRe: Invalidate and Flicker Pin
Christian Graus30-Oct-05 14:39
protectorChristian Graus30-Oct-05 14:39 
GeneralRe: Invalidate and Flicker Pin
rwestgraham30-Oct-05 16:22
rwestgraham30-Oct-05 16:22 
QuestionRead From Text File Pin
kenexcelon30-Oct-05 11:23
kenexcelon30-Oct-05 11:23 
AnswerRe: Read From Text File Pin
kenexcelon30-Oct-05 11:27
kenexcelon30-Oct-05 11:27 
AnswerRe: Read From Text File Pin
Steve Pullan30-Oct-05 12:30
Steve Pullan30-Oct-05 12:30 
GeneralRe: Read From Text File Pin
kenexcelon31-Oct-05 4:14
kenexcelon31-Oct-05 4:14 
GeneralRe: Read From Text File Pin
Steve Pullan31-Oct-05 13:37
Steve Pullan31-Oct-05 13:37 
Questionwhat control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven29-Oct-05 19:05
HeroRaven29-Oct-05 19:05 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Colin Angus Mackay30-Oct-05 5:06
Colin Angus Mackay30-Oct-05 5:06 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Moonark30-Oct-05 10:28
Moonark30-Oct-05 10:28 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
toxcct31-Oct-05 0:34
toxcct31-Oct-05 0:34 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
cynferdd31-Oct-05 0:37
cynferdd31-Oct-05 0:37 
GeneralRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven31-Oct-05 12:46
HeroRaven31-Oct-05 12:46 
QuestionVB.net and Access dB Pin
JMS7629-Oct-05 14:44
JMS7629-Oct-05 14:44 
AnswerRe: VB.net and Access dB Pin
KaptinKrunch31-Oct-05 2:07
KaptinKrunch31-Oct-05 2:07 
QuestionPassing Data between different web sites Pin
john_paul29-Oct-05 11:48
john_paul29-Oct-05 11:48 
AnswerRe: Passing Data between different web sites Pin
John Kuhn30-Oct-05 10:05
John Kuhn30-Oct-05 10:05 

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.