473,385 Members | 1,888 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,385 software developers and data experts.

Tmer without window

Hi,

I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.

Thanks for any advice
Nov 20 '05 #1
5 1251
"Julia Sats" <ju********@sympatico.ca> wrote in message <news:xo*******************@news20.bellglobal.com> ...
I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.


URL:http://mvps.org/ccrp/controls/ccrptimer6.htm

--
Joe Foster <mailto:jlfoster%40znet.com> On the cans? <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!
Nov 20 '05 #2
["Followup-To:" header set to microsoft.public.dotnet.languages.vb.]
On 2003-11-25, Julia Sats <ju********@sympatico.ca> wrote:
Hi,

I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.

Thanks for any advice


Which version of vb? You have posted to both the VB.NET groups and the
VB.CLASSIC groups. The answer very much depends on which version you
are using... If vb.classic, then I would suggest you follow Joe's
advice - and in the future, you may want to post to the classic groups
only. If you are using VB.NET, then I would look at System.Thread.Timer
or System.Timers.Timer.

--
Tom Shelton
MVP [Visual Basic]
Nov 20 '05 #3
There are actually two timers in the .NET framework that you can use without any window. Look at the System.Timers namespace and the Timer class in the System.Threading namespace.

http://msdn.microsoft.com/library/en...asp?frame=true
http://msdn.microsoft.com/library/de...classtopic.asp

- Johan

----- Julia Sats wrote: -----

Hi,

I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.

Thanks for any advice

Nov 20 '05 #4
* "Julia Sats" <ju********@sympatico.ca> scripsit:
I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.


There are two other timers available: 'System.Threading.Timer' and
'System.Timers.Timer'. Have a look at the documentation for these two
classes.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #5
"Julia Sats" <ju********@sympatico.ca> wrote

I would like to do some operations/checkings in specific moments of time,
but my application does not contain form.
Can I use any function that work like time control but without window form.
I know that I can do form invisible and so on, but I really interesting to
do without it.

Go to: http://www.mvps.org/vb/

Click on: Tools
LFS
Nov 20 '05 #6

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

Similar topics

1
by: net | last post by:
I know how to make a page open itself at a certain size and location - I use: <html> <head><script language="Javascript"> window.resizeTo(370,220); window.moveTo(10,10); </script> <meta...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
7
by: mg | last post by:
I need to first open WebForm2 from WebForm1 and then close WebForm1 without the end user having to press an OK button before the close can occur. For example, possibly ...
8
by: Dan | last post by:
hello all, is there a way to open a new window without javascript and a href=_blank? i need to connect a button click with some lines of code and then, a new window shall get opened. but i didn't...
12
by: HarveyB | last post by:
I would like to generate non-modal popup windows from ASP.Net code-behind. I have tried using Client Side scripting like "function Test(){ window.open('test.htm',_blank,...
7
by: MichaelK | last post by:
What's the best way to close current window silently after finished a process. I'm using the the javascritpt window.close() or top.window.close(), but it fires a confirmation window. Just want to...
26
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized...
7
by: Dr J R Stockton | last post by:
I want page <URL:http://www.merlyn.demon.co.uk/js-quick.htmto open, in IE6, IE7, Firefox 2, and wherever else practicable, with the control labelled F.X0 fully visible at the top of the window and...
1
by: soms2m | last post by:
HELLO ALL, I want to fill the parent window height with respect to the sub window height which is loading using ajax (mootools). For example if the parent window height is normal and the loading...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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
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,...

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.