Click here to Skip to main content
16,015,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAnnoying background change Pin
harveyhanson17-Jan-07 9:02
harveyhanson17-Jan-07 9:02 
AnswerRe: Annoying background change Pin
Christian Graus17-Jan-07 9:22
protectorChristian Graus17-Jan-07 9:22 
GeneralRe: Annoying background change Pin
harveyhanson17-Jan-07 9:28
harveyhanson17-Jan-07 9:28 
GeneralRe: Annoying background change Pin
Christian Graus17-Jan-07 9:33
protectorChristian Graus17-Jan-07 9:33 
GeneralRe: Annoying background change Pin
harveyhanson17-Jan-07 9:40
harveyhanson17-Jan-07 9:40 
GeneralRe: Annoying background change Pin
Christian Graus17-Jan-07 10:14
protectorChristian Graus17-Jan-07 10:14 
AnswerRe: Annoying background change Pin
Dave Kreskowiak17-Jan-07 10:07
mveDave Kreskowiak17-Jan-07 10:07 
GeneralRe: Annoying background change Pin
harveyhanson17-Jan-07 10:19
harveyhanson17-Jan-07 10:19 
Its just a standard form, there is no code behind it. The only code is based on the buttons, e.g.

Public Class frmWelcome

Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click
frmIntro.Show()
Me.Hide()
End Sub

Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
MsgBox("Bye", MsgBoxStyle.Information)
End Sub
End Class


The BackgroundImageLayout is set to non, and the image should not be smaller as its a 800x600 jpg file.
GeneralRe: Annoying background change Pin
Dave Kreskowiak17-Jan-07 10:50
mveDave Kreskowiak17-Jan-07 10:50 
GeneralRe: Annoying background change Pin
harveyhanson17-Jan-07 10:52
harveyhanson17-Jan-07 10:52 
GeneralRe: Annoying background change Pin
Dave Kreskowiak17-Jan-07 13:23
mveDave Kreskowiak17-Jan-07 13:23 
GeneralRe: Annoying background change Pin
dmm1217-Jan-07 23:16
dmm1217-Jan-07 23:16 
GeneralRe: Annoying background change Pin
Dave Kreskowiak18-Jan-07 2:52
mveDave Kreskowiak18-Jan-07 2:52 
GeneralRe: Annoying background change Pin
dmm1218-Jan-07 10:36
dmm1218-Jan-07 10:36 
AnswerRe: Annoying background change Pin
harveyhanson18-Jan-07 12:23
harveyhanson18-Jan-07 12:23 
QuestionHeeeeeeeeeeeeeeeeelllllllllllllpppppppppppp !!! Pin
kindman_nb17-Jan-07 8:54
kindman_nb17-Jan-07 8:54 
AnswerRe: Heeeeeeeeeeeeeeeeelllllllllllllpppppppppppp !!! Pin
Bassam Saoud17-Jan-07 9:21
Bassam Saoud17-Jan-07 9:21 
QuestionDataGrid - cell level control in VB.NET Pin
RichFeldman17-Jan-07 8:25
RichFeldman17-Jan-07 8:25 
QuestionFinding a window and closing it Pin
jstark11017-Jan-07 7:50
jstark11017-Jan-07 7:50 
AnswerRe: protected mustinherit class ??? Pin
Colin Angus Mackay17-Jan-07 5:58
Colin Angus Mackay17-Jan-07 5:58 
GeneralRe: protected mustinherit class ??? Pin
Marc Soleda17-Jan-07 6:00
Marc Soleda17-Jan-07 6:00 
QuestionA nice-looking side-tab-bar Pin
winmedia17-Jan-07 5:31
winmedia17-Jan-07 5:31 
AnswerRe: A nice-looking side-tab-bar Pin
MatrixCoder17-Jan-07 5:54
MatrixCoder17-Jan-07 5:54 
QuestionRe: A nice-looking side-tab-bar Pin
winmedia17-Jan-07 6:20
winmedia17-Jan-07 6:20 
QuestionA nice "floating(?)" template/layout Pin
winmedia17-Jan-07 5:30
winmedia17-Jan-07 5:30 

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.