Jump to content

Jaroslaw1985

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

About Jaroslaw1985

  • Birthday 02/14/1985

Contact Methods

  • Website URL
    http://

Jaroslaw1985's Achievements

0

Reputation

  1. Hello everybody! I need to write a Visio macro which could give me access to the object's properties. I select the object on the drawing and i click on my own button on toolbar. I have something like this: Sub ModifyElement() Dim vsoSelection As Visio.Selection Set vsoSelection = ActiveWindow.Selection vsoSelection.Rotate (45) End Sub This is the function that rotates selected object, it works fine. My question is how to get these properties. Any help will be appreciated.
  2. Here's mine : This is why I don't like icons on desktop :
  3. There is a list of event logs in key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog. Each subkey have a name which is the same as name of log displayed in Eventlog. If you delete, for example Application subkey, you will get rid of Application Event Log. The value stored in File parameter is a path to the file which contains entries of specified log ( you can delete this file ).
×
×
  • Create New...