Click here to Skip to main content
16,004,919 members
Home / Discussions / C#
   

C#

 
QuestionHelp how to automatic install FrameWork when PC run my programme without FrameWork Pin
breaklxx23-Jul-06 2:07
breaklxx23-Jul-06 2:07 
AnswerRe: Help how to automatic install FrameWork when PC run my programme without FrameWork Pin
Christian Graus23-Jul-06 10:46
protectorChristian Graus23-Jul-06 10:46 
QuestionImage Processing [modified] Pin
erfi23-Jul-06 1:51
erfi23-Jul-06 1:51 
AnswerRe: Image Processing Pin
mav.northwind23-Jul-06 2:08
mav.northwind23-Jul-06 2:08 
GeneralRe: Image Processing Pin
erfi23-Jul-06 3:15
erfi23-Jul-06 3:15 
GeneralRe: Image Processing Pin
mav.northwind23-Jul-06 3:47
mav.northwind23-Jul-06 3:47 
GeneralRe: Image Processing Pin
Ravi Bhavnani23-Jul-06 10:14
professionalRavi Bhavnani23-Jul-06 10:14 
Questionhelp me,ask two questions about windows service Pin
YapEro23-Jul-06 0:15
YapEro23-Jul-06 0:15 
1.i write a windows service,open a other application,but the process is run,application is not open,the same code in a winfrom project is not any question.the code of open other application is simple:
Process myProc = new Process();
myProc.StartInfo.FileName = strUrl;
myProc.StartInfo.CreateNoWindow = false;
myProc.StartInfo.WindowStyle = ProcessWindowStyle.Normal;
myProc.Start();
strUrl is other application's path,it's right!

2.how to write uninstall windows service code in setup project ,i know command "installutil servicename.exe" can uninstall windows service,but setup project can't use command,can you tell me how to write a unstall project and put the project into setup project's unstall custom action?

Thank you very much!


AnswerRe: help me,ask two questions about windows service Pin
mav.northwind23-Jul-06 3:56
mav.northwind23-Jul-06 3:56 
GeneralRe: help me,ask two questions about windows service Pin
YapEro23-Jul-06 17:28
YapEro23-Jul-06 17:28 
QuestionTRY TO CONNECT DB WITHOUT eNGINE? Pin
malak nour22-Jul-06 23:31
malak nour22-Jul-06 23:31 
AnswerRe: TRY TO CONNECT DB WITHOUT eNGINE? Pin
Colin Angus Mackay23-Jul-06 0:03
Colin Angus Mackay23-Jul-06 0:03 
QuestionUpdating database when bound textbox text changed Pin
Glen Harvy22-Jul-06 22:51
Glen Harvy22-Jul-06 22:51 
AnswerRe: Updating database when bound textbox text changed Pin
wout de zeeuw23-Jul-06 0:20
wout de zeeuw23-Jul-06 0:20 
GeneralRe: Updating database when bound textbox text changed [modified] Pin
Glen Harvy23-Jul-06 1:53
Glen Harvy23-Jul-06 1:53 
GeneralRe: Updating database when bound textbox text changed Pin
Rocky#23-Jul-06 21:48
Rocky#23-Jul-06 21:48 
GeneralRe: Updating database when bound textbox text changed Pin
Glen Harvy26-Jul-06 17:00
Glen Harvy26-Jul-06 17:00 
QuestionNeed help in using multiThread in GUI ( use invoke method in control ) Pin
Yanshof22-Jul-06 20:40
Yanshof22-Jul-06 20:40 
AnswerRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
Ed.Poore22-Jul-06 21:08
Ed.Poore22-Jul-06 21:08 
GeneralRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
premium122-Jul-06 21:30
premium122-Jul-06 21:30 
AnswerRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
stancrm23-Jul-06 8:18
stancrm23-Jul-06 8:18 
QuestionChecking IP address for detecting changes Pin
Mirko Rostami22-Jul-06 20:31
Mirko Rostami22-Jul-06 20:31 
AnswerRe: Checking IP address for detecting changes Pin
Net_DNA22-Jul-06 23:01
Net_DNA22-Jul-06 23:01 
QuestionC# and Sql server 2000 stored procedure Pin
00thilani22-Jul-06 20:07
00thilani22-Jul-06 20:07 
AnswerRe: C# and Sql server 2000 stored procedure Pin
Colin Angus Mackay23-Jul-06 0:09
Colin Angus Mackay23-Jul-06 0:09 

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.