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!

Recent content by myriam2

  1. myriam2

    DLL in C for Visual Basic : parameter passing

    Hi John Fill Thanks for reacting ! Putting (char *) before it didn't created any errors any more BUT ... When I ask the strlen and return the result to VB, it is wrong ... even when I explicitly pass the stringlenght to the DLL function as a parameter and put and '\0' at the correct end...
  2. myriam2

    DLL in C for Visual Basic : parameter passing

    I tried the tip of mat (char* my_string = (LPCTSTR)received_bstr;) but then I got the error message : cannot convert from 'const char *' to 'char *' ???
  3. myriam2

    controlling 'Microsoft Volume settings window '

    Does anyone know how I can get and set the items (volume / wave / line in / mute-checkboxes) in the Microsoft Volume settings window ? Now I'm trying to use the winmm.dll, but here I succeeded only to set the volume of the speakers and the microphone. Some help about this subject would be very...

Part and Inventory Search

Back
Top