Click here to Skip to main content
16,011,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo8-Dec-03 10:31
DoofToo8-Dec-03 10:31 
GeneralTextBox Alignment Pin
Shaun Becker4-Dec-03 13:00
Shaun Becker4-Dec-03 13:00 
GeneralRe: TextBox Alignment Pin
Heath Stewart4-Dec-03 14:30
protectorHeath Stewart4-Dec-03 14:30 
GeneralRe: TextBox Alignment Pin
Shaun Becker5-Dec-03 1:46
Shaun Becker5-Dec-03 1:46 
QuestionAnyway to tell the IDE Designer not to manage a control? Pin
DoofToo4-Dec-03 12:51
DoofToo4-Dec-03 12:51 
AnswerRe: Anyway to tell the IDE Designer not to manage a control? Pin
Heath Stewart4-Dec-03 13:57
protectorHeath Stewart4-Dec-03 13:57 
GeneralWeb Setup Project, setup.exe check current installed version before downloading... Pin
Chris Richner4-Dec-03 12:44
Chris Richner4-Dec-03 12:44 
GeneralRe: Web Setup Project, setup.exe check current installed version before downloading... Pin
Heath Stewart4-Dec-03 13:53
protectorHeath Stewart4-Dec-03 13:53 
By buying a commercial Windows Installer development environment (like the user-friendly, yet completely customizable Wise for Windows Installer, or the very expensive InstallShield Developer) with a better bootstrapper (setup.exe), or by writing your own. See the Windows Installer SDK for information about that. It's not difficult, but it's important to remember that either you need to build your bootstrapper with each build, or have it download a configuration file (like the setup.ini file) that has the version information in it. The latter would definitely be easier than building and linking your own executable, but your bootstrapper will still need to know where to look (either by hardcoding a fixed URL for the setup.ini file or updating the .rsrc section of the executable with a more dynamic URL).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
QuestionListView (View=List) with Vertical Scroll ? Pin
pahluwalia4-Dec-03 9:10
pahluwalia4-Dec-03 9:10 
AnswerRe: ListView (View=List) with Vertical Scroll ? Pin
Heath Stewart4-Dec-03 9:45
protectorHeath Stewart4-Dec-03 9:45 
Generallaunch file viewer from c# program Pin
elena123454-Dec-03 9:03
elena123454-Dec-03 9:03 
GeneralRe: launch file viewer from c# program Pin
Heath Stewart4-Dec-03 9:40
protectorHeath Stewart4-Dec-03 9:40 
QuestionA way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 8:29
Radoslav Bielik4-Dec-03 8:29 
AnswerRe: A way to control graphic card driver? Pin
Daniel Turini4-Dec-03 8:53
Daniel Turini4-Dec-03 8:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:19
Radoslav Bielik4-Dec-03 9:19 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 9:37
protectorHeath Stewart4-Dec-03 9:37 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:46
Radoslav Bielik4-Dec-03 9:46 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 10:18
protectorHeath Stewart4-Dec-03 10:18 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:49
Radoslav Bielik4-Dec-03 10:49 
GeneralRe: A way to control graphic card driver? Pin
Noah Duke4-Dec-03 9:53
Noah Duke4-Dec-03 9:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:02
Radoslav Bielik4-Dec-03 10:02 
GeneralAccessing the Image of a System.Web.UI.WebControls.HyperLink Pin
mkushner4-Dec-03 8:17
mkushner4-Dec-03 8:17 
GeneralRe: Accessing the Image of a System.Web.UI.WebControls.HyperLink Pin
Heath Stewart4-Dec-03 9:31
protectorHeath Stewart4-Dec-03 9:31 
GeneralProduct to automatically convert VB.Net projects to C# – Beta Testers wanted Pin
Roger L Jack4-Dec-03 7:00
Roger L Jack4-Dec-03 7:00 
GeneralRe: How to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Colin Angus Mackay4-Dec-03 6:18
Colin Angus Mackay4-Dec-03 6:18 

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.