다이얼로그에서 화면 부분캡쳐 후 뿌려주는 코드..결과가 안나오네요~해결방안좀 알려주세요~^^
겨울c
void CVSSecurityDlg::OnRButtonDown(UINT nFlags, CPoint point)
{
CaptureEnd();
CDC *pDC = GetDC();
ASSERT_VALID(pDC);
CDC cdc;
cdc.CreateCompatibleDC(pDC);
cdc.SelectObject(&m_pBitmap);
StretchDIBits( pDC-m_hDC, (320+23)*3, 4, m_rect.Width(), m_rect.Height(), 0, 0,
m_rect.Width(), m_rect.Height(),BMRawData, pih, DIB_RGB_COLORS, SRCCOPY);
//pDC-BitBlt((320+23)*2,2,m_rect.BottomRight().x-m_rect.TopLeft().x,m_rect.BottomRight().y-m_rect.TopLeft().y,&cdc,0,0,SRCCOPY);
CDialog::OnRButtonDown(nFlags, point);
}
void CVSSecurityDlg::CaptureEnd()
{
OnCapture();
KillTimer(1);
POINT point;
CDC ScreenDC;
CPen pen, *oldpen;
CDC memDC;
GetCursorPos(&point);
m_rect=CRect(start.x,start.y,point.x,point.y);
ScreenDC.CreateDC(DISPLAY, NULL,NULL,NULL);
pen.CreatePen(PS_SOLID,2,RGB(0xff,0xff,0xff));
ScreenDC.SelectStockObject(NULL_BRUSH);
oldpen=ScreenDC.SelectObject(&pen);
ScreenDC.SetROP2(R2_XORPEN);
ScreenDC.Rectangle(m_oldrect);
ScreenDC.SelectObject(oldpen);
m_oldrect=m_rect;
memDC.CreateCompatibleDC(&ScreenDC);
m_pBitmap.CreateCompatibleBitmap(&ScreenDC,m_rect.Width(),m_rect.Height());
memDC.SelectObject(&m_pBitmap);
memDC.BitBlt((320+23)*2,2,m_rect.Width(),m_rect.Height(),
&ScreenDC,m_rect.TopLeft().x,m_rect.TopLeft().y,SRCCOPY);
m_nCapture=1;
////////////////////////////////////////////////////////////////////////////////////
int width = m_rect.Width();
int height = m_rect.Height();
membit = (HBITMAP)m_pBitmap.m_hObject;
GetObject(membit,sizeof(BITMAP),&bit);
ih.biSize=sizeof(BITMAPINFOHEADER);
ih.biWidth=bit.bmWidth;
ih.biHeight=bit.bmHeight;
ih.biPlanes=1;
ih.biBitCount=bit.bmPlanes*bit.bmBitsPixel;
if (ih.biBitCount 8) ih.biBitCount=24;
ih.biCompression=BI_RGB;
ih.biSizeImage=0;
ih.biXPelsPerMeter=0;
ih.biYPelsPerMeter=0;
ih.biClrUsed=0;
ih.biClrImportant=0;
PalSize=(ih.biBitCount==24 ? 0:1 ih.biBitCount)*sizeof(RGBQUAD);
pih=(BITMAPINFO *)malloc(ih.biSize+PalSize);
pih-bmiHeader=ih;
GetDIBits(memDC,membit,0,bit.bmHeight,NULL,pih,DIB_RGB_COLORS);
ih=pih-bmiHeader;
if (ih.biSizeImage == 0)
{
ih.biSizeImage=((((ih.biWidth*ih.biBitCount)+31) & ~31) 3) * ih.biHeight;
}
Size=ih.biSize+PalSize+ih.biSizeImage;
pih=(BITMAPINFO *)realloc(pih,Size);
LPBYTE offset = (PBYTE)pih+ih.biSize+PalSize;
GetDIBits(memDC,membit,0,bit.bmHeight,(PBYTE)pih+ih.biSize+PalSize,pih,DIB_RGB_COLORS);
BMRawData = new BYTE[width*height*3];
memcpy(BMRawData,(PBYTE)pih+ih.biSize+PalSize,width*height*3);
}
다이얼 로그 화면에 사각영역을 마우스 클릭 후 그린 후 그 부분을 출력하는 소스 입니다.
하지만 사각형 영역을 그린 후 마우스 오른쪽 버튼을 누르면 설정한 좌표값에 뿌려주는 코드인데...
오른쪽 버튼 클릭하는 함수에서 BitBlt를 사용하여 뿌리면 사각영역에 대한 캡쳐화면이 검게 나옵니다.
그리고 StretchDIBits를 사용하여 뿌리면 아예 나오질 않네요~혹시 해결방안을 아시는 분 알려주세요~^^
복받으실꺼에요~ㅎㅎ이 문제로 2틀간 요것만 잡고 있네요~흑흑
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2690365 | 고수님들~ IE6,7의 버그를 잘 잡기위한 튜토리얼이나 책 추천좀 부탁드려요! (1) | Schokolade | 2025-04-04 |
2690307 | 연사자중 &에 대해 질문합니다. | 미리별 | 2025-04-03 |
2690286 | 포커스메소드.. (3) | 집1어치워 | 2025-04-03 |
2690261 | label..? (10) | 차분 | 2025-04-03 |
2690232 | Contact form 7 에서 방문자가 한글파일을 첨부해서 보내면 파일명이 깨집니다. (1) | 무들 | 2025-04-03 |
2690207 | 질문~ 산수? 문제욧.ㅋ 다시질문이욧~ (5) | 가리매 | 2025-04-02 |
2690178 | 사진 게시판 질문입니다. (1) | 빛다 | 2025-04-02 |
2690144 | 글씨속성중 %요...? (3) | 클라우드 | 2025-04-02 |
2690116 | 비베.net 과 비베와 같나요?? | 흰여울 | 2025-04-02 |
2690088 | 퍼블리셔분들 문의드려요~! | 예그리나 | 2025-04-01 |
2690033 | 기초적인 비트연산자에 관한 문제.. (3) | 초시계 | 2025-04-01 |
2690006 | td에 class값에 대해.. (7) | 계획자 | 2025-04-01 |
2689979 | [초보질문] 제발 가르쳐 줘요..생 초보 한테는 답두 안해 주남여...흑 (8) | 간조롱 | 2025-03-31 |
2689952 | [질문] 다람쥐메일같은걸(IMAP되는) 직접 깔 수 있는 웹호스팅이 있을까요? | 힘차 | 2025-03-31 |
2689932 | 텍스트 세로정렬(?) 관련질문 | 우수리 | 2025-03-31 |
2689908 | 커스텀 테마 플러그인 추천 부탁드립니다~! | 풋내 | 2025-03-31 |
2689882 | 플래시 액션스크립터의 역활은 어디까지 일가요? (10) | 민트 | 2025-03-30 |
2689849 | iframe 표준에 맞게 넣는 방법 (3) | 타마 | 2025-03-30 |
2689824 | c++에서 string.. (6) | 슬옹 | 2025-03-30 |
2689791 | 애플릿뷰어를 실행하면 아무것도 안나오네요 (1) | 너에게 | 2025-03-30 |