Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: Prevent access to directory Pin
Calla31-Mar-10 20:49
Calla31-Mar-10 20:49 
QuestionWindows Mobile 6 zooming in a picturebox Pin
Tripwire99930-Mar-10 23:25
Tripwire99930-Mar-10 23:25 
AnswerRe: Windows Mobile 6 zooming in a picturebox Pin
Ashraf ELHakim26-Jun-10 13:05
Ashraf ELHakim26-Jun-10 13:05 
QuestionShowing and interact with HTML-Pages without WebBrowser Control? Pin
softwarejaeger30-Mar-10 21:40
softwarejaeger30-Mar-10 21:40 
AnswerRe: Showing and interact with HTML-Pages without WebBrowser Control? Pin
Abhinav S30-Mar-10 21:45
Abhinav S30-Mar-10 21:45 
QuestionSessions in C# Desktop Application Pin
Anil Kumar.Arvapalli30-Mar-10 20:27
Anil Kumar.Arvapalli30-Mar-10 20:27 
AnswerRe: Sessions in C# Desktop Application Pin
Khaniya30-Mar-10 20:41
professionalKhaniya30-Mar-10 20:41 
AnswerRe: Sessions in C# Desktop Application Pin
OriginalGriff30-Mar-10 22:04
mveOriginalGriff30-Mar-10 22:04 
It depends on what kind of app you are producing: multi-machione, or single.
For multiple machines, the obvious solution is to use a small database, if you can install either MSSQL express or MySql on the relevant machines. If not, then consider an XML file via datasets, but be aware that you will have to cope with multi-user problems yourself, if you are using a central repository for several machines.
If it is just multiple persons login in on a single machine, and no networked connection is expected, then I would suggest the App.Config file, or in desperation the Registry.
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

QuestionStoring and Retrieving Image in Access Pin
Anil Kumar.Arvapalli30-Mar-10 20:24
Anil Kumar.Arvapalli30-Mar-10 20:24 
AnswerRe: Storing and Retrieving Image in Access Pin
Dan Mos30-Mar-10 21:52
Dan Mos30-Mar-10 21:52 
QuestionSynchnroization with lock statement Pin
xkrja30-Mar-10 20:23
xkrja30-Mar-10 20:23 
AnswerRe: Synchnroization with lock statement Pin
SeMartens30-Mar-10 21:26
SeMartens30-Mar-10 21:26 
GeneralRe: Synchnroization with lock statement Pin
xkrja30-Mar-10 22:10
xkrja30-Mar-10 22:10 
GeneralRe: Synchnroization with lock statement Pin
SeMartens30-Mar-10 22:21
SeMartens30-Mar-10 22:21 
GeneralRe: Synchnroization with lock statement Pin
xkrja30-Mar-10 22:26
xkrja30-Mar-10 22:26 
QuestionProgresBar Pin
Anil Kumar.Arvapalli30-Mar-10 20:20
Anil Kumar.Arvapalli30-Mar-10 20:20 
AnswerRe: ProgresBar Pin
Khaniya30-Mar-10 20:24
professionalKhaniya30-Mar-10 20:24 
QuestionPlay sound Pin
jojoba201130-Mar-10 20:06
jojoba201130-Mar-10 20:06 
AnswerRe: Play sound Pin
Khaniya30-Mar-10 20:18
professionalKhaniya30-Mar-10 20:18 
QuestionRe: Play sound [modified] Pin
jojoba201130-Mar-10 21:10
jojoba201130-Mar-10 21:10 
AnswerRe: Play sound Pin
Kristian Sixhøj31-Mar-10 0:14
Kristian Sixhøj31-Mar-10 0:14 
QuestionXml Deserialization Pin
VCsamir30-Mar-10 19:43
VCsamir30-Mar-10 19:43 
AnswerRe: Xml Deserialization Pin
Arun Jacob30-Mar-10 20:09
Arun Jacob30-Mar-10 20:09 
GeneralRe: Xml Deserialization Pin
VCsamir30-Mar-10 21:37
VCsamir30-Mar-10 21:37 
AnswerRe: Xml Deserialization Pin
Mirko198030-Mar-10 21:43
Mirko198030-Mar-10 21:43 

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.