Click here to Skip to main content
15,914,323 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: URGENT HELP Pin
Christian Graus18-Sep-09 15:21
protectorChristian Graus18-Sep-09 15:21 
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 
what I've done now is declare OdataCapsule as a member variable of Window1 (temporarily called it "myOdataCapsule" for this experiment), and the program gets farther... however, now the following fails:

myOdataCapsule = DirectCast(Me.StackPanel1.Children.Item(iSPindex), Control_DataCapsule)


myOdataCapsule always equals Nothing !

This is a problem since I used the DirectCast to gain access to methods in Control_DataCapsule (many of these are stored in the stackpanel) to enable and disable buttons on the controls.

Overall goal
Somehow I need to step through the Control_DataCapsule's in the stackpanel once Window1 receives the VMexited event. My implementation above is the only way I thought I could Cry | :((
AnswerRe: problem with System.InvalidOperationException - enabling buttons from within event sub Pin
abiemann18-Sep-09 9:58
abiemann18-Sep-09 9:58 
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 

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.