Click here to Skip to main content
15,891,136 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Need examples of extra nice program UI’s built for free with Windows Forms [modified] Pin
copec28-Jul-09 10:24
copec28-Jul-09 10:24 
GeneralRe: Need examples of extra nice program UI’s built for free with Windows Forms Pin
Dave Kreskowiak28-Jul-09 16:34
mveDave Kreskowiak28-Jul-09 16:34 
AnswerRe: Need examples of extra nice program UI’s built for free with Windows Forms Pin
Mycroft Holmes2-Aug-09 0:11
professionalMycroft Holmes2-Aug-09 0:11 
Questionwhat a good software Pin
sudyyang27-Jul-09 16:33
sudyyang27-Jul-09 16:33 
AnswerRe: what a good software Pin
Dave Kreskowiak27-Jul-09 17:20
mveDave Kreskowiak27-Jul-09 17:20 
AnswerRe: what a good software Pin
Mycroft Holmes27-Jul-09 17:42
professionalMycroft Holmes27-Jul-09 17:42 
Question? SET PASSWORD THROUGH CODE in Connectionstring Pin
Kutbi Naharpura27-Jul-09 4:44
Kutbi Naharpura27-Jul-09 4:44 
AnswerRe: ? SET PASSWORD THROUGH CODE in Connectionstring Pin
Sk9328-Jul-09 0:31
Sk9328-Jul-09 0:31 
1:
have a look at the SqlConnectionStringBuilder class, as this will give you the ability to change the password within a connection string:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx[^]

Using this class, you can store the full connection string, with a dummy password in the app.confg file.
Then, when you want to use it in code, you can use the SqlConnectStringBuilder class to alter the string so that it includes the correct password.


2:

Have a look at this article, as I believe it does exactly what you want:
Encrypt and Decrypt ConnectionString in app.config and/or web.config![^]
QuestionDataGridView ComboBox VB.Net Pin
KiwiDanChCh26-Jul-09 22:53
KiwiDanChCh26-Jul-09 22:53 
AnswerRe: DataGridView ComboBox VB.Net Pin
Henry Minute27-Jul-09 10:06
Henry Minute27-Jul-09 10:06 
GeneralRe: DataGridView ComboBox VB.Net Pin
KiwiDanChCh27-Jul-09 20:11
KiwiDanChCh27-Jul-09 20:11 
GeneralRe: DataGridView ComboBox VB.Net Pin
Henry Minute27-Jul-09 23:57
Henry Minute27-Jul-09 23:57 
GeneralRe: DataGridView ComboBox VB.Net Pin
KiwiDanChCh28-Jul-09 7:32
KiwiDanChCh28-Jul-09 7:32 
General[Message Deleted] Pin
KiwiDanChCh28-Jul-09 7:35
KiwiDanChCh28-Jul-09 7:35 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 7:45
KiwiDanChCh28-Jul-09 7:45 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 7:46
Henry Minute28-Jul-09 7:46 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 7:50
KiwiDanChCh28-Jul-09 7:50 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:32
Henry Minute28-Jul-09 8:32 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 8:41
KiwiDanChCh28-Jul-09 8:41 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:47
Henry Minute28-Jul-09 8:47 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 8:53
KiwiDanChCh28-Jul-09 8:53 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:55
Henry Minute28-Jul-09 8:55 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh29-Jul-09 0:05
KiwiDanChCh29-Jul-09 0:05 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 11:24
KiwiDanChCh28-Jul-09 11:24 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute29-Jul-09 5:18
Henry Minute29-Jul-09 5:18 

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.