November 9th, 2012 04:19 AM
Hi All
I am trying to automatically create a series of 2 labels on a FlowControlPanel but I just cant get the allignment correct.
I have the following coded.
Dim x As...
March 28th, 2012 12:18 PM
Hi
The ini file is very basic.
[Setup]
Database="Database Location"
[MySection1]
Item1 = ""
Item2 = ""
March 28th, 2012 11:11 AM
Hi
I am a little further on
Private Sub ReadIni2()
Using r As System.IO.StreamReader = New System.IO.StreamReader("c:\Myinifile.ini")
March 27th, 2012 06:43 PM
Hi all
Looking for a little help, I have a display system that I created in VS Studio 2005 that uses ini files for certain functions. Reading and writing to ini files is easy enough but what I...
December 13th, 2011 07:57 AM
Hi GremlinSA
The sendkeys option sounds good unfortuantly this basically disables the screen saver completly as the Data screen is active all the time, IT Security would not go for this as if no...
December 13th, 2011 01:59 AM
Morning All
I have a Visual Basic Application that I have created in Visual Studio 2005. This application is a data logging screen that displays running and downtime details of machines on my...
March 10th, 2010 04:23 AM
Hi All
I am creating a small admin reporting tool that gathers certain information on some PCs. Unfortuantly the user that is running the tool doesnt have access and I cant give access to those...
February 24th, 2010 01:54 AM
Hi All
I have an Access 2007 database that runs constantly, the form on the database basically runs a timer every 10 seconds and runs a Macro. The problem I have is that when the backups run at...
February 15th, 2010 05:25 AM
Thanks Cimperiali
All I needed to do was change from a VarBinary to an Image field, I didnt even noticce the image field.
Cheers
Dougie
February 15th, 2010 01:57 AM
Hi
Thanks for the reply, the size of the picture depends on the user taking it, although I am going to teach them how to reduce picture sizes, so hopefully 1mb maximum, but the possibility of more...
February 12th, 2010 06:17 AM
Hi All
I have the following code that I use to convert a picture into bytes.
Dim strImageFilePath As String = _
LblPicture.Text
Dim fsImageFile As New FileStream(strImageFilePath, _ ...
January 22nd, 2010 09:55 AM
Hi All
I have 2 devices
An old IPAQ Pocket PC that runs Windows Mobile 4.2
A Mini-ITX PC Running XP
My IPAQ connects to my network via wireless
My Mini-ITX PC is going to have an...
December 14th, 2009 07:23 AM
Hi All
I am using Visual Studios 2005 and I am creating an application for our IT Security. Part of the program is for documents and procedures. What I am trying to do is automatically create a...
December 2nd, 2009 03:24 AM
Hi All
I am a member of the IT department and also a basic Database designer using Access 2007 and Visual Studio 2005. At the moment when a user calls for support, I log onto there PC using...
March 11th, 2009 09:41 AM
Hi All
I know that there is software out there that will do the job I am looking for, but in this current economical climate just cant justify the cost at the moment, so I am looking for a little...
February 5th, 2009 05:01 PM
Hi Jmedved
Thanks for the reply, I will have a look at your sample and see if I can implement it into my project..
I have another question, same project but another part of it.. I have a...
February 4th, 2009 02:57 AM
Hi All
Ok I am a little further. I now have my form created, I have it minimizing on startup, it hides the Taskbar Icon and I now have a small icon in the System Tray indicating that the program...
February 4th, 2009 01:37 AM
Hi dglienna
I get what you are saying and this is not a keylogger if that is what you are trying to say. This is for an inhouse helpdesk application, I just want the user to be able to hit F12 on...
February 3rd, 2009 03:18 AM
Hi All
Looking for a little help..
I would like to create a process that runs on both a Windows XP and Vista Machines that loads on startup, what this process will do is, on the "F12" keypress...