Folks:
I am trying to use .NET's DataObject.SetData to set a particular format for
clipboards and drag and drop. But I am as yet unable to prevent .NET
DataObject from prefixing my desired data with some unwanted data.
(I can do the parallel operation just fine using my own implementation o...
more >>
Hi everyone,
I'm using the ownerdraw functions for creating a menu, and while I can
get TRUE for e.State.Selected , I can't get a TRUE on
e.State.HotLight, no matter how much I run the mouse over the menu
item. I'm on Windows XP. Here's the code I'm using:
void MenuOnDraw(object sender, S...
more >>