Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: correct way to copy bstr ? Pin
CPallini28-Apr-09 3:11
mveCPallini28-Apr-09 3:11 
GeneralRe: correct way to copy bstr ? Pin
Mogaambo28-Apr-09 3:51
Mogaambo28-Apr-09 3:51 
GeneralRe: correct way to copy bstr ? Pin
CPallini28-Apr-09 5:16
mveCPallini28-Apr-09 5:16 
QuestionNeed To create a plugin for adob photoshop. Pin
bankey101028-Apr-09 1:28
bankey101028-Apr-09 1:28 
AnswerRe: Need To create a plugin for adob photoshop. Pin
_AnsHUMAN_ 28-Apr-09 1:50
_AnsHUMAN_ 28-Apr-09 1:50 
Questionfiring a http url in c Pin
Kiran Pinjala28-Apr-09 0:35
Kiran Pinjala28-Apr-09 0:35 
AnswerRe: firing a http url in c Pin
Rajkumar R28-Apr-09 1:26
Rajkumar R28-Apr-09 1:26 
QuestionSetScrollInfo() not calling OnSize() of CDialog Pin
Member 438103628-Apr-09 0:32
Member 438103628-Apr-09 0:32 
Hai all,

In CDialog,zooming the image and scrolling works fine for dialog but not picture control(CStatic)of CDialog.
I am trying to load an image(any type) in picture control and zooming it.For that i am using the third party class where in contructor i am assigning picture control window.It displays the image and enable the scrollbar according to zoom.

Passing this->m_hWnd of CDialog inside my Zoomin()
SetScrollInfo(this->m_hWnd ,SB_HORZ,&m_HSInfo,TRUE)
This code is calling OnSize() of CDialog and diaplays image in dialog where i can access scrollbar,but if i pass my picture control window inside the
SetScrollInfo(hWndpicturecontrol,SB_HORZ,&m_HSInfo,TRUE)
it is not caling OnSize() of CDialog and i cant even access the thumb of the scrollbar.

I followed the sample by refering the below URL
http://www.codeproject.com/KB/cpp/GDI_.aspx

Thanks and regards
SatheeshKumar.
AnswerRe: SetScrollInfo() not calling OnSize() of CDialog Pin
girishog28-Apr-09 1:04
girishog28-Apr-09 1:04 
QuestionScreeshot in wince Pin
ujjawal kumar28-Apr-09 0:15
ujjawal kumar28-Apr-09 0:15 
QuestionRe: Screeshot in wince Pin
David Crow28-Apr-09 3:09
David Crow28-Apr-09 3:09 
QuestionI want to sell the antitheft software with source code, can you help? Pin
samdecosta27-Apr-09 23:57
samdecosta27-Apr-09 23:57 
AnswerPlease, don't pollute the forum with advertising. Pin
CPallini28-Apr-09 0:03
mveCPallini28-Apr-09 0:03 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 3:09
samdecosta30-Apr-09 3:09 
GeneralRe: Please, don't pollute the forum with advertising. Pin
CPallini30-Apr-09 3:16
mveCPallini30-Apr-09 3:16 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 19:23
samdecosta30-Apr-09 19:23 
GeneralRe: Please, don't pollute the forum with advertising. [modified] Pin
CPallini30-Apr-09 22:18
mveCPallini30-Apr-09 22:18 
AnswerRe: I want to sell the antitheft software with source code, can you help? Pin
Chandrasekharan P28-Apr-09 0:03
Chandrasekharan P28-Apr-09 0:03 
Questionenviromental access problem Pin
Mogaambo27-Apr-09 23:39
Mogaambo27-Apr-09 23:39 
AnswerRe: enviromental access problem Pin
Garth J Lancaster27-Apr-09 23:53
professionalGarth J Lancaster27-Apr-09 23:53 
AnswerRe: enviromental access problem Pin
Stuart Dootson28-Apr-09 6:03
professionalStuart Dootson28-Apr-09 6:03 
QuestionActivex Control Setfont &Get font Pin
girishog27-Apr-09 23:36
girishog27-Apr-09 23:36 
AnswerRe: Activex Control Setfont &Get font Pin
Stephen Hewitt28-Apr-09 0:07
Stephen Hewitt28-Apr-09 0:07 
GeneralRe: Activex Control Setfont &Get font Pin
girishog28-Apr-09 0:53
girishog28-Apr-09 0:53 
GeneralRe: Activex Control Setfont &Get font Pin
Stephen Hewitt28-Apr-09 4:57
Stephen Hewitt28-Apr-09 4:57 

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.