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

Search:

Type: Posts; User: FaRd0wN

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. API - WM_GETTEXT is failing to work correctly....

    Hi-

    I am using the postmessage function and the WM_GETTEXT constant to obtain the text from a window but it doesnt want to work with this one window. The coding I have works on other windows...
  2. Replies
    2
    Views
    4,377

    Re: Is there a getkey function for vb???

    really? thanks! :D
  3. Re: ooooo, is there a function for Arc Tan or inverse tan???

    Nevermind its Atn() :D
  4. ooooo, is there a function for Arc Tan or inverse tan???

    ooooo, is there a function for Arc Tan or inverse tan???

    I know they are the same but i need either one!!! Thanks!!! :D
  5. Replies
    2
    Views
    4,377

    Is there a getkey function for vb???

    Is there a function that will return the pressed key that i can use in a loop??? I want to find the pressed key or keys while i am in a loop. I dont want to use the built in keyboard functions for...
  6. How do i change from Radian to degree mode in vb????

    How do i change from Radian to degree mode in vb????
  7. Replies
    6
    Views
    5,918

    Re: How to Capture keyboard input??!?!

    :D - Thanks!!!!!! I would vote 10 but i can only give you a 3. Thank you very much for the extensive explaination!
  8. Replies
    6
    Views
    5,918

    Re: How to Capture keyboard input??!?!

    nah, i need to find out what keys are being pressed outside of my programs interface, hence, api.
  9. Replies
    6
    Views
    5,918

    How to Capture keyboard input??!?!

    I realize that I need to use the getkeyboardstate api call... what i want to do is just check if a key is being pressed, it really doesnt matter what key, can you drop me a hint??? Thanks.

    FaRd0wN
  10. Replies
    1
    Views
    695

    Re: Where can I get Direct X from?

    you can download the directx sdk from :
    http://www.microsoft.com/DirectX/

    FaRd0wN
  11. Replies
    3
    Views
    1,700

    Re: Windows Common Dialog Color Component- RGB?

    thanks, but it was an anceint post.
  12. Replies
    21
    Views
    6,675

    Re: i have a lib can help you

    Still emailing? If so, please send me a copy of the control

    FaRd0wN @ hotmail.com
  13. Replies
    2
    Views
    1,008

    Re: Remember Bard's Tale?

    Hmmm, well i dont have much to say but expounding upon the global variable bit... you could load the images into a pictureclip(microsoft control) in a sort of mapped grid... but then there would be...
  14. Replies
    7
    Views
    790

    Re: Making an input box appear only once.

    Looks like they took care of it for me.

    FaRd0wN
  15. Replies
    7
    Views
    790

    Re: Making an input box appear only once.

    One way to do this is to declare a global variable called, GotData as boolean. When your program loads, set this variable to false. When the inputbox is called and data is successfully entered, set...
  16. Replies
    1
    Views
    666

    Re: Scalehieght / scalewidth

    Ok, here is my understanding of this enigma...

    If you set the scale on a form to pixels then the width and height of the form will still be in twips while the scale width/height is in pixels. If...
  17. Replies
    1
    Views
    688

    SavePicture errors!?!

    I am trying to use the savepicture statement to save a picture to file but vb is giving me and invalid property value error. Does anyone have any clues as to why this would happen??? Here is the...
  18. Replies
    1
    Views
    745

    How do you make a form the startup form?

    How do you make a form the startup form if you have more than one form??? Thanks.
  19. Replies
    1
    Views
    719

    Re: Hide Scrollbars

    API not activeX
  20. Replies
    1
    Views
    719

    Hide Scrollbars

    I need to hide the scroll bars in a tree view. I only want to hide the horizontal scrollbar and I can't get it to work. I have done my research and nothing has worked. Please help.

    FaRd0wN
    ...
  21. Replies
    5
    Views
    2,452

    Re: CPU Temperature Monitor

    I dont remember any sites but i downloaded the file a long time ago. I have the zip. If you want me to email it to you i can... just email me at FaRd0wN@hotmail.com sorry i dont remember...
  22. Replies
    5
    Views
    2,452

    Re: CPU Temperature Monitor

    There already is a program out that monitors the cpu temperature if the motherboard supports it. It is called motherboard monitor... it is new and you should be able to find it on hardware tweeking...
  23. setcaretpos?!?!? why does the windows api suck?

    How do you use the setcaretpos() function???? I am using it as it is documented but it wont work. Does anyone know how to use this accurately??? It is very annoying especially since MSDN provides...
  24. Replies
    1
    Views
    695

    Re: add controls at run time

    you cant create more controls at runtime but you can load more controls from an existing control... here is what i mean. If you have a text box with the index of 0, you can create more text boxes......
  25. Replies
    1
    Views
    577

    how do you add a separator in a menu?

    Does anyone know how to add a separator in a menu??? like a file menu?

    (in IE there is a separator in between Save As.. and Page Setup.... thats what i need)

    Thanks.

    FaRd0wN
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured