Search:

Type: Posts; User: AaronC

Search: Search took 0.03 seconds.

  1. Thread: Stop flickering

    by AaronC
    Replies
    5
    Views
    831

    I have run into the same problem. I am not sure,...

    I have run into the same problem. I am not sure, in fact I hope I am wrong, but I think it is a VB limitation. If you wrote it in a faster language such as C++. I have a DLL written in VB that does...
  2. Replies
    4
    Views
    772

    Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts.
    This will let you specify the working...
  3. Replies
    2
    Views
    527

    Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts.
  4. Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts.
    It is formatted fairly neatly, you won't have...
  5. Replies
    6
    Views
    1,192

    Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts. (It is also in a lot easier to download format)
  6. Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts.
  7. Replies
    1
    Views
    507

    Check out...

    Check out http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7349.
    There is code from the VB6 Pro CD that creates shortcuts.
  8. How can I convert from a frequency (of visible...

    How can I convert from a frequency (of visible light) to a RGB color?
  9. Replies
    2
    Views
    1,242

    If you have the new Microsoft Media Player...

    If you have the new Microsoft Media Player installed it comes with a control that if it can't play a format, I think it will try to find a update from MS that will let it (assuming that you are...
  10. Thread: lander

    by AaronC
    Replies
    1
    Views
    1,051

    If you are asking how to declare GetTickCount so...

    If you are asking how to declare GetTickCount so as to get an integer back, I don't know of any way. But if you just want it to end up as an integer in the end then if you use "CInt(GetTickCount AND...
  11. Thread: Error Trapping

    by AaronC
    Replies
    2
    Views
    400

    Here is the standard error message I use: msgbox...

    Here is the standard error message I use:
    msgbox "Error- " & err.Description & " (" & Err.Number & ")"

    I think the description it provides might give you enough info to figure out where it came...
  12. Replies
    1
    Views
    463

    I am not sure quite what you are trying to do,...

    I am not sure quite what you are trying to do, but here is my best attempt. If you keep 2 and 6 with that example, I would suggest that you put in a 'Randomize Timer' statement in the projects...
  13. Replies
    18
    Views
    934

    I think you want a 'Set MyExcel=Nothing' in there...

    I think you want a 'Set MyExcel=Nothing' in there after you quit excel.
  14. Replies
    1
    Views
    441

    if you search the Microsoft Developers page for...

    if you search the Microsoft Developers page for Telephony, somewhere in there you should find a control for that sort of thing.
  15. Replies
    1
    Views
    427

    How can I use vb5's Winsock Control to send email?

    How can I use vb5's Winsock Control to send email?
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width