Click here to Skip to main content
15,889,651 members
Home / Discussions / C#
   

C#

 
GeneralRe: find function of List Pin
J4amieC7-Mar-08 0:18
J4amieC7-Mar-08 0:18 
GeneralRe: find function of List Pin
Christian Graus6-Mar-08 22:09
protectorChristian Graus6-Mar-08 22:09 
GeneralRe: find function of List Pin
Sonia Gupta6-Mar-08 22:30
Sonia Gupta6-Mar-08 22:30 
GeneralRe: find function of List Pin
Laddie6-Mar-08 22:38
Laddie6-Mar-08 22:38 
GeneralOpen MSI Database Pin
ptr2void6-Mar-08 20:25
ptr2void6-Mar-08 20:25 
GeneralRe: Open MSI Database Pin
Christian Graus6-Mar-08 20:39
protectorChristian Graus6-Mar-08 20:39 
GeneralRe: Open MSI Database Pin
leppie6-Mar-08 23:41
leppie6-Mar-08 23:41 
GeneralRe: Open MSI Database Pin
mav.northwind7-Mar-08 21:22
mav.northwind7-Mar-08 21:22 
Hi!
There's a Windows Installer Object Library (COM DLL) you can use.
There's a little twist, though - somehow no class definitions are created in the RCW, only interface definitions.
So you can't create an object from the interface directly but have to use something like this (after adding the reference to %SYSTEM32%\msi.dll):
WindowsInstaller.Installer inst = (WindowsInstaller.Installer)Activator.CreateInstance(Type.GetTypeFromProgID("WindowsInstaller.Installer"));


Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralUsing autocomplete combobox properties Pin
baranils6-Mar-08 20:16
baranils6-Mar-08 20:16 
QuestionIs it possible to disable Tabs in TabControl? Pin
The Cyclone6-Mar-08 19:36
The Cyclone6-Mar-08 19:36 
AnswerRe: Is it possible to disable Tabs in TabControl? Pin
Christian Graus6-Mar-08 19:49
protectorChristian Graus6-Mar-08 19:49 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
N a v a n e e t h6-Mar-08 19:53
N a v a n e e t h6-Mar-08 19:53 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
Christian Graus6-Mar-08 20:37
protectorChristian Graus6-Mar-08 20:37 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
The Cyclone6-Mar-08 19:58
The Cyclone6-Mar-08 19:58 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
Christian Graus6-Mar-08 20:38
protectorChristian Graus6-Mar-08 20:38 
AnswerRe: Is it possible to disable Tabs in TabControl? Pin
N a v a n e e t h6-Mar-08 19:51
N a v a n e e t h6-Mar-08 19:51 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
The Cyclone6-Mar-08 19:54
The Cyclone6-Mar-08 19:54 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
N a v a n e e t h6-Mar-08 20:03
N a v a n e e t h6-Mar-08 20:03 
GeneralRe: Is it possible to disable Tabs in TabControl? Pin
Laddie6-Mar-08 20:34
Laddie6-Mar-08 20:34 
Generalsetting usercontrol's datasource that is same as parent form Pin
saneng6-Mar-08 19:19
saneng6-Mar-08 19:19 
GeneralRe: setting usercontrol's datasource that is same as parent form Pin
N a v a n e e t h6-Mar-08 19:41
N a v a n e e t h6-Mar-08 19:41 
QuestionList in c# [modified] Pin
Sonia Gupta6-Mar-08 19:10
Sonia Gupta6-Mar-08 19:10 
GeneralRe: List in c# Pin
N a v a n e e t h6-Mar-08 19:34
N a v a n e e t h6-Mar-08 19:34 
GeneralRe: List in c# Pin
Sonia Gupta6-Mar-08 20:24
Sonia Gupta6-Mar-08 20:24 
GeneralRe: List in c# Pin
Christian Graus6-Mar-08 20:47
protectorChristian Graus6-Mar-08 20:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.