Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Basic 6 Pin
goldenrose91-Dec-09 8:42
goldenrose91-Dec-09 8:42 
GeneralRe: Visual Basic 6 Pin
EliottA1-Dec-09 9:45
EliottA1-Dec-09 9:45 
GeneralRe: Visual Basic 6 Pin
Dave Kreskowiak1-Dec-09 10:53
mveDave Kreskowiak1-Dec-09 10:53 
QuestionDecryption Pin
Pasan1481-Dec-09 4:12
Pasan1481-Dec-09 4:12 
AnswerRe: Decryption Pin
Dave Kreskowiak1-Dec-09 5:44
mveDave Kreskowiak1-Dec-09 5:44 
QuestionMDI BackgroundImage drawing issues Pin
EliottA1-Dec-09 3:22
EliottA1-Dec-09 3:22 
AnswerRe: MDI BackgroundImage drawing issues Pin
Dave Kreskowiak1-Dec-09 4:29
mveDave Kreskowiak1-Dec-09 4:29 
GeneralRe: MDI BackgroundImage drawing issues Pin
EliottA1-Dec-09 4:56
EliottA1-Dec-09 4:56 
I tried the following;

Private Sub frmMenuParent_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    'set the mdiclient bg image
    For Each ctrl As Control In Me.Controls
        If TypeOf (ctrl) Is MdiClient Then
            ctrl.BackgroundImage = Global.snd.guiMainMenu.My.Resources.Resources._VisionMainMenuBackgrnd1024_768
            ctrl.BackgroundImageLayout = ImageLayout.Stretch
        End If
    Next
End Sub


But the background image was still tiled, and not stretched. When I collapsed my menu the same behavior occured, where it seems the background moved instead of being redrawn to stretch the entire container area.

Any ideas?


GeneralRe: MDI BackgroundImage drawing issues Pin
Dave Kreskowiak1-Dec-09 5:21
mveDave Kreskowiak1-Dec-09 5:21 
GeneralRe: MDI BackgroundImage drawing issues Pin
EliottA1-Dec-09 6:09
EliottA1-Dec-09 6:09 
GeneralRe: MDI BackgroundImage drawing issues Pin
EliottA8-Dec-09 8:27
EliottA8-Dec-09 8:27 
QuestionHelp desperately needed with Uni assignment! Pin
benducky1-Dec-09 1:30
benducky1-Dec-09 1:30 
AnswerRe: Help desperately needed with Uni assignment! Pin
DaveAuld1-Dec-09 1:43
professionalDaveAuld1-Dec-09 1:43 
AnswerRe: Help desperately needed with Uni assignment! Pin
Ashfield1-Dec-09 1:44
Ashfield1-Dec-09 1:44 
AnswerRe: Help desperately needed with Uni assignment! Pin
Luc Pattyn1-Dec-09 1:46
sitebuilderLuc Pattyn1-Dec-09 1:46 
AnswerRe: Help desperately needed with Uni assignment! Pin
The Man from U.N.C.L.E.1-Dec-09 2:24
The Man from U.N.C.L.E.1-Dec-09 2:24 
AnswerRe: Help desperately needed with Uni assignment! Pin
Richard MacCutchan1-Dec-09 2:38
mveRichard MacCutchan1-Dec-09 2:38 
AnswerRe: Help desperately needed with Uni assignment! Pin
Thomas Duwe2-Dec-09 4:12
Thomas Duwe2-Dec-09 4:12 
QuestionCall Console Application from ASP.NET Pin
she-Developer30-Nov-09 23:40
she-Developer30-Nov-09 23:40 
AnswerRe: Call Console Application from ASP.NET Pin
Ashfield1-Dec-09 0:14
Ashfield1-Dec-09 0:14 
AnswerRe: Call Console Application from ASP.NET Pin
Dave Kreskowiak1-Dec-09 2:20
mveDave Kreskowiak1-Dec-09 2:20 
GeneralRe: Call Console Application from ASP.NET Pin
she-Developer1-Dec-09 2:53
she-Developer1-Dec-09 2:53 
QuestionVB 2008 Express App install wants to install unnecessary components Pin
nhsal6930-Nov-09 21:43
nhsal6930-Nov-09 21:43 
AnswerRe: VB 2008 Express App install wants to install unnecessary components Pin
Dave Kreskowiak1-Dec-09 2:22
mveDave Kreskowiak1-Dec-09 2:22 
GeneralRe: VB 2008 Express App install wants to install unnecessary components Pin
nhsal691-Dec-09 20:55
nhsal691-Dec-09 20:55 

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.