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

Search:

Type: Posts; User: hotwheelharry

Search: Search took 0.03 seconds.

  1. Re: GDI+ flicker problem and double buffering hasn't helped

    Lawl, I fixed it!

    Turns out I just didn't override OnPaint correctly. Wrong one. Forgive the noobishness, I'm used to console stuff.

    Works like a charm now.

    Thanks for the help!
  2. Re: GDI+ flicker problem and double buffering hasn't helped

    @Big Ed: I meant I can play GTA4 on my computer fine... not PS3. Anyway, small point.

    Well the mouse move doesn't need to be there but the Panel graphic will update like 40 fps or something. I...
  3. GDI+ flicker problem and double buffering hasn't helped

    I have a dynamic graphic that is displayed inside a panel in one of my forms. It paints every mousemove event and flickers like no other. I have done three different things to get rid of it and it...
  4. [RESOLVED] inheritance with name : base()

    I am trying to access a List<> from the base class in a constructor of the derived class. It won't let me access it. Everything is marked public too.

    so why can't I access the list, but I can...
  5. How do you apply an attribute to all childNodes, and their sub-nodes?

    I wanted to know how to make a script that would take a xml element (ie. <div>) and then apply an attribute to it, it's childNodes, and then to it's childNodes' nodes, and so on. Basically to all...
  6. Event handler/Dom problem, need help

    I have three different ways of registering events to some divs in IE, and I have three problems. The first div does not work at all, the second gets the event object but no instance variable, the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured