Click here to Skip to main content
15,898,373 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: deployment problem (Window application) Pin
Christian Graus22-Jun-07 21:49
protectorChristian Graus22-Jun-07 21:49 
QuestionUsing nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 5:49
marshmayllow22-Jun-07 5:49 
AnswerRe: Using nested IFs in another form for action in main form Pin
Kschuler22-Jun-07 6:10
Kschuler22-Jun-07 6:10 
GeneralRe: Using nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 8:36
marshmayllow22-Jun-07 8:36 
GeneralRe: Using nested IFs in another form for action in main form Pin
Kschuler22-Jun-07 8:42
Kschuler22-Jun-07 8:42 
AnswerRe: Using nested IFs in another form for action in main form Pin
Dave Kreskowiak22-Jun-07 8:50
mveDave Kreskowiak22-Jun-07 8:50 
AnswerRe: Using nested IFs in another form for action in main form Pin
Christian Graus22-Jun-07 14:22
protectorChristian Graus22-Jun-07 14:22 
AnswerRe: Using nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 22:25
marshmayllow22-Jun-07 22:25 
Ok I've tried using:

Dim frmOptions As New frmOptions
frmOptions.ShowDialog(Me)
If frmOptions.ShowDialog() = Windows.Forms.DialogResult.OK Then
If radiobutton1.checked = true then
picMain.image = picA.image
End if

..etc.

This however did not work too, and instead displayed the options form again after clicking 'ok' the first time

One thing i've realised is that the code works when I put it in the mainform_load event. It just doesnt work when I put the exact codes under the btnOptions_click event. Oh no.. this is getting really strange Confused | :confused: !
QuestionInherit constraints from database query Pin
kermit88822-Jun-07 5:39
kermit88822-Jun-07 5:39 
QuestionPlease Help me with PopUp Pin
s3ad200222-Jun-07 5:36
s3ad200222-Jun-07 5:36 
AnswerRe: Please Help me with PopUp Pin
leckey22-Jun-07 9:31
leckey22-Jun-07 9:31 
QuestionWeird Syntax Error Pin
Kerry Drake22-Jun-07 4:48
Kerry Drake22-Jun-07 4:48 
AnswerRe: Weird Syntax Error Pin
ctwalker22-Jun-07 4:57
ctwalker22-Jun-07 4:57 
AnswerRe: Weird Syntax Error Pin
AlexeiXX322-Jun-07 8:51
AlexeiXX322-Jun-07 8:51 
QuestionMicrosoft Office Document Image Writer Pin
dBrong22-Jun-07 4:39
dBrong22-Jun-07 4:39 
AnswerRe: Microsoft Office Document Image Writer Pin
Dave Kreskowiak22-Jun-07 5:00
mveDave Kreskowiak22-Jun-07 5:00 
GeneralRe: Microsoft Office Document Image Writer Pin
dBrong22-Jun-07 5:09
dBrong22-Jun-07 5:09 
GeneralRe: Microsoft Office Document Image Writer Pin
Dave Kreskowiak22-Jun-07 8:54
mveDave Kreskowiak22-Jun-07 8:54 
GeneralRe: Microsoft Office Document Image Writer Pin
dBrong22-Jun-07 13:33
dBrong22-Jun-07 13:33 
QuestionImports - Count files in a folder Pin
Central_IT22-Jun-07 4:28
Central_IT22-Jun-07 4:28 
AnswerRe: Imports - Count files in a folder Pin
Kerry Drake22-Jun-07 4:54
Kerry Drake22-Jun-07 4:54 
AnswerRe: Imports - Count files in a folder Pin
originSH22-Jun-07 4:54
originSH22-Jun-07 4:54 
AnswerRe: Imports - Count files in a folder Pin
Dave Kreskowiak22-Jun-07 4:58
mveDave Kreskowiak22-Jun-07 4:58 
AnswerRe: Imports - Count files in a folder Pin
mr_lasseter22-Jun-07 5:02
mr_lasseter22-Jun-07 5:02 
QuestionInsert statement using vb.net Pin
jds120722-Jun-07 4:18
jds120722-Jun-07 4:18 

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.