473,444 Members | 1,945 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Changing Application Title at runtime

Is there a way to change the title of the application at run-time in C#.

That is, the title that is shown in task manager.
For example, in VB you would do something like:
App.Title = "something new"

Any Ideas?

G McCallum

Apr 21 '06 #1
3 19825
Form1.text = "myTitle"

"gmccallum" wrote:
Is there a way to change the title of the application at run-time in C#.

That is, the title that is shown in task manager.
For example, in VB you would do something like:
App.Title = "something new"

Any Ideas?


--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Apr 21 '06 #2
Sure, all you do is say this.Text = "Title", within the form that you
want to change. Same with all properties, this.Width, this.Height,
etc.

-Shane

Apr 21 '06 #3
Just to make things clear, you problably meant the Text property of
appliaction's main form instance.

"Michael Nemtsev" <Mi************@discussions.microsoft.com> wrote in
message news:FB**********************************@microsof t.com...
Form1.text = "myTitle"

"gmccallum" wrote:
Is there a way to change the title of the application at run-time in C#.

That is, the title that is shown in task manager.
For example, in VB you would do something like:
App.Title = "something new"

Any Ideas?


--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not
cease to be insipid." (c) Friedrich Nietzsche

Apr 21 '06 #4

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

Similar topics

2
by: Tee | last post by:
is it possible to load a dll into the application at runtime? eg: a main application, and a few dll, each dll might contains some function, properties, or windows form. All of them were built in...
3
by: wolftor | last post by:
If I change the application title, it appears to change OK during the current session; but if I exit Access 97 and then run the application again, the change did not get saved. Any idea how to fix...
8
by: Suzanne | last post by:
What is the code for changing the title in the title bar at the top of the screen? Thanks! Suzanne
1
by: Paul | last post by:
I have a .mdb that I did not write. I open the app and change the Application Title in the Startup dialog box. The bar at the top changes to what I want typed in. I close the app. When I open...
0
by: Geraldine Hobley | last post by:
Hello I have a problem changing the title of a crownwood docking form called CProjectInfo which is contained within anothe form called mdiClient 'definition in form mdiclien Public Shared...
3
by: John | last post by:
Hi How can I change the application title through code? Thanks Regards
2
by: blogman | last post by:
I am getting a Visual studio 2008 IDE application R6034 runtime error. This means that the IDE application is raising the error not the application I am building. This means that Microsoft did not...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.