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 wOOdy-Soft 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: *

  • Users: sumedha
  • Content: Threads
  • Order by date
  1. sumedha

    Error importing comsvcs.dll (VC++ 6.0)

    hi, anyone tried to use com+ in vc++ 6.0? I can't seem to import the comsvcs.dll. also couldn't find the iid's and clsid's to use com+ without smart pointers. Anyone else got this problem? -or an answer to it? -=$umedha=-
  2. sumedha

    GetWindowText does not work

    hi, the following function does not return the text in a edit box control. Anyone know any other way to get the text in an edit box control? I'm not using MFC. "SetWindowText" works fine, only "GetWindowText" does not work. int GetWindowText( HWND hWnd, // handle to...
  3. sumedha

    Error importing comsvcs.dll

    hi, anyone tried to use com+ in vc++ 6.0? I can't seem to import the comsvcs.dll. also couldn't find the iid's and clsid's to use com+ without smart pointers. Anyone else got this problem? -or an answer to it? -=$umedha=-
  4. sumedha

    links to dll sites

    hi,<br>anyone know of any links to sites which gives instructions on how to write dlls in vc++?<br>sumedha
  5. sumedha

    how to display a text file in an edit box

    hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
  6. sumedha

    how to display a text file in an edit box

    hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
  7. sumedha

    how to display a text file in an edit box

    hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
  8. sumedha

    how to put combo, check box, radio button

    Hi,<br>using VC++6, new to Vc++.<br>dialog based MFC application.<br><br>first<br>I have designed a combo box and entered data.<br>I want the first data item to be selected when by default, when the form loads.<br>how do you do this?<br>also how do you assign the selected item to a...
  9. sumedha

    display an icon on a button

    hi,<br>how do you display an icon on a button?<br>I have a Icon as &quot;andy.ico&quot;<br>I want to display this icon on a button.<br>can someone please send me the code snippet?<br>I'm using VC++ 6.<br>(I experimented with SetIcon, SetBitmap but couldn't get it to work.)<br>Sumedha

Part and Inventory Search

Back
Top