Click here to Skip to main content
16,005,149 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to deploy a project? Pin
cstrader23229-Sep-06 17:37
cstrader23229-Sep-06 17:37 
AnswerRe: How to deploy a project? Pin
Dave Kreskowiak1-Oct-06 14:51
mveDave Kreskowiak1-Oct-06 14:51 
QuestionUnable to shut down windows with VB.Net App loaded. Pin
Dick Bellnier29-Sep-06 14:52
Dick Bellnier29-Sep-06 14:52 
AnswerRe: Unable to shut down windows with VB.Net App loaded. Pin
Dave Kreskowiak1-Oct-06 14:55
mveDave Kreskowiak1-Oct-06 14:55 
QuestionReading and renaming Excel Files Help Needed Pin
CraigBob29-Sep-06 13:36
CraigBob29-Sep-06 13:36 
Questionhow to reflect changes Pin
praveen kumar mahto29-Sep-06 3:09
praveen kumar mahto29-Sep-06 3:09 
AnswerRe: how to reflect changes Pin
Guffa29-Sep-06 3:27
Guffa29-Sep-06 3:27 
AnswerRe: how to reflect changes Pin
Kschuler29-Sep-06 10:33
Kschuler29-Sep-06 10:33 
When you return focus to the main form the FormLoad event does not fire. What you probably want to do is put all (or most) of the code that is currently in your FormLoad event handler and move it into a public subroutine. When you close the second form, first have it call this new public subroutine to reload the main form's data before returning to the main screen.

Hope this helps.
Questioncombobox sort/index problem Pin
chrishowell29-Sep-06 1:43
chrishowell29-Sep-06 1:43 
AnswerRe: combobox sort/index problem Pin
Christian Graus29-Sep-06 10:47
protectorChristian Graus29-Sep-06 10:47 
QuestionREmoting Pin
maryamnet29-Sep-06 1:04
maryamnet29-Sep-06 1:04 
Questiondatatable.columns.add(datacolumn, index) Pin
jcrussell29-Sep-06 0:39
jcrussell29-Sep-06 0:39 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak29-Sep-06 6:32
mveDave Kreskowiak29-Sep-06 6:32 
QuestionRe: datatable.columns.add(datacolumn, index) Pin
jcrussell2-Oct-06 14:30
jcrussell2-Oct-06 14:30 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak2-Oct-06 14:57
mveDave Kreskowiak2-Oct-06 14:57 
QuestionRe: datatable.columns.add(datacolumn, index) Pin
jcrussell2-Oct-06 15:04
jcrussell2-Oct-06 15:04 
AnswerRe: datatable.columns.add(datacolumn, index) Pin
Dave Kreskowiak2-Oct-06 16:32
mveDave Kreskowiak2-Oct-06 16:32 
QuestionHow to enable checkbox option in Save Dialog Box [modified] Pin
vikram13828-Sep-06 23:47
vikram13828-Sep-06 23:47 
AnswerRe: How to enable checkbox option in Save Dialog Box Pin
Dave Kreskowiak29-Sep-06 6:28
mveDave Kreskowiak29-Sep-06 6:28 
Questiondeploying app with xp themes Pin
ashhorner28-Sep-06 23:42
ashhorner28-Sep-06 23:42 
QuestionBitwise Enum and the <Flags()> [modified] Pin
Alsvha28-Sep-06 22:08
Alsvha28-Sep-06 22:08 
AnswerRe: Bitwise Enum and the <Flags()> Pin
Dave Kreskowiak29-Sep-06 6:25
mveDave Kreskowiak29-Sep-06 6:25 
GeneralRe: Bitwise Enum and the <Flags()> Pin
Alsvha1-Oct-06 21:16
Alsvha1-Oct-06 21:16 
GeneralRe: Bitwise Enum and the <Flags()> Pin
darkelv2-Oct-06 0:06
darkelv2-Oct-06 0:06 
GeneralRe: Bitwise Enum and the <Flags()> Pin
Alsvha2-Oct-06 1:09
Alsvha2-Oct-06 1: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.