Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scottmanjoe

    How to change the help file name&path

    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
  2. scottmanjoe

    How to create a shortcut on the desktop

    Hi, How can I create a shortcut for an (.exe) application on the Windows Desktop using a C function. Thanks, Scott
  3. scottmanjoe

    COM port open/close/status

    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
  4. scottmanjoe

    COM port open/close/status

    How to: 1.Open a COM port. 2.Close a COM port. 3.Check whether COM port is already in use. I think we will use a CreateFile(). Thanks, Scott
  5. scottmanjoe

    How to ensure only one instance of the application

    Hello, How to ensure that there is only one instance of the application that is running. Thanks, Scott
  6. scottmanjoe

    How to get the index of selected item of a CListCtrl

    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...
  7. scottmanjoe

    Window not shown when not in Focus

    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)...
  8. scottmanjoe

    Window not shown when not in Focus

    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...
  9. scottmanjoe

    Window not shown when not in Focus

    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...
  10. scottmanjoe

    serial to USB converter

    Hello, I think we can also use a USB Hub. Thankx. scott
  11. scottmanjoe

    serial to USB converter

    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
  12. scottmanjoe

    serial port (RS232) audio adapter/sound card

    Hello, I am looking for a sound card/audio adapter for serial port(RS232). Thankx scott
  13. scottmanjoe

    command to "stand by" the machine in win98

    Hello, I am looking for a command which can be used thru Windows+RUN to "Stand by" the system in Win98. Thankx scott
  14. scottmanjoe

    Windows CE drivers for logitech Quick Cam

    Hello, where can I get Windows CE 2.12 drivers for Logitech Quick Cam Express. Thankx scott
  15. scottmanjoe

    Windows CE drivers for HP Scanner and Logitech Quick Cam

    Hello, I am looking for Windows CE ver 2.12 drivers for HP Scanner 3300 Series and Logitech Quick Cam Express for x86 machines. Thankx, joe

Part and Inventory Search

Back
Top