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

Search:

Type: Posts; User: Marraco

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    250

    Intercept windows screen

    I want to apply a graphic filter to Windows 7 screens (desktop and applications).

    I will start with 2D, and then try 3D.

    The "little" problem is that I have no idea on how to intercept the...
  2. Replies
    17
    Views
    1,542

    Re: Where has the subroutine gone?

    I forgot the answer!

    to get the function skeleton, and lots of other constructs, just rigth click on the place, click
    Insert snippet>Code Patterns - If, For Each....>Properties, Procedures,...
  3. Replies
    5
    Views
    822

    Re: Debugging going bad

    Check also that you are not runnig a release binary instead of a debug.
  4. Replies
    5
    Views
    822

    Re: Debugging going bad

    Yes, deleting the obj directory (at the same time that bin folder) worked. :)

    I don't remember the specific file that i mentioned, but I think thas was the pdb file.

    the class that failed to...
  5. Replies
    17
    Views
    1,542

    Re: Where has the subroutine gone?

    I also switched from VB6 to VB.net time ago, and was frustrated at start.

    But I'm Happy with the switch. VB.NET is much better. Far, far, far better.


    It's another level. It have little, if...
  6. Replies
    5
    Views
    822

    [RESOLVED] Debugging going bad

    I had a similar problem in the past:

    Suddenly, my code started executing wrongly, so I started step by step debugging of the offending routine (which before worked perfectly ).

    The strange...
  7. Replies
    3
    Views
    553