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

Visual Basic

 
GeneralRe: Play AVI file Pin
plural3-Sep-07 5:03
plural3-Sep-07 5:03 
QuestionStretch background Pin
nitin33-Sep-07 1:36
nitin33-Sep-07 1:36 
AnswerRe: Stretch background Pin
Tom Deketelaere3-Sep-07 2:02
professionalTom Deketelaere3-Sep-07 2:02 
GeneralRe: Stretch background Pin
nitin33-Sep-07 2:13
nitin33-Sep-07 2:13 
GeneralRe: Stretch background Pin
Guffa3-Sep-07 2:49
Guffa3-Sep-07 2:49 
QuestionRe: Stretch background Pin
nitin33-Sep-07 20:06
nitin33-Sep-07 20:06 
AnswerRe: Stretch background Pin
Tom Deketelaere3-Sep-07 21:03
professionalTom Deketelaere3-Sep-07 21:03 
QuestionRe: Stretch background Pin
nitin33-Sep-07 21:29
nitin33-Sep-07 21:29 
its not working

the below code works for me but Guffa told me that i should use PaintEventArs. If i using the following method to paint i should write the same code on Form_Resize.
is there any another method to show a stretched background image ???

Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint
Me.CreateGraphics.Clear(Me.BackColor)
Me.Graphics.DrawImage(hImg , 0, 0, Me.Width, Me.Height)
End Sub


AnswerRe: Stretch background Pin
Guffa5-Sep-07 2:26
Guffa5-Sep-07 2:26 
AnswerRe: Stretch background Pin
Pascal Ganaye4-Sep-07 6:25
Pascal Ganaye4-Sep-07 6:25 
GeneralRe: Stretch background Pin
nitin34-Sep-07 23:29
nitin34-Sep-07 23:29 
QuestionShow Total of DataGridView Column. Pin
varshavmane3-Sep-07 0:14
varshavmane3-Sep-07 0:14 
AnswerRe: Show Total of DataGridView Column. Pin
Rupesh Kumar Swami3-Sep-07 2:11
Rupesh Kumar Swami3-Sep-07 2:11 
GeneralRe: Show Total of DataGridView Column. Pin
varshavmane3-Sep-07 2:14
varshavmane3-Sep-07 2:14 
GeneralRe: Show Total of DataGridView Column. Pin
Rupesh Kumar Swami3-Sep-07 4:44
Rupesh Kumar Swami3-Sep-07 4:44 
AnswerRe: Show Total of DataGridView Column. Pin
2wit2woo7-Sep-07 8:21
2wit2woo7-Sep-07 8:21 
QuestionError with encoder.colordepth [modified] Pin
Jwalant Natvarlal Soneji3-Sep-07 0:02
Jwalant Natvarlal Soneji3-Sep-07 0:02 
AnswerRe: Error with encoder.colordepth Pin
Dave Kreskowiak3-Sep-07 4:44
mveDave Kreskowiak3-Sep-07 4:44 
QuestionRe: Error with encoder.colordepth Pin
Jwalant Natvarlal Soneji3-Sep-07 19:18
Jwalant Natvarlal Soneji3-Sep-07 19:18 
AnswerRe: Error with encoder.colordepth Pin
Dave Kreskowiak4-Sep-07 4:09
mveDave Kreskowiak4-Sep-07 4:09 
Questionchange child form control property at runtime using vb.net 2003 Pin
d_smit3-Sep-07 0:01
d_smit3-Sep-07 0:01 
AnswerRe: change child form control property at runtime using vb.net 2003 Pin
Parwej Ahamad3-Sep-07 0:20
professionalParwej Ahamad3-Sep-07 0:20 
GeneralRe: change child form control property at runtime using vb.net 2003 Pin
d_smit3-Sep-07 0:38
d_smit3-Sep-07 0:38 
GeneralRe: change child form control property at runtime using vb.net 2003 [modified] Pin
Parwej Ahamad3-Sep-07 0:53
professionalParwej Ahamad3-Sep-07 0:53 
QuestionTablestyle Mapping Name ? Pin
Sachin Gokhale2-Sep-07 21:50
Sachin Gokhale2-Sep-07 21: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.