Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Trying to insert encrypt/decrypt code to form project Pin
Richard MacCutchan1-Apr-15 22:20
mveRichard MacCutchan1-Apr-15 22:20 
GeneralRe: Trying to insert encrypt/decrypt code to form project Pin
Member 115745091-Apr-15 23:08
Member 115745091-Apr-15 23:08 
QuestionBuild a navigation area for a Datagridview Pin
dilkonika1-Apr-15 16:22
dilkonika1-Apr-15 16:22 
AnswerRe: Build a navigation area for a Datagridview Pin
Sascha Lefèvre1-Apr-15 17:25
professionalSascha Lefèvre1-Apr-15 17:25 
GeneralRe: Build a navigation area for a Datagridview Pin
dilkonika1-Apr-15 17:34
dilkonika1-Apr-15 17:34 
GeneralRe: Build a navigation area for a Datagridview Pin
Sascha Lefèvre1-Apr-15 17:42
professionalSascha Lefèvre1-Apr-15 17:42 
GeneralRe: Build a navigation area for a Datagridview Pin
dilkonika1-Apr-15 17:47
dilkonika1-Apr-15 17:47 
GeneralRe: Build a navigation area for a Datagridview Pin
Sascha Lefèvre1-Apr-15 18:09
professionalSascha Lefèvre1-Apr-15 18:09 
You could use theoretically any control you like as all controls have a Click-Event. Buttons or Labels would probably make the most sense. You should create a UserControl that encapsulates all the navigation-related controls. Within that UserControl you should use a FlowLayoutPanel and place the navigation-controls therein.

https://msdn.microsoft.com/en-us/library/system.windows.controls.usercontrol%28v=vs.110%29.aspx[^]
https://msdn.microsoft.com/en-us/library/system.windows.forms.flowlayoutpanel%28v=vs.110%29.aspx[^]
https://www.google.com/search?q=vb.net+winforms+place+controls+runtime&ie=utf-8&oe=utf-8[^]
QuestionDatagridview manipulate Pin
Tarik EL JABIRI1-Apr-15 6:01
Tarik EL JABIRI1-Apr-15 6:01 
QuestionCrystal Reports Developer Edtion With VS 2013 Pin
Member 235100131-Mar-15 8:47
Member 235100131-Mar-15 8:47 
AnswerRe: Crystal Reports Developer Edtion With VS 2013 Pin
Richard Andrew x6431-Mar-15 9:42
professionalRichard Andrew x6431-Mar-15 9:42 
QuestionVB-SCRIPT -GENERATION OF HTML OUTPUT PROBLEM Pin
sasekumarmb31-Mar-15 3:17
sasekumarmb31-Mar-15 3:17 
AnswerRe: VB-SCRIPT -GENERATION OF HTML OUTPUT PROBLEM Pin
Eddy Vluggen31-Mar-15 7:37
professionalEddy Vluggen31-Mar-15 7:37 
QuestionProcess Not Completely Running As Automated Task Pin
BoOnTheGo30-Mar-15 11:10
BoOnTheGo30-Mar-15 11:10 
AnswerRe: Process Not Completely Running As Automated Task Pin
Dave Kreskowiak30-Mar-15 11:40
mveDave Kreskowiak30-Mar-15 11:40 
QuestionNeed to apply dragging event on Columns and Rows on TableLayoutPanel during runtime in user defined IDE Pin
shivmymail22-Mar-15 2:40
shivmymail22-Mar-15 2:40 
AnswerRe: Need to apply dragging event on Columns and Rows on TableLayoutPanel during runtime in user defined IDE Pin
Eddy Vluggen22-Mar-15 3:32
professionalEddy Vluggen22-Mar-15 3:32 
GeneralRe: Need to apply dragging event on Columns and Rows on TableLayoutPanel during runtime in user defined IDE Pin
shivmymail22-Mar-15 23:19
shivmymail22-Mar-15 23:19 
GeneralRe: Need to apply dragging event on Columns and Rows on TableLayoutPanel during runtime in user defined IDE Pin
Eddy Vluggen22-Mar-15 23:31
professionalEddy Vluggen22-Mar-15 23:31 
QuestionForm Load Runs Events Pin
BobbyStrain21-Mar-15 14:58
BobbyStrain21-Mar-15 14:58 
AnswerRe: Form Load Runs Events Pin
Richard Andrew x6421-Mar-15 15:51
professionalRichard Andrew x6421-Mar-15 15:51 
GeneralRe: Form Load Runs Events Pin
BobbyStrain21-Mar-15 15:58
BobbyStrain21-Mar-15 15:58 
AnswerRe: Form Load Runs Events Pin
Richard Andrew x6421-Mar-15 16:14
professionalRichard Andrew x6421-Mar-15 16:14 
GeneralRe: Form Load Runs Events Pin
BobbyStrain22-Mar-15 6:00
BobbyStrain22-Mar-15 6:00 
QuestionADORecordset different result using ODBC and SQLNCLI Pin
equelna21-Mar-15 1:35
equelna21-Mar-15 1:35 

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.