CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 1druid1

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,003

    FlowControlPanel control alignment help

    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...
  2. Replies
    2
    Views
    655

    Updating buttons via an ini file

    Hi All

    I have an ini file that looks like the following that gets exported from an old system that I dont have an admin function for.

    [BasicSetup]
    Database=c:\MyDatabase.mdb
    ScrollText=This...
  3. Re: Counting the number of items under a section in an ini file.

    Hi

    The ini file is very basic.

    [Setup]
    Database="Database Location"

    [MySection1]
    Item1 = ""
    Item2 = ""
  4. Re: Counting the number of items under a section in an ini file.

    Hi

    I am a little further on



    Private Sub ReadIni2()
    Using r As System.IO.StreamReader = New System.IO.StreamReader("c:\Myinifile.ini")
  5. [RESOLVED] Counting the number of items under a section in an ini file.

    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...
  6. Replies
    13
    Views
    3,538

    Re: VB.Net and Screensaver problem

    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...
  7. Replies
    13
    Views
    3,538

    VB.Net and Screensaver problem

    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...
  8. Thread: Dynamic Labels

    by 1druid1
    Replies
    4
    Views
    937

    Re: Dynamic Labels

    Hi All

    Think I have a solution for my first question

    I have tried this and it works as longs as I set the tag to a number.



    For Each ctl As Control In...
  9. Thread: Dynamic Labels

    by 1druid1
    Replies
    4
    Views
    937

    Re: Dynamic Labels

    Hi

    I am not trying to create new controls, I already have all my Labels on the form.

    Cheers
  10. Thread: Dynamic Labels

    by 1druid1
    Replies
    4
    Views
    937

    Dynamic Labels

    Hi All

    I am creating an electronic display board using Visual Studio 2005, this will be an application using VB and not web based.

    What I am trying to do is use labels dynamicly and populate...
  11. Replies
    1
    Views
    657

    Small Admin Reporting Tool

    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...
  12. Replies
    2
    Views
    1,013

    Detecting a Program Crash

    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...
  13. Replies
    6
    Views
    785

    Re: Storing a picture in SQL 2000

    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
  14. Replies
    6
    Views
    785

    Re: Storing a picture in SQL 2000

    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...
  15. Replies
    6
    Views
    785

    [RESOLVED] Storing a picture in SQL 2000

    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, _ ...
  16. Replies
    2
    Views
    730

    Remote automation Control

    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...
  17. Creating Menus based on Files and Directories

    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...
  18. Replies
    1
    Views
    860

    Username / IP Address registra.

    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...
  19. Replies
    3
    Views
    845

    Re: MDI Application Help

    Hi DataMiser

    I am calling the save routine from a Module I have created specifically for Data Functions

    Cheers

    Djbell
  20. Replies
    3
    Views
    845

    MDI Application Help

    Hi All

    I have an Application with 2 forms

    Form 1 = FrmWindow this is an MdiParent Form
    Form 2 = FrmInput this is an MdiChild Form

    On Form 1 I have a Menu thats says New Input the onclick...
  21. Replies
    0
    Views
    488

    Network / PC Scanner

    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...
  22. Thread: Process Help

    by 1druid1
    Replies
    7
    Views
    3,584

    Re: Process Help

    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...
  23. Thread: Process Help

    by 1druid1
    Replies
    7
    Views
    3,584

    Re: Process Help

    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...
  24. Thread: Process Help

    by 1druid1
    Replies
    7
    Views
    3,584

    Re: Process Help

    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...
  25. Thread: Process Help

    by 1druid1
    Replies
    7
    Views
    3,584

    Process Help

    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...
Results 1 to 25 of 68
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured