Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: read and close image from file ??-image size Pin
N a v a n e e t h14-Apr-08 0:53
N a v a n e e t h14-Apr-08 0:53 
GeneralRe: read and close image from file ?? Pin
Luc Pattyn14-Apr-08 2:01
sitebuilderLuc Pattyn14-Apr-08 2:01 
GeneralRe: read and close image from file ?? Pin
Luc Pattyn14-Apr-08 2:04
sitebuilderLuc Pattyn14-Apr-08 2:04 
GeneralRe: read and close image from file ?? Pin
Denver Thomas14-Apr-08 0:39
Denver Thomas14-Apr-08 0:39 
GeneralWhere to better store some app info Pin
Razvan Dimescu13-Apr-08 21:02
Razvan Dimescu13-Apr-08 21:02 
GeneralRe: Where to better store some app info Pin
N a v a n e e t h13-Apr-08 21:11
N a v a n e e t h13-Apr-08 21:11 
GeneralRe: Where to better store some app info Pin
Ashfield13-Apr-08 21:13
Ashfield13-Apr-08 21:13 
GeneralRe: Where to better store some app info Pin
PIEBALDconsult14-Apr-08 8:48
mvePIEBALDconsult14-Apr-08 8:48 
Yeah, it depends on how you want them to work.

If they are stored in a database, then the user can use his settings regardless of which computer he is at. (Some of my software is used in a call-center where a user may not get the same workstation each shift.)

They could also be stored in "C:\Documents and Settings\All Users\Application Data" so every user on the specific computer gets them.

Or in "C:\Documents and Settings\specific user\Application Data" so each user has his own set on that computer.


I don't use App.Config, but that's just me. Big Grin | :-D

<Aside>
Won't the App.Config get overwritten during an update?
</Aside>


Oh, and the registry is evil. Cool | :cool:
QuestionReading command output from a database [modified] Pin
Muammar©13-Apr-08 20:59
Muammar©13-Apr-08 20:59 
GeneralRe: Reading command output from a database Pin
Christian Graus13-Apr-08 21:13
protectorChristian Graus13-Apr-08 21:13 
GeneralRe: Reading command output from a database Pin
Muammar©13-Apr-08 21:16
Muammar©13-Apr-08 21:16 
GeneralRe: Reading command output from a database Pin
Christian Graus13-Apr-08 21:28
protectorChristian Graus13-Apr-08 21:28 
GeneralRe: Reading command output from a database Pin
Muammar©13-Apr-08 21:29
Muammar©13-Apr-08 21:29 
GeneralRe: Reading command output from a database Pin
blackjack215013-Apr-08 23:41
blackjack215013-Apr-08 23:41 
GeneralRe: Reading command output from a database Pin
Muammar©14-Apr-08 0:06
Muammar©14-Apr-08 0:06 
GeneralRe: Reading command output from a database Pin
Muammar©13-Apr-08 21:28
Muammar©13-Apr-08 21:28 
GeneralRe: Reading command output from a database Pin
Christian Graus13-Apr-08 21:34
protectorChristian Graus13-Apr-08 21:34 
GeneralRe: Reading command output from a database Pin
Muammar©13-Apr-08 21:39
Muammar©13-Apr-08 21:39 
GeneralGot it working! [modified] Pin
Muammar©13-Apr-08 22:03
Muammar©13-Apr-08 22:03 
GeneralRe: Got it working! Pin
Christian Graus13-Apr-08 22:21
protectorChristian Graus13-Apr-08 22:21 
QuestionDataGridView double column cells validation Pin
Noemi Katinka13-Apr-08 20:44
Noemi Katinka13-Apr-08 20:44 
GeneralSQL Slow with Threading Pin
Expert Coming13-Apr-08 19:56
Expert Coming13-Apr-08 19:56 
GeneralRe: SQL Slow with Threading Pin
Guffa13-Apr-08 20:41
Guffa13-Apr-08 20:41 
GeneralRe: SQL Slow with Threading Pin
Expert Coming13-Apr-08 21:19
Expert Coming13-Apr-08 21:19 
QuestionHow to access controls which are in the Panel or Groupbox Pin
NarVish13-Apr-08 19:37
NarVish13-Apr-08 19:37 

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.