Search:

Type: Posts; User: marco208

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,178

    Re: Sending keystrokes to directx game

    Ok done it :D
  2. Replies
    1
    Views
    1,457

    Re: Send keys wont work?

    Any luck?
  3. Replies
    2
    Views
    3,178

    Re: Sending keystrokes to directx game

    Nobody?
  4. Replies
    2
    Views
    3,178

    Sending keystrokes to directx game

    Hi,

    I did like to make a management app for a directx game, however postmessage sendmessage and sendkeys do not work...

    it's for skyrim, not an online game.


    Any idea how to send a key to...
  5. Replies
    10
    Views
    4,369

    VS 2010 Re: File not found on process.start()

    ha!, nice else i would be throwing books at my screen :P

    use:


    Public Declare Function Wow64DisableWow64FsRedirection Lib "kernel32" (ByRef oldvalue As Long) As Boolean

    then:
  6. Replies
    10
    Views
    4,369

    VS 2010 Re: File not found on process.start()

    ur totally right, haha!

    now... how to make the thing look in system32?


    EDIT: for Win32 and 64
  7. Replies
    10
    Views
    4,369

    VS 2010 Re: File not found on process.start()

    How do you mean?

    It does start "wuapp.exe"

    just not the wuauclt.exe

    this **** freaks me out its exactly the @#%@ same :O

    btw, the file works in RUN (flag+R)
  8. Replies
    10
    Views
    4,369

    VS 2010 Re: File not found on process.start()

    already tried... :(

    weird **** ain't it?

    Thanks for your answer by the way
  9. Replies
    10
    Views
    4,369

    VS 2010 File not found on process.start()

    Hi,

    its really simple...


    Dim myProcess As New Process()


    Try
  10. Replies
    1
    Views
    604

    VS 2010 using a text string as object

    hi,

    i have an online file with the text "Version_Label=1.2.3"

    now i want to use the returned data from:

    versiontext = split(webclient1.downloadstring("www.blabla.com/version"), "=")(0)

    for
  11. Replies
    5
    Views
    1,124

    Re: Inet downloading text file's

    thnx i just found 2 secs ago the problem :D

    i did save the file as ANSI, it doesn't support ANSI so i made it UNICODE

    This uses HEX "0D" aka "Cr" i add 2 bytes with: HEX "00" aka "NULL" & HEX...
  12. Replies
    5
    Views
    1,124

    Re: Inet downloading text file's

    hmm,, i see...

    how can i make the version.txt use crlf?

    thnx ^.^
  13. Replies
    5
    Views
    1,124

    [RESOLVED] Inet downloading text file's

    Hi,

    is there any reason why my program downloads this text file:

    version.txt


    1.2.3.4
    230042
  14. Re: Add specific line in middle of a textfile text file

    Thnx I readed again :D

    it worked

    thank you ^^
  15. Add specific line in middle of a textfile text file

    hi, :D

    I had a question...

    I want to add a newline after a specific line...

    i have the file:


    [def]
  16. Replies
    10
    Views
    828

    Re: Problem with reading .INI Files

    no sorry,, i already found another way:
    add //STARTACCESSLINES
    and
    add //ENDOFACCESSLINES

    then

    find the line what //STARTOACCESSLINES contains
    line = line + 1 ( wich contains...
  17. Replies
    10
    Views
    828

    Re: Problem with reading .INI Files

    sorry forgot the end xD

    Do you know if this is wrong what i did ?
  18. Replies
    10
    Views
    828

    Re: Problem with reading .INI Files

    ye sorry i didnt see :S

    but...

    that one doesn't work for me...

    this is how i used it:
  19. Replies
    10
    Views
    828

    Re: Problem with reading .INI Files

    no thats not what i am trying :D

    because it has 2 value's i want to split "access=user=abc" in:
    Label: Access
    Text1: user
    Text2: abc
  20. Replies
    10
    Views
    828

    Re: Problem with reading .INI Files

    i mean i want to let
    textbox1 has "user"
    and textbox2 has "avcq"

    thnx
    greets marco
  21. Replies
    10
    Views
    828

    Problem with reading .INI Files

    Hi,

    i would like to read the ini file users.ini with the content:


    [def]
    access=user=abc
    access=admin=@*!
    access=mod=cde@!*
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width