473,383 Members | 1,885 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.

open Form ontopmost of all windows

First, I want to thank all that had help in my previous posts, but I
still got 2 questions:

1. How to force a form to open from Access to popup ontop of all other
applications? Is this possible?

"Yes, this is possible. For example the Task Manager form does this. I
inspected it, and it appears it's due to the WS_EX_TOPMOST extended
window style, which you
can set with the SetWindowPos API. " (From Tom)

I am little slow in programming VB, can someone help how to code this
under OnOpenEvent ?

2. If Access is closed, because I kicked users out to do a maintenance
on the DB, then, how may I let them know once the update is complete?
(Now Access is not running, no IM program. I guess Task Manager with
a trigger may work, but how to define that trigger? What exactly is
Task Manager Form anyway, how do one create one?)

Thanks in advance,
Perry

Jul 30 '07 #1
2 1608

<pe******@yahoo.comwrote in message
news:11*********************@o61g2000hsh.googlegro ups.com...
First, I want to thank all that had help in my previous posts, but I
still got 2 questions:

1. How to force a form to open from Access to popup ontop of all other
applications? Is this possible?

"Yes, this is possible. For example the Task Manager form does this. I
inspected it, and it appears it's due to the WS_EX_TOPMOST extended
window style, which you
can set with the SetWindowPos API. " (From Tom)

I am little slow in programming VB, can someone help how to code this
under OnOpenEvent ?

2. If Access is closed, because I kicked users out to do a maintenance
on the DB, then, how may I let them know once the update is complete?
(Now Access is not running, no IM program. I guess Task Manager with
a trigger may work, but how to define that trigger? What exactly is
Task Manager Form anyway, how do one create one?)

Thanks in advance,
Perry
The NET SEND command can be used to send a message to any or all window
users.

NET SEND WindowsUserID "Test Message"

Check windows help or type NET SEND at the command prompt for help. You will
need to know the network login name or domain name.
Jul 30 '07 #2
So, the NET SEND command is executing thru the command prompt? How
about sending to multiple people?

Thanks for getting me a head start, I will search more info on this.

Perry

Jul 30 '07 #3

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

Similar topics

2
by: WJ | last post by:
My system is an XP Pro. with the lattest patches & Service pack applied. 1. I have IIS installed with XP first. 2. I have .NetFW 1.1 installed next via Windows Update. 3. I have VS.Net 2003 EA...
5
by: Steve Lloyd | last post by:
Hi, I have a multi form windows application but when i open new forms they do not load up "crisply", they open bit by bit as the items are drawn. What is the best way to open the form so that...
2
by: TS | last post by:
In my windows form, I need to add a control that opens a crystal report. I searched for CrystalReportViewer in the toolbox, I didn't find it. I added the reference for CrystalDecisions.Windows.form...
6
by: pamelafluente | last post by:
Hi guys I am puzzed (???) with a probably stupid problem (VB2003). I must be doing something dumb ... I want to open a owned form (must *not* be mdi child) over an Mdi Container, when the Mdi...
13
by: Chris Johnson | last post by:
I have what seems to be such a simple thing yet I cannot figure out how to do it. I am using a streamwriter to build a text file. At the end of the process I want to open that same text file in...
0
by: Niyazi | last post by:
Hi, I created application that store the data in SQL SERVER that reside on network. The client also use this application to access the resources provided with application. But is the client want...
13
by: Academic | last post by:
I have a MDI form, sometimes child forms and sometimes forms that are neither If I close the app the child forms closing and closed event happens followed by the Mdi form receiving the...
4
by: robert.waters | last post by:
Hello, I have a main form that is maximized when my application loads; this main form contains links to all other forms. I've had to specify the Popup property of these other forms, so that...
13
by: robert.waters | last post by:
Do you have your users rely on the windows taskbar to manage/navigate between the forms they have open, or do you provide another (more robust) method? Does anyone use a custom navigation system...
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.