Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
QuestionOpen a pdf file (editable). Pin
vijeta_r29-Oct-06 19:56
vijeta_r29-Oct-06 19:56 
AnswerRe: Open a pdf file (editable). Pin
Niiiissssshhhhhuuuuu29-Oct-06 20:27
Niiiissssshhhhhuuuuu29-Oct-06 20:27 
QuestionReading data from text file into datagrid Pin
cnuwitc#29-Oct-06 19:38
cnuwitc#29-Oct-06 19:38 
GeneralRe: Reading data from text file into datagrid Pin
Tamimi - Code29-Oct-06 20:07
Tamimi - Code29-Oct-06 20:07 
GeneralRe: Reading data from text file into datagrid Pin
cnuwitc#29-Oct-06 20:21
cnuwitc#29-Oct-06 20:21 
GeneralRe: Reading data from text file into datagrid Pin
Tamimi - Code29-Oct-06 20:29
Tamimi - Code29-Oct-06 20:29 
GeneralRe: Reading data from text file into datagrid Pin
Drew McGhie30-Oct-06 8:18
Drew McGhie30-Oct-06 8:18 
AnswerRe: Reading data from text file into datagrid Pin
mav.northwind29-Oct-06 21:02
mav.northwind29-Oct-06 21:02 
GeneralRe: Reading data from text file into datagrid Pin
Tamimi - Code29-Oct-06 21:13
Tamimi - Code29-Oct-06 21:13 
Questionc# Pin
cnuwitc#29-Oct-06 19:29
cnuwitc#29-Oct-06 19:29 
AnswerRe: c# Pin
baerten29-Oct-06 21:53
baerten29-Oct-06 21:53 
Questioninserting wrong number of records Pin
DownBySpj29-Oct-06 19:23
DownBySpj29-Oct-06 19:23 
AnswerRe: inserting wrong number of records Pin
Guffa29-Oct-06 19:30
Guffa29-Oct-06 19:30 
GeneralRe: inserting wrong number of records Pin
DownBySpj29-Oct-06 19:47
DownBySpj29-Oct-06 19:47 
GeneralRe: inserting wrong number of records Pin
Guffa29-Oct-06 23:21
Guffa29-Oct-06 23:21 
QuestionIs it possible to extend system search? Pin
Super Lloyd29-Oct-06 19:23
Super Lloyd29-Oct-06 19:23 
QuestionFile System Watcher Pin
sakthi dasan29-Oct-06 19:21
sakthi dasan29-Oct-06 19:21 
AnswerRe: File System Watcher Pin
Niiiissssshhhhhuuuuu29-Oct-06 20:24
Niiiissssshhhhhuuuuu29-Oct-06 20:24 
Question.Net Framework Required Error Pin
sanki77929-Oct-06 19:03
sanki77929-Oct-06 19:03 
AnswerRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 20:19
JacquesDP29-Oct-06 20:19 
GeneralRe: .Net Framework Required Error Pin
sanki77929-Oct-06 20:24
sanki77929-Oct-06 20:24 
GeneralRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 21:04
JacquesDP29-Oct-06 21:04 
You can set up your bootstrapper to first check for an installation of the .net framework, if its not installed it installs it. Then it installs your application. So from the users side they only have one setup.exe that they click on and it installs the .net framework and everything that you set the bootstrapper to install.

If your program is a very simple one (you don't have any registry entries that has to be written at installation), and your using VS2005 I suggest you use the ClickOnce Publisher, that too you can set that your program depends on the .net framework to run, then at installation it checks whether the .net framwork is currently installed or not, if not it intalls it for you.

He who laughs last is a bit on the slow side

AnswerRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 22:21
JacquesDP29-Oct-06 22:21 
GeneralRe: .Net Framework Required Error Pin
sanki77929-Oct-06 22:24
sanki77929-Oct-06 22:24 
GeneralDifference between ref & out Pin
JacquesDP29-Oct-06 18:55
JacquesDP29-Oct-06 18:55 

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.