Search:

Type: Posts; User: Insane_Magician

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    983

    Well when u call Call...

    Well when u call


    Call SendMessageLong(winampvx, WM_LBUTTONDOWN, 0&, 0&)

    That's a generic mouse button down, you do not specify where it happens, so the code wont work unless you pass the...
  2. I tried to do the same thing for AIM, what i...

    I tried to do the same thing for AIM, what i think you need to try is with set parent, use set owner as well. when i did that for aim windows everything worked fine, buttons and all, but sometime ill...
  3. Replies
    2
    Views
    460

    Here's a link for something along the lines, i...

    Here's a link for something along the lines, i dont think its exactly what your looking for but, you can tell me:
    http://www.vb-helper.com/howto_set_time_from_nist.html
    Goodluck :wave:
  4. Replies
    3
    Views
    784

    I don't know if VB is supported but you can take...

    I don't know if VB is supported but you can take a look at the NeroSDK, i know it at least works for C++ and its good. So try and find a VB version, for Ive nvr seen one b4
  5. I'd suggest using a .INI file to save the...

    I'd suggest using a .INI file to save the setting, take a look at this example to see how to do something along those lines:
    http://www.vb-helper.com/howto_read_write_ini_files.html
    Mabey make a...
  6. Replies
    3
    Views
    711

    OPS....:blush:

    OPS....:blush:
  7. Replies
    3
    Views
    711

    Or from this site:...

    Or from this site:
    http://www.vb-helper.com/howto_open_cd_drive.html
    :wave:
  8. Replies
    3
    Views
    517

    Tried, tested, and awesome :bigyello: ...

    Tried, tested, and awesome :bigyello:
    http://www.vb-helper.com/howto_grab_desktop_image.html
    A few things you want to add though, before you call grabdesktop, you want to add a 'Me.hide'
    then a...
  9. Replies
    8
    Views
    1,325

    I say try what MedevH suggested. Files are meant...

    I say try what MedevH suggested. Files are meant for multiple access and etc. So you might wanna do all the tracking to a file then save the final resluts to the reg if applicable. Props to MedevH, I...
  10. Replies
    6
    Views
    617

    Hey! It's me again. I stumbled upon the solution...

    Hey! It's me again. I stumbled upon the solution for this problem by chance and I remembered this post, so here it is:
    http://internettrash.com/users/fdb/addand.htm
    Hope you get this! :wave:
  11. Replies
    7
    Views
    650

    Let's say you enter in 1204 then 12104, instead...

    Let's say you enter in 1204 then 12104, instead of starting from the front, lets start from the back, assuming the last 2 digits will be the year, so now we have 12 and 121 for the '12' we know that...
  12. Re: How would i define a type in a class module?

    Are you sure that is the code, I paste it into a new form and it causes no problems. What I think is happening is that you are using that stuff before it is defined, so check to see where you defined...
  13. Replies
    9
    Views
    2,349

    While he's right, I too like 'organization'. ...

    While he's right, I too like 'organization'.


    This is the general idea. For example you could do this:



    FILE.INI contains:

    [A Section]
  14. Replies
    8
    Views
    1,325

    Because of the multitude of the system registry...

    Because of the multitude of the system registry and ALL the info it holds, I don't see this happening, as long as your doing it all the right way in terms of saving to teh registry, I'm sure you...
  15. Replies
    42
    Views
    1,555

    Thanks for the link, always like extra tutorials...

    Thanks for the link, always like extra tutorials on how to do stuff :D
  16. Replies
    6
    Views
    734

    K cool, thanks veryjonny. I wrote that all out...

    K cool, thanks veryjonny. I wrote that all out then I re read the question and I think i second guessed myself. Oh well, Ill wait for them to reply to see how it works
  17. Replies
    84
    Views
    225,677

    Sticky: I would like to jsut say thanks to all who have...

    I would like to jsut say thanks to all who have contributed to this topic. It's very useful and nice of you all. Keep up the great work!
  18. I dont know what was contained in that last post....

    I dont know what was contained in that last post. But if your talking about when u hoover over a link or a button, you could do this:

    Get the window handle o the browser
    Get the handle of the...
  19. For sure this would not be accomplished using VB....

    For sure this would not be accomplished using VB. So I'd say you'd have to search a section on robotics mabey. Voice activation etc.
  20. Replies
    6
    Views
    734

    OPS i misunderstood your question. So i think you...

    OPS i misunderstood your question. So i think you want to keep focus at all times, you want to make the window stay on top at all times, seach this forum for how to do that,I remember seeing that....
  21. Replies
    6
    Views
    734

    Hi you can do this: In your form: Private...

    Hi you can do this:

    In your form:

    Private Sub Form_Load()
    Call ShowWindow(Me.hwnd, SW_SHOWNOACTIVATE)
    End Sub


    In a module:
  22. Replies
    16
    Views
    2,246

    WOW you people are so EVIL! Gotta assume the...

    WOW you people are so EVIL! Gotta assume the worst! And it's all cuz of the way he worded his question. If he would of had said something along the lines of hiding a 3rd party program with a button...
  23. Replies
    16
    Views
    2,246

    Jmacp, your on the right track with the shell...

    Jmacp, your on the right track with the shell execute. In addition after launching the program id call ShowWindow:



    Declare Function ShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As...
  24. I'm still looking, here's an example of coloring...

    I'm still looking, here's an example of coloring a component using CShape, mabey you could use that some how?
    http://www.vb-helper.com/howto_set_frame_backcolor.html
    Using the '[Form].BackColor'...
  25. Replies
    6
    Views
    807

    k cool

    k cool
  26. Replies
    6
    Views
    807

    Sorry but I'm still kinda confused what you would...

    Sorry but I'm still kinda confused what you would like info on. Now i know that you said that you have the code for the game pad and how to use it, so what's your question, can you make it more...
  27. Ok I looked in my giant VB API book and I found...

    Ok I looked in my giant VB API book and I found what you need to use: 'SetBkColor' will set the background for a brush. Here's a few links I found that do this, but I'm not sure what your doing:...
  28. cjqp, I looked for answers to your question, and...

    cjqp, I looked for answers to your question, and came up with nothing, do you mean "How do I change a control's background color?"
  29. I have too seen examples for MSN, AIM, and ICQ,...

    I have too seen examples for MSN, AIM, and ICQ, but not yahoo. What you may have to do is find a 3rd party client for yahoo messenger that comes with source and take a look at what they do. I'd...
  30. Replies
    6
    Views
    807

    Hey! If you want to send key strokes, here's and...

    Hey! If you want to send key strokes, here's and excelent link for how to use keybd_event in VB: http://www.andreavb.com/forum/viewtopic.php?TopicID=1802&page=0
    Now how you are going to convert...
  31. Logout time? I don't fully understand what you...

    Logout time? I don't fully understand what you mean, do you mean as in if I log in at 9am then logout at 11am, do you mean the physical time of logout, or if I later login at 5pm, the time of the...
  32. Ahhh yea, silly me! I forgot how tree views and...

    Ahhh yea, silly me! I forgot how tree views and list views have their own commands to get text, etc. Gald you got it, ill make note of it.
  33. Replies
    189
    Views
    16,388

    Im not going to try to add too much but i totally...

    Im not going to try to add too much but i totally agree with NoteMe. OOP is a double edged sword tohugh, so if used in correctly, you end up making life harder, but if done right, its awesome!
  34. I'd try this, send the commands to the web page...

    I'd try this, send the commands to the web page view instead of IE. Using spy++ i found that the class of IE is: "IEFrame". But it has the page view component, class name "Shell DocObject View" with...
  35. Replies
    3
    Views
    445

    You also could try this: ...

    You also could try this:

    http://mxpack3t.net/windows_main.php?viewtut=6

    You could try to shell that, I'm not up to par on how to include "" inside of a string, so I'm not sure if itll work,...
  36. raladin have you figured out what needs to be...

    raladin have you figured out what needs to be done? If not post again here and I can tyr to help, as for all I've been doing is getting HWND from components of other apps ALL week lol.
  37. Replies
    4
    Views
    964

    If you tried SendMessage, and it returns a value,...

    If you tried SendMessage, and it returns a value, I think 0 if it fails and non-zero if it snneds, you may be able to tell if the paste failed or not wether the message was sent, I'm not too sure...
  38. Just wanted to say thanks! This is very useful in...

    Just wanted to say thanks! This is very useful in what im working on. :D
  39. Replies
    2
    Views
    486

    Re: What is faster?

    Have you figured it out yet or still trying? B/C now im kinda courious myself, so I may give it a try. From jstu looking at it, I think that send message would give the command slower, since all the...
  40. Replies
    6
    Views
    617

    Hehehe. *I thinks* hes referring to using vb api...

    Hehehe. *I thinks* hes referring to using vb api code to do it ;) Ill take a look into it, but as of now I don't know off the top of my head, but you may want to look into where those values are...
Results 1 to 40 of 53
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width