473,497 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

first boot up or first page

2 New Member
i want to add a page or form that will came first of all other pages like in photoshop or coral startup page came before the application comes.help with codeing
thanks
Oct 3 '08 #1
3 1110
mldisibio
190 Recognized Expert New Member
If you are refering to a Windows application, you can do a search on "How to create a Splash Screen in Windows Forms" for examples, such as:
How to Make a Splash Screen
Oct 3 '08 #2
stevenicolas21
2 New Member
If you are refering to a Windows application, you can do a search on "How to create a Splash Screen in Windows Forms" for examples, such as:
How to Make a Splash Screen
previesly i was doning it with threading
the criteriya is same but i dont know how to elminat the borders n titlebar,
thanks
thanks dude thats a great thing which i was serching for one month now i got that thanks allot
Oct 4 '08 #3
joedeene
583 Contributor
previesly i was doning it with threading
the criteriya is same but i dont know how to elminat the borders n titlebar,
thanks
thanks dude thats a great thing which i was serching for one month now i got that thanks allot

the borders and title bar can be eliminated with a simple code in the form1 handler

Expand|Select|Wrap|Line Numbers
  1.  private void Form1_Load(object sender, EventArgs e)
  2.         {
  3.             this.FormBorderStyle = FormBorderStyle.None;
  4.  
  5.         }
also can be done in the Properties window, of the selected form, in the designer view.

joedeene
Oct 4 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

7
9491
by: Claudio Grondi | last post by:
Googling for keywords like "direct access sector harddrive Python module Windows" seems to give no useful results. Any hints(best if cross-platform)? Claudio
2
1078
by: Mark Goldin | last post by:
I need to start to work on my first Web apps. in .NET. It will have classic 3-tier architecture. 1. Back-end - SQL Server 2. Middle tier - ?? 3. Browser based interface. Regular static html...
6
2738
by: Sarah | last post by:
I have an old Lantastic 8.0 DOS based server and clients are able to login to this system through network booting (i.e. they are disk-less PC's). Is it possible to create a VB.Net program that can...
1
2696
by: diffuser78 | last post by:
I just started to write a small project in Python. I was wondering if there can be something like remote boot manager. I have to remotely start a computer. It has dual boot (WinXP and Linux)....
3
1880
by: I_FERGET | last post by:
I am trying to dual boot Windows XP x64 on my computer. I recently upgraded my MB and Processor to 64 bit. I have a WD Raptor Drive (72G 10,00 RPM SATA) that I have partitioned into 2 35Gb...
3
4291
by: standard149 | last post by:
I posted this under the programming lounge because I beleived this to be more of a question of writing a script then dealing with the OS itself, but id really like some feedback so after an...
6
5595
by: vandanasridhar | last post by:
hello sir, i have a problem in my pc, that it can't complete booting process, it scan disk and start booting again. now i wanna install my system again. but the problem is i am completely enable to...
1
1910
by: =?Utf-8?B?Um9iIFY=?= | last post by:
I am trying to reformat my XP professional to start from scratch. However, when attempting to do so, I discover that I have an invalid boot.ini. When I go to recover and rebuild my boot.ini file in...
0
1734
by: Chris Calloway | last post by:
Triangle (NC) Zope and Python Users Group (TriZPUG) is proud to open registration for our fourth annual ultra-low cost Plone and Python training camps, BootCampArama 2008: ...
0
7120
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6991
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7373
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4897
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
1405
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
649
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.