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

C#

 
GeneralRe: Adjusting colors Pin
Nnamdi Onyeyiri8-Sep-02 2:13
Nnamdi Onyeyiri8-Sep-02 2:13 
GeneralRe: Adjusting colors Pin
James T. Johnson8-Sep-02 11:52
James T. Johnson8-Sep-02 11:52 
Generalusing Systen.Windows.Forms namespace Pin
kab7-Sep-02 19:17
kab7-Sep-02 19:17 
GeneralRe: using Systen.Windows.Forms namespace Pin
Paul Riley8-Sep-02 0:05
Paul Riley8-Sep-02 0:05 
QuestionIs RegExp The Best Way to Go? Pin
MStanbrook7-Sep-02 10:57
MStanbrook7-Sep-02 10:57 
AnswerRe: Is RegExp The Best Way to Go? Pin
Martin Haesemeyer7-Sep-02 23:59
Martin Haesemeyer7-Sep-02 23:59 
AnswerRe: Is RegExp The Best Way to Go? Pin
Eric Gunnerson (msft)9-Sep-02 5:34
Eric Gunnerson (msft)9-Sep-02 5:34 
QuestionAnyone want to help design this? Pin
Alex Korchemniy7-Sep-02 10:38
Alex Korchemniy7-Sep-02 10:38 
I want to make an automatic update system. Here is my simple plan for one:

At the begining of application init, the application will go into the updater block.

//////// Updater block psedo code

settings = Load application settings;
if (user wants auto updates)
{
//creat an instance of the updater from a library Updater.dll
Updater myUpdater = new Updater();
// updater goes online and check for updates
UpdaterFeedback = myUpdater.StartUpdater();

if (updaterfeedback == updatefound)
{
if (settings.totallyautomatic == true)
{
updater.doupdater
}
else
{
// ask user if they want to update & tell them about the update
// also give them some info on it

if (userWantsToUpdate == true)
{
updater.DoUpdate();
}
}
}
}
else
{
continue with the application startup
}

//////// End updater block

----------------------------

If you have any ideas, please post them
I have not a clue how to do the internet update check, if you have any ideas please post them.


Thanks
AnswerRe: Anyone want to help design this? Pin
Nnamdi Onyeyiri7-Sep-02 11:49
Nnamdi Onyeyiri7-Sep-02 11:49 
AnswerRe: Anyone want to help design this? Pin
Paul Riley7-Sep-02 13:16
Paul Riley7-Sep-02 13:16 
GeneralRe: Anyone want to help design this? Pin
Paul Ingles8-Sep-02 0:56
Paul Ingles8-Sep-02 0:56 
AnswerRe: Anyone want to help design this? Pin
ez28-Sep-02 6:42
ez28-Sep-02 6:42 
QuestionPaging in DataGrid? Pin
leppie7-Sep-02 7:04
leppie7-Sep-02 7:04 
AnswerRe: Paging in DataGrid? Pin
Paul Riley7-Sep-02 8:15
Paul Riley7-Sep-02 8:15 
GeneralRe: Paging in DataGrid? Pin
leppie8-Sep-02 1:30
leppie8-Sep-02 1:30 
GeneralRe: Paging in DataGrid? Pin
Paul Riley8-Sep-02 1:39
Paul Riley8-Sep-02 1:39 
GeneralAny good <free> C# Documentation Generators Pin
Rodney S. Foley6-Sep-02 19:02
Rodney S. Foley6-Sep-02 19:02 
GeneralRe: Any good C# Documentation Generators Pin
SimonS6-Sep-02 20:56
SimonS6-Sep-02 20:56 
GeneralRe: Any good C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 0:38
Rodney S. Foley7-Sep-02 0:38 
GeneralRe: Any good <free> C# Documentation Generators Pin
Andres Manggini7-Sep-02 6:35
Andres Manggini7-Sep-02 6:35 
GeneralRe: Any good <free> C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 12:48
Rodney S. Foley7-Sep-02 12:48 
QuestionWhats happening to my objects? Pin
leppie6-Sep-02 16:16
leppie6-Sep-02 16:16 
AnswerRe: Whats happening to my objects? Pin
Ed K6-Sep-02 17:47
Ed K6-Sep-02 17:47 
GeneralRe: Whats happening to my objects? Pin
leppie6-Sep-02 18:08
leppie6-Sep-02 18:08 
GeneralRe: Bitwise operators on non byte primitives Pin
leppie6-Sep-02 16:34
leppie6-Sep-02 16:34 

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.