Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jcl555

@jcl555
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • message pump - hidden window - how?
    J jcl555

    Is there a way to hide a window and still keep the message pump running?

    C# question

  • drawing on the main menu background
    J jcl555

    How do you draw on the main menu bars background? Not the actual menu items themselves but the entire menu bar.

    C# graphics question

  • constant WM_PAINT messages
    J jcl555

    I probablly should have mentioned that this is for a toolbar control that only contains buttons.. It seems that when I call the base message processing I only get the one WM_PAINT message (for instance when the cursor is dragged over a button). If I don't call the base message processing I constantly get WM_PAINT messages.

    C# graphics debugging question

  • constant WM_PAINT messages
    J jcl555

    I am trying to override the WM_PAINT message and I am continuously getting WM_PAINT messages. The basic code snippet is: protected override void WndProc(ref Message m) { if (m.Msg == WM_PAINT) { Trace.WriteLine(" WM_PAINT event"); m.Result = IntPtr.Zero; } else { base.WndProc(ref m); } } As I am planning to do all the drawing I don't want to call the base message processing for the WM_PAINT messages. Any ideas?

    C# graphics debugging question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups