Search:

Type: Posts; User: Eras3r

Page 1 of 12 1 2 3 4

Search: Search took 0.07 seconds.

  1. Ya, I just discovered the rdbuf function through...

    Ya, I just discovered the rdbuf function through google... But I'm confused on how to get the screen buffer handle associated with a stream object.

    Here's some code I'm tinkering around with,...
  2. Redirecting cout to a different screen buffer

    Is there a way to redirect cout to output to a different screen buffer?

    I'm creating a new screen buffer using CreateConsoleScreenBuffer API and I would like to be able to use cout to output to...
  3. Replies
    2
    Views
    592

    Dim ctl As Control For Each ctl In...

    Dim ctl As Control

    For Each ctl In Me.Controls
    If TypeName(ctl) = "Frame" Then
    ctl.Visible = False
    End If
    Next ctl
  4. Replies
    2
    Views
    382

    i dont think its possible :/

    i dont think its possible :/
  5. sure, go ahead :) ..... i think its what most...

    sure, go ahead :) ..... i think its what most people do.
  6. what kind of hook? message hook or api hook? ...

    what kind of hook? message hook or api hook? sounds like you're getting ahead of yourself.....
  7. use sendmessage or setwindowtext...... but get...

    use sendmessage or setwindowtext...... but get the correct handle of the window ur sending the message to. it's going to the titlebar because your either giving it no handle, the application window...
  8. Replies
    2
    Views
    376

    umm... are u using console api's? ... because...

    umm... are u using console api's? ... because your DLL is not a console app.....
  9. Replies
    13
    Views
    1,600

    ya, i was too lazy to scroll back up and see who...

    ya, i was too lazy to scroll back up and see who said it. sorry, hun ;p
  10. i use the #.## format..... first number gets...

    i use the #.## format.....

    first number gets incremented when there's been a re-design of the app... major changes, etc...

    i increment the second number if ive changed some small things...

    i...
  11. i just find it so strange how ppl can let...

    i just find it so strange how ppl can let themselves get so big..... if i was to see any kind of fat accumulating on my body... id stop eatin and hit the gym imeediatly.

    ..... I just dont get it :/
  12. Replies
    14
    Views
    618

    Poll: those cards dont even use more than 4x...

    those cards dont even use more than 4x bandwidth..... they just SUPPORT 8x.... they dont even use it. u'll see hardly any difference on a 4x mobo, versus 8x.

    NVIDIA used to be good... but they...
  13. Replies
    4
    Views
    510

    get the foreground window..... then pass it's...

    get the foreground window..... then pass it's hwnd to GetWindowThreadProcessId, then use some process funcs to get the process's exe name. (i forget the func to do it..... im at work right now so i...
  14. Replies
    8
    Views
    528

    incorrect. VBA still has to use a...

    incorrect. VBA still has to use a connection..... "CurrentProject.Connection"

    It's just that in VBA, u never have to use a connection object, because your already connected.

    If your intention...
  15. Replies
    1
    Views
    362

    umm..... that dont sound right :/

    umm..... that dont sound right :/
  16. Thread: Null Problem

    by Eras3r
    Replies
    9
    Views
    668

    or use the IsNull function

    or use the IsNull function
  17. Replies
    19
    Views
    771

    Just realized that you have many more files and...

    Just realized that you have many more files and folders than me (hard to believe!!) .... But my folder is much greater in hdd space. I have some big files in some of the folders..
  18. Replies
    19
    Views
    771

    hahahahaa, I've got you all beat!! 14.3 GB...

    hahahahaa, I've got you all beat!!

    14.3 GB
    2,560 Files
    338 Folders

    .... Wow, didn't think I had that many folders.... I must have alot of nested ones :P
  19. Replies
    19
    Views
    771

    ya, i use it quite a bit... that and my desktop...

    ya, i use it quite a bit... that and my desktop are where i store most of my working files. ...... and mp3s, and movies..... and other things :)

    ..... ill post the specs when I get home... I'm at...
  20. Thread: super glue

    by Eras3r
    Replies
    14
    Views
    570

    sniiiiiiiiiiiiiiiiiffffffffffffffffffffffffffffff...

    sniiiiiiiiiiiiiiiiiffffffffffffffffffffffffffffff itttttttt!!!!!!!!
  21. Replies
    18
    Views
    701

    I never have that problem..... My problem is the...

    I never have that problem..... My problem is the exact opposite. I solve everything to fast on the job, and everyone elses problems... and then I leave myself a few hours every day with boredom. ...
  22. Thread: ***?!

    by Eras3r
    Replies
    24
    Views
    758

    i had the exact same problem on my machine a few...

    i had the exact same problem on my machine a few months ago..... profile got corrupt... alot of files got corrupt.....

    only way to fix was format :/

    and now i have similar corruption...
  23. Replies
    80
    Views
    3,060

    Poll: im from US..... never heard of Astra or the...

    im from US..... never heard of Astra or the company that makes it...... someone post a pic of the car :)
  24. Replies
    13
    Views
    1,600

    That guy brought up a good point..... if you have...

    That guy brought up a good point..... if you have the source code to the game, u can make an excellent anticheat... since you have access to everything.

    A good third party anti-cheat would...
  25. Replies
    2
    Views
    467

    i believe ive seen that posted on here a few...

    i believe ive seen that posted on here a few times in the past month..... so u should be able to find something using the search feature of the forums.

    u have to reference the document within the...
  26. Replies
    9
    Views
    743

    Here ya go..... I just wrote it and tested it......

    Here ya go..... I just wrote it and tested it... And it works. :)


    Private AKeyDown As Boolean

    Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
    If KeyCode = vbKeyA Then...
  27. Thread: runtime error 5

    by Eras3r
    Replies
    7
    Views
    485

    trap the error down to the exact line its...

    trap the error down to the exact line its occuring on......

    its probably happening on one of these...

    ---------

    frmprogresswait.Hide

    frmmain.WindowState = 0
    ...
  28. Replies
    9
    Views
    743

    pls explain more in detail exactly what you...

    pls explain more in detail exactly what you want..... and what the user should do, and what ur program should do in return.....
  29. Thread: controlbox

    by Eras3r
    Replies
    6
    Views
    559

    it's because of the borderstyle you have set. ...

    it's because of the borderstyle you have set. Try a different one.
  30. Replies
    8
    Views
    589

    you have it declared as ListItems, you want...

    you have it declared as ListItems, you want ListItem.
  31. Replies
    11
    Views
    849

    ive seen quite a few shareware programs out there...

    ive seen quite a few shareware programs out there that will do this..... you're best bet at finding one would be www.download.com
  32. Replies
    22
    Views
    1,163

    hmm..... since in vb we dont have a window...

    hmm..... since in vb we dont have a window proc... we dont have this capability. (at least built into vb)

    so what you have to do is use SetWindowLong and create a windowproc and trap the...
  33. Replies
    8
    Views
    532

    timer would be sufficient..... for i = 0 to...

    timer would be sufficient.....


    for i = 0 to numofsocks
    if sock(i).State <> sckConnected Then
    ' make new connection with sock(i)
    end if
    next i
  34. Replies
    4
    Views
    671

    just keep track of the filename when you set...

    just keep track of the filename when you set it..... like in the tag property, or in some static/global variable.
  35. Replies
    6
    Views
    629

    tell us why u need the HWND...... because maybe...

    tell us why u need the HWND...... because maybe you can use something else, like the module handle of the calling process.

    GetModuleHandle(NULL) <- returns handle of calling process.

    ......
  36. Replies
    9
    Views
    847

    u have to copy something to the string first...

    u have to copy something to the string first before you can cat to it...

    unless you set first char in ur buffer to '\n' ..... but i still think u have to use strcpy before strcat...

    not...
  37. Replies
    8
    Views
    626

    how is that diff from what u originally had? why...

    how is that diff from what u originally had? why would u sublcass something when u already have control over the window proc?

    i think you're just using the wrong terminology...... :/
  38. Thread: AI tutorials?

    by Eras3r
    Replies
    4
    Views
    840

    www.gameinstitute.com

    www.gameinstitute.com
  39. Replies
    13
    Views
    1,600

    Blizzard is a professional company..... This guy...

    Blizzard is a professional company..... This guy said he barely knew VB! .... He'll have no chance against the h4x0rz.
  40. Replies
    10
    Views
    547

    why not do..... Case 48 To 57, 96 To 105...

    why not do.....


    Case 48 To 57, 96 To 105

    instead of


    Case 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 96 To 105
Results 1 to 40 of 453
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width