How to design the complex UI???
Tue, 15 Jul 2008 05:36:10 -0700
Dear all,
Would you like to give me some tips about how to design the following
complex window using Visual C++ and MFC??
The window should implement the following functions:
1. using tree structure to browse variables;
2. after selected variable through the tree structure, the value of the
variable shou ...
|
Question for you "custom" GUI programmers out there
Mon, 14 Jul 2008 23:43:33 -0700
For those of you who write custom GUIs (custom controls, fancy interfaces,
etc), do you find that your code is filled with lots of "magic" numbers and
special cases for the various OSes and animation modes, etc.
I do all the custom UI work for my company, but I find that my code is now
filled with a lot of ...
|
Set focus programmatically without raising to foreground?
Mon, 14 Jul 2008 04:03:02 -0700
I would like to set focus to a window with a function call without raising
that window to the foreground.
It is possible to make this behavior happen by moving the mouse if
SetActiveWindowTracking is on, so Windows is capable of doing it. The
question is, is there a way for an application to do it by calli ...
|
http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO + http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.UEBERGROESSEN-KAUFEN-24.INFO
Sun, 13 Jul 2008 08:56:15 -0700
http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO + http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.UEBERGROESSEN-KAUFEN-24.INFO
+
+
+
+++ MAENNERKLEIDUNG KAUFEN +++ MAENNERKLEIDUNG ONLINE BESTELLEN +++
+
http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO
http://WWW.MAENNERKLE ...
|
Richedit EM_FORMATRANGE bug/wierdness
Sat, 12 Jul 2008 13:55:01 -0700
According to http://msdn.microsoft.com/en-us/library/bb788020(VS.85).aspx
The return value for EM_FORMATRANGE is "the index of the last character that
fits in the region, plus 1"
I have created a sample that proves that this documentation is incorrect or
that there is a bug in the control.
The documenta ...
|
BUG? SetLayeredWindowAttributes() on Vista?
Sat, 12 Jul 2008 12:28:33 -0700
Hi,
I'm using SetLayeredWindowAttributes() on Vista to fade in a window. These
windows can sometimes be different sizes. The problem is that it seems like
the OS is caching the last bitmap and there is no way to clear it.
For example, say the first time the window fades in, it says "TEST" and
everything is ...
|
Control panel applet question
Fri, 11 Jul 2008 19:03:26 -0700
Hi Experts:
I have a control panel applete (testApplet.cpl) which is statically linked
to a dll (test.dll). My questions are:
1. Can I put testApplet.cpl at locations other than System32 directory?
2. If I have to put testApplet.cpl in System32 directory, is there a way for
me to put test.dll in locatio ...
|
|
|
Hiding a rich edit caret
Fri, 11 Jul 2008 20:12:00 -0400
I'm trying to use a read-only rich edit control to display some formatted
text. Is there a way to get the rich edit control to hide the input caret?
Thanks.
David Liebtag
...
|
control painting, text messages and headaches
Thu, 10 Jul 2008 17:36:45 +0100
Hello Guys,
In my application I have a simple static control that can display text with
any color, font, etc. I have derived a class from CWnd, I handle the
WM_PAINT message in my own OnPaint(), and I have put a Text Control onto my
application in the designer (and then I put the DDX_Control macro to link
...
|
Extract icon from resource file
Thu, 10 Jul 2008 17:56:46 +0200
Hi, my question is:
How can I extract an icon from my resource file and create an *.ico file
from the data?
I want to do this programmatically (Win32). Do you have a brief example?
...
|