a VC++ problem......blocked my project

hi all....this is rahul arya.....

i m undergoing a project of "image grabbing algorithm using API functions in VC++".....

the problem i m facing is dat i want to display the live image into a prticular part of my output window......

for this i have inserted a picture in the DIALOUGE of my project resource ....than i have assigned a handle to the window as./...

MainWnd=m_Viewer.m_hWnd........

where m_viewer is the variable of picture inserted//////

then i have provided the handle mainwnd to the function displaying the live onto the particular part of the output window...

can ne1 guide me how to tackle this as i m getting my ouput....



Answer this question

a VC++ problem......blocked my project

  • B.J.

    cgraus wrote:

    What are you using to show your picture You should just handle your paint event and draw it whereever you like.

    And you should consider posting quetsions with meaningful subjects. It's obvious that you'd post a VC++ problem in the C++ forum. You want your subject to attract the attention of people who can help you.

    thanx 4 advice.....

    c in ma project i m not going to draw ne thing.......

    its the direct live feed from camera wich i want to show on to d screen.......shoud i mail u the full code ......if u can sort out na problem plz.....


  • Shahaji

    What are you using to show your picture You should just handle your paint event and draw it whereever you like.

    And you should consider posting quetsions with meaningful subjects. It's obvious that you'd post a VC++ problem in the C++ forum. You want your subject to attract the attention of people who can help you.



  • Seth Hall

    I'm sorry, I simply cannot read this. This is not a mobile phone.

    If you use google, there are lots of sample projects out there for getting a feed from a camera. www.codeproject.com has plenty of them.



  • a VC++ problem......blocked my project