Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Create a module-level Boolean flag that keeps track of whether the form is loading for the first time.

Before you set the controls to their initial values, set the flag to true.

When you are done setting the controls to their initial values, set the flag to false.

In your calculation sub, check the value of the flag for false before performing the calculations.



The difficult we do right away...
...the impossible takes slightly longer.

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 
AnswerRe: ADORecordset different result using ODBC and SQLNCLI Pin
Dave Kreskowiak21-Mar-15 4:54
mveDave Kreskowiak21-Mar-15 4:54 
QuestionGive to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 10:07
dilkonika19-Mar-15 10:07 
AnswerRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak19-Mar-15 10:10
mveDave Kreskowiak19-Mar-15 10:10 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 10:13
dilkonika19-Mar-15 10:13 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak19-Mar-15 10:15
mveDave Kreskowiak19-Mar-15 10:15 
AnswerRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen19-Mar-15 10:47
professionalEddy Vluggen19-Mar-15 10:47 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 14:25
dilkonika19-Mar-15 14:25 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen19-Mar-15 23:48
professionalEddy Vluggen19-Mar-15 23:48 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen20-Mar-15 1:26
professionalEddy Vluggen20-Mar-15 1:26 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak20-Mar-15 2:35
mveDave Kreskowiak20-Mar-15 2:35 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika20-Mar-15 7:20
dilkonika20-Mar-15 7:20 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen20-Mar-15 10:06
professionalEddy Vluggen20-Mar-15 10:06 
Questionhow to create a text screen saver by readind and displaying the text file Pin
Member 1153747318-Mar-15 20:11
Member 1153747318-Mar-15 20:11 
AnswerRe: how to create a text screen saver by readind and displaying the text file Pin
Eddy Vluggen19-Mar-15 10:50
professionalEddy Vluggen19-Mar-15 10:50 
QuestionDetecting beat from audio input Pin
MBV-Media16-Mar-15 2:06
MBV-Media16-Mar-15 2:06 

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.