[2005] Close app automatically if no activity... -
I have a VB2005 aplication running with an Access database. How can i make my application to close automatically if the there is no activity on it during an X period of time.
Thanks...
2005
[2005] Close app automatically if no activity... -
I have a VB2005 aplication running with an Access database. How can i make my application to close automatically if the there is no activity on it during an X period of time.
Thanks...
2005
Crystal Reports Running Total Question -
I am creating an activity sign-in sheet that shows who has signed up for what activity. There is one line per person and a new page starts for each activity. I can display a running total for each record (1. John Doe, 2. Bob Smith, etc.) that resets for each activity, but I want to p
If no activity for 5 min then call a form -
I want that if no activity is there with the software for 5 minutes then the program should automatically call a form named frmlogin. How can this be done?
Api call to detect activity -
Hi
My app is a client server app that is used in a warehouse for stock control, orders and invoicing etc.
On several occasions, the systems may be left unused whilst a member staff goes somewhere in the warehouse with a client.
What I need to to do therefore is create somet
Bof Eof -
I have a problem regarding the BOF and EOF.
I have a MSgrid which displays all the expenses...(expense table)
Textbox that displays the activity code....(activity table)
not all the activity has expenses....]
Everytime i click on the command button and end of the activity c
query for showing members that have not done activity -
Hello,
I've got 3 tables:
1. members
2. members_activities
3. activity_types.
I'd like to create a query that selects all the members that have not done activities, and to sort it by the activity type.
example output:
- activity: walking.
- list of members that have not
[CLOSED] Opening closing programs -
Ok I have some problems with my computer it keeps restarting down every 5 minutes if there was nobody working on it.
So now I'm trying to keep an activity on the computer while i'm not on it.. So i want the code that opens and program for example: "c:/pro/1.exe" and a code
Close File Automatically If I Forgot To -
Hi, I am pretty new to VB.Net 2005, being a VB6 programmer. I am lost and have worked on this for several days, so I am hoping someone can help.
I read and write to a .btr (Btrieve) using the FileOpen, FileGet, FileClose... using a class to access the file. I can close the file fine
How to detect mouse activity or keybord activity -
I've tried searching the forum but I couln'd find it.
Does anyone know how to detect activity on the mouse or keybord?
I want to monitor the time spend on an application.
Checking for user activity. -
Im trying to find some information on getting user activity/inactivity via a timer.
I have an MDI form with a number of child forms I want to trap for key activity or mouse activity so that no matter what form I am in if time > x then I can execute a function, much the same way a
[2008] I need to (temporarily) lock internet activity -
Hi, I've seen this a lot in firewalls, that you lock internet activity,
I am making a firewall like program etc.. and it needs to be able to lock internet activity, among other things..
It just needs to lock it until the computer restarts, and then it's normal again.
Does anyone know
Detecting HDD activity -
Does anyone know how to dectect hdd activity. I really have no idea where to start but im pretty sure its an api call. ill keep looking but if anyone knows how to do this please post as soon as possible. Thanks
[2008] Automatically log me into a web area -
Hi!
This is kinda complicated, but I will try to explain...
The network here is login based, meaning you have to log in through a browser interface in order to access the internet. However, after a certain period with low activity, you get logged out. I want to make an app that k
How to detect internet/network traffic/activity -
By observing the Local Area Connection icon at system tray, we know that whether there is network activity (Figure 1.0) or not (Figure 2.0). I wish to write a VB program that can tell whether there is any network activity or not. Pls advise.
Many thanks.
Figure 1.0 -- There is
[2005] MsgBox Automatic Close -
Is there anyway to make a MsgBox automatically close in say 3 seconds after it opens??
Thanks,
Ross
[2005] Reading from xml -
Hey guys,
I was wondering if someone could help me with getting data out of my xml file and storing it in arrays
My xml file looks as follows
Code:
<?xml version="1.0" encoding="utf-8"?>
<Users>
<User Name="David Jones" Occ
Close Idle Application -
I want to close my application if there is no user activity on it for a secified period of time.
Any suggestions as to how could it be done?
Scroll Through ListView -
Hi Everyone,
I have created an Activity Log through the use of a ListView control. It looks similar to this:
Code:
Note ID 1:
The first activity note is here...
Note ID 2:
The second activity note is here...
Note 3, etc..
What I am trying to do is this. I
winsock & txt break detection -
hello @ll,
well, I have project that constantly receive informations using winsock
control. Data arrive in txt box evry second, but sometime I lose conection
with winsock and there is no more data to be saved!
So now problem is, how can I monitor that texbox, and if no activity
[2005] Session ends after 20 min even with activity -
The session ends after 20 minutes even when there IS activity on the application.
From what I know the session should end 20 minutes after the last page was loaded.
But the way it is now, I can visit a page on the 19'th minute, and one minute later the session will end !
Does anyone
Like predicate not working with Oracle - -
I have a VB6 SP4 project connecting via OLE DB to an Oracle 8i EE database.
We are trying to retrieve all of the records from a table that meet a certain criteria. When our SQL statement reads:
A) select ACTIVITY, CONTROLNO, RIGNO from FAILURES where ACTIVITY='XYZ';
we get a
How to detect TCP/IP activity -
I am writing a project, that requires to see if there is TCP/IP activity or there isn't. If there is then it goes into a gosub NetDetected1. But if there isn't then it goes into a gosub NetNotDetected1 sub routine.
Can I have some help, with this one, please?
Closing MS access automatically -
Hi,
Do anybody know how to close the ms access automatically.
In excel its Thisworkbook.close, How about in ms access?...
Im doing a code that like verifying date that if the date difference of Now and the constant I set it will close the MS access automatically.
Ive done thi
How Can I Monitor LAN Activity -
Hello World,
For a couple of days, I'm trying to monitor system resources, all of them open local ports etc. and LAN activity using SetWindowHookEx, but i was not able to.
If you know how to, please let me know, too.
Thanks in advance
Finding Name Patterns in Directory Listing -
I am using VB.NET and trying to develop a small program that will read a directory of commonly named files and find the file name patterns. This has proven to be a greater challenge than I expected. Maybe someone can point to a snippet of code or an add in component that can assist i
Need Help on Minimize/Maximize -
I have a dedicated server designed to only run two programs.
First is a communication program. This communication program is a tool which download files using communication ports into a temporary folder 'D:\Temp'.
Second is a VB program. This program perform audit on the file
Dialog box Activity -
How can I get to follow up Print dialog box activity , get the characterstics of the print Dialog box activity? Thanks
Tracking activity -
I want to be able to track whether there has been any activity on the pc and if there has not been any for a certain amount of time, trigger an event. A bit like the screensaver must do. My program will be running in the system tray but will not always be the active program.
I can't
.NET Taskbar Blink on Activity -
I thought the only way this could be accomplished is through an API call, but I'm hearing that there are other ways to accomplish this.
When minimized or not in focus, I'd like the taskbar icon of the application to flash on new activity. Is there a way to do this without the Windo
Business Objects Query... -
I have a number of rows per record with different create dates and activity logs (both in seperate columns). How would I be able to only select the activity log with the latest create date?
Cheers.
determining a network drive is disconnected -
The application that I am working on is used to monitor specifric folders on a file server that is part of my home network. It looks at mounted shares for activity. Is there a way to determine that a share is not mounted???? Say a network problem occurs????
Second question.....
C
Get last date from two tables -
I think this should be easy, but I just can figure it out. I want to make a SQL View that has a [Part No] and the last activity date. The activity date should come from either the order table or the shipping table. I want the SQL to be able to return my whole part master table with
stopping VS from automatically indenting code -
When you close a block of cose in C# using }, VS.NET automatically adjusts the indentation for all lines of code in that block. This annoying me, as I sometimes want to indent things manually. Is there any way to stop VS from automatically indenting code when you close a block of code?
keep track of internet activity -
I have seen this mentioned here and there, but i haven't figured out how to do it. People said you can set up internet explorer so you can listen to a certain port w/ winsock and see all internet activity through your computer. Does anyone know how to Set Up IE, and how to make the app
Modem Activity Monitor -
HI! I am working in a project and I need to be able to know how many bytes my modem has sent and recieved. Something like when you double click on those 2 little computer in the taskbar and a window opens and you can see the activity of the modem.
THANK YOU!
Indicator for Ethernet Activity -
I am developing an application that a user can configure to retrieve information from an industrial controller. I would like to place two LED indicators on my form, one for transmit and one for receive. Is it possible to detect ethernet activity to and from a specific IP address?
Th
Auto Close VB exe -
I have just made an apllication to copy files from one folder to another .... how do I make the application close automatically after completing the task of copying? .... i.e. .... close by itself without pressing any close buttons?
Lock Internet activity -
Hi Someone can help me
How can i Lock/Unlock all internet activity
Thanks JP
drive activity indicator -
sirs,
is there any way to monitor the activity for example
read or write on a given drive be it floppy, hard drive or
cd rom for example i would like to create a led on a form
that corrosponds with the light on a drive
Thanks in advance
Querying router -
I have an Actiontec router that has utilities that log activity through it.
I want to query the router and keep a log of all the web traffic that goes through it, but I have no idea how to do that.
I can log into the router and view the page with recent activity.