Click here to Skip to main content
15,916,398 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 4:12
mveOriginalGriff5-Sep-10 4:12 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
Not Active5-Sep-10 5:07
mentorNot Active5-Sep-10 5:07 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 5:15
mveOriginalGriff5-Sep-10 5:15 
AnswerRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff4-Sep-10 6:05
mveOriginalGriff4-Sep-10 6:05 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
kai-best5-Sep-10 2:29
kai-best5-Sep-10 2:29 
AnswerRe: how to update listView on all clients machines when new data was added? Pin
kai-best5-Sep-10 2:44
kai-best5-Sep-10 2:44 
GeneralRe: how to update listView on all clients machines when new data was added? Pin
OriginalGriff5-Sep-10 4:10
mveOriginalGriff5-Sep-10 4:10 
GeneralRe: how to update listView on all clients machines when new data was added? [modified] Pin
kai-best6-Sep-10 3:22
kai-best6-Sep-10 3:22 
i haven't said it properly... i DO have SQL Server 2008, SQLce - it's just a little DB for my app settings! nothing else, just settings. it could keep my passwords in it. that's the only reason i want to use it. but now i still have some doubts.

imagine i open some sort of properties window in my app. it has 2 text fields in it. "login" and "password". it should tell what's what in it, login can be seen untouched, but the password field will be kind of "**********". if i will keep SHA1 version of my password in my settings file (xml) then it's great, SHA1 version can't be used by anyone. but what will be sent to the server upon request? SHA1 version? well isn't it going to be wrong password? help me please to figure it out, i'm lost.

i DO want to change some settings FROM my app, but i DON'T want them (settings) to be seen anywhere outside of my app... so what to do?

i know about encrypting, but for it to be decrypted i need a password that i used to encrypt. right? well i have just one choice - is to hardcode it in my app, as a string value i guess? isn't true that anyone who knows what disassembler is can read my hardcoded password to decrypt the whole settings file? again, i'm lost Frown | :(


ps: since i'm running SQL server 2008 is there any advantages i have already to update my listview?

added: exploring SqlDependency Class Smile | :)

modified on Monday, September 6, 2010 9:37 AM

QuestionRule Engine Pin
Shubhabrata Mohanty4-Sep-10 3:45
Shubhabrata Mohanty4-Sep-10 3:45 
AnswerRe: Rule Engine Pin
dan!sh 4-Sep-10 4:40
professional dan!sh 4-Sep-10 4:40 
QuestionUpdating a progress bar in a loop Pin
Keith Vitali4-Sep-10 2:25
Keith Vitali4-Sep-10 2:25 
AnswerRe: Updating a progress bar in a loop Pin
Henry Minute4-Sep-10 3:25
Henry Minute4-Sep-10 3:25 
GeneralRe: Updating a progress bar in a loop Pin
Keith Vitali4-Sep-10 4:26
Keith Vitali4-Sep-10 4:26 
AnswerRe: Updating a progress bar in a loop Pin
PIEBALDconsult4-Sep-10 3:47
mvePIEBALDconsult4-Sep-10 3:47 
GeneralRe: Updating a progress bar in a loop Pin
Keith Vitali4-Sep-10 4:46
Keith Vitali4-Sep-10 4:46 
Questionhow many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
Gali19784-Sep-10 1:23
Gali19784-Sep-10 1:23 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition PinPopular
OriginalGriff4-Sep-10 1:45
mveOriginalGriff4-Sep-10 1:45 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
PIEBALDconsult4-Sep-10 3:42
mvePIEBALDconsult4-Sep-10 3:42 
AnswerRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
dan!sh 4-Sep-10 4:38
professional dan!sh 4-Sep-10 4:38 
GeneralRe: how many open connection is recommended to leave - in sql server 2008 Enterprise Edition Pin
PIEBALDconsult6-Sep-10 16:45
mvePIEBALDconsult6-Sep-10 16:45 
QuestionInstaller doesn't register file types' icons properly. Pin
WebMaster3-Sep-10 10:07
WebMaster3-Sep-10 10:07 
AnswerRe: Installer doesn't register file types' icons properly. Pin
I Believe In GOD3-Sep-10 10:27
I Believe In GOD3-Sep-10 10:27 
GeneralRe: Installer doesn't register file types' icons properly. Pin
WebMaster3-Sep-10 11:32
WebMaster3-Sep-10 11:32 
GeneralRe: Installer doesn't register file types' icons properly. Pin
I Believe In GOD3-Sep-10 12:27
I Believe In GOD3-Sep-10 12:27 
AnswerRe: Installer doesn't register file types' icons properly. Pin
Luc Pattyn3-Sep-10 15:10
sitebuilderLuc Pattyn3-Sep-10 15:10 

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.