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!

Recent content by conor0callaghan

  1. conor0callaghan

    (

    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...
  2. conor0callaghan

    Time Keeper for a 3dStudio Max or Auto Cad or simply just the system

    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...
  3. conor0callaghan

    How do i increment throught each file in a folder

    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..
  4. conor0callaghan

    How do you get number of items in a local 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?
  5. conor0callaghan

    Visual SourceSafe COM Question

    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 .
  6. conor0callaghan

    CORBA J2EE vs COM

    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...
  7. conor0callaghan

    Visual SourceSafe COM Question

    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...
  8. conor0callaghan

    Create a Plugin?

    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...
  9. conor0callaghan

    Vector or Hashtable

    Can anyone tell me which is better and why?
  10. conor0callaghan

    Statement Completion Problem

    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...
  11. conor0callaghan

    Debugger problem

    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...
  12. conor0callaghan

    Error with <atlbase.h>

    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...
  13. conor0callaghan

    URGENT Visual sourcesafe Variant problem

    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++...
  14. conor0callaghan

    VSS COM help?

    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<<&quot;Enter address &quot;<<endl; std::cin >> strUserInput...
  15. conor0callaghan

    BSTR to String

    He I want to convert a BSTR to a string so I can cout<< the bstr. Can anyone help?

Part and Inventory Search

Back
Top