0
votes
1answer
32 views
+150
COleDropTarget not working for an MFC control
I have 2 MFC controls that I've created derived from a common base.
They appear in the same place in my dialog and by clicking a button it swaps between the 2 controls. I do dynamically create the …
3
votes
3answers
144 views
+150
Convert latex to html in Java or C++?
There are many tools for converting latex into html. I'm looking for a Java or C++ program to do this. It will need to run on multiple operating systems. The solution will be used on academic …
1
vote
4answers
87 views
+250
Double buffer common controls
Hello :)
Is there a way to double-buffer the common controls? Currently when they resize they flicker. A lot.....
EDIT: If it helps, it is a bunch of button controls and a few edit controls, all …
