Click here to Skip to main content
15,905,776 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: URGENT HELP Pin
Luc Pattyn18-Sep-09 15:43
sitebuilderLuc Pattyn18-Sep-09 15:43 
QuestionForm that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
nlarson1118-Sep-09 10:02
nlarson1118-Sep-09 10:02 
AnswerRe: Form that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
Eddy Vluggen18-Sep-09 10:29
professionalEddy Vluggen18-Sep-09 10:29 
GeneralRe: Form that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
nlarson1118-Sep-09 10:37
nlarson1118-Sep-09 10:37 
AnswerRe: Form that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
nlarson1118-Sep-09 11:13
nlarson1118-Sep-09 11:13 
Questionproblem with System.InvalidOperationException - enabling buttons from within event sub Pin
abiemann18-Sep-09 9:03
abiemann18-Sep-09 9:03 
AnswerRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
abiemann18-Sep-09 9:35
abiemann18-Sep-09 9:35 
AnswerRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
abiemann18-Sep-09 9:58
abiemann18-Sep-09 9:58 
I then decided an alternative might be just to disable and enable the stackpanel on the Window1

Private Sub StackPanel_ButtonClick(ByVal sender As Object, ByVal e As RoutedEventArgs)
    Me.StackPanel1.IsEnabled = False 'instead of individually disabling buttons in each control on the stackpanel
    MSVMobject.StartVM()
End Sub

Friend Sub MSVM_VMexited()
    Me.StackPanel1.IsEnabled = True
End Sub



However, "Me.StackPanel1.IsEnabled = True" still caused the exception Dead | X| Cry | :(( Confused | :confused:
AnswerRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
Luc Pattyn18-Sep-09 10:22
sitebuilderLuc Pattyn18-Sep-09 10:22 
GeneralRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
abiemann21-Sep-09 8:32
abiemann21-Sep-09 8:32 
GeneralRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
Luc Pattyn21-Sep-09 8:36
sitebuilderLuc Pattyn21-Sep-09 8:36 
QuestionHelp with RDL report! Pin
bugor7718-Sep-09 5:25
bugor7718-Sep-09 5:25 
QuestionWebBrowser Control Pin
SoftDev4U18-Sep-09 5:01
SoftDev4U18-Sep-09 5:01 
AnswerRe: WebBrowser Control Pin
Dave Kreskowiak18-Sep-09 5:15
mveDave Kreskowiak18-Sep-09 5:15 
GeneralRe: WebBrowser Control Pin
SoftDev4U18-Sep-09 5:22
SoftDev4U18-Sep-09 5:22 
QuestionRE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:32
Lee Mwangi18-Sep-09 4:32 
AnswerRe: RE:Missing Oracle InProc server 5.0 type library Pin
Lee Mwangi18-Sep-09 4:33
Lee Mwangi18-Sep-09 4:33 
QuestionMessage Box Pin
RyJaBy18-Sep-09 2:48
RyJaBy18-Sep-09 2:48 
AnswerRe: Message Box Pin
Johan Hakkesteegt18-Sep-09 3:06
Johan Hakkesteegt18-Sep-09 3:06 
AnswerRe: Message Box Pin
Eddy Vluggen18-Sep-09 10:36
professionalEddy Vluggen18-Sep-09 10:36 
QuestionScroll bar for showing waveform data Pin
D_A_V_E18-Sep-09 2:43
D_A_V_E18-Sep-09 2:43 
AnswerRe: Scroll bar for showing waveform data Pin
Johan Hakkesteegt18-Sep-09 3:17
Johan Hakkesteegt18-Sep-09 3:17 
AnswerRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:44
mveDave Kreskowiak18-Sep-09 3:44 
GeneralRe: Scroll bar for showing waveform data Pin
Luc Pattyn18-Sep-09 3:53
sitebuilderLuc Pattyn18-Sep-09 3:53 
GeneralRe: Scroll bar for showing waveform data Pin
Dave Kreskowiak18-Sep-09 3:56
mveDave Kreskowiak18-Sep-09 3:56 

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.