Controls PROBLEM

Dear Guru;

Please tell me about these:

  1. In visual c++ 6 how to change the CAPTION property of STATIC TEXT
    control.?
  2. How to use PROGRESS BAR control – how to manipulate its value
    in relation to a certain process.?
  3. How to change ICON image in a form during runtime?

Thanks in advance,

  • Richard -

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> 1) In visual c++ 6 how to change the CAPTION property of STATIC TEXT

control.?
pStaticWnd->SetWindowText(“New Caption”)

  1. How to use PROGRESS BAR control – how to manipulate its value
    in relation to a certain process.?
    CProgressBarCtl Class
  2. How to change ICON image in a form during runtime?
    pWnd->SetIcom(HNewIcom,Large or Small Icon)

if you need any more details plz feel free to ask


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com