How to set LineTo's line color?
Tue, 3 Jun 2008 16:51:23 +0800
thx! ...
|
Image + text on a button
Mon, 2 Jun 2008 22:44:27 +0400
Hello, hope this is the right group. 8=]
This is from the MSDN Library page on BM_SETIMAGE:
The appearance of text, an icon, or both on a button control depends on the
BS_ICON and BS_BITMAP styles, and whether the BM_SETIMAGE message is called.
The possible results are as follows:
BS_ICON or BS_BITMAP S ...
|
WM_CHAR Unicode and Code Page
Sat, 31 May 2008 22:14:00 -0700
I have an app. that uses both unicode and code pages.
The app is not using #define _UNICODE
Currently, I get the value of an input character with WM_CHAR. Because
_UNICODE is not defined, WM_CHAR always returns the code page character value
of a keystroke.
I need to get code page value for the char AND the ...
|
SHBrowseForFolder with initial UNC path and no context menu?
Thu, 29 May 2008 19:22:11 +0200
I use SHBrowseForFolder() for selecting folders, but I don't want the
context menu because it makes it too easy for novice users to rename folders
etc.
1: SHBrowseForFolder() without BIF_NEWDIALOGSTYLE don't have a context menu,
but doesn't work well with an initial UNC-path (see:
http://www.eggheadcafe.c ...
|
ListView with icons in only 2 columns
Wed, 28 May 2008 11:05:00 -0700
When I add the LVS_EX_SUBITEMIMAGES style the ListView sends LVN_GETDISPINFO
messages to get icons for every column. If I don't provide an icon it keeps
asking even though I set the mask to LVIF_DI_SETITEM. How can I display icons
in more than one column, but not every column? HELP!
...
|
question about XBUTTON1/XBUTTON2
Thu, 29 May 2008 01:59:04 +0800
Is there any kind of UI guidelines out there as to the right way to refer
to XBUTTON1 and XBUTTON2 in your UI? Some mice (like my MS optical) have
them on the left and right sides of the mouse. But others have them in
different places so calling them "left" and "right" doesn't work. ...
|
WinVista Hex Editor needed!
Mon, 26 May 2008 10:04:34 -0700 (PDT)
That's basically it. I am working on compression, and in order to
debug it, I need to read its output. ...
|
|
|
Re: A little compression...
Mon, 26 May 2008 09:02:16 -0700 (PDT)
On May 26, 6:18 am, "Bill Garber" <willy4...@comcast.net> wrote:
>
> I prefer ZIP, as well, being it's built into WinXP. No need
> to use anything else on the Intel based systems.
Exactly! While I have all sort of unpackers installed, less
knowledgable (and less intolerant) family members and
friends have no ...
|
Windows mail Contact
Mon, 26 May 2008 01:36:01 -0700
Hi,
I need to use windows mail contact( ICantact interface ) to get all the
contacts details. I can easily get the Name Collections.
I query the IContactProperties interface using IContact interface.
Using IContactProperties interface i get all the name and email address.
How to get p ...
|
SHBrowseForFolder - Callback Kills Scroll Bar.
Mon, 26 May 2008 01:10:32 -0700
Hi Folks:
Developing on XP Home, VS 2008 Pro, WIN32, no MFC.
I've been using SHBrowseForFolder() for a long time, but
a user is telling me the dialog is too big to fit on their
screen. Perhaps because they are using Dragon Naturally
Speaking, which has it's own frame around the client area.
...
|