Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog color Pin
Roger21-Jul-00 4:29
Roger21-Jul-00 4:29 
GeneralRe: Dialog color Pin
Nobody24-Jul-00 11:23
Nobody24-Jul-00 11:23 
GeneralRe: Dialog color Pin
nobody0808924-Jul-00 11:25
nobody0808924-Jul-00 11:25 
GeneralTab Control Pin
Roger20-Jul-00 10:08
Roger20-Jul-00 10:08 
GeneralMFC Desktop Applications Exam Pin
Gaz20-Jul-00 7:00
Gaz20-Jul-00 7:00 
GeneralDirectDraw problem Pin
Ricky20-Jul-00 4:45
Ricky20-Jul-00 4:45 
QuestionIE 5.5: QueryInterface(IPersistStreamInit) fails on frames?!? Pin
Mike Morearty19-Jul-00 12:31
Mike Morearty19-Jul-00 12:31 
GeneralUI Beginner: CToolBar, CToolBarCtrl and CImageList Pin
Daniel Fiske19-Jul-00 7:04
Daniel Fiske19-Jul-00 7:04 
GeneralFinancial Math Library Pin
Chris19-Jul-00 6:18
Chris19-Jul-00 6:18 
GeneralRedefine malloc and free Pin
Max Merkl19-Jul-00 5:25
Max Merkl19-Jul-00 5:25 
Generalusing owner drawn cursor/ use bitmap as cursor Pin
Benedict Verheyen19-Jul-00 3:14
sussBenedict Verheyen19-Jul-00 3:14 
QuestionUsing COM from NT Service? Pin
Marc Pahlenkaemper19-Jul-00 1:42
sussMarc Pahlenkaemper19-Jul-00 1:42 
GeneralSave/Restore Position of MDI-Childs Pin
Hans-Peter Warter18-Jul-00 21:55
Hans-Peter Warter18-Jul-00 21:55 
GeneralRe: Save/Restore Position of MDI-Childs Pin
Dave Lorde19-Jul-00 12:47
Dave Lorde19-Jul-00 12:47 
GeneralHave anyone used SSL or SSPI?Can you give me some info?Thanks! Pin
jedi18-Jul-00 17:37
jedi18-Jul-00 17:37 
GeneralSetTimer() and KillTimer() Pin
David18-Jul-00 15:47
David18-Jul-00 15:47 
GeneralRe: SetTimer() and KillTimer() Pin
Philip Nicoletti19-Jul-00 3:00
Philip Nicoletti19-Jul-00 3:00 
GeneralRe: SetTimer() and KillTimer() Pin
Benedict Verheyen20-Jul-00 4:52
sussBenedict Verheyen20-Jul-00 4:52 
QuestionHow do you crop a bitmap? Pin
Phil18-Jul-00 11:44
Phil18-Jul-00 11:44 
GeneralNew View in a SDI App Pin
Anthony Perri14-Jul-00 5:53
Anthony Perri14-Jul-00 5:53 
Generalmfcole, need help with GetExitCodeProcess() Pin
michael biagioni18-Jul-00 7:57
sussmichael biagioni18-Jul-00 7:57 
GeneralRe: mfcole, need help with GetExitCodeProcess() Pin
Stephen Kellett20-Jul-00 6:07
Stephen Kellett20-Jul-00 6:07 
QuestionPicture in MFC? Pin
Complete Newbie to MFC.18-Jul-00 5:51
sussComplete Newbie to MFC.18-Jul-00 5:51 
I know this is kinda stupid question, but say I load a picture, but I want it to be able to change bitmap while I work with the program, MSDN I think get the following two explenations:
Syntax

Control.Picture[ = cFileName ]

Settings

cFileName

Specifies a .bmp, .gif, .jpg or, .ico file.


And:
object.Picture [= picture]

The parts of the Picture property syntaxes are described in the following table.

Part Description
picture A string expression specifying a file containing a graphic, as described in Settings.


Settings
The settings for picture are described in the following table.

Setting Description
(None) (Default) No picture.
Bitmap Specifies a graphic. You can load the graphic from the Properties window at design time. At run time, you can also set this property using the file name of a bitmap.

So lets say I have a picture with the string m_SelBmp
And a bitmap with ID: IDB_BMP

Should I call like this:
dunno.m_SelBmp[ = IDB_BMP ]
The funny thing here is that I know API much better than MFC...

GeneralActiveX in a ATL Dialog Application Pin
MFCisTOfatFORme17-Jul-00 17:31
sussMFCisTOfatFORme17-Jul-00 17:31 
GeneralCRichEditCtrl Memory Allocation Pin
John Schwartzman17-Jul-00 16:13
John Schwartzman17-Jul-00 16:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.