473,383 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Silly question

Hi

Could anyone who is not bored to death with this topic, please direct me to;
how to do a splash screen that appears immediately when app starts and lets
other forms load in the background while it is displayed?

Thanks

Regards
Nov 20 '05 #1
5 1619
bork bork
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:On**************@TK2MSFTNGP10.phx.gbl...
Hi

Could anyone who is not bored to death with this topic, please direct me to; how to do a splash screen that appears immediately when app starts and lets other forms load in the background while it is displayed?

Thanks

Regards

Nov 20 '05 #2
http://www.codeproject.com/csharp/ap...?target=splash
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:On****************@TK2MSFTNGP10.phx.gbl...
Hi

Could anyone who is not bored to death with this topic, please direct me to; how to do a splash screen that appears immediately when app starts and lets other forms load in the background while it is displayed?

Thanks

Regards

Nov 20 '05 #3
Ah, but I am c# illiterate.

Regards
"William Ryan" <do********@comcast.nospam.net> wrote in message
news:e8**************@TK2MSFTNGP10.phx.gbl...
http://www.codeproject.com/csharp/ap...?target=splash
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:On****************@TK2MSFTNGP10.phx.gbl...
Hi

Could anyone who is not bored to death with this topic, please direct me

to;
how to do a splash screen that appears immediately when app starts and

lets
other forms load in the background while it is displayed?

Thanks

Regards


Nov 20 '05 #4
* "John" <jo**@nospam.infovis.co.uk> scripsit:
Could anyone who is not bored to death with this topic, please direct me to;
how to do a splash screen that appears immediately when app starts and lets
other forms load in the background while it is displayed?


<http://groups.google.com/groups?q=group%3A*dotnet*+splash&ie=UTF-8>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #5
Copy the code into a C# project and build it as a seperate assembly, then
just add a reference. The syntax difference between C# and VB.nET is
trivial...if you understand .NET and can implement it with VB.NET, trust me,
you can do it in C#. It'd be much much easier for a top notch VB.nET
programmer to learn C# than it would for a top notch VB6 programmer to learn
VB.NET
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:OO**************@TK2MSFTNGP10.phx.gbl...
Ah, but I am c# illiterate.

Regards
"William Ryan" <do********@comcast.nospam.net> wrote in message
news:e8**************@TK2MSFTNGP10.phx.gbl...
http://www.codeproject.com/csharp/ap...?target=splash
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:On****************@TK2MSFTNGP10.phx.gbl...
Hi

Could anyone who is not bored to death with this topic, please direct
me to;
how to do a splash screen that appears immediately when app starts and

lets
other forms load in the background while it is displayed?

Thanks

Regards



Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Pjotr Wedersteers | last post by:
This may be a silly question, but I was wondering. If 10 clients fill out a form on my page simultaneaously and hit submit, how does my (Apache2.0.50/PHP4.3.8) server exactly ensure each gets...
4
by: Jenny | last post by:
Hi you al I have two very silly question The first one is In vb 6.0 you can add a procedure, sub or function, by clicking add procedure from the tools item on the menuba I cannot seem to find...
4
by: musosdev | last post by:
I think I'm having a dim day and should just go back to bed, but alas, I cant do that.... I'm writing a peice of code to create XHTML compliant documents using System.IO, there's probably an...
6
by: Adam Honek | last post by:
Hi, I've looked over and over and in MSDN 2005 and just can't find what is a really simple answer. How do I select the first value in a combo box to be shown? I tried the .selectedindex -1...
7
by: Matt | last post by:
I've asked this question to some developers that are much more experienced than I, and gotten different answers --- and I can't find anything about it in the documentation. Dim vs. Private as a...
2
by: Willem Voncken | last post by:
Hi guys, might be a silly question, but i'm wondering whether it is even possible to generate access violations when using C#? I'm new at c# programming, but i have some experience with c++....
1
by: Pontifex | last post by:
Hi all, Has anyone devised a simple method for passing a string to an external script? For instance, suppose I want to produce a title bar that is very fancy and I don't want my main HTML...
2
by: toton | last post by:
Hi, This is a silly question related to syntax only. I have a template class with template member function, How to write it separately in a file (not translation unit, just want to separate...
4
by: Marcin Kasprzak | last post by:
Hello Guys, Silly question - what is the most elegant way of compiling a code similar to this one? <code> typedef struct a { b_t *b; } a_t; typedef struct b {
5
by: Ben Bacarisse | last post by:
Newbie <newbie@gmail.comwrites: <snip> The version you posted in comp.programming has the correct loop. Why change it? -- Ben.
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.