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

Visual Basic

 
GeneralRe: Need to talk to USB serial adapter but no port data available on laptop Pin
Michael_Davies13-Jul-15 6:19
Michael_Davies13-Jul-15 6:19 
GeneralRe: Need to talk to USB serial adapter but no port data available on laptop Pin
KarltheSaabNut13-Jul-15 6:28
professionalKarltheSaabNut13-Jul-15 6:28 
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 
I would suggest the following :
1. : I would not use the RowHeaderMouseClick - better use the CellClick-Event
2. : For editing I prefer a Dialog - perhaps startet by a ContextMenue or by right MouseButton in combination with the CellMouseClick-Event. In this Dialog you could manipulate the Cell-Values you want and write it back with a Button-Click. Inportant : every time you know which row/column you are acessing ...
3. : to add a new Entry I prefer a similar way like decribted. Perhaps you start this also by a ContextMenue or with an external Button - but the data is entered inside a Dialog. With closing the Dialog you decide by Button-Click what should happen with the entered data ...
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 
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 

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.