473,614 Members | 2,328 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splash Screens and News Ticker

Problem 1)

Any ideas on how I would get a splash screen to appear for a certain
amount of time when I open a database - it's to display a text based
disclaimer message.

I know about message boxes in VB but I don't my users having to click
on an OK buttone each time this appears.

Problem 2)

Any ideas how to create a news ticker within a form - I've tried using
the scrolling marquee within the pages section of MS Access but I
would really like my information held within a field in a table to
continuously move across the page.

Any help with these would be very much appreciated.

Bill
Nov 12 '05 #1
2 6914
Bill, I can help you with item 1 only (this is for MS Access XP, similar for
earlier versions): Splash Screen.
1. If you already have a splash screen, open your Startup Menu from the
Tools menu in Access.
2. In the "Display Form/Page" window of the Starup Menu, enter the name of
the splash screen.
3. In the "On Timer" event in the properties of your splash screen, enter
this code:
Private Sub Form_Timer()
DoCmd.Close acForm, "The name of your splash screen"
DoCmd.OpenForm "SwitchBoar d" 'If you do not have a switchboard,
enter the name of the form you want to open next.
End Sub
4. In the "Timer Interval" event in the properties for the splash screen,
enter "4000" without the quotes to start. Increase or decrease to suit
(i.e., 3000 or 5000).

That is it! Your splash screen should open for about 4 seconds, close, and
then automatically open the switchboard (if you have one).

Denny G.


"Bill" <w@mcconnell433 .fsnet.co.uk> wrote in message
news:3b******** *************** ***@posting.goo gle.com...
Problem 1)

Any ideas on how I would get a splash screen to appear for a certain
amount of time when I open a database - it's to display a text based
disclaimer message.

I know about message boxes in VB but I don't my users having to click
on an OK buttone each time this appears.

Problem 2)

Any ideas how to create a news ticker within a form - I've tried using
the scrolling marquee within the pages section of MS Access but I
would really like my information held within a field in a table to
continuously move across the page.

Any help with these would be very much appreciated.

Bill

Nov 12 '05 #2
w@mcconnell433. fsnet.co.uk (Bill) wrote in
news:3b******** *************** ***@posting.goo gle.com:
Problem 1)

Any ideas on how I would get a splash screen to appear for a
certain amount of time when I open a database - it's to
display a text based disclaimer message.

I know about message boxes in VB but I don't my users having
to click on an OK buttone each time this appears.
Create a dialog form. Set its timer interval to the number of
milliseconds you want the form to stay visible. In the .OnTimer
event, open your next form, set TimerInterval to 0, then set the
form invisible.
Problem 2)

Any ideas how to create a news ticker within a form - I've
tried using the scrolling marquee within the pages section of
MS Access but I would really like my information held within a
field in a table to continuously move across the page.
Use the Timer events again. use an unbound textbox. load the
textbox from the table in the form's Oncurrent event.

The OnTimer event simply grabs the string, and moves the first
character to the end

me.scrollbox.va lue = mid(me.scrollbo x.value,2) _
& left(me.scrollb ox.value,1)
Any help with these would be very much appreciated.

Bill


Nov 12 '05 #3

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

Similar topics

3
2256
by: andrewcw | last post by:
I implemented the simplest of splash screens ( static and on its own thread ). But it seem that when first called maybe 8 seconds elapsed before it showed up, the main form follows several seconds later. Naturally recalling the application, the response is adequate I have 10 classes in my project. Some small, none really huge. And another form public class frmQCLoader : System.Windows.Forms.For { private System.Windows.Forms.DataGrid...
5
1902
by: Greg Smith | last post by:
I have some applications that are slow loading and some of my users keep clicking away until they see something. Can anybody point me to some examples of quick loading splash screens and tips on tweaking up the load speed of an application? Any help is greatly appreciated.
6
388
by: xhenxhe | last post by:
Anyone know of any how-to's on creating splash screens? -- Dustin -- http://www.LDSPDA.com http://www.Shiblon.com
3
3649
by: Eric A. Johnson | last post by:
In a new project I'm creating, I have my first form that loads being used as a splash screen, with a timer that activates after 5 seconds. I then want the main form to load. However, it isn't allowing me to use frmMain.Load(). What can I use to load the main form, then unload the splash screen? Or should I, perhaps, load an invisible control form that first loads the splash screen, waits five seconds, then unloads it and loads the main...
1
1208
by: Jim Swarr | last post by:
I have a rather annoying issue with VB.net 2005 and Splash Screens. If I configure a Splash Screen from the Application Property tab, it works just as expected when the application is installed on a Windows XP machine. However, when installed on a Windows 2000 machine, I get an unhandled null reference exception when the Splash Screen tries to close and bring up the main form. If you click continue on the unhandled exception dialog,...
1
2483
by: Sanjay | last post by:
i wanna develop a splash screen in my windows application using c#.While splash sreen appears at background application componets should gets loaded as soon as component or dependencies gets loaded the splash screen should get closed permanantly and the main form should appear. Pls help me with the coding
10
22353
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show progress of these tasks on a label on the SplashScreen form. Once this is completed ok, the splash screen should close and the login form should be displayed. A successful login closes that form and shows the main form.
9
3982
by: Mike | last post by:
I want to create a news/stock/sport ticker for my desktop. I want to have the ability to select my news source, (cnn, msnbc, etcs) sport source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then once that information is selected store it in a XML file, then have my ticker read that XML file to determine what service to use. I would like this to show the information for 10 seconds or so (just the headlines) then scroll UP...
13
4939
by: RommelTJ | last post by:
Hi, My website (http://www.justiceinmexico.org/indextest.php) looks good in Firefox, but horrible in IE, and I think it's because of an error in the javascript of a free web ticker I got off the internet. When I run Firebug on it, it says: document.getElementById("TICKER") has no properties TICKER_CONTENT = document.getElementById("TICKER").innerHTML; Here is the complete script:
0
8142
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8642
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
8294
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
8444
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
7115
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5549
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
4138
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2575
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 we have to send another system
0
1438
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.