Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
Questionhow to connect checkboxes with databases... Pin
alok217123-Oct-07 21:49
alok217123-Oct-07 21:49 
AnswerRe: how to connect checkboxes with databases... Pin
pmarfleet23-Oct-07 22:11
pmarfleet23-Oct-07 22:11 
AnswerRe: how to connect checkboxes with databases... Pin
Abhijit Jana23-Oct-07 22:20
professionalAbhijit Jana23-Oct-07 22:20 
AnswerRe: how to connect checkboxes with databases... Pin
Christian Graus23-Oct-07 22:52
protectorChristian Graus23-Oct-07 22:52 
Questionhow to view files from directorylistbox to checklistbox Pin
sean lawrence23-Oct-07 21:36
sean lawrence23-Oct-07 21:36 
AnswerRe: how to view files from directorylistbox to checklistbox Pin
J4amieC23-Oct-07 22:15
J4amieC23-Oct-07 22:15 
Questionhow to run exe at instllation time Pin
Naveed72723-Oct-07 21:32
Naveed72723-Oct-07 21:32 
AnswerRe: how to run exe at instllation time Pin
Mandaar Kulkarni23-Oct-07 22:00
Mandaar Kulkarni23-Oct-07 22:00 
You can write your own class which will be derived from the Installer class.

Naveed khan nido wrote:
I want to know how to add an exe path to run at vs deployment time.

You will get savedState parameter( It is of IDictionary type) in the Install method. You can add the exe path to this savedState.

Naveed khan nido wrote:
I want to add an exe run at when installation is in process.

simply Process.Invoke with the path saved into savedState will do the job for you.

You will have to specify this class (rather your installer dll) in the custom actions of your deployment project.

Thanks.
QuestionNeed articles for embossing Pin
yohanes.luhur23-Oct-07 21:24
yohanes.luhur23-Oct-07 21:24 
AnswerRe: Need articles for embossing Pin
Christian Graus23-Oct-07 21:28
protectorChristian Graus23-Oct-07 21:28 
QuestionNeed Help in Using Jagging Array in C# DotNet Pin
salman_geek23-Oct-07 20:54
salman_geek23-Oct-07 20:54 
AnswerRe: Need Help in Using Jagging Array in C# DotNet Pin
Christian Graus23-Oct-07 20:57
protectorChristian Graus23-Oct-07 20:57 
GeneralRe: Need Help in Using Jagging Array in C# DotNet Pin
salman_geek23-Oct-07 21:22
salman_geek23-Oct-07 21:22 
GeneralRe: Need Help in Using Jagging Array in C# DotNet Pin
Christian Graus23-Oct-07 21:26
protectorChristian Graus23-Oct-07 21:26 
AnswerRe: Need Help in Using Jagging Array in C# DotNet Pin
pmarfleet23-Oct-07 21:22
pmarfleet23-Oct-07 21:22 
AnswerRe: Need Help in Using Jagging Array in C# DotNet Pin
Guffa23-Oct-07 22:50
Guffa23-Oct-07 22:50 
Questioninstall application Pin
tnaveen23-Oct-07 20:43
tnaveen23-Oct-07 20:43 
AnswerRe: install application Pin
Christian Graus23-Oct-07 20:53
protectorChristian Graus23-Oct-07 20:53 
GeneralRe: install application Pin
tnaveen23-Oct-07 20:57
tnaveen23-Oct-07 20:57 
GeneralRe: install application Pin
Christian Graus23-Oct-07 20:58
protectorChristian Graus23-Oct-07 20:58 
GeneralRe: install application Pin
tnaveen23-Oct-07 22:14
tnaveen23-Oct-07 22:14 
AnswerRe: install application Pin
Nouman Bhatti23-Oct-07 21:17
Nouman Bhatti23-Oct-07 21:17 
GeneralRe: install application Pin
tnaveen23-Oct-07 22:15
tnaveen23-Oct-07 22:15 
Questionradiobutton and bool Pin
kabutar23-Oct-07 20:41
kabutar23-Oct-07 20:41 
AnswerRe: radiobutton and bool Pin
N a v a n e e t h23-Oct-07 20:45
N a v a n e e t h23-Oct-07 20:45 

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.