March 14th, 2002 06:13 AM
I've derive my own edit class from a CEdit, but it does not send a EN_UPDATE as normal CEdit does. How do I make it send?
tks
February 23rd, 2002 08:39 AM
Anyone has done similiar thing before? The compass can be 3d model such as 3ds.
February 20th, 2002 03:37 AM
I need a class which is equivalent to MFC's CMap class but is portable across unix, win etc urgently. Does anyone out there has ready code for it?
thanks
February 8th, 2002 06:50 AM
I am developing a program which allows operators at workstation to (1) retrieve their MMI profiles from the server after a program level login. Operators may use any workstation within the domain....
February 2nd, 2002 07:44 PM
anyone know of any online forum or interest group which function similiarly to codeguru?
October 21st, 2001 09:36 AM
Anyone has a snippet on inserting lines of texts into a multi-row CEdit?
The CEdit only provides API for extracting, but seems to forget about inserting.
October 21st, 2001 09:31 AM
Cyan = 255 - Red
Magenta = 255 - Green
Yellow = 255 - Blue
Black = Min (Red, Green, Blue)
Converting back to displayable colour (unlike Photoshop which after conversion,
still looks very much...
October 21st, 2001 09:23 AM
You should look at some of the DIB classes found in the Bitmap section. Using one,
you can directly access the pixels before drawing to your document. And it is
so much faster compared to using...
September 8th, 2001 12:30 PM
I had some edit box on a floating dialog bar control. But it seems that when
the edit box has the focus, i must do an Alt-tab to use the menu Eg pressing
Alt-F to call up the file menu.
any...
September 6th, 2001 06:30 PM
anyone has a working example on adding more than 1 doc template using totally
different doc/view and child frame class?
It will be good if it also allow user to select document type just like
VC...
September 1st, 2001 09:21 PM
if you just want to access the bytes of the image, say change the red channels of certain
pixels at certain location (watever), why dont you try DIB.
You should be able to find the example DIBLOOK...
August 31st, 2001 08:06 PM
Hi all, i wish to draw a round shaded rectangle frame around a cedit control, how do I override
the cedit class so that i can draw the frame myself and offset the actual text output rect to some...
August 31st, 2001 08:02 PM
Hi all,
1) Anyone can show me an example of how to create and use additional doc template?
2) Say i have Template A for "*.mpg *.avi" and Template B for "*.bmp *.gif",
how does the app knows...
August 27th, 2001 08:16 AM
what do you mean by this? Then what is the point of saving the file?
Do you intend to close your program after saving a file in that manner, and expect to read in the bitmap you 'saved' again the...
August 24th, 2001 07:09 PM
How do i use CreateProcess (or any other suitable function) such that my MDI parent program can call another MDI(or dialog based) executable and pass some data (such as a string) to and fro?
...
August 21st, 2001 11:42 AM
hi there, is it possible to let me have a look at that program you are writing? A sample
will do too!
thanks
August 20th, 2001 09:05 AM
Anyone know of any active x control which allows me to use the Clipart picker in the
power point?
August 17th, 2001 08:10 AM
Again. the code attached is wholesale from my program... but it should work for just some minor chances... I assume u packed your image data into DIB... if u are not sure about that... there are...
August 16th, 2001 08:17 AM
HI, think u missed out what i typed in the last mail. The code is wholesale from my own program and thus, most would make no sense if you just cut and paste and compile.
There are a lot of error...
August 15th, 2001 07:14 AM
Hi, the following is what i had for writing and saving JPG using IJL lib version 1.5 (i think).
Some code does quite specific thing for me, so you will to alter to suit your needs.
hope it helps....
August 6th, 2001 07:45 AM
Anyone knows how do i draw a border around any window below the mouse cursor?
And also, how do i detect a mouse click and the flags when i clicked the mouse
outside of my application?
thanks
August 6th, 2001 07:41 AM
HI, this is what i did:
#define CAPS_WALLPAPER_BESTFIT 0
#define CAPS_WALLPAPER_STRETCH 1
#define CAPS_WALLPAPER_TILE 2
void CMainFrame::SetWallPaper ( int Style )
{
// Get window path...
August 5th, 2001 01:00 AM
Hi, is there any way to grab a frame or save a .swf file using the active X control?
August 3rd, 2001 11:25 PM
Hi all, my program currently has a set of tool buttons which when clicked, changes the
toolbar to show the subset of that particular tool.
I want some of functionality of the particular tool to be...