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 strongm 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: bosonsbo
  • Order by date
  1. bosonsbo

    How to load program run at start up

    Hey u asked it in VC++........ so i think u want to programmatically load your prog in StartUp one trick is what palbano suggested to U. Other is, You can add your application file (.EXE with args) in registry key. The key is HKCU/SoftWare/Microsoft/Windows/Current Version/Run. Add your app path...
  2. bosonsbo

    How can i generate voice using any API?

    You need Speech API. Search for SAPI (Speech API) in MSDN.
  3. bosonsbo

    How to pass a struct to and from a dll?

    The DLL runs in the same address space as your application So write some function in your Dll, say Give(void *); and call this function from your applicatin after LoadLibrary call, pass your struct * to Give(void*).

Part and Inventory Search

Back
Top