Load jpg files
Thu, 17 Apr 2008 13:56:06 -0700 (PDT)
Hi,
I am new to GDI+ so sorry if the question is too simple. I am
implementing an image processing program in C++. What I need is using
GDI+ to load a jpg or bitmap files and retrieve the image content (for
example, RGBRGBRGB......).
I tried to search online but most of the tutorials involved device
content ...
|
Font English facename
Tue, 8 Apr 2008 09:56:01 -0700
I want to get the facename for a font, but I want the version that is not
localized. If I am running in Japanese, I cannot seem to force the OS to
give me the English equivalent name (e.g. MS PGothic). I've tried using
EnumFontFamiliesEx in addition to GetLogFont (GetObject).
Trying to use setlocale to ...
|
how to start application at startup of booting time
Thu, 3 Apr 2008 22:35:03 -0700 (PDT)
for starting application at boottime, as you say to make changes as
follows on registry:-
[HKEY_LOCAL_MACHINE\Init]
> Launchxx = "MyShell.EXE"
> Dependsxx = hex:14, 00, 1e, 00
but problem is i given below.
i have hard disk with primary partition 32mb. I have 3 files
boot.ini, splash.bmx and ...
|
How to fast booting time
Wed, 2 Apr 2008 00:53:58 -0700 (PDT)
Hello,
I am using Win ce 6.0. I have created application code and deploy a
nk.bin on hard disk of target platform. I boot target device from hard
disk, but it take much time for booting or to load the image. I want
to speed up the boohing process. How can i do this?. I also want to
autostart the application ...
|
how to use SetMapMode() function in Win CE 6.0
Wed, 26 Mar 2008 00:48:48 -0700 (PDT)
Sir,
I am doing Win CE 6.0 base application. In that i have to use given
function: SetMapMode(), SetWindowExtEx(), SetViewportExtEx()
functions and set the mode MM_ANISOTROPIC. But while compliing, it
will give the error as Undeclared identifier for given functions.
How i can use these function in m ...
|
JPEG CONVERSION
Tue, 25 Mar 2008 13:06:03 -0700
I am coverting JPEG picture format into BMP format, and vice versa.
I wonder if I can use conversion functions used by the windows so that I do
not have to develop seperately.
How do I get to access these function ?
JPEG to BMP, and BMP to JPEG.
Thanks,
SpottyTheDog
...
|
R2_XORPEN
Wed, 12 Mar 2008 10:48:03 +0800
Would anyone tell me how to use gdi+ realize the gdi rending R2XORPEN?
...
|
|
|
OPENFILENAME
Sat, 8 Mar 2008 19:44:01 -0800
I used
OPENFILENAME structure
and
GetOpenFileName (&ofn)
I get a dialog box similar to windows explorer.
But the default setting of the dialog box is â??listâ?.
I like to set the default setting to â??Thumbnailsâ?.
At this time I have to click â??Viewâ? button and then select â??Thumbn ...
|
Clipping changes mask origin in MaskBlt???
Tue, 04 Mar 2008 12:34:10 +0000
I have a monochrome bitmap I want to use as a stencil to paint colour
onto a DC surface, and I'm using MaskBlt to do it. This works fine
/unless/ I set a clip region in the DC, whereupon the stencil seems to
shift its origin.
IOW, I have code that goes roughly,
HDC hdc = ...
#if USE_CLIP
...
|
EnumbDisplayDevices doesn't work from within a service under Vista
Fri, 29 Feb 2008 02:19:00 -0800
Hi all,
I want to count the number of displays devices attached to the pc from
within a service. We need this to be able to check the status of the monitors
that are attached to the display cards. I use the EnumDisplayDevices function
to accomplish this. On XP/W2K this was perfectly possible but on Vista it ...
|