Hi,
When we click on the Help button of the PropertySheet, the MFC picks up the file from a default-location.
Is there any way to change the name and path of the file?
Thanks,
scott
Hi obislavu,
Thanks for the reply.
Suppose we have opened the COM port using one thread and we want to close it using some other thread and there is no way that the second thread knows about the handle.
Is it possible to retrieve the handle later on and then use CloseHandle.
Thanks,
Scott
Hello,
How to get the index of the selected items of a CListCtrl Control Object.
GetSelectedCount() will give the number of selected items.
and GetNextItem() will give the next selected item(with the LVNI_SELECTED flag).
But i am not able to implement it and after one loop it gives a value -1...
Hi Ion,
Well My problem is that I am calling a CPropertySheet Object's DoModal from a CWinApp's Object's InitInstance.
CMyApp theApp; /*The one and only App Object*/
BOOL CMyApp::InitInstance()
{
....
CString strMainSheet("\0");
strMainSheet.LoadString(IDS_MAIN_SHEET_CAPTION)...
Hi Timmay,
DoModal is working fine and it displays the PropertySheet window alongwith the PropertyPages.
But It does not display that window in the Task-bar.
Now, when My window is shown and I click on some other window, My window disappears from the task-bar.
But, It is still there in...
Hi,
These are elements of my dialog based application-
CSetupDlg : CDialog
CMainSheet : CPropertySheet
CPage1 : CPropertyPage
CPage2 : CPropertyPage
Cpage1 and CPage2 are the Pages of the PropertySheet CMainSheet.
The following is called to invoke PropertySheet from CSetupDlg...
Hello,
I want to use my serial port (RS232/PS2) for Logitech Quick Cam Express Webcam which is a USB device.
Is there any way that i can connect the webcam to the converter and then plug the converter in the serial port and use the web cam?
Thankx in advance.
scott
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.