Click here to Skip to main content
16,016,301 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionError: Cast from string to type 'Double' is not valid. Pin
tejuarora16-Jun-06 8:25
tejuarora16-Jun-06 8:25 
AnswerRe: Error: Cast from string to type 'Double' is not valid. Pin
Guffa16-Jun-06 9:46
Guffa16-Jun-06 9:46 
QuestionWhat am I missing - importing namespace Pin
No-e16-Jun-06 8:10
No-e16-Jun-06 8:10 
AnswerRe: What am I missing - importing namespace Pin
Jun Du16-Jun-06 8:39
Jun Du16-Jun-06 8:39 
GeneralRe: What am I missing - importing namespace Pin
No-e16-Jun-06 8:42
No-e16-Jun-06 8:42 
AnswerRe: What am I missing - importing namespace Pin
Dave Kreskowiak18-Jun-06 2:43
mveDave Kreskowiak18-Jun-06 2:43 
QuestionSystem.ArgumentException Occured Pin
grkr8116-Jun-06 7:20
grkr8116-Jun-06 7:20 
AnswerRe: System.ArgumentException Occured [modified] Pin
Dave Kreskowiak18-Jun-06 2:38
mveDave Kreskowiak18-Jun-06 2:38 
Are you calling Dispose on the Form object that you called .ShowDialog() on??
Dim obverifier As New frmVerifier
obverifier.ShowDialog()
' Process any last minute info from the form
obverifier.Dispose()      '??????????????????
Me.Visible = True

Any form you throw up using .ShowDialog() MUST be disposed when your done with it. Forms shown using the .Show() method do not need to be disposed.

Dave Kreskowiak
Microsoft MVP - Visual Basic



-- modified at 8:38 Sunday 18th June, 2006
QuestionRe: System.ArgumentException Occured Pin
grkr8119-Jun-06 5:23
grkr8119-Jun-06 5:23 
AnswerRe: System.ArgumentException Occured Pin
Dave Kreskowiak19-Jun-06 12:34
mveDave Kreskowiak19-Jun-06 12:34 
AnswerRe: System.ArgumentException Occured Pin
Dave Kreskowiak20-Jun-06 1:18
mveDave Kreskowiak20-Jun-06 1:18 
QuestionVB.Net 'Subforms' Emulation/MS Access Pin
packerfan190416-Jun-06 5:48
packerfan190416-Jun-06 5:48 
AnswerRe: VB.Net 'Subforms' Emulation/MS Access Pin
Dave Kreskowiak18-Jun-06 2:36
mveDave Kreskowiak18-Jun-06 2:36 
QuestionRunning an external program but without knowledge of the location Pin
Marcus J. Smith16-Jun-06 5:03
professionalMarcus J. Smith16-Jun-06 5:03 
AnswerRe: Running an external program but without knowledge of the location Pin
Dave Kreskowiak18-Jun-06 2:31
mveDave Kreskowiak18-Jun-06 2:31 
GeneralRe: Running an external program but without knowledge of the location Pin
Marcus J. Smith22-Jun-06 3:58
professionalMarcus J. Smith22-Jun-06 3:58 
QuestionHTML Help Collections Integration Pin
lauralage16-Jun-06 4:58
lauralage16-Jun-06 4:58 
AnswerRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 2:53
Guffa16-Jun-06 2:53 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' [modified] Pin
CornElvis16-Jun-06 3:06
CornElvis16-Jun-06 3:06 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 4:58
Guffa16-Jun-06 4:58 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
djo4ever21-Jun-06 0:45
djo4ever21-Jun-06 0:45 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Member 999003715-Apr-13 10:09
Member 999003715-Apr-13 10:09 
QuestionUnicode support for VB control Pin
kokatnur16-Jun-06 1:15
kokatnur16-Jun-06 1:15 
AnswerRe: Unicode support for VB control Pin
Dave Kreskowiak18-Jun-06 2:25
mveDave Kreskowiak18-Jun-06 2:25 
QuestionPing in VB.Net [modified] Pin
nitin_ion16-Jun-06 0:47
nitin_ion16-Jun-06 0:47 

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.