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 TouchToneTommy 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. VBGuyUsingVC

    VB Math Programming

    I took on a project that I assumed would be relatively simple. But for some reason, there is a block where I cannot find a solution. I need to write a program that will create all possible combinations of a string. For example: String = ABC Combinations=ABC,ACB,BAC,BCA,CAB,CBA String = ABCD...
  2. VBGuyUsingVC

    File Associations

    Does anyone know how to get a list of the registered file formats. I want to be able to do something similar to the way Windows displays the file types. (You know, a windows comes up listing all the executable titles and associated extensions with them.) . Is this simply a painful registry...
  3. VBGuyUsingVC

    Deconstructors ~

    I finally got my ActiveX control working like it should except that any app I use it on always crashes on exit. I've even used the Test Container application that comes with VC++. How do I clean up my control's instance data. Should I put some type of code in the deconstructor section...
  4. VBGuyUsingVC

    Call events in ActiveX Control

    Hi, I'm not certain what needs to be done here. I want my activeX control to fire an event. Here's a sample: //my app will call this function first (DoWatch) and then //wait on events to fire BOOL CAxCtrl::DoWatch(LPCTSTR strToWatch, long dwChangesToWatch, BOOL bWatchSub) { // TODO: Add...

Part and Inventory Search

Back
Top