Source Control Tools
Question: We are developing a decent sized application in VB with a couple of programmers. We are looking for a way to have all of the programmers work on the
Question: We are developing a decent sized application in VB with a couple of programmers. We are looking for a way to have all of the programmers work on the
Question: If a user closes an application via the control box at the top LH side of a window, I would like to offer the user 3 choices:They can save
Question: I see that an input box appears to maintain a focus on one the command buttons even when entering text. How is this done? Answer: What you are seeing
Question: I am new to programing & was wondering if you can write database programs with VB or do you have to use a third party DB program like Access
Question: In Access 2.0 there is an Eval() function which will automatically evaluate numeric expressions. This functionality does not appear to exist in VB 4. I found an article in
Question: I am developing a small database using the engine supplied with VB 4.0 Pro. When I try to update an entry, I get the following run-time error: “Run-Time Error
Question: I am trying to write a generic error handler and would like some way of determining which proceedure or function the error has occured so that the generic error
Question: Data1.Recordset.FindFirst “LastName = ‘Quayle’”Ok that works fine. Why can’t I:Data1.Recordset.FindFirst “LastName = VarLN”where VarLN is a variable which the user has just provided? I get error 3070, “Can’t bind
Question: Is there a way to put the cursor at the end of the text in a text box? I use .SetFocus to put the cursor in a multi-line text