Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Custom Renaming File Pin
CWIZO8-Sep-06 2:09
CWIZO8-Sep-06 2:09 
QuestionRe: Custom Renaming File Pin
Iftikhar Ali8-Sep-06 11:00
Iftikhar Ali8-Sep-06 11:00 
AnswerRe: Custom Renaming File Pin
CWIZO8-Sep-06 23:14
CWIZO8-Sep-06 23:14 
GeneralRe: Custom Renaming File Pin
Iftikhar Ali10-Sep-06 22:44
Iftikhar Ali10-Sep-06 22:44 
GeneralRe: Custom Renaming File Pin
CWIZO10-Sep-06 22:48
CWIZO10-Sep-06 22:48 
QuestionRe: Custom Renaming File Pin
Iftikhar Ali11-Sep-06 10:56
Iftikhar Ali11-Sep-06 10:56 
AnswerRe: Custom Renaming File Pin
EvoFreak11-Sep-06 14:43
EvoFreak11-Sep-06 14:43 
QuestionLost Focus on Mdi Parent Button? Pin
ghost1817-Sep-06 19:49
ghost1817-Sep-06 19:49 
Hi,

My Application cannot focus back to the mdi parent button when i close the mdi child form.

[More Info]

My Application have 4 flowLayoutpanel
Each FLP have it own Button
Center of my Application have a Backgroundworker to load my form.

[Problem]
Now the problem come out...when i close the backgroundworker form, i cant focus back to the FLP button.


<br />
Private Sub frmMSBin_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing <br />
        If Not Me.MdiParent Is Nothing And Not Me.Modal Then <br />
    CType(Me.MdiParent, frmMainMenu).btnBin.focus <br />
         End If <br />
End Sub <br />

Here is one of my form closing.

Anyone pls help..
AnswerRe: how to enlarge width data report ?? Pin
very_short_life9-Sep-06 4:28
very_short_life9-Sep-06 4:28 
QuestionVB6 - Inserting a data worksheet in a workbook. Pin
A Price7-Sep-06 17:00
A Price7-Sep-06 17:00 
QuestionHow to make glass effect image in .NET/WinXP Pin
re infecta7-Sep-06 10:44
re infecta7-Sep-06 10:44 
AnswerRe: How to make glass effect image in .NET/WinXP Pin
salysle7-Sep-06 13:21
salysle7-Sep-06 13:21 
GeneralRe: How to make glass effect image in .NET/WinXP Pin
re infecta7-Sep-06 20:55
re infecta7-Sep-06 20:55 
GeneralRe: How to make glass effect image in .NET/WinXP Pin
The ANZAC7-Sep-06 23:26
The ANZAC7-Sep-06 23:26 
AnswerRe: How to make glass effect image in .NET/WinXP Pin
hannesHTG8-Sep-06 3:33
hannesHTG8-Sep-06 3:33 
QuestionVB.NET not updating my primary keys Pin
MAJackson7-Sep-06 10:09
MAJackson7-Sep-06 10:09 
AnswerRe: VB.NET not updating my primary keys Pin
MAJackson8-Sep-06 7:16
MAJackson8-Sep-06 7:16 
QuestionAppending Word Documents Pin
Wafdof7-Sep-06 9:13
Wafdof7-Sep-06 9:13 
Questioncalling a function in the code behind from java script Pin
ONeil Tomlinson7-Sep-06 7:18
ONeil Tomlinson7-Sep-06 7:18 
AnswerRe: calling a function in the code behind from java script Pin
Guffa7-Sep-06 8:22
Guffa7-Sep-06 8:22 
Questionhow to export / save wave file from Resource as wave file Pin
elsahaba7-Sep-06 6:47
elsahaba7-Sep-06 6:47 
QuestionTreeview question Pin
KreativeKai7-Sep-06 6:32
professionalKreativeKai7-Sep-06 6:32 
AnswerRe: Treeview question Pin
KreativeKai7-Sep-06 9:20
professionalKreativeKai7-Sep-06 9:20 
AnswerRe: Treeview question Pin
salysle7-Sep-06 13:15
salysle7-Sep-06 13:15 
Questioneditable datagrid column Pin
vidhu raj7-Sep-06 5:03
vidhu raj7-Sep-06 5:03 

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.