Click here to Skip to main content
16,005,037 members
Home / Discussions / C#
   

C#

 
GeneralRe: SysListView32 font question Pin
eggie516-Jul-04 6:22
eggie516-Jul-04 6:22 
QuestionHow to get flicker-free richTextBox update ? Pin
evdoxos15-Jul-04 23:09
evdoxos15-Jul-04 23:09 
AnswerRe: How to get flicker-free richTextBox update ? Pin
evdoxos17-Jul-04 21:24
evdoxos17-Jul-04 21:24 
QuestionCould anybody help me Change the C-code into C# code? Pin
dxhdxh15-Jul-04 21:26
dxhdxh15-Jul-04 21:26 
AnswerRe: Could anybody help me Change the C-code into C# code? Pin
Michael P Butler15-Jul-04 22:24
Michael P Butler15-Jul-04 22:24 
AnswerRe: Could anybody help me Change the C-code into C# code? Pin
Matt Gerrans16-Jul-04 7:42
Matt Gerrans16-Jul-04 7:42 
QuestionHow to find path of an exe Pin
SatyaDY15-Jul-04 19:46
SatyaDY15-Jul-04 19:46 
AnswerRe: How to find path of an exe Pin
mav.northwind15-Jul-04 20:04
mav.northwind15-Jul-04 20:04 
There is no general way to do this.
Usually an application that can be installed anywhere will create a registry entry holding the installation path. Take a look at HKLM\Software, you might be lucky and find an entry for your third party exe.

Other than this you'd have to scan the hard discs of the target computer, which usually isn't feasible.
Or you ask the user during installation by presenting a file open box with the exe filename as filter and then store the path in your configuration.

Regards,
mav

GeneralRe: How to find path of an exe Pin
SatyaDY16-Jul-04 0:16
SatyaDY16-Jul-04 0:16 
GeneralRe: How to find path of an exe Pin
mav.northwind16-Jul-04 0:40
mav.northwind16-Jul-04 0:40 
AnswerRe: How to find path of an exe Pin
Matt Gerrans16-Jul-04 7:34
Matt Gerrans16-Jul-04 7:34 
QuestionHow to get POST headers Pin
Anonymous15-Jul-04 18:30
Anonymous15-Jul-04 18:30 
GeneralPrinting Invoice Pin
Antonius_r315-Jul-04 16:55
Antonius_r315-Jul-04 16:55 
GeneralRe: Printing Invoice Pin
sachinkalse15-Jul-04 17:58
sachinkalse15-Jul-04 17:58 
QuestionHow to Color a DataGrid row or Cell? Pin
Khang Nguyen15-Jul-04 12:25
Khang Nguyen15-Jul-04 12:25 
AnswerRe: How to Color a DataGrid row or Cell? Pin
Jay Shankar15-Jul-04 14:32
Jay Shankar15-Jul-04 14:32 
GeneralRe: How to Color a DataGrid row or Cell? Pin
Khang Nguyen16-Jul-04 7:04
Khang Nguyen16-Jul-04 7:04 
GeneralRe: How to Color a DataGrid row or Cell? Pin
Khang Nguyen20-Jul-04 6:24
Khang Nguyen20-Jul-04 6:24 
QuestionUsing a .cs file in a project without copying? Pin
MKlucher15-Jul-04 12:01
MKlucher15-Jul-04 12:01 
AnswerRe: Using a .cs file in a project without copying? Pin
MKlucher15-Jul-04 13:55
MKlucher15-Jul-04 13:55 
GeneralRe: Using a .cs file in a project without copying? Pin
Matt Gerrans16-Jul-04 7:58
Matt Gerrans16-Jul-04 7:58 
GeneralVirtual Machine Monitoring Tools Pin
Matt Gerrans15-Jul-04 11:02
Matt Gerrans15-Jul-04 11:02 
GeneralRe: Virtual Machine Monitoring Tools Pin
Nick Parker15-Jul-04 11:20
protectorNick Parker15-Jul-04 11:20 
GeneralRe: Virtual Machine Monitoring Tools Pin
Matt Gerrans24-Jul-04 22:23
Matt Gerrans24-Jul-04 22:23 
GeneralRe: Virtual Machine Monitoring Tools Pin
leppie15-Jul-04 12:44
leppie15-Jul-04 12:44 

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.