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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.