I'm trying to write an application which will listen to applications running in windows.
Things I need to achieve this.
1 Get the name of the application focused or being worked on. ( I've this part done using GetForeGroundWindow());
2 Now that I have the CWnd I convert it to a CFrameWnd so...
I wish to create an application which will log all the work done by a worker. The application I wish to keep track of is 3d Studio Max AutoCad . I was wondering how I would go about this.
I'm guessing that Shell programming would be one option where it logs the users movements, however I...
I need to be able to increment throught each file in a parent folder.. Anyone know how this is possible?
Basicaly I have a file parser which must go through each file in a folder..
Hi I've created a CFolderDialog class which is similar to the CFildDialog class. The only difference is that it returns the address of the folder instead of the file..
I want to get create a function which takes in the address of the folder and returns the number of files it contains?
http://support.microsoft.com/default.aspx?scid=KB;en-us;169928&
This link might help. include the ssauto.h and that should do the trick,
Let me known how you get on .
I've created a program which adds more functionality to Microsofts Visual SourceSafe.
I use COM technologies to do so.
Microsoft supplied a ssauto.h file which support OLE automation for SourceSafe..
I was wondering if it would also be possible to do what i have done using CORBA or J2EE?
Just...
I've created a program which adds more functionality to Visual SourceSafe.
Currently it works using a seperate gui..
Does anyone know how I can use my program as a plug in?
Microsoft Give VB sample code which uses Automation to perform and look the same as VSS.. Would it be possible to use...
Hi , i've created a little application for VSS. At the moment it runs as a seprate program.. Is there any way I can make it a plugin which will be part of the GUI for VSS?
I've coded it using C++ and the SSAUTO.h file for automation..
There is sample code on the microsoft web page which...
Hey, I've just added an Active X control to my project. Its the TreeView Control.
the member variable is created m_TreeLeft
when I type in the m_TreeLeft. there is no popup the member functions. How ever when I use the correct function which i have to look up , the project compiles and works...
When I float the mouse over a CString I its value will not pop up! Not sure what the problem is. The string is created and initiated but I just cant see it. Can anyone help. Everything else works fine, int values BSTR values come up but no value for my CString. Was working a few days ago. I did...
Not sure if its a linker error or something but I want to use CComBSTR so i need atlbase.h
problem is when I #include<atlbase.h> I get 2 compiler errors.
I'm not using using CComBSTR or any thing , this is the error
---------------------------------------------------------
error C2065...
Hey,
I'm using OLE automation in C++ to add more functionality to Visual SourceSafe. I've a problem with my
IVSSItems->get_Item(variant,**bstr) method;
I'm not sure how variants work. I've attempted this before in borland C++ and it was no problem but I've been trying it with Visual C++...
Hey, I'm doing a project on visual sourcesafe.
I'm using ssauto.h to use all the functions within ss.
Anyhow, I've connected to ss and now I just want to start messing with the functions,
this is a clip of my code
std::cout<<"Enter address "<<endl;
std::cin >> strUserInput...
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.