Any way to spoof screen resolution to an application?
Thu, 7 Aug 2008 16:30:00 -0700
I'm trying to write an application using the MapPoint control on a tablet PC
running in portrait at 600x800 resolution. The control (and MP itself)
require a minimum of 640x480 so it won't work. I don't want to run outside
the native resolution of the LCD. Is there any way to spoof the resolution
to that ...
|
Restoring focus on WM_ACTIVATEAPP
Thu, 7 Aug 2008 15:22:25 +0100
Hello all,
I have an (unmanaged) GUI application. The top-level window has a number of
child windows any of which may have the focus at any one time.
If I alt tab away from the application and then back again the focus is
always given to the top-level window, regardless of which child window had
the focu ...
|
ImageList thread safety
Wed, 6 Aug 2008 23:58:05 -0700
According to reference it should be. However ImageList_Replace with mask
specified (when images are also displayed with ListView control) seem to
produce random display errors like black rectangle etc.
Multithreaded without mask seems to work ok, singlethread with mask works ok.
The question is there any work ...
|
Code pages v. Arial Unicode MS
Wed, 6 Aug 2008 23:52:40 -0700
I'm trying to understand the concept of code pages.
I have a font called "Arial Unicode MS" and it seems to have a lot of
glyphs, include Chinese and Russian. Is there not a unique integer for each
glyph in this font? If so, why do we need the concept of a code page?
Is not the concept a font a superset of ...
|
How to change windows scrollbars colors
Tue, 5 Aug 2008 02:09:27 -0700 (PDT)
I want to change the windows standerd scrollbars colors, I want
different color scrollbars in to my applications. I have searched and
tried with many things. But nothing is working. If I get the handle of
the only scrollbar control, I can get it wok out. But I am unable to
get the handle of scrollbars, instead o ...
|
Cursor hovering over the Desktop Window
Tue, 5 Aug 2008 00:52:34 +0100
Hello
I need to know if the cursor is hovering over the Desktop Window. I tried
if(WindowFromPoint(point) == GetDeskTopWindow()) though this did not work.
Perhaps there is something else I could try?
Thanks
Nic
...
|
Toolbar Image Background
Mon, 4 Aug 2008 10:08:46 -0400
I've been writing some code to create a toolbar with comctl32.dll. I create
it with CreateWindow and then send TB_BUTTONSTRUCTSIZE and TB_SETBITMAPSIZE.
I then send TB_ADDBITMAP and TB_ADDBUTTONS to add each button. When the
toolbar displays, it shows the background of each button image as RGB( 192,
192, 1 ...
|
|
|
TreeView - Second Hit on Same Selection.
Mon, 04 Aug 2008 01:31:45 -0700
Hi Folks:
Developing on XP Home, VS 2008 Pro, WIN32, no MFC.
This application uses a TreeView control to select text that
will be inserted into an edit box.
The TVN_SELCHANGED notification is received each time the
user selects a different piece of text from the TreeView.
The problem oc ...
|
Anuncios Gratis www.AnunciosGratis.de
Fri, 1 Aug 2008 12:46:39 +0200
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros.
Tfno: 91452123334
Puedes ver mi anuncio gratis en:
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
ww ...
|
About the hight of ComboBox
Thu, 31 Jul 2008 21:22:33 +0800
How can I enlarge the ComboBox?
It seems ComboBox has a max height can be set. ...
|