Click here to Skip to main content
15,922,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to show massage before form is load Pin
Rutvik Dave17-Feb-09 6:39
professionalRutvik Dave17-Feb-09 6:39 
GeneralRe: how to show massage before form is load Pin
E_Gold17-Feb-09 8:21
E_Gold17-Feb-09 8:21 
GeneralRe: how to show massage before form is load Pin
Rutvik Dave17-Feb-09 8:26
professionalRutvik Dave17-Feb-09 8:26 
AnswerRe: how to show massage before form is load Pin
Tony Pottier17-Feb-09 4:32
Tony Pottier17-Feb-09 4:32 
GeneralRe: how to show massage before form is load Pin
E_Gold17-Feb-09 4:57
E_Gold17-Feb-09 4:57 
GeneralRe: how to show massage before form is load Pin
Tony Pottier17-Feb-09 6:40
Tony Pottier17-Feb-09 6:40 
AnswerRe: how to show massage before form is load Pin
Xmen Real 17-Feb-09 5:14
professional Xmen Real 17-Feb-09 5:14 
AnswerRe: how to show massage before form is load Pin
Rutvik Dave17-Feb-09 6:32
professionalRutvik Dave17-Feb-09 6:32 
so you want to show a Splash screen.

create a form with message / image on it. now put a Timer and set the interval to 10000-15000, and on a Tick() Event just do this.hide(); and on the Load() of that form call (create instance and .Show() method) your Main Form.

and dont forgot to set that spalsh form to startup form instead of main form.


Done. so your splash form will be displayed while your main form is loading in background.
QuestionProperty vs Public Variable Pin
Anurag Gandhi17-Feb-09 3:18
professionalAnurag Gandhi17-Feb-09 3:18 
AnswerRe: Property vs Public Variable Pin
Eddy Vluggen17-Feb-09 3:30
professionalEddy Vluggen17-Feb-09 3:30 
GeneralRe: Property vs Public Variable Pin
PIEBALDconsult17-Feb-09 5:30
mvePIEBALDconsult17-Feb-09 5:30 
GeneralRe: Property vs Public Variable Pin
Eddy Vluggen17-Feb-09 6:29
professionalEddy Vluggen17-Feb-09 6:29 
GeneralRe: Property vs Public Variable Pin
PIEBALDconsult17-Feb-09 6:36
mvePIEBALDconsult17-Feb-09 6:36 
AnswerRe: Property vs Public Variable Pin
EliottA17-Feb-09 3:39
EliottA17-Feb-09 3:39 
AnswerRe: Property vs Public Variable Pin
Pete O'Hanlon17-Feb-09 3:48
mvePete O'Hanlon17-Feb-09 3:48 
AnswerRe: Property vs Public Variable Pin
DaveyM6917-Feb-09 4:08
professionalDaveyM6917-Feb-09 4:08 
GeneralRe: Property vs Public Variable Pin
PIEBALDconsult17-Feb-09 5:31
mvePIEBALDconsult17-Feb-09 5:31 
AnswerProperties SUCK! Pin
Ennis Ray Lynch, Jr.17-Feb-09 4:44
Ennis Ray Lynch, Jr.17-Feb-09 4:44 
AnswerRe: Property vs Public Variable Pin
Xmen Real 17-Feb-09 5:17
professional Xmen Real 17-Feb-09 5:17 
AnswerRe: Property vs Public Variable Pin
cmk17-Feb-09 5:25
cmk17-Feb-09 5:25 
AnswerRe: Property vs Public Variable Pin
PIEBALDconsult17-Feb-09 5:42
mvePIEBALDconsult17-Feb-09 5:42 
AnswerRe: Property vs Public Variable Pin
_Maxxx_17-Feb-09 16:51
professional_Maxxx_17-Feb-09 16:51 
Question.net error in application Pin
ToddHileHoffer17-Feb-09 3:04
ToddHileHoffer17-Feb-09 3:04 
QuestionAccessing Website Content Pin
Rahul Babu17-Feb-09 2:21
Rahul Babu17-Feb-09 2:21 
AnswerRe: Accessing Website Content Pin
SeMartens17-Feb-09 2:23
SeMartens17-Feb-09 2: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.