Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBitmap and Dialog Pin
hph20-Aug-03 1:07
hph20-Aug-03 1:07 
GeneralRe: Bitmap and Dialog Pin
Member 42425920-Aug-03 1:35
Member 42425920-Aug-03 1:35 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 2:08
hph20-Aug-03 2:08 
GeneralRe: Bitmap and Dialog Pin
Member 42425920-Aug-03 3:08
Member 42425920-Aug-03 3:08 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 3:13
hph20-Aug-03 3:13 
GeneralRe: Bitmap and Dialog Pin
Anonymous20-Aug-03 3:35
Anonymous20-Aug-03 3:35 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 3:39
hph20-Aug-03 3:39 
GeneralRe: Bitmap and Dialog Pin
Ryan Binns20-Aug-03 5:24
Ryan Binns20-Aug-03 5:24 
hph wrote:
WS_VISIBLE | WS_CHILD | SS_CENTERIMAGE || SS_BITMAP,

You need to change this to:
WS_VISIBLE | WS_CHILD | SS_CENTERIMAGE | SS_BITMAP,
You should also have your rectangle so that the right coordinate is greater than the left coordinate and the bottom coordinate is greater than the top coordinate. If you want the static to be 10x10, use
CRect(100,100,110,110)
Hope this helps,

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralPowerPoint and OLE Server and MFC problem Pin
gicio20-Aug-03 0:24
gicio20-Aug-03 0:24 
Generaldefine "draw" area in CDC Pin
AnTri20-Aug-03 0:04
AnTri20-Aug-03 0:04 
GeneralRe: define "draw" area in CDC Pin
MCING20-Aug-03 0:20
MCING20-Aug-03 0:20 
GeneralRe: define "draw" area in CDC Pin
Steve S20-Aug-03 0:44
Steve S20-Aug-03 0:44 
Generalconvert Integer to String Pin
wow999919-Aug-03 23:46
wow999919-Aug-03 23:46 
GeneralRe: convert Integer to String Pin
MCING19-Aug-03 23:51
MCING19-Aug-03 23:51 
GeneralRe: convert Integer to String Pin
Ted Ferenc19-Aug-03 23:57
Ted Ferenc19-Aug-03 23:57 
GeneralWhere is the glitch in this code (minimizing and restoring another app) Pin
Kayembi19-Aug-03 23:37
Kayembi19-Aug-03 23:37 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Dangleberry20-Aug-03 2:19
sussDangleberry20-Aug-03 2:19 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Kayembi20-Aug-03 3:33
Kayembi20-Aug-03 3:33 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 5:25
Ryan Binns20-Aug-03 5:25 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Dangleberry20-Aug-03 6:00
sussDangleberry20-Aug-03 6:00 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 14:55
Ryan Binns20-Aug-03 14:55 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Dangleberry21-Aug-03 0:47
sussDangleberry21-Aug-03 0:47 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Kayembi20-Aug-03 7:13
Kayembi20-Aug-03 7:13 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 14:59
Ryan Binns20-Aug-03 14:59 
Generalgoing through each enumeration of an enum Pin
Jerome Conus19-Aug-03 23:29
Jerome Conus19-Aug-03 23:29 

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.