Click here to Skip to main content
15,886,689 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Has anyone else seen this? Pin
Keith Barrow15-Aug-10 1:19
professionalKeith Barrow15-Aug-10 1:19 
AnswerRe: Has anyone else seen this? Pin
Dave Kreskowiak12-Aug-10 2:15
mveDave Kreskowiak12-Aug-10 2:15 
GeneralRe: Has anyone else seen this? Pin
PIEBALDconsult12-Aug-10 3:18
mvePIEBALDconsult12-Aug-10 3:18 
AnswerRe: Has anyone else seen this? Pin
Dave Doknjas12-Aug-10 13:37
Dave Doknjas12-Aug-10 13:37 
QuestionHow to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Andraw Tang11-Aug-10 9:09
Andraw Tang11-Aug-10 9:09 
AnswerRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Ian Shlasko11-Aug-10 9:23
Ian Shlasko11-Aug-10 9:23 
GeneralRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Andraw Tang11-Aug-10 10:24
Andraw Tang11-Aug-10 10:24 
AnswerRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Dave Doknjas11-Aug-10 11:31
Dave Doknjas11-Aug-10 11:31 
This is what nullable value types are commonly used for:
Dim xx As Double?
or:
Dim xx As Nullable(Of Double)

and then check if it's been assigned:
Dim isAssigned As Boolean = xx.HasValue
David Anton
Convert between VB, C#, C++, & Java
www.tangiblesoftwaresolutions.com

GeneralRe: How to tell difference for 0.0 and Nothing for variable in vb.net 2005 Pin
Andraw Tang11-Aug-10 11:53
Andraw Tang11-Aug-10 11:53 
QuestionFix/Freeze Height of Detail section in Crystal Report from crystal report {SOLVED] Pin
εїзεїзεїз10-Aug-10 20:44
εїзεїзεїз10-Aug-10 20:44 
AnswerClarity Pin
David Mujica11-Aug-10 2:56
David Mujica11-Aug-10 2:56 
GeneralRe: Clarity Pin
εїзεїзεїз11-Aug-10 3:14
εїзεїзεїз11-Aug-10 3:14 
GeneralRe: Clarity Pin
Goutam Patra11-Aug-10 22:46
professionalGoutam Patra11-Aug-10 22:46 
QuestionINotifyPropertyChanged works fine with a DataGridView, but not with a single databound textbox. Why ? Pin
David Mujica10-Aug-10 10:49
David Mujica10-Aug-10 10:49 
QuestionVB Script Pin
protocol4619-Aug-10 23:52
protocol4619-Aug-10 23:52 
AnswerRe: VB Script Pin
Scubapro10-Aug-10 19:23
Scubapro10-Aug-10 19:23 
AnswerRe: VB Script Pin
protocol4614-Sep-10 1:27
protocol4614-Sep-10 1:27 
QuestionHow do I get a custom context menu to show up??? Pin
thebiostyle9-Aug-10 16:43
thebiostyle9-Aug-10 16:43 
AnswerRe: How do I get a custom context menu to show up??? Pin
thebiostyle17-Aug-10 12:11
thebiostyle17-Aug-10 12:11 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle22-Aug-10 5:27
thebiostyle22-Aug-10 5:27 
QuestionHow to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang9-Aug-10 6:44
Andraw Tang9-Aug-10 6:44 
AnswerRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 10:19
professionalEddy Vluggen11-Aug-10 10:19 
GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang11-Aug-10 11:49
Andraw Tang11-Aug-10 11:49 
GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 20:39
professionalEddy Vluggen11-Aug-10 20:39 
QuestionGrabbing file name and path info for a bootstrapper application Pin
normschaef9-Aug-10 6:12
normschaef9-Aug-10 6:12 

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.