Search:

Type: Posts; User: Evan

Page 1 of 13 1 2 3 4

Search: Search took 0.69 seconds; generated 19 minute(s) ago.

  1. Replies
    6
    Views
    855

    Re: [2.0] Appending to file 400 times

    I don't see how this could possibly fix my problem. I am getting corrupt files. Why do you think my code getting hit that many times would corrupt a file?
  2. Replies
    6
    Views
    855

    Re: [2.0] Appending to file 400 times

    What do you mean one operation? How do I not know what eventid is? It's a 32 bit integer.
  3. Replies
    6
    Views
    855

    [2.0] Appending to file 400 times

    I have a socket server and client, and I want an event logger that caches events then writes them to a file every minute. The problem is I am getting corrupt data. The data is only good for like an...
  4. Replies
    3
    Views
    646

    Re: Extracting Textbox Text

    Well It has a class, and that class has no text.

    There are no more hwnds under it so I think that one is it.

    Maybe I need to read its memory directly out of RAM :mad:

    Thanks
  5. Replies
    3
    Views
    646

    Extracting Textbox Text

    There is another process running on the computer that I did not write. In that processes window you see a text box with some text in it that changes.

    I need to extract this text from that...
  6. Replies
    5
    Views
    712

    Re: Intra Process Communication

    It will be a request - return.

    I think I will use a common file that will be checked to see if it exists every few seconds, then that will have the request in it. Then it will make another file...
  7. Replies
    5
    Views
    712

    Re: Intra Process Communication

    I have the source to both of the applications.

    I do not want to use something that you have to be careful with. This project is mission critical so I would like something as robust as possible. ...
  8. Replies
    5
    Views
    712

    Intra Process Communication

    I have some memory updating like 3000 times a minute, and need to have access to it from another vb6 application.

    I cant keep files or update a database because it updates so very often.

    How...
  9. Replies
    12
    Views
    3,950

    Send Mouse Wheel Event?

    How do I send the mouse wheel events up/down to the current focused window like I would do with keybd_event or mouse_event ?

    Regards,

    Evan
  10. Thread: [VB] Autostart

    by Evan
    Replies
    4
    Views
    4,495

    Re: [VB] Autostart

    It was written for XP I believe. I posted it on Feb 2nd, 2004. I am nearly sure it worked for me at the time.
  11. Replies
    0
    Views
    1,404

    Direct Keyboard/Mouse input?

    I would like to directly control the mouse and keyboard LIKE keybd_event, but without any API. I need to directly send keys to the stream like I think would be possible with assembler.

    How would I...
  12. Replies
    0
    Views
    531

    [2008] Direct Keyboard Mouse Input

    I would like to directly control the mouse and keyboard LIKE keybd_event, but without any API. I need to directly send keys to the stream like I think would be possible with assembler.

    How would...
  13. Thread: [2.0] VB6 to C#

    by Evan
    Replies
    3
    Views
    1,011

    [2.0] VB6 to C#

    How does this if statement translate to C# (I dont get the And &H8000 )


    Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Long) As Integer


    Private Sub Timer1_Timer()...
  14. Thread: Program Crashing

    by Evan
    Replies
    3
    Views
    545

    Program Crashing

    Hello,

    I have a complicated program that crashes. It has error trapping in every routine with an "End" statement to stop execution without an error dialog.

    Problem is I still get that error...
  15. Replies
    1
    Views
    25,479

    Re: Perl Get Current Date

    Corrected date.. it grabbed last month.
  16. Replies
    62
    Views
    3,424

    Re: Non-Cpu Intensive Endless loop

    That code still takes 95% of the CPU. Thanks for the try though.
  17. Replies
    62
    Views
    3,424

    Non-Cpu Intensive Endless loop

    As the subject says, I am looking for a loops that I can make endless and 99.999 percent of the time it will doevents and just keep going. But I do not want it to suck up all the cpu like this...
  18. Thread: timer @ 4 hours

    by Evan
    Replies
    6
    Views
    782

    timer @ 4 hours

    Any nice way of making a timer tick only each 4 hours?
  19. Replies
    5
    Views
    820

    Re: Visual Basic Debugging

    Thanks a lot for your help.
  20. Replies
    5
    Views
    820

    Re: Visual Basic Debugging

    I do in a few routines. But not all of them.

    Your saying that I would have it call up a seperate routine?
  21. Replies
    5
    Views
    820

    Visual Basic Debugging

    hello all,

    I have been writing a very large application. maybe 25k lines or so. It is currently running on about 6 computers, and crashes randomly every so often (maybe 3-4 days of running).
    ...
  22. Replies
    3
    Views
    2,707

    Getting Last Fridays Date

    Hello,


    I need to be able to get the date of the last business day before today. For Example, its 8-21, and last friday was 8-18.

    How would I do that ?

    THanks
  23. Thread: [VB] Key COnsts

    by Evan
    Replies
    2
    Views
    33,995

    Re: [VB] Key COnsts

    ' MODKeyPress Created by Jeff Olson (Ober-Soft.com)
    ' Feel free to put this entire mod in your application and feel free to take my name off it if you like. Doesn't matter to me its just an example...
  24. Replies
    1
    Views
    627

    GIF/JPG/PNG to array

    Im looking to take the image of a file and transfer it into a 2 dimensional array.

    Where would I start with this?
  25. Replies
    2
    Views
    485

    Points following a pattern

    Hello All,

    I need some logic for my program to detect 2 things.

    1.) Whether a series of points are in a strait line, with a threshold of error
    2.) Whether the points are a half circle with a...
  26. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    I made it because I like gmails features.. but the whole thing
    is creepy.

    This doesnt keep your mail forever, and it doesnt profile you..etc

    "... Google will reveal how everyone lives, thinks...
  27. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    I added some functions to highlight quoted text in blue.
    Makes it very easy to read =)
  28. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    I added a feature "shadow from address". You can set what address your mail appears to come from.. Kinda nice some times
  29. Replies
    117
    Views
    3,727

    Re: Updated Program

    l o l
  30. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    What?
  31. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    Thanks =)
  32. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    fixed 12 bugs.. added cool stuff to the compose page (more memory stuff)
  33. Replies
    117
    Views
    3,727

    Re: Test this webmail program! Its great!

    (check out my first post.. i updated the SS)
  34. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    I changed the color scheme. Does that look better to you guys?
  35. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    I tested it in Mozilla on windows and linux, opera on windows and internet explorer and it looks good in all of them! So I am happy.. I finally got all of the funky stuff to go away
  36. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    got rid of the mysterious 1's on the screen
  37. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    Now that everything works really good I just need some users =)
  38. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    Wow! I redid the GUI it looks great. And the best thing is when I did it .. it fixed ALL of the sizing issues we saw earlier!
  39. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    I added a contacts screen... after you edit the name it auto fills the compose page with that when you clikc it
  40. Replies
    117
    Views
    3,727

    Re: Webmail Program: PersonalInbox.com *NEW SCREENSHOT*

    anyone other feature requests?
Results 1 to 40 of 499
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width