Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
Questioncan i put a row in an unbound mode in a bound datagridview ? Pin
bouha29-Sep-06 2:08
bouha29-Sep-06 2:08 
AnswerRe: can i put a row in an unbound mode in a bound datagridview ? Pin
LongRange.Shooter3-Oct-06 8:32
LongRange.Shooter3-Oct-06 8:32 
QuestionReading Text file line by line Pin
DownBySpj29-Sep-06 1:32
DownBySpj29-Sep-06 1:32 
AnswerRe: Reading Text file line by line Pin
User 665829-Sep-06 2:00
User 665829-Sep-06 2:00 
GeneralRe: Reading Text file line by line Pin
DownBySpj29-Sep-06 2:25
DownBySpj29-Sep-06 2:25 
QuestionRainbow Portal and Others Pin
Brendan Vogt29-Sep-06 1:16
Brendan Vogt29-Sep-06 1:16 
Questionhow to get button click in child effecting a parrent Pin
faladrim29-Sep-06 1:08
faladrim29-Sep-06 1:08 
AnswerRe: how to get button click in child effecting a parrent Pin
aamironline29-Sep-06 1:23
aamironline29-Sep-06 1:23 
GeneralRe: how to get button click in child effecting a parrent [modified] Pin
faladrim29-Sep-06 2:51
faladrim29-Sep-06 2:51 
QuestionStoring AES encrypted files in SQL Server and retrieving these files to decrypt them Pin
TechnoDev29-Sep-06 0:49
TechnoDev29-Sep-06 0:49 
QuestionDataSet Pin
vaishali1029-Sep-06 0:34
vaishali1029-Sep-06 0:34 
AnswerRe: DataSet Pin
aamironline29-Sep-06 0:54
aamironline29-Sep-06 0:54 
QuestionClick-Once Deployment Pin
Chris_Green28-Sep-06 23:34
Chris_Green28-Sep-06 23:34 
AnswerRe: Click-Once Deployment Pin
Not Active29-Sep-06 3:45
mentorNot Active29-Sep-06 3:45 
GeneralRe: Click-Once Deployment Pin
Chris_Green29-Sep-06 4:01
Chris_Green29-Sep-06 4:01 
GeneralRe: Click-Once Deployment Pin
Not Active29-Sep-06 4:04
mentorNot Active29-Sep-06 4:04 
AnswerRe: Click-Once Deployment Pin
Judah Gabriel Himango29-Sep-06 5:03
sponsorJudah Gabriel Himango29-Sep-06 5:03 
newkie, when you build your ClickOnce app, you typically deploy it with a prerequisites package (a .MSI file) that installs any prerequisites, modifies the registry, the GAC, whatever. To make this part of your prerequisites, you must bootstrap it and make it a prerequisite of your ClickOnce deployment. There's a tool (deployed via ClickOnce) that can generate Visual Studio BootStrap packages for you; all you do is point it to your MSI file, and it will generate it. That application can be installed here[^].

Once you've built a bootstrap for you .MSI file, go into Visual Studio, open up the properties of your ClickOnce project, go into the Publish tab, click the Prerequisites button. Now, your newly created bootstrapper for your MSI package will show up in the checklist. Check it. Now deploy your app via click once. It will generate a webpage that lists prerequisites (it will list your MSI file now), and the page will have a link to Install prerequisites, or launch the application. If you click Install, it will check for any needed prerequisites (.NET framework, your .MSI file, and any others you've specified) and install those on-demand. It's very cool. Cool | :cool:


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: For Christians: The Significance of Yom Teruah
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


Questionhow to count the characters in one variable?C# Pin
you3028-Sep-06 23:14
you3028-Sep-06 23:14 
AnswerRe: how to count the characters in one variable?C# Pin
zhengdong jin28-Sep-06 23:21
zhengdong jin28-Sep-06 23:21 
Questionreading text file seperated by Pipes Pin
DownBySpj28-Sep-06 22:18
DownBySpj28-Sep-06 22:18 
AnswerRe: reading text file seperated by Pipes Pin
Bhupi Bhai28-Sep-06 22:33
Bhupi Bhai28-Sep-06 22:33 
GeneralRe: reading text file seperated by Pipes Pin
DownBySpj28-Sep-06 22:38
DownBySpj28-Sep-06 22:38 
AnswerRe: reading text file seperated by Pipes Pin
Stefan Troschuetz28-Sep-06 22:40
Stefan Troschuetz28-Sep-06 22:40 
GeneralRe: reading text file seperated by Pipes Pin
Andrew Rissing29-Sep-06 4:24
Andrew Rissing29-Sep-06 4:24 
QuestionPersonal Chat Messenger Pin
ravindradonkada28-Sep-06 22:15
ravindradonkada28-Sep-06 22:15 

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.