Jump to content

badboy05mtl

Member
  • Posts

    63
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by badboy05mtl

  1. What programming languages are you familiar with? HERE'S an example vb6 project that shows you how to start and stop a specific program. Add a timer control and you should atleast have enough to get you headed in the right direction.

    Thank you prompt reply I will check that out. I don't want too much to kill memory. I want to open for example IE for 5 or more windows at the same time and then close it few min. later and it will continue until user ends it by manually. that's what I am trying to do. I was familiar with c++ but I forgot.

  2. I am trying to make a little program. I need little help on it because i am new to it.

    The program i am trying to make it is following..

    For example I want to open a specific program and its duplicate or specify how many duplicates i want to open of that program and close it in certain min later. It will continue until you user end it manually.

    it is like open same program 5 time and couple min later close it by itself and reopen again and continue closing after couple min later. it repeats until manually ended.

    Please help to make the code... I am testing some program so i need the code test it.

    Thank you...

  3. @Siginet

    I had the same problem I couldn't make ISO file but I give up... I want to know about your program what it does. I think I am new to this field.

    By the way would you let me know something. I followed your instruction about BTS DB I have add all the drive but when I use ur program to intergrated it comes 450 MB. Unfortunate the drive itself 700 MB + windows xp 500 MB I am wonder why it so small.

  4. what is this registry does?

    ;-----
    ;-----  Show Windows classic folders
    ;-----
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
    "DefaultValue"=dword:00000000

    ;-----
    ;-----  Disable UPS
    ;-----
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
    "Start"=dword:00000004

    Is this correct registry?

    ;-----  
    ;-----  Disable Error Reporting Service
    ;-----  
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
    "Start"=dword:00000004

×
×
  • Create New...