Click here to Skip to main content
15,895,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 5:54
eagertolearn16-Nov-05 5:54 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 7:16
Joshua Quick16-Nov-05 7:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 8:13
eagertolearn16-Nov-05 8:13 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 8:52
Joshua Quick16-Nov-05 8:52 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 9:48
eagertolearn16-Nov-05 9:48 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 13:59
Joshua Quick16-Nov-05 13:59 
GeneralRe: Flickering form Pin
eagertolearn17-Nov-05 5:41
eagertolearn17-Nov-05 5:41 
GeneralRe: Flickering form Pin
Joshua Quick17-Nov-05 21:10
Joshua Quick17-Nov-05 21:10 
(Sorry about the late response. I was having Internet connection issues.)

As you drag the child window, the main window's background is going to need to redraw it's background. Otherwise you're going be leaving images of your child window behind as you drag it.

Applying double buffering seemed to improve the draw time significantly for me.

You may also want to try using a smaller background image. Smaller in dimension and color depth that is. This will improve the draw time. The image will tile automatically too if that'll work for you.

Also, a faster CPU and video card should improve the draw time as well.

If it still doesn't render fast enough, then you might have to consider dropping the background image.
GeneralRe: Flickering form Pin
eagertolearn18-Nov-05 14:05
eagertolearn18-Nov-05 14:05 
GeneralRe: Flickering form Pin
Joshua Quick18-Nov-05 14:29
Joshua Quick18-Nov-05 14:29 
GeneralRe: Flickering form Pin
eagertolearn20-Nov-05 19:40
eagertolearn20-Nov-05 19:40 
GeneralRe: Flickering form Pin
Joshua Quick21-Nov-05 6:28
Joshua Quick21-Nov-05 6:28 
QuestionIn Win 2000 Pro , why can not permit one user have only right read all file in one folder Pin
dinhnq15-Nov-05 15:17
dinhnq15-Nov-05 15:17 
QuestionImage Editing Problems Pin
Mazitan15-Nov-05 13:57
Mazitan15-Nov-05 13:57 
AnswerRe: Image Editing Problems Pin
Christian Graus15-Nov-05 14:21
protectorChristian Graus15-Nov-05 14:21 
GeneralRe: Image Editing Problems Pin
Mazitan16-Nov-05 2:42
Mazitan16-Nov-05 2:42 
QuestionStretching BackgroundImage Pin
eagertolearn15-Nov-05 12:07
eagertolearn15-Nov-05 12:07 
AnswerRe: Stretching BackgroundImage Pin
Christian Graus15-Nov-05 12:53
protectorChristian Graus15-Nov-05 12:53 
GeneralRe: Stretching BackgroundImage Pin
eagertolearn15-Nov-05 16:08
eagertolearn15-Nov-05 16:08 
QuestionMatrix Transformations before rendering Pin
K. Shaffer15-Nov-05 8:43
K. Shaffer15-Nov-05 8:43 
Questiondisplaying search results Pin
JMS7615-Nov-05 7:07
JMS7615-Nov-05 7:07 
AnswerRe: displaying search results Pin
Guerven15-Nov-05 14:44
Guerven15-Nov-05 14:44 
GeneralRe: displaying search results Pin
JMS7616-Nov-05 5:55
JMS7616-Nov-05 5:55 
QuestionReferencing the selected ro in a DataGrid Pin
dptalt15-Nov-05 6:51
dptalt15-Nov-05 6:51 
AnswerRe: Referencing the selected ro in a DataGrid Pin
Guerven15-Nov-05 14:47
Guerven15-Nov-05 14:47 

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.