If you can run the program then you can use Process Monitor to see which files it uses and creates. [Process Monitor - Windows Sysinternals | Microsoft Docs](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)
Anders Eriksson
Posts
-
Dumb Old Program Question -
Login on article pageHello! One improvement to the site would be that if I login on a article page I will return on the same page after login! Now I wind up at the frontpage and have to find the article again.
-
ActiveX Control - sorounding box isnt changed in OnDrawHello! I'm creating my very first ActiveX Control! I'm using the AppWizard to create the project. I then changed the code in OnDraw so that the CRect allways is a square. I then use FillRect() and Ellipse() to create a white box with a circle in it. (I'm just trying this) When I then insert this Control into VB (or ...) I get a box, with 'handles', around my square, for resizing it. When I resize it the white box with the circle will be a square, BUT the box around it has the size it got when I used the mouse to resize it. This often leads to that only a part of my white box and circle will be shown! How do I change the sorrounding box:confused: :confused: