Click here to Skip to main content
15,881,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Navigation in multiple forms Pin
Mehdi Moshtaghi31-Dec-03 21:52
Mehdi Moshtaghi31-Dec-03 21:52 
GeneralThis is probably a silly question, Pin
Nick Seng29-Dec-03 16:41
Nick Seng29-Dec-03 16:41 
GeneralCut, Copy, Paste Event needed. Pin
Nicholas Cardi29-Dec-03 12:00
Nicholas Cardi29-Dec-03 12:00 
GeneralRe: Cut, Copy, Paste Event needed. Pin
je_gonzalez29-Dec-03 13:33
je_gonzalez29-Dec-03 13:33 
GeneralRe: Cut, Copy, Paste Event needed. Pin
Heath Stewart30-Dec-03 5:03
protectorHeath Stewart30-Dec-03 5:03 
GeneralRe: Cut, Copy, Paste Event needed. Pin
panache102319-Jan-04 11:35
panache102319-Jan-04 11:35 
GeneralInstalled Applications Pin
Melanius29-Dec-03 10:36
Melanius29-Dec-03 10:36 
GeneralRe: Installed Applications Pin
Heath Stewart29-Dec-03 11:16
protectorHeath Stewart29-Dec-03 11:16 
It depends on the installer technology. If the app installer is a Windows Installer package, you can use WMI to not only list the apps installed, but to watch when new ones are installed (add an event and hookup code to it). See the System.Mananagement namespace for information. There are also a few articles that talk about the WMI integration with VS.NET on this site, too, though nothing specific to your problem.

Also with Windows installer, each component SHOULD (and often does) have a key path that represents the executable. If you know the component ID (a GUID) you can get its key path.

For other installer technologies, it's specific to the implementation and often times will not be possible. You could also use a FileSystemWatcher but this could be expensive as you'd have to watch a lot of files, or take a snapshot of the system before and after (a system diff), but that's even more expensive.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralModeless Dialog Box Pin
JL_32729-Dec-03 9:52
JL_32729-Dec-03 9:52 
GeneralRe: Modeless Dialog Box Pin
Heath Stewart29-Dec-03 11:11
protectorHeath Stewart29-Dec-03 11:11 
GeneralRe: Modeless Dialog Box Pin
je_gonzalez29-Dec-03 11:37
je_gonzalez29-Dec-03 11:37 
QuestionNumericUpDown with XP/System theme, possible? Pin
Roriok29-Dec-03 9:05
Roriok29-Dec-03 9:05 
AnswerRe: NumericUpDown with XP/System theme, possible? Pin
Roger Alsing29-Dec-03 9:11
Roger Alsing29-Dec-03 9:11 
GeneralRe: NumericUpDown with XP/System theme, possible? Pin
Heath Stewart29-Dec-03 9:39
protectorHeath Stewart29-Dec-03 9:39 
GeneralRe: NumericUpDown with XP/System theme, possible? Pin
Roriok29-Dec-03 9:42
Roriok29-Dec-03 9:42 
Generaltaskbar Pin
hebzzz29-Dec-03 7:54
hebzzz29-Dec-03 7:54 
GeneralRe: taskbar Pin
Heath Stewart29-Dec-03 8:52
protectorHeath Stewart29-Dec-03 8:52 
Generaldrag/drop to Windows Explorer Pin
elena1234529-Dec-03 6:26
elena1234529-Dec-03 6:26 
GeneralRe: drag/drop to Windows Explorer Pin
Tristan Rhodes29-Dec-03 7:57
Tristan Rhodes29-Dec-03 7:57 
GeneralRe: drag/drop to Windows Explorer Pin
Heath Stewart29-Dec-03 8:55
protectorHeath Stewart29-Dec-03 8:55 
GeneralMulti Page / Frame TIFF File Pin
ttnetworks29-Dec-03 4:16
ttnetworks29-Dec-03 4:16 
GeneralRe: Multi Page / Frame TIFF File Pin
Heath Stewart29-Dec-03 5:38
protectorHeath Stewart29-Dec-03 5:38 
GeneralEnable / Disable Cloned Context Menu Items Pin
Daniel Negron29-Dec-03 4:09
Daniel Negron29-Dec-03 4:09 
GeneralRe: Enable / Disable Cloned Context Menu Items Pin
Heath Stewart29-Dec-03 5:45
protectorHeath Stewart29-Dec-03 5:45 
GeneralRe: Enable / Disable Cloned Context Menu Items Pin
Daniel Negron29-Dec-03 9:00
Daniel Negron29-Dec-03 9:00 

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.