Click here to Skip to main content
15,928,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in DataTable Pin
Ritesh123418-Mar-05 22:21
Ritesh123418-Mar-05 22:21 
GeneralRe: Problem in DataTable Pin
Mohamed Ishak19-Mar-05 0:47
professionalMohamed Ishak19-Mar-05 0:47 
Generaloracle blob field Pin
shinay18-Mar-05 18:13
shinay18-Mar-05 18:13 
GeneralConditional Formatting Pin
Capilano18-Mar-05 12:33
Capilano18-Mar-05 12:33 
Generalproblem with binding date data type to OleDbDataReader Pin
Lisana18-Mar-05 10:30
Lisana18-Mar-05 10:30 
GeneralRe: problem with binding date data type to OleDbDataReader Pin
Mohamed Ishak19-Mar-05 22:11
professionalMohamed Ishak19-Mar-05 22:11 
GeneralFlicker + BackgroundImage Pin
Progzz18-Mar-05 7:45
Progzz18-Mar-05 7:45 
GeneralRe: Flicker + BackgroundImage Pin
Robert Rohde18-Mar-05 9:45
Robert Rohde18-Mar-05 9:45 
First of all when you draw the image yourself you shouldnt assign the BackgroundImage property. Instead leave it nothing and store the image in some private variable of your own.

Also you shouldnt have the same code in your Paint and Resize event. Instead of drawing the image in the Resize event I would try to call Me.Invalidate(). This will cause repainting of the form.

Havent tried this, but I think it should work.
GeneralRe: Flicker + BackgroundImage Pin
Progzz18-Mar-05 9:56
Progzz18-Mar-05 9:56 
GeneralRe: Flicker + BackgroundImage Pin
Robert Rohde18-Mar-05 12:26
Robert Rohde18-Mar-05 12:26 
Generalscreen resolution problem Pin
pateldishant18-Mar-05 7:06
pateldishant18-Mar-05 7:06 
GeneralRe: screen resolution problem Pin
rwestgraham19-Mar-05 9:02
rwestgraham19-Mar-05 9:02 
GeneralRe: screen resolution problem Pin
pateldishant20-Mar-05 15:55
pateldishant20-Mar-05 15:55 
GeneralRe: screen resolution problem Pin
Dr_Lomax22-Mar-05 7:57
Dr_Lomax22-Mar-05 7:57 
Generalnetwork monitoring Pin
Mita2218-Mar-05 5:18
Mita2218-Mar-05 5:18 
GeneralRe: network monitoring Pin
Dave Kreskowiak21-Mar-05 1:53
mveDave Kreskowiak21-Mar-05 1:53 
GeneralLaunch a Application from A VBscript Pin
pn199518-Mar-05 5:15
pn199518-Mar-05 5:15 
GeneralWindows Media Player 6.4 , 10 SDK Pin
Dr_Lomax18-Mar-05 5:10
Dr_Lomax18-Mar-05 5:10 
Questionhow to bring "applyL button in fontbox? Pin
sumit2118-Mar-05 2:59
sumit2118-Mar-05 2:59 
AnswerRe: how to bring "applyL button in fontbox? Pin
Mitch F.18-Mar-05 8:47
Mitch F.18-Mar-05 8:47 
GeneralImage Timing Pin
jarlath18-Mar-05 2:25
jarlath18-Mar-05 2:25 
GeneralRe: Image Timing Pin
Purple Monk18-Mar-05 3:25
Purple Monk18-Mar-05 3:25 
GeneralInVisible images on ToolBar Pin
Just Greeky Creek18-Mar-05 2:04
Just Greeky Creek18-Mar-05 2:04 
GeneralProblem in DateTime Control Pin
eshban28418-Mar-05 2:03
eshban28418-Mar-05 2:03 
QuestionHow do I include contents of text file in email body? Pin
Un-Connected17-Mar-05 23:50
Un-Connected17-Mar-05 23:50 

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.