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

Search:

Type: Posts; User: V.B.For Dummie's

Page 1 of 9 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    864

    This should get you started [ Click Here ]...

    This should get you started [ Click Here ]
  2. Replies
    13
    Views
    2,554

    Please stay on topic.

    In all actuality , I am staying directly on topic !

    Beleive it or not all the topics within this forum thread are very , very relevant and should be brought to attention , especially for future...
  3. Replies
    13
    Views
    2,554

    :rolleyes: Thats funny......... The reason to...

    :rolleyes: Thats funny......... The reason to update the chips was suggested due to years of dust collecting and plainly put............. out of date , factory installed crappy chips in the first...
  4. Replies
    13
    Views
    2,554

    All I know is that my Win98 machine cannot even...

    All I know is that my Win98 machine cannot even handle being on the internet more than 30 minutes anymore so I just dis-connected it and threw it in the closet.

    My version of Win98 was on an HP...
  5. Replies
    26
    Views
    9,097

    I'm loading the pictures of the pieces into the...

    I'm loading the pictures of the pieces into the Image controls from a resource file.

    I don't mind giving some code but I do my programming on my other computer in the other room.
  6. Replies
    8
    Views
    1,245

    The reason why your code works in the mousemove...

    The reason why your code works in the mousemove event is because you're then passing the necessary X and Y Co-Ordinates as the GetPixel routine needs .

    So if you place your code into a function or...
  7. Replies
    8
    Views
    1,245

    You're missing something............. ...

    You're missing something.............


    Private Type MyLong As PointAPI
    X As Long
    Y As Long
    End Type

    GetPixel has to refer to An X and a Y
  8. The best tools that I have come across is the...

    The best tools that I have come across is the programs created by :" Ulli " at PlanetSourceCode , as far as free Add-Inn's . As I have seen some of the top moderators from CodeGuru leave good...
  9. Replies
    26
    Views
    9,097

    Wiz....... I have tried it with both......... It...

    Wiz....... I have tried it with both......... It first gave me the problem when I initially used my Image controls to hold the pictures of the pieces so I said to myself , perhaps using a picturebox...
  10. Hwnd

    GetWindow By Name , GetWindow By Text are other options .

    As the HWND changes everytime a Window is built in Windows.

    This maybe why your recieving an Error.

    If you're going to use the HWND...
  11. Replies
    26
    Views
    9,097

    This is really making me mad :(

    Okay........ someone tell me ..........................


    Why is it that my pieces , when grabbed with the mouse and then I goto move the piece............

    That the piece will snap to the back...
  12. Replies
    15
    Views
    3,118

    Project Analyzer ; Free to use and a must have...

    Project Analyzer ; Free to use and a must have for any V.B. Programmer. Click Here !

    Go to the above address ; download the Project Analyzer ( which is free to use up to 10 source code files...
  13. Replies
    5
    Views
    699

    Try using CStr(1) ?

    Try using CStr(1) ?
  14. Replies
    2
    Views
    5,161

    Reading an .EXE ................... Consist...

    Reading an .EXE ...................

    Consist of....................

    Reading the PE Header file appointed to eny .EXE created.

    The values can only be changed if the values take up the same...
  15. Replies
    26
    Views
    9,097

    WizBang........................ I have GOT to...

    WizBang........................ I have GOT to hand it to you.....................

    THAT WAS SO CUTE ................... :)

    You should finish it.....
  16. Because my CodePage is different maybe ? Do a...

    Because my CodePage is different maybe ?
    Do a search on MSDN on CodePage

    It will vary from Country to Country
  17. The a that you showed above , is chr$(226) with...

    The a that you showed above , is chr$(226) with the half moon pointed upward
  18. Chr$(226) = ă Look again :) Chr$(167) = §...

    Chr$(226) = ă
    Look again :)
    Chr$(167) = §
    Look again :)
  19. Then you will need to get the CodePage for the...

    Then you will need to get the CodePage for the Charcter Set you're wanting.
    What I showed you is the ASCII Set which is used on O.S.'s in the U.S.
    Either way , in order for you to disply the...
  20. Replies
    10
    Views
    4,204

    Here comes SubClassing.................. Hope...

    Here comes SubClassing.................. Hope you're not pressing for this project to be done cause you'll need to learn alot about subclassing and hooking
  21. As shown in the MSDN LIB.- Character Set (0...

    As shown in the MSDN LIB.-

    Character Set (0 – 127)


    0  32 [space] 64 @ 96 `
    1  33 ! 65 A...
  22. Replies
    5
    Views
    8,029

    One word to the wise........... The KeyCodes...

    One word to the wise...........
    The KeyCodes change internationally by the CodePage listed in the MSDN Lib.-

    Try ........

    Something like.................



    If vbBack Or vbBackSpace then
  23. Replies
    3
    Views
    910

    You can get a much better understanding of it all...

    You can get a much better understanding of it all by visiting MSDN
  24. Replies
    2
    Views
    900

    If App.PrevInstance then End End If

    If App.PrevInstance then
    End
    End If
  25. Replies
    26
    Views
    9,097

    Thanks for the example of dragging the Image...

    Thanks for the example of dragging the Image WizBang.
    However , I already had my own routine for dragging the Image.
    Did you notice the flicker though ?
    Your dragging method experiences the same...
Results 1 to 25 of 215
Page 1 of 9 1 2 3 4





Click Here to Expand Forum to Full Width

Featured