Search:

Type: Posts; User: jean21

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,044

    Re: delete registry value

    if i bla then i should bla bla this is all i se i hope i can understand as i never been to schoolt o understand this language
  2. Replies
    5
    Views
    1,044

    Re: delete registry value

    seems suspicious.

    so what is not suspicious then.

    isnt that a simple task a normal user will want to learn or do , is everything now suspecious now days
  3. Replies
    5
    Views
    1,044

    delete registry value

    i need something so i can past in textbox plain text line this

    HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\xxxxxnamevalue

    and press button to delete the root value, and...
  4. Replies
    3
    Views
    881

    find by window help

    i have 2 project

    app1 caption form1
    app2 caption formxxx


    app2 has 1 text1.text and label1

    how do i use find window and get
    1: text1.text object name not the value inside.
  5. Replies
    1
    Views
    655

    sub or function not defind ?

    Private Sub GetWinInfo(hParent As Long, intOffset As Integer, OutputType As winOutputType)
    'Sub to recursively obtain window handles, classes and text
    'given a parent window to search
    ...
  6. Re: Classic VB/API - How can I find a window outside of my program?

    can i have this source code please
  7. Replies
    3
    Views
    993

    Re: Get last exe file Execution Date

    am building a software which can read any app install date and time and then u can edit the date and time of it, when a software starts it will start with current pc date but am trying to create an...
  8. Re: how can i open external programme and set a date on it

    like intercepting app date and time and changing it
  9. Replies
    8
    Views
    1,189

    Re: how can i add time on this code

    is it possible not to change the pc date keep this intact , and make the app think the date is actually 1/1/2016
  10. Re: how can i open external programme and set a date on it

    instead of changing the system date can we make the app date change instead . make the app think the date is backdated when its not in reality keeping our original windows date intact
  11. Replies
    8
    Views
    1,189

    Re: how can i add time on this code

    can i add


    ToDaystime = Time
    Text1.Text = ToDaystime

    Private Sub Form_Load()
    ToDaysDate = Date
    ToDaystime = Time
    End Sub
  12. Replies
    8
    Views
    1,189

    Re: how can i add time on this code

    so the code here


    Dim MyDate
    Dim ToDaysDate

    Private Sub Form_Load()
    ToDaysDate = Date
    End Sub
  13. Replies
    8
    Views
    1,189

    Re: how can i add time on this code

    sir , i wanted to add time just like this programme
  14. Replies
    8
    Views
    1,189

    how can i add time on this code

    Dim MyDate
    Dim ToDaysDate

    Private Sub Form_Load()
    ToDaysDate = Date
    End Sub

    Private Sub Form_Unload(Cancel As Integer)
    Date = ToDaysDate
    End Sub
  15. Re: how can i open external programme and set a date on it

    i found this thread run as user
    http://www.vbforums.com/showthread.php?534958-Shell-And-RUNAS-commands
  16. Re: how can i open external programme and set a date on it

    hi there shaggy thanks for commenting sir.
    sir this is an experimental use only and it is not used for live apps.
    its only for my personal use i hope thats ok cheers. jean

    how can i make windows...
  17. Re: how can i open external programme and set a date on it

    wow worked.
    amazing vb6 guru you are ilovevb6.

    is it possible to add maybe more features ? so i can play with it.
    i was thinking maybe also run as user ? so say run as a fake user , since...
  18. Re: how can i open external programme and set a date on it

    I love vb6 let me check.
    also i want to say thank you for your kind effort i mean it sir
  19. Re: how can i open external programme and set a date on it

    my mistake, i mean backdate 1 day.

    the apps are mine , just wanted to play around as i came up with this idea so i was thinking how can it be done in vb6 ....
  20. how can i open external programme and set a date on it

    with vb6 how can i run calculator run as date

    say for example todays date is 10/11/2016 so how do i select an app then back date it 1 day making the app think its 9/11/2016 ? is it possible
  21. is there another way to add value to registry look at what am doing

    this looks to bad



    Private Sub Command1_Click()
    Dim intFile As Integer
    Dim strFile As String
    strFile = App.Path & "\code.reg" 'the file you want to save to
    intFile = FreeFile
    Open...
  22. Replies
    3
    Views
    993

    Get last exe file Execution Date

    how do i get these info

    1: last execution date of .exe
    2: first execution date

    is it possible to get that cheers.
  23. help adding registry key and sub value check my code

    i found this code and i was wondering how to add sub key



    Private Declare Function RegOpenKeyEx Lib "advapi32.dll" Alias "RegOpenKeyExA" _
    (ByVal hKey As Long, ByVal lpSubKey As...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width