Program Folder?
Sun, 7 Sep 2008 07:46:38 -0700 (PDT)
How do I retrieve the current program's start-up directory in Win32 C? ...
|
TaskDialog
Sat, 6 Sep 2008 19:43:53 -0400
Vista's file overwrite confirmation dialog looks and smells like a
TaskDialog, but the three command links ("Copy and overwrite", "Don't copy",
and "Copy but keep both files") have icons and text with formatting (bold,
colored, etc.).
I can't find documentation that says you can put anything in the command ...
|
Re: Using more than one .RC file?
Sat, 06 Sep 2008 11:18:54 -0500
On Fri, 05 Sep 2008 23:37:07 -0700, Larry Lindstrom
<nobody@nowhere.com> wrote:
>r_z_aret@pen_fact.com wrote:
>> On Thu, 04 Sep 2008 14:30:05 -0700, Larry Lindstrom
>> <nobody@nowhere.com> wrote:
>>
>> clip
>>
>>> I'd like to have a self contained statically linked module.
>>> The code in the module ...
|
Problem about change list header control color
Sat, 6 Sep 2008 08:56:29 -0700
Dear all,
I'm trying to change the default background color of WTL's ListViewCtrl.
I've got the following method.
First of all, I reimplement a CHeaderCtrl's EraseBkGnd message.
Here, I change the background color of the control to the desired color.
And then, I subclasswindow a CHeaderCtrl object to the header ...
|
Problem due to HwndOwner in OPENFILENAME structure.....?
Fri, 5 Sep 2008 21:55:55 -0700 (PDT)
Dear Sir,
In our application, we are not using HwndOwner in OPENFILENAME for
save dialog window,
If we used HwndOwner then save dialog window not working properly,
It is working fine now without HwndOwner but save dialog is opens
below attaching window, so i need to bring above the attaching window.
P ...
|
JOURNALPLAYBACK Hooks
Fri, 05 Sep 2008 23:54:06 +0100
I have an application that provides a simple keystroke record/playback
macro facility using WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. The
app can save keystroke sequences to a file so that they can be reloaded
and played back at a later date. The record hook only handles keyboard
(keyup and keydown) mes ...
|
ShowWindow sends EM_SETSEL
Fri, 5 Sep 2008 18:06:51 -0400
I have a dialog that contains a multiline edit control. The dialog is
initially invisible. After the edit control is populated with some text, I
call ShowWindow(Dialog,SW_SHOW) to show the dialog.
If the dialog has an owner, the edit control receives an EM_SETSEL message
during the call to ShowWindow.
...
|
|
|
Tooltips for child controls
Fri, 5 Sep 2008 15:14:43 -0400
I have implemented a spin button that contains an edit control and an
up-down control. It works fine except for tooltips.
The parent application window creates a tooltip control and adds my spin
button with the TTF_SUBCLASS style. The tool tip correctly displays the
text when the mouse cursor pauses over ...
|
Enumerating All users favourites...
Fri, 5 Sep 2008 01:55:15 -0000
Hi all - sorry if this is not the best group - if unsuitable, please advice
where i should post.
I have a situation where i need to scan the favourites folders for all users
on a computer.
I can't find a consistent way of enumerate these folders.
I can get the favourites folder for the current user usin ...
|
DrawTextW with DT_CALCRECT returning zero width
Thu, 4 Sep 2008 06:29:01 -0700 (PDT)
I'm trying to use DrawTextW with the DT_CALCRECT flag to find the
width and height of a Unicode string. Everything works correctly if
the string contains only 'latin' characters (MS byte = 0) but as soon
as I include one or more Arabic or Cyrillic characters DrawTextW is
returning a width of *zero* for the enti ...
|