Info on writing windows services
Tue, 14 Oct 2008 11:39:02 -0700
Hi. I need to write a new windows service that will run on windows server,
probably 2003.
Does anyone know of a good place on MSDN (or elsewhere) to get basic
examples of how to do this?
I need to know what registry keys need to be writen to run the service. I
also have seen some limited stuff about ne ...
|
Date Time problem
Tue, 14 Oct 2008 11:22:30 -0700 (PDT)
I am makeing a program that will track productivity by every time a
button is pushed i write a record to a text file. The text file
contain the time in HHMMSS format. The next time they press a button i
want to read the last time and find the span of time between the two
buttons being pushed. Since I am writing ...
|
Datagridview sortmode
Tue, 14 Oct 2008 10:46:38 -0700 (PDT)
I have a Datagridview being populated from an SQL Table, but one of
the fields is a Date and Time stamp. The 'Automatic' sort still sorts
the field by alpha-numeric, not by date.
How can I force the Datagridview to sort by dates ? ...
|
help with VB DoDmd.OpenForm WhereCondition
Tue, 14 Oct 2008 08:20:56 -0700 (PDT)
I am trying to build an Access 2002/2003 database application that I
would like to offer to other writers so they can track submissions.
Just trying to make a helpful tool for writers, poets, or anyone who
submits anything to anywhere, actually... I'm having trouble with the
Visual Basic code for the on click ev ...
|
Using Resource Files in App
Tue, 14 Oct 2008 07:00:00 -0700
How would I load a file from a resource?
We have a 'PDF-like' file that is formatted for printing the our label forms
(it isn't quite like a PDF, but pretty close. It lets us enter text that
comes out as a barcode).
Anyway, the file often gets lost or deleted by someone fooling around with
the PC when th ...
|
Windows Service starts Process, but not the application
Tue, 14 Oct 2008 11:23:01 -0200
Hey there...
Plz...
I'm writing a Windows Service that will check every x minutes if another
program is running. If it cannot find the application running, it launches
it...
I had already enough trouble with make the timer tick... lol...
Here's the code that i'm using:
...
|
Dual Serial Ports
Tue, 14 Oct 2008 06:14:18 -0700 (PDT)
I have these two subs that are being called on two different timers
threads. It seems that when I get to the DoDualDSIWorkCOM2 that it
keeps passing in the sender and the e as the first serial com and not
the second serial com? How can I fix this?
Public Sub StartWorkerThreadDualDSI1(ByVal gageType As String, ...
|
|
|
Labels and picture names
Tue, 14 Oct 2008 03:21:01 -0700
Hello all,
could someone help me with this. I have a form to view pictures from a
folder. I would like to have a label to view the name of the picture that I'm
viewing. Any Ideas or suggestions? thanks ...
|
mobile computing and wifi
Tue, 14 Oct 2008 16:17:16 +0800
Dear all,
If I want to learn some mobile computing and wifi system on vb.net, where I
can find some sample code and some background information??
Thanks you
...
|
scrollbar question...
Mon, 13 Oct 2008 23:55:01 -0700
Hi All,
I have an app. to view pictures from a certain folder, but it's not
showing the full image. I think adding a scrollbar to the form would solve
the problem. but I need some help with the code. I never had to use
scrollbars before. any help would be great. thanks... ...
|