Search:

Type: Posts; User: modelers

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    4,773

    Re: Run as specific datetime

    You are corect, thats reg expired. I just set to date 10/10/2018. Would you like to share the sourcecode please.

    Thanks!
  2. Replies
    6
    Views
    4,773

    Re: Run as specific datetime

    Hi,

    I dont know thats scheduler or not. The below call the program:

    ShellExecute 0, "runas", "c:\program files\folder\Program.exe", vbNullString, SW_SHOWNORMAL

    I would run the Program.exe...
  3. Replies
    6
    Views
    4,773

    Run as specific datetime

    Hi Everyone,

    How to call and run a program as specific datetime like NullSoft RunAsDate.

    Thanks!
  4. how to make random string and back to normal string

    Dear All,

    How to make a random numbers and back to actual string for visual basic 6. Please below the example;
    dataset = 1234567890 'Dataset
    dataBasedforRandom = 6342 ...
  5. Replies
    10
    Views
    1,172

    Re: Read and write new csv file

    Hi Everyone,

    Much appreciated for that. Lets you know that the file base on CSV format. So, how to write all contains and if have negative value in the column D then edit/change/overwrite negative...
  6. Replies
    10
    Views
    1,172

    Read and write new csv file

    Hi All,

    How to write to new csv file if have minus value in the column D then change/replace to on top positive value then save to new csv file. The scenario like this;

    129871


    The file...
  7. Replies
    5
    Views
    646

    Conditionally Rename Files

    Hi Everyone,

    I want to rename a files with scenario as below;

    How to check before rename data(i).txt as below;
    data.txt was created ;Check name if does not data1.txt and data(increment).txt...
  8. Replies
    10
    Views
    988

    Re: Copy and rename incrmental number

    Hi Sam,

    I was changing the scenario like this;


    Private Sub TimerdetectRun_Timer()
    On Error Resume Next
    cntr = cntr + 1
    Filetarget = TxtFilePath & Txtdata & ".txt"
    ...
  9. Replies
    10
    Views
    988

    Re: Copy and rename incrmental number

    Hi Sam,

    I assuming the excel file around <=30 files. Its should work if dont delete of excel files because I needed this excel files as well. By the way, please let me know that do you understand...
  10. Replies
    10
    Views
    988

    Re: Copy and rename incrmental number

    Hi Sam,

    I am confusing with this code and I don't know whats code for. No, itsn`t needed find running excel just detect files name.


    Private Sub CmdStart_Click()
    TimerdetectRun_Timer.Enabled...
  11. Replies
    10
    Views
    988

    Re: Copy and rename incrmental number

    Hi Sam,

    I have try but still confuse.


    'use code here that detects report in your timer (whatever that is)
    Dim ExcelFileName As String
    ExcelFileName = Mid(ExcelFileName, 1, Len(ExcelFileName...
  12. Replies
    10
    Views
    988

    Re: Copy and rename incrmental number

    Hi Sam,

    The xls and txt file (report1.xls - increament number name and data.txt) will create a program with different time that mean is one process will be create any xls file with log file same...
  13. Replies
    10
    Views
    988

    Copy and rename incrmental number

    Hi All,

    I have a data like excel (*.xls) file format with name report1.xls and increase until finish (the name format like this: report1.xls report2.xls report3.xls report4.xls report5.xls...
  14. Re: How to detect a sentinel connect or disconnect from pc using VB6

    Hello Sam,

    I got the source code from http://www.vbforums.com/showthread.php?675207-VB6-Get-USB-Flash-Media-Serial-without-WMI-or-Admin-Rights with file name is USB Viewer.zip and dowload link...
  15. Re: VB6 - Get USB Flash Media Serial without WMI or Admin Rights

    Dear All,

    Anyone could convert to VB6 code for USB Viewer.zip file has been posted by yogiyang?

    Much appreciate for your helps.

    Thank you


    Cheers,
  16. Re: How to detect a sentinel connect or disconnect from pc using VB6

    Hi All,

    I got delphi code, anyone can translate to VB6 please. The code below;

    // Component to detect when usb devices are connected or disconnected
    // using RegisterDeviceNotification

    unit...
  17. Re: How to detect a sentinel connect or disconnect from pc using VB6

    Dear All,

    The donge/sentinel information around plug and unplug from computer has been detected if use USBDeview v2.40 (nirsoft). Anyone know about this?

    I have already download...
  18. Re: How to detect a sentinel connect or disconnect from pc using VB6

    Hi Sam and Nam,

    I dont understand, so I dont write the code yet. Do you have a source code for Dongle/sentinel detect?

    I really appreciate for your help.

    Thank you

    Cheers,
    Andre
  19. Re: How to detect a sentinel connect or disconnect from pc using VB6

    Hi Sam,

    Yes, Sam. How to detect a dongle/sentinel in the PC? If dongle/sentinel plug to pc than connect and if unplug from pc than disconnect. I got USB detection source code DEVINFO from...
  20. How to detect a sentinel connect or disconnect from pc using VB6

    Dear All,

    Anyone know how to detect the USB dongle/sentinel connect and disconnect from pc and than get any dongle information like type, model, etc. I have already used USBDevicesView (nirsoft...
  21. Replies
    9
    Views
    7,962

    Re: Checking if USB device is plugged in

    Hi All,

    Anyone know or already create to get sentinel/dongle information like dongle model, merk, type, serial number, etc?

    Thanks in advance.

    Cheers, Andre
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width