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

Search:

Type: Posts; User: Burn3r

Page 1 of 3 1 2 3

Search: Search took 0.13 seconds.

  1. Replies
    14
    Views
    47,101

    Anyone?

    Anyone?
  2. Replies
    14
    Views
    47,101

    DllRegisterServer entry point was not found

    Hi there

    I made a program that installs .dll files, it works fine until I try installing / registering psapi.dll.
    It gives the following error:


    ==============================================...
  3. Thread: Get a Dword

    by Burn3r
    Replies
    8
    Views
    1,532

    Thanks alot Thread1 It's exactly what I needed :D

    Thanks alot Thread1 It's exactly what I needed :D
  4. Thread: Get a Dword

    by Burn3r
    Replies
    8
    Views
    1,532

    Please look at what the code in the first post of...

    Please look at what the code in the first post of this topic does, I want to make a code to do the opposite but I don't know how.
  5. Replies
    28
    Views
    2,384

    Poll: This is the first time I even hear about this...

    This is the first time I even hear about this Rating option, I really had no clue there was one :confused: :eek:
  6. Thread: Get a Dword

    by Burn3r
    Replies
    8
    Views
    1,532

    ermm.... val what?

    ermm.... val what?
  7. Thread: Get a Dword

    by Burn3r
    Replies
    8
    Views
    1,532

    Get a Dword

    Hi there, I'm wondering how I can turn a text string into its Dword value, I do have a piece of code that does the opposite but I can't figure out how to reverse it, this is the code:


    Function...
  8. Replies
    3
    Views
    732

    Detecting [Ctrl] + keyboard combinations

    Hi I'm developing a screencapturing tool, it's all working fine but I need to be able to activate a piece of code when the user presses a combination of 2 keys on the keyboard starting with the...
  9. Replies
    6
    Views
    1,214

    I found this text on a MASM debug protect site: ...

    I found this text on a MASM debug protect site:



    Can anyone help me make this code work for Visual Basic?
  10. Replies
    6
    Views
    1,214

    Could you explain that a little more? Because I...

    Could you explain that a little more?
    Because I don't really understand what you mean.
  11. Replies
    6
    Views
    1,214

    Thanks for the tips, but I already knew those...

    Thanks for the tips, but I already knew those ways, I'm looking for a way which is much harder to beat, I read something about that Trainer Spy sets breakpoints and that you can use that to beat it,...
  12. Replies
    6
    Views
    1,214

    Mask WriteProcessMemory Calls?

    I made a trainer for a game which gives you some extra functions, but I dont want people to be able to steal my hard work by using a program called: TrainerSpy.
    Thats why I was wondering if I can...
  13. Replies
    0
    Views
    1,710

    Check If URL Exists

    Hi I'm trying to make a program that checks if an URL exists or not, I want it to detect 404 File Not Found, Cannot find server or DNS Error and maybe other errors returned by the http protocol.
    Can...
  14. Thread: Copy Files

    by Burn3r
    Replies
    5
    Views
    925

    Copy Files

    Hi, there are probably already posts about this but i cant use the search function because of this error: "Fatal error: Maximum execution time of 30 seconds exceeded in...
  15. Replies
    5
    Views
    873

    I guess theres something really wrong with my...

    I guess theres something really wrong with my settings...
    I can play midi files with winamp2 winamp3 and internet explorer, but not with WindowsMediaPlayer or any of the programs I got from this...
  16. Replies
    5
    Views
    873

    Well the stuff for wave files works, but it still...

    Well the stuff for wave files works, but it still wont play midis, it gives no error messages, I think it starts the midi file but it just cant output the sound or something like that...
    If I can't...
  17. Replies
    5
    Views
    873

    Play A MIDI File

    I want to play a .mid file in my program at the press of a button, I already tried alot of codes but i think they all were for older VB versions or something because i couldn't get them to work.
    If...
  18. Replies
    3
    Views
    757

    Yea, I went to this forum too soon, pretty fast...

    Yea, I went to this forum too soon, pretty fast after I posted it I discovered that way too, thanks anyway.

    and sorry for this useless post...
  19. Replies
    3
    Views
    757

    Analyzing a string

    I am working on a program, but i need it to take strings that look like this:

    string1 = "AANNNAANAAA"
    or
    string2 = "ZFZZZZFFFFF"
    (these are just examples)

    and the program should split up...
  20. Replies
    7
    Views
    2,886

    I added this small piece of code myself, which...

    I added this small piece of code myself, which makes the program work much faster:

    If Not bFound Then
    startpos = InStr(startpos, buffer, Trim(s)) + 1 ' find next position
    Else
    addr = 40000
    End...
  21. Replies
    7
    Views
    2,886

    Thanks I think its all working now, but if you or...

    Thanks I think its all working now, but if you or anyone else has more suggestions please post them here.
  22. Replies
    7
    Views
    2,886

    hmmm... with this code the program still keeps...

    hmmm...
    with this code the program still keeps on searching but it just doesn't update the label anymore, but i want to make the whole search process stop once a result is found.
  23. Replies
    7
    Views
    2,886

    I know that, but iIjust don't know in which way I...

    I know that, but iIjust don't know in which way I should change it to make it stop, the ways I did it made my program go on forever and eventually crash or it stopped immediately before even finding...
  24. Replies
    7
    Views
    2,886

    Find String In Memory

    I have a code that finds a string in the memory of a program, but after it finds one it keeps searching the memory to find other instances, can anyone help me to make it stop when it finds the string...
  25. Replies
    5
    Views
    14,719

    Thanks for the help, the code seems to work fine.

    Thanks for the help, the code seems to work fine.
Results 1 to 25 of 55
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured