2010-12-09 65 views

回答

6
if a <> 0 then 
    ' code 
end if 
1

另一种方式:)

Dim a As Integer = 3 
    If Not (a = 0) Then 
     Console.WriteLine("is not equal") 
    End If 
+0

我有一个broblem我想删除列表框中,但它得到了当val为“0”,我怎么能写,它会删除直到列表框中会是空的 – 2010-12-09 15:21:30