Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
Questionweb services and proxy Pin
DeathJester_18-Mar-06 10:20
DeathJester_18-Mar-06 10:20 
AnswerRe: web services and proxy Pin
Dave Kreskowiak19-Mar-06 6:40
mveDave Kreskowiak19-Mar-06 6:40 
QuestionConvert DateTine to a Number? Pin
redfish3418-Mar-06 10:03
redfish3418-Mar-06 10:03 
AnswerRe: Convert DateTine to a Number? Pin
Guffa18-Mar-06 10:27
Guffa18-Mar-06 10:27 
AnswerRe: Convert DateTine to a Number? Pin
Ravi Bhavnani18-Mar-06 18:05
professionalRavi Bhavnani18-Mar-06 18:05 
AnswerTHANKS!!! Pin
redfish3418-Mar-06 23:50
redfish3418-Mar-06 23:50 
QuestionDistributing C# Applications? Pin
Matt U.18-Mar-06 8:56
Matt U.18-Mar-06 8:56 
AnswerRe: Distributing C# Applications? Pin
Ed.Poore18-Mar-06 11:00
Ed.Poore18-Mar-06 11:00 
For the C# aspect you need just the .NET Framework and any other assemblies you use, e.g. UI Controls or libraries.

For MS Access you may get away without having to install anything as I seem to remember somewhere, a long time ago, coming across something that by installing the .NET Framework you get the required capabilities, either by .NET including them or by .NET requiring them (I can't remember). But don't take my word on this Big Grin | :-D

Depending on how you're distributing this depends on how to package it. If on CD / Physical something or other then you can put a copy of the .NET framework on the media with your software installer.

If by internet then just have an installer which installs you program, checking for the .NET framework (or at least saying it's a requirement) while / before installing. If you're considering NSIS then take a look at the source for the #develop NSIS installer, this has a startup check for the .NET framework. If the user doesn't have netfx (.NET Framework) installed then direct them to http://msdn.microsoft.com/netframework to download their own copy. (If you're feeling really adventurous then you can use NSIS to download the .NET Framework for them, install it and delete the temporary files Big Grin | :-D ).

Ed
AnswerRe: Distributing C# Applications? Pin
Thomas Stockwell18-Mar-06 13:39
professionalThomas Stockwell18-Mar-06 13:39 
Questionhow to the Cursor Location using C# 2.0 *** Urgent Pin
VenkataRamana.Gali18-Mar-06 8:48
VenkataRamana.Gali18-Mar-06 8:48 
AnswerRe: how to the Cursor Location using C# 2.0 *** Urgent Pin
Thomas Stockwell18-Mar-06 13:41
professionalThomas Stockwell18-Mar-06 13:41 
QuestionNewbie: return const object? Pin
Dominik Reichl18-Mar-06 8:00
Dominik Reichl18-Mar-06 8:00 
AnswerRe: Newbie: return const object? Pin
CWIZO18-Mar-06 8:25
CWIZO18-Mar-06 8:25 
AnswerRe: Newbie: return const object? Pin
Richard Andrew x6418-Mar-06 12:34
professionalRichard Andrew x6418-Mar-06 12:34 
AnswerRe: Newbie: return const object? Pin
S. Senthil Kumar18-Mar-06 20:05
S. Senthil Kumar18-Mar-06 20:05 
QuestionIs there any way ... ? Pin
mostafa_h18-Mar-06 7:54
mostafa_h18-Mar-06 7:54 
AnswerRe: Is there any way ... ? Pin
Ed.Poore18-Mar-06 12:51
Ed.Poore18-Mar-06 12:51 
QuestionThe mysterious Desktop redraw Pin
Pascal Ganaye18-Mar-06 7:46
Pascal Ganaye18-Mar-06 7:46 
GeneralRe: The mysterious Desktop redraw Pin
Guffa18-Mar-06 8:34
Guffa18-Mar-06 8:34 
AnswerRe: The mysterious Desktop redraw Pin
Robert Rohde18-Mar-06 9:04
Robert Rohde18-Mar-06 9:04 
GeneralRe: The mysterious Desktop redraw Pin
Pascal Ganaye20-Mar-06 7:29
Pascal Ganaye20-Mar-06 7:29 
QuestionWorking with Outlook Pin
Yevgeny Efter18-Mar-06 7:10
Yevgeny Efter18-Mar-06 7:10 
AnswerRe: Working with Outlook Pin
Pascal Ganaye18-Mar-06 7:30
Pascal Ganaye18-Mar-06 7:30 
GeneralRe: Working with Outlook Pin
Yevgeny Efter18-Mar-06 17:49
Yevgeny Efter18-Mar-06 17:49 
QuestionRAS Connection Pin
plz.ze18-Mar-06 5:42
plz.ze18-Mar-06 5:42 

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.