473,792 Members | 3,400 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

keeping access titlebar name

Set dbs = CurrentDb
dbs.Properties! AppTitle = "Contacts Database"
Application.Ref reshTitleBar

this code is well working. but form is opend. when the form is
maximized, the titlebar name is changed.
for example, if the form caption is "xx", the titlebar name is changed
Contacts Database - [xx]

i want to not be changed the titlebar name.
namely, the Contacts Database, it is kept permanently.

*** Sent via Developersdex http://www.developersdex.com ***
Jan 18 '07 #1
1 1536
On 18 Jan 2007 05:35:10 GMT, x taol <to******@yahoo .comwrote:

If I were you I would focus on other matters of your application. This
is standard MDI behavior.
-Tom.

>Set dbs = CurrentDb
dbs.Properties! AppTitle = "Contacts Database"
Application.Ref reshTitleBar

this code is well working. but form is opend. when the form is
maximized, the titlebar name is changed.
for example, if the form caption is "xx", the titlebar name is changed
Contacts Database - [xx]

i want to not be changed the titlebar name.
namely, the Contacts Database, it is kept permanently.

*** Sent via Developersdex http://www.developersdex.com ***
Jan 18 '07 #2

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

Similar topics

10
5718
by: tom | last post by:
Hey All, While running some code, I'd like to open a form as a dialog box (so that the code will wait for the form to be closed/hidden -- easy to do using the acDialog argument), but I would like this form to have NO BORDER. Is this possible in any way? Can the form, upon opening, strip off its own border? ???? -Tom
2
5445
by: Gregory Hawke | last post by:
What would be the easiest way of painting a titlebar in a form? Setting the background property of a derived System.Windows.Forms.Form only paints the client area. I need to paint the frame as well but when I tried this.ParentForm=System.Drawing.Color.Crimson; I get an error: Property or Indexer cannot be assigned to -- it is read only.
4
1905
by: Sam Marrocco | last post by:
Is it possible to place controls such as a checkbox or button in the titlebar of a form? -- ================================================================== Sam J. Marrocco Sr. Visual Effects Artist/R&D Travelling Pictures/GTN Inferno, Flame, Maya, All that cool stuff!
2
1145
by: Dominique Vandensteen | last post by:
maybe asked this before... I want that the titlebar of my visual studio to show the current open solution name and not the name of the current open project in my solution is this possible? if so, how? dominique
2
2159
by: Jesse Aufiero | last post by:
Hi, I'm trying to create a custom titlebar for my form. I've hidden the form's titlebar by clearing the text property and setting ControlBox=False. This removes the titlebar as desired, but also has an unwanted side-effect. When I run the app, the system menu does not appear when I right-click the form in the taskbar. How can I have a custom titlebar, and also have the system menu in the
15
3555
by: ApexData | last post by:
Hello I'm using Access2000, SplitDB, ALL MenuBars are Off. The AccessTitleBar(BlueBar) displays at the top with its (Min/Max/) Controlbox. I have a MainMenuForm (Modal-On), that Calls a ReportMenuForm (Modal-On) that lets me select a REPORT. If I set the ReportMenuForm (Popup-On) and I select a REPORT, the AccessTitleBar becomes disable (a good thing), however the REPORT displays underneath the ReportMenuForm
10
2269
by: Ammu | last post by:
hi everybody! does anyone know how to get a gradient titlebar in vbdotnet app...? pls help. thanks in advance.
4
3651
by: Jason | last post by:
Its been asked and done before I suspect, but I can't find anything that will work. I'm trying this and it has no titlebar, but shows the calendar on a full page. <a href="javascript:calendar_window=window.open('cal.aspx?formname=aspnetForm.<%= ChargeFormView.FindControl("StartDate_date").ClientID %>','calendar_window','width=180,height=130,left=500,top=300,titlebar=no,fullscreen=yes');calendar_window.focus()">
1
1889
by: hisree | last post by:
hi frnds i want full screen window without titlebar, i can use this script, var win = window.open('index.html','',"win","channelmode=yes,scrollbars=yes,status=no,toolbar=0,menubar=no,titlebar=no,resizable=no"); opener=self; window.close(); but still coming... titlebar.
0
9669
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10428
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10156
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9997
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6776
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5435
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.