Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to implement error tracing for windows in c# application Pin
Abhinav S15-Jun-12 20:28
Abhinav S15-Jun-12 20:28 
QuestionConsole Application based on delegates Pin
praveengb14-Jun-12 20:15
praveengb14-Jun-12 20:15 
AnswerRe: Console Application based on delegates Pin
Sandeep Mewara14-Jun-12 20:42
mveSandeep Mewara14-Jun-12 20:42 
QuestionC# Installer Pin
Zeyad Jalil14-Jun-12 19:42
professionalZeyad Jalil14-Jun-12 19:42 
AnswerRe: C# Installer Pin
Sandeep Mewara14-Jun-12 20:35
mveSandeep Mewara14-Jun-12 20:35 
GeneralRe: C# Installer Pin
Zeyad Jalil14-Jun-12 20:48
professionalZeyad Jalil14-Jun-12 20:48 
GeneralRe: C# Installer Pin
Sandeep Mewara14-Jun-12 20:54
mveSandeep Mewara14-Jun-12 20:54 
AnswerRe: C# Installer Pin
Dave Kreskowiak15-Jun-12 2:03
mveDave Kreskowiak15-Jun-12 2:03 
You should NOT be doing that.

SQL Server should be installed seperately by the user, if at all. Your application installer should ask the user for the SQL Server connection details, like servername, IP address, port, instance name, username and password to use to install/attach your database.

If the user already has SQL Server installed, they can use that, as well as putting the database on a seperate machine from the one your app is installed on.

By putting the SQL Server installation inside your own setup, you are limiting the choices the user has to install your app.

AnswerRe: C# Installer Pin
Abhinav S15-Jun-12 20:26
Abhinav S15-Jun-12 20:26 
QuestionRunning a program as an Administrator Pin
MAW3014-Jun-12 16:24
MAW3014-Jun-12 16:24 
AnswerRe: Running a program as an Administrator Pin
Philippe Mori14-Jun-12 16:47
Philippe Mori14-Jun-12 16:47 
AnswerRe: Running a program as an Administrator Pin
Luc Pattyn14-Jun-12 17:54
sitebuilderLuc Pattyn14-Jun-12 17:54 
AnswerRe: Running a program as an Administrator Pin
Bernhard Hiller14-Jun-12 21:44
Bernhard Hiller14-Jun-12 21:44 
AnswerRe: Running a program as an Administrator Pin
DaveyM6915-Jun-12 0:28
professionalDaveyM6915-Jun-12 0:28 
Questionhow can i make double right click for button C# Pin
Member 401482414-Jun-12 9:40
Member 401482414-Jun-12 9:40 
SuggestionRe: how can i make double right click for button C# Pin
Sandeep Mewara14-Jun-12 10:50
mveSandeep Mewara14-Jun-12 10:50 
GeneralRe: how can i make double right click for button C# Pin
Wes Aday14-Jun-12 11:23
professionalWes Aday14-Jun-12 11:23 
AnswerRe: how can i make double right click for button C# Pin
PIEBALDconsult14-Jun-12 18:48
mvePIEBALDconsult14-Jun-12 18:48 
QuestionCOM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
ToBick14-Jun-12 2:32
ToBick14-Jun-12 2:32 
AnswerRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
Pete O'Hanlon14-Jun-12 3:03
mvePete O'Hanlon14-Jun-12 3:03 
GeneralRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
ToBick14-Jun-12 3:08
ToBick14-Jun-12 3:08 
GeneralRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
Pete O'Hanlon14-Jun-12 3:22
mvePete O'Hanlon14-Jun-12 3:22 
GeneralRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
ToBick14-Jun-12 4:35
ToBick14-Jun-12 4:35 
GeneralRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
Pete O'Hanlon14-Jun-12 4:46
mvePete O'Hanlon14-Jun-12 4:46 
GeneralRe: COM/OLE: VB2010 code working - Similar C#2010 code not working? Pin
ToBick14-Jun-12 18:46
ToBick14-Jun-12 18:46 

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.