Click here to Skip to main content
16,006,442 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Determine integer? Pin
Dave Kreskowiak15-Sep-06 14:44
mveDave Kreskowiak15-Sep-06 14:44 
GeneralRe: Determine integer? Pin
The ANZAC15-Sep-06 21:49
The ANZAC15-Sep-06 21:49 
GeneralRe: Determine integer? Pin
Dave Kreskowiak17-Sep-06 4:14
mveDave Kreskowiak17-Sep-06 4:14 
GeneralRe: Determine integer? Pin
Alex@UEA16-Sep-06 23:21
Alex@UEA16-Sep-06 23:21 
GeneralRe: Determine integer? Pin
Dave Kreskowiak17-Sep-06 4:44
mveDave Kreskowiak17-Sep-06 4:44 
GeneralRe: Determine integer? Pin
Alex@UEA17-Sep-06 5:52
Alex@UEA17-Sep-06 5:52 
AnswerRe: Determine integer? Pin
Guffa15-Sep-06 6:59
Guffa15-Sep-06 6:59 
AnswerRe: Determine integer? Pin
Alex@UEA16-Sep-06 22:32
Alex@UEA16-Sep-06 22:32 
Private Function IsInt(ByVal value As Object) As Boolean
     If IsNumeric(value) Then
         If CInt(value) = CDbl(value) Then Return True
     End If
     Return False
 End Function

GeneralRe: Determine integer? Pin
Dave Kreskowiak17-Sep-06 4:51
mveDave Kreskowiak17-Sep-06 4:51 
QuestionRe: Determine integer? [modified] Pin
Alex@UEA17-Sep-06 5:49
Alex@UEA17-Sep-06 5:49 
AnswerRe: Determine integer? Pin
Dave Kreskowiak17-Sep-06 6:38
mveDave Kreskowiak17-Sep-06 6:38 
Questionproblem with socketpermission Pin
blanchard15-Sep-06 0:21
blanchard15-Sep-06 0:21 
Questioncreate an array of stopwatch objects Pin
steve_rm14-Sep-06 21:05
steve_rm14-Sep-06 21:05 
AnswerRe: create an array of stopwatch objects Pin
Dave Kreskowiak15-Sep-06 8:20
mveDave Kreskowiak15-Sep-06 8:20 
QuestionMaximize PrintPreviewDialog window Pin
quinton.nel14-Sep-06 20:54
quinton.nel14-Sep-06 20:54 
AnswerRe: Maximize PrintPreviewDialog window Pin
Dave Kreskowiak15-Sep-06 7:42
mveDave Kreskowiak15-Sep-06 7:42 
QuestionAbouit the maximizing the form from task bar Pin
ravindra_p14-Sep-06 20:53
ravindra_p14-Sep-06 20:53 
AnswerRe: Abouit the maximizing the form from task bar Pin
Dave Kreskowiak15-Sep-06 6:53
mveDave Kreskowiak15-Sep-06 6:53 
QuestionHow to replace text Pin
sonj14-Sep-06 20:51
sonj14-Sep-06 20:51 
AnswerRe: How to replace text Pin
Guffa15-Sep-06 1:53
Guffa15-Sep-06 1:53 
QuestionAdding service to VB.net application Pin
quinton.nel14-Sep-06 20:34
quinton.nel14-Sep-06 20:34 
QuestionProblem with FileListBox Pin
georgekjolly14-Sep-06 19:15
georgekjolly14-Sep-06 19:15 
AnswerRe: Problem with FileListBox Pin
Dave Kreskowiak15-Sep-06 5:23
mveDave Kreskowiak15-Sep-06 5:23 
GeneralRe: Problem with FileListBox Pin
georgekjolly15-Sep-06 19:01
georgekjolly15-Sep-06 19:01 
QuestionHow to connect a scanner Pin
EclipseOrg14-Sep-06 19:05
EclipseOrg14-Sep-06 19:05 

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.