| Recent Answers |
 |
 |
2008-07-23 Visual Basic - Search for a FIle on a Drive in VB6: 'put a check mark on PRoject_references _ Microsoft Scripting runtime Public Function FileExists(sFullPath As String) As Boolean Dim oFile As New Scripting.FileSystemObject FileExists =...
|
2008-07-23 Visual Basic - nesting of if else and checking multiple conditions in if else: are you also ravindra? there are different methods: you could nest a select case if passing parameters. or you could add under elseif variable1 = 100 or such do something elseif variable1 =...
|
2008-07-21 Visual Basic - problem in vb project: Your problem is that you try to calculate with variables that can only contain text (so-called "string variables"). To be able to calulate, convert text to numbers frist. A function that can help you do...
|
2008-07-19 Visual Basic - VB 6 And report: in access database choose Tools_startup in display forms combobox choose none. uncheck all options including display database window. so when you open the report from Hotel vbp you will see a window...
|
2008-07-18 Qbasic, Quickbasic - pop up menu in Qbasic: Hi Doc, First of all you've chosen a difficult language to accomplish this in as Qbasic doesn't play well with interrupts and ASM code which is needed to get the mouse working in DOS. Plus, if you're...
|