Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for 330xi

I have an usb-camera with its drivers and dll with some funtions to use this camera in my solutions. I want to use it in any wide-spread applications, to be able just to choose and use it in Skype, for instance. So. I want to develop some soft that will …

Member Avatar for 330xi
0
115
Member Avatar for 330xi

Hi! I have a Moniker from ROT and I have an "empty" _ApplicationPtr variable. How Can I have in _ApplicationPtr var a process by Moniker.

Member Avatar for 330xi
0
88
Member Avatar for 330xi

I want to run soem code by rolling a mouse wheel. MFC, doc/view In Mainframe header: afx_msg BOOL OnMouseWheel (UINT nFlags, short zDelta, CPoint pt); In Mainframe source message map: ON_WM_MOUSEWHEEL() Event handler: BOOL CMainFrame::OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) { if (zDelta>0) { OnDemokey(); } else { OnMinuskey(); …

0
66
Member Avatar for 330xi

Hi! I want to add a picture to my opened word file. But not from file. I have some picture on a DC in my program and want it directly to Word document. Does anybode know how?

Member Avatar for 330xi
0
179
Member Avatar for 330xi

Hi! I'm working with word through my c++ application. And I want to read some documentation about available opportunities. I see some piece of code of some paticular situations (to add a picture, to add text, to save file, to fill table) in forums, but I want to observe all …

Member Avatar for 330xi
0
360
Member Avatar for 330xi

How to hide and then to show again when I want to a standard menu toolbar in MFC doc view application?

0
97
Member Avatar for 330xi

Hi! Only two windows-dialogs in my programm. On button click I do this->EndDialog(0); MyWiew mw; mw.DoModal(); ShellExecute(0, NULL, fdlg.m_ofn.lpstrFile, NULL, NULL, SW_MINIMIZE); But MS WORD opens file and starts only when mw is closed. How to start it with the mw together? Thanks in advance.

Member Avatar for 330xi
0
97
Member Avatar for 330xi

Hi! In my program MFC Doc/view one view constantly displaying what the camera is "seeing". After some event I want to show in the other window - dialog the image that has been in the view in the moment of event. I have code in Dialog window that succesfully draws …

Member Avatar for 330xi
0
157
Member Avatar for 330xi

I have this error in atlimage.h line 1568 while trying to save picture. In release mode everything is "fine" but no new file appears. Here is the code: CClientDC dc(this); CDC dcMem; CBitmap m_bmpBack; GetClientRect(&rc); hBmp = LoadImage(NULL,name,IMAGE_BITMAP,0,0,LR_LOADFROMFILE); GetObject ( hBmp, sizeof(bm), &bm ); m_bmpBack.Attach(hBmp); dcMem.CreateCompatibleDC(&dc); hbmpOld = (HBITMAP)dcMem.SelectObject(m_bmpBack); //hToSave …

Member Avatar for 330xi
0
470

The End.