Click here to Skip to main content
15,880,608 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionSave Dialog box control Pin
EEmaan13-Apr-07 3:43
EEmaan13-Apr-07 3:43 
AnswerRe: Save Dialog box control Pin
Dave Kreskowiak13-Apr-07 4:41
mveDave Kreskowiak13-Apr-07 4:41 
AnswerRe: Save Dialog box control Pin
Sathesh Sakthivel13-Apr-07 7:47
Sathesh Sakthivel13-Apr-07 7:47 
QuestionDirectSound question... Pin
OnlyNameLeft13-Apr-07 2:47
OnlyNameLeft13-Apr-07 2:47 
QuestionInstall an ActiveX for IE by Setup ? Pin
Jan.Seiffert12-Apr-07 22:55
Jan.Seiffert12-Apr-07 22:55 
QuestionWhat are the possible problems that caused application crash? Pin
Rafferty Uy12-Apr-07 16:01
Rafferty Uy12-Apr-07 16:01 
AnswerRe: What are the possible problems that caused application crash? Pin
Christian Graus12-Apr-07 16:29
protectorChristian Graus12-Apr-07 16:29 
QuestionIsolatedStorage - How to store application config for more than one user? Pin
..Hubert..12-Apr-07 3:34
..Hubert..12-Apr-07 3:34 
I'd like to store global application settings (for machine, not for the user). My first tought was to use IsolatedStorage with following parameters:
<br />
IsolatedStorageFile.GetStore<br />
                    (IsolatedStorageScope.Machine | IsolatedStorageScope.Domain | IsolatedStorageScope.Application, null, null);<br />


But
1. I can't get proper application identity to work. So how can I assure, that it will be shared between different application versions?
2. I have changed Application to Assembly for test purposes, but configuration wasn't shared between users WTF | :WTF:
How do you store sensitive infos for the application?
Is the registry the only place to share this data?
H.
AnswerRe: IsolatedStorage - How to store application config for more than one user? Pin
Tim Paaschen12-Apr-07 4:35
Tim Paaschen12-Apr-07 4:35 
QuestionInitializeSecurityContext & Win64 is a prblem? Pin
_Wrong_11-Apr-07 23:38
_Wrong_11-Apr-07 23:38 
QuestionCombine GIF and JPG Pin
devboycpp11-Apr-07 6:42
devboycpp11-Apr-07 6:42 
AnswerRe: Combine GIF and JPG Pin
Dave Kreskowiak11-Apr-07 7:06
mveDave Kreskowiak11-Apr-07 7:06 
AnswerRe: Combine GIF and JPG Pin
Christian Graus11-Apr-07 23:37
protectorChristian Graus11-Apr-07 23:37 
Questionextract color of pixel from bitmap converted from Avifile Pin
Anilkumar Bhadgale10-Apr-07 19:26
Anilkumar Bhadgale10-Apr-07 19:26 
QuestionNotification when a new column is added to a table Pin
deepakts10-Apr-07 19:17
deepakts10-Apr-07 19:17 
AnswerRe: Notification when a new column is added to a table Pin
Dave Kreskowiak11-Apr-07 5:35
mveDave Kreskowiak11-Apr-07 5:35 
AnswerRe: Notification when a new column is added to a table Pin
Jaiprakash M Bankolli15-Apr-07 7:47
Jaiprakash M Bankolli15-Apr-07 7:47 
QuestionHELP!!! re. making paths in .config file dynamic Pin
Rafferty Uy10-Apr-07 17:09
Rafferty Uy10-Apr-07 17:09 
AnswerRe: HELP!!! re. making paths in .config file dynamic Pin
Rafferty Uy10-Apr-07 17:16
Rafferty Uy10-Apr-07 17:16 
AnswerRe: HELP!!! re. making paths in .config file dynamic Pin
Scott Dorman10-Apr-07 17:52
professionalScott Dorman10-Apr-07 17:52 
GeneralRe: HELP!!! re. making paths in .config file dynamic Pin
Rafferty Uy11-Apr-07 21:10
Rafferty Uy11-Apr-07 21:10 
GeneralRe: HELP!!! re. making paths in .config file dynamic Pin
Scott Dorman12-Apr-07 1:33
professionalScott Dorman12-Apr-07 1:33 
QuestionType conversion strange bug Pin
cybertone10-Apr-07 13:37
cybertone10-Apr-07 13:37 
AnswerRe: Type conversion strange bug Pin
Luc Pattyn10-Apr-07 22:09
sitebuilderLuc Pattyn10-Apr-07 22:09 
AnswerRe: Type conversion strange bug Pin
Jaiprakash M Bankolli15-Apr-07 7:48
Jaiprakash M Bankolli15-Apr-07 7:48 

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.