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

Search:

Type: Posts; User: Slav2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    9,758

    Re: Screenshot capture to byte array

    I am looking for faster method of bmp extraction and analysis. My program should work at high cpu load and one screenshot operation from a window can take 500ms to complete. Bitmap analysis after...
  2. Replies
    2
    Views
    9,758

    Screenshot capture to byte array

    Dear C# professionals.

    Is this possible to optimize the code of screenshot capture and make it directly to byte array without intermediate bmp? The code I use now contains of two functions. First...
  3. Replies
    16
    Views
    12,311

    Re: Multiple unassigned tooltips question

    I have used ToolTip class but have no idea what to use as a IWin32Window parameter. If I want to use ToolTip class I have to create a form, draw a bitton, assign tooltip to this button and hide the...
  4. Replies
    16
    Views
    12,311

    Re: Multiple unassigned tooltips question

    I like how tooltips are organizing in autohotkey. They serve as a small lines of information you can show on the header of active window or somewhere on the screen, or near coursor of the mouse. The...
  5. Replies
    16
    Views
    12,311

    Re: Multiple unassigned tooltips question

    Posted, but it is just a draft on the moment of posting. I have commented another lines with errors to look later.

    1. Task is to make tooltip in front of any active window or just on desktop...
  6. Replies
    16
    Views
    12,311

    Re: Multiple unassigned tooltips question

    Error 3 Argument '2': cannot convert from 'ToolTipTest.ToolTip' to 'System.Windows.Forms.IWin32Window'

    Probably my custom ToolTip class is not a control. I need a ToolTip code for example in dll....
  7. Replies
    16
    Views
    12,311

    Re: Multiple unassigned tooltips question

    I am trying any choices, API coding is not requirement. But I want to make a module which is working all the time independently on what we are trying to code (console application or library or...
  8. Replies
    16
    Views
    12,311

    Multiple unassigned tooltips question

    My idea was to create a simple function to add/relocate/remove up to 30 unassigned tooltips. My experience in C# is about a month and the only idea how to make it was taken from autohotkey code and...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured