Click here to Skip to main content
15,908,115 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: ReactiveUI-WinForms bind combo datasource after selecting another combobox Pin
Richard MacCutchan31-Oct-18 6:54
mveRichard MacCutchan31-Oct-18 6:54 
GeneralRe: ReactiveUI-WinForms bind combo datasource after selecting another combobox Pin
Francisco Gonçalves31-Oct-18 13:31
professionalFrancisco Gonçalves31-Oct-18 13:31 
QuestionHello there. how to do a dynamic design (colors, background color etc ...)? Pin
erdalczr15-Oct-18 16:13
erdalczr15-Oct-18 16:13 
AnswerRe: Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
Pete O'Hanlon15-Oct-18 19:21
mvePete O'Hanlon15-Oct-18 19:21 
GeneralRe: Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
erdalczr17-Oct-18 16:29
erdalczr17-Oct-18 16:29 
Rant[REPOST] Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
Richard Deeming16-Oct-18 0:49
mveRichard Deeming16-Oct-18 0:49 
QuestionHow to pass data from two or more forms ? Pin
game_builder25-Jul-18 22:10
game_builder25-Jul-18 22:10 
AnswerRe: How to pass data from two or more forms ? Pin
Richard Deeming26-Jul-18 1:42
mveRichard Deeming26-Jul-18 1:42 
AnswerRe: How to pass data from two or more forms ? Pin
Member 1375766214-Sep-18 5:19
Member 1375766214-Sep-18 5:19 
GeneralDNN 9.x Internal Server Error Pin
Member 1380608528-May-18 13:03
Member 1380608528-May-18 13:03 
GeneralRe: DNN 9.x Internal Server Error Pin
Gerry Schmitz30-May-18 10:00
mveGerry Schmitz30-May-18 10:00 
GeneralRe: DNN 9.x Internal Server Error Pin
Richard Deeming31-May-18 1:23
mveRichard Deeming31-May-18 1:23 
GeneralDotnetnuke Login issue with Citrix SSL Offloading Pin
Member 1380608530-Apr-18 23:41
Member 1380608530-Apr-18 23:41 
GeneralRe: Dotnetnuke Login issue with Citrix SSL Offloading Pin
Pete O'Hanlon30-Apr-18 23:55
mvePete O'Hanlon30-Apr-18 23:55 
QuestionWinForms NIC Performance Counter Pin
Member 1380586930-Apr-18 20:05
Member 1380586930-Apr-18 20:05 
SuggestionRe: WinForms NIC Performance Counter Pin
Richard Deeming1-May-18 1:19
mveRichard Deeming1-May-18 1:19 
GeneralRe: WinForms NIC Performance Counter Pin
Member 138058691-May-18 1:28
Member 138058691-May-18 1:28 
GeneralRe: WinForms NIC Performance Counter Pin
Richard Deeming1-May-18 1:32
mveRichard Deeming1-May-18 1:32 
GeneralRe: WinForms NIC Performance Counter Pin
Member 138058691-May-18 1:33
Member 138058691-May-18 1:33 
Questiontextbox input Pin
User 136751143-Mar-18 13:03
User 136751143-Mar-18 13:03 
AnswerRe: textbox input Pin
Richard MacCutchan3-Mar-18 21:11
mveRichard MacCutchan3-Mar-18 21:11 
AnswerRe: textbox input Pin
User 418025417-Jun-18 3:54
User 418025417-Jun-18 3:54 
QuestionWhat is best Online Decompiler For Exe Code Reverse( C# and delphi) Pin
Member 134632896-Nov-17 21:29
Member 134632896-Nov-17 21:29 
AnswerRe: What is best Online Decompiler For Exe Code Reverse( C# and delphi) Pin
AdrianG00116-Apr-18 4:38
AdrianG00116-Apr-18 4:38 
QuestionWinforms VS 2015 Community with encrypted SQLite Pin
Member 1271965811-Jan-17 3:08
Member 1271965811-Jan-17 3:08 
Hello All,

I am building a C# windows app using SQLite database. I built the database in DB Browser SQLite. I used the built in SQLcipher that comes with the new version of SQLite and added a password (testing123). Once I created a datasource in VS 2015 Community I used the wizard to browse to the database and supplied the password to add the database to my project. When I click the Test Connection it says everything is fine. However, when I expand the database in the datasource pane of VS I get an error that says something about File is encrypted or is not a database, even though the password is in the connection string in the Apps settings of the VS project. If I do not encrypt the database in DB Browser SQLite everything works fine. Also, if I create the database file as a new database in VS and put in the password upon creation VS allows the file to be encrypted and opening up in SQLite I must supply the PW to connect, however, after I build the database tables and put back in VS it does connect any more. Does anyone have any advise and do I need SQLcipher in my project to decrypt the database? If so, where would I get this and how do I use it?

I do not have code since this is design time and I haven't even started to code since all I am doing is attaching the database and trying to navigate in the datasource to see my tables.

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.