Questions tagged [win32ole]

Object Linking and Embedding (OLE) is a proprietary interface to Microsoft applications. Most notably the Microsoft Office suite.

Object Linking and Embedding is an API provided by Microsoft to allow for control operations with Microsoft Applications.

Perl can make use of this API using the Win32::OLE module. Ruby also has a WIN32OLE class which does much the same.

However the primary scripting language is VBA, and Microsoft supply a variety of examples via MSDN

May be synonymous with the OLE tag, although anyone specifying Win32::OLE (or WIN32OLE) is probably specifically using Ruby or Perl.

Ref: Wikipedia:OLE

213 questions
-1
votes
1 answer

Basic connection and fetching from active directory

I'm new to Perl and to Active Directory. I need an example code of connecting into an Active Directory server (only address, there's no need to login), and fetch all the details of a user by id. I've searched the net and found script only with…
-1
votes
1 answer

OLE Controls are not getting loaded in windows server 2012

I have a Win32 application which displays all types of controls like, textboxes, radio buttons, images, OLE controls and list boxes. That Win32 application is working fine in Windows 7 & 8.1 but not in Windows server 2012. The OLE controls are not…
lucky
  • 27
  • 1
  • 1
  • 5
-4
votes
1 answer

Autoformat word table in perl

I have created a word document in perl with normal text and tables. Now i want to format my table but i can't find the way to do this. I know to put a format on my table i need to execute following command $table->AutoFormat(x); with x being e…
user9751927
1 2 3
14
15