Click here to Skip to main content
15,925,062 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 4:33
SmartSDR20-Jan-06 4:33 
GeneralRe: Who can do this ?????? Pin
Dave Kreskowiak20-Jan-06 6:12
mveDave Kreskowiak20-Jan-06 6:12 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 7:57
SmartSDR20-Jan-06 7:57 
AnswerRe: Who can do this ?????? Pin
Daniel Santillanes20-Jan-06 7:07
professionalDaniel Santillanes20-Jan-06 7:07 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 7:49
SmartSDR20-Jan-06 7:49 
AnswerRe: Who can do this ?????? Pin
progload20-Jan-06 15:20
progload20-Jan-06 15:20 
GeneralRe: Who can do this ?????? Pin
SmartSDR21-Jan-06 1:02
SmartSDR21-Jan-06 1:02 
Questionsplash screen and flicker anyways Pin
ns20-Jan-06 3:30
ns20-Jan-06 3:30 
I have a splash screen with a timer. When the timer runs out, I show the mainform, which I loaded earlier in the form_load of the splash screen
Private Sub Form_Load()
    lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
    lblProductName.Caption = "Work"
    tmrCountDown.Enabled = True

    'Set countdown timer to 5 seconds.
    timeInterval = 5
    Load MainForm


However when the app starts up I still see the flickering where the mainform is being loaded, alohng with the splash screen, even though it (the mainform) doesnt show until later.
How do I get rid of this annoying flicker?
thanks,
saroj
AnswerRe: splash screen and flicker anyways Pin
Dave Kreskowiak20-Jan-06 4:01
mveDave Kreskowiak20-Jan-06 4:01 
GeneralRe: splash screen and flicker anyways Pin
bonosa20-Jan-06 4:51
bonosa20-Jan-06 4:51 
Questionuser activity log Pin
vilunjike manda20-Jan-06 1:25
vilunjike manda20-Jan-06 1:25 
GeneralRe: user activity log Pin
bskirkman20-Jan-06 3:15
bskirkman20-Jan-06 3:15 
GeneralRe: user activity log Pin
vilunjike manda20-Jan-06 4:34
vilunjike manda20-Jan-06 4:34 
QuestionHow to set the combobox that user can only select item? Pin
cylix200019-Jan-06 22:52
cylix200019-Jan-06 22:52 
AnswerRe: How to set the combobox that user can only select item? Pin
Owner drawn19-Jan-06 23:02
Owner drawn19-Jan-06 23:02 
Questionabout using barcode? Pin
flashmemory19-Jan-06 22:51
flashmemory19-Jan-06 22:51 
AnswerRe: about using barcode? Pin
Muhammad Javed Khan20-Jan-06 0:13
Muhammad Javed Khan20-Jan-06 0:13 
QuestionWeb Service Client Pin
codexploid19-Jan-06 22:43
codexploid19-Jan-06 22:43 
AnswerRe: Web Service Client Pin
Dave Kreskowiak20-Jan-06 2:07
mveDave Kreskowiak20-Jan-06 2:07 
GeneralRe: Web Service Client Pin
codexploid20-Jan-06 15:36
codexploid20-Jan-06 15:36 
GeneralRe: Web Service Client Pin
Dave Kreskowiak20-Jan-06 18:32
mveDave Kreskowiak20-Jan-06 18:32 
QuestionCommon Error on dispose image Pin
cylix200019-Jan-06 20:29
cylix200019-Jan-06 20:29 
AnswerRe: Common Error on dispose image Pin
Dave Kreskowiak20-Jan-06 2:03
mveDave Kreskowiak20-Jan-06 2:03 
QuestionSystem.ArgumentException on Msgbox. Pin
cylix200019-Jan-06 19:08
cylix200019-Jan-06 19:08 
AnswerRe: System.ArgumentException on Msgbox. Pin
Owner drawn19-Jan-06 19:23
Owner drawn19-Jan-06 19:23 

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.