Click here to Skip to main content
15,889,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionData Access Layer using Entity Framework 6.0, Record Inserts Pin
jkirkerx12-Jul-15 12:03
professionaljkirkerx12-Jul-15 12:03 
Answer[SOLVED] Pin
jkirkerx12-Jul-15 12:50
professionaljkirkerx12-Jul-15 12:50 
QuestionProblem referencing controls of a dynamically created form. Pin
Abcecedarian11-Jul-15 11:14
Abcecedarian11-Jul-15 11:14 
AnswerRe: Problem referencing controls of a dynamically created form. Pin
Wes Aday11-Jul-15 15:08
professionalWes Aday11-Jul-15 15:08 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian11-Jul-15 20:22
Abcecedarian11-Jul-15 20:22 
AnswerRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier11-Jul-15 23:54
mveRalf Meier11-Jul-15 23:54 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian12-Jul-15 0:47
Abcecedarian12-Jul-15 0:47 
AnswerRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier12-Jul-15 1:02
mveRalf Meier12-Jul-15 1:02 
Are you familiar with creating Dialogs ?
I could guide you in creating what is necessary.
At first :
- a Dialog is a Form. On this Form you have placed the TextBoxes as needed by yourself. On the bottom of the Form (for example) you place 2 Buttons ("Accept Changes" and "Abort"). This Dialog also has Properties, with which you give the necessary data from the calling method to the Dialog (and back again). With the 2 Buttons you give a DialogResult to the calling method which says, that the changes are valid (or not).
Then :
The calling method (performed by your Click-Event) instances the Dialog, gives it the necessary data and shows it. When finishing the Dialog you get your DialogResult which tells you, if the data has to be written back or what else.

I prefer, that you first start by yourself and I help when Help is needed ...
I think, the first steps (creating the Dialog) could be gone by you ...
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian12-Jul-15 14:59
Abcecedarian12-Jul-15 14:59 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier12-Jul-15 22:53
mveRalf Meier12-Jul-15 22:53 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian13-Jul-15 0:30
Abcecedarian13-Jul-15 0:30 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier13-Jul-15 8:09
mveRalf Meier13-Jul-15 8:09 
QuestionHow to fix a lagging after but a flickering createparams Code Pin
Mohamed Hamdy10-Jul-15 7:09
Mohamed Hamdy10-Jul-15 7:09 
QuestionRe: How to fix a lagging after but a flickering createparams Code Pin
Eddy Vluggen10-Jul-15 7:16
professionalEddy Vluggen10-Jul-15 7:16 
AnswerRe: How to fix a lagging after but a flickering createparams Code Pin
Mohamed Hamdy10-Jul-15 12:40
Mohamed Hamdy10-Jul-15 12:40 
GeneralRe: How to fix a lagging after but a flickering createparams Code Pin
Richard MacCutchan10-Jul-15 21:19
mveRichard MacCutchan10-Jul-15 21:19 
QuestionConnect to remote sql server Pin
satc9-Jul-15 18:05
satc9-Jul-15 18:05 
AnswerRe: Connect to remote sql server Pin
Wendelius9-Jul-15 18:21
mentorWendelius9-Jul-15 18:21 
GeneralRe: Connect to remote sql server Pin
satc9-Jul-15 19:47
satc9-Jul-15 19:47 
GeneralRe: Connect to remote sql server Pin
Wendelius9-Jul-15 20:06
mentorWendelius9-Jul-15 20:06 
GeneralRe: Connect to remote sql server Pin
satc9-Jul-15 20:19
satc9-Jul-15 20:19 
AnswerRe: Connect to remote sql server Pin
PIEBALDconsult9-Jul-15 18:31
mvePIEBALDconsult9-Jul-15 18:31 
GeneralRe: Connect to remote sql server Pin
satc11-Jul-15 4:09
satc11-Jul-15 4:09 
AnswerRe: Connect to remote sql server Pin
Eddy Vluggen9-Jul-15 22:15
professionalEddy Vluggen9-Jul-15 22:15 
GeneralRe: Connect to remote sql server Pin
satc10-Jul-15 2:55
satc10-Jul-15 2:55 

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.