| Thread | Last Post | Replies |
|
| Apology to MikeD and Jeff Johnson: Better late than never. | 15 Aug 2005 21:41 GMT | 2 |
I sincerely appologize to you both for being overly sensitive to your comments about my previous post. I should have simply taken it as helpful advice for future posts rather than being defensive about it. Anyway, I hope you will accept my apology and not consider this post as ...
|
| Apostrophe | 15 Aug 2005 21:29 GMT | 1 |
I realize there are many ways to handle Apostrophes in sql statements. The problem I'm having is comparing a string with an Apostrophe entered by the operator against the field in the DB (ie Field: Customer Name against entered name by operator which includes an apostrophe). The ...
|
| Odd Error... | 15 Aug 2005 21:23 GMT | 10 |
When I try to view forms in Designer View, I get an error that reads: [Resource lookup failed - infinite recursion detected. Resource name: Arg_NullReferenceException] I can open the code, just not the designer. I've tried repairing,
|
| Problem with SavePicture, and a question on new versions | 15 Aug 2005 19:27 GMT | 30 |
We often need to take pictures of the screens (windows) of VB 3.0 executables at run time. I thought it would be easier if there would be a simple command like SavePicture Form5.Image, "Filename" which would essentially do Ctrl-Print Scrn and put it in a bmp file. This,
|
| VB5 Beep won't beep in Win2000 | 15 Aug 2005 18:26 GMT | 11 |
I've got this code in my VB5 program's sub Form_Load()... If App.PrevInstance Then Beep End
|
| Help, getting error on attempting to query by date using a variable string. | 15 Aug 2005 12:54 GMT | 2 |
Using MS Access with VB6. Getting error on attempting to query by date using a variable string "Fax_Today_Date". Set rs = db.OpenRecordset("SELECT * from psusa WHERE PSUSA.Call_Date =
|
| Problem restoring VB6 app from the taskbar | 15 Aug 2005 11:52 GMT | 1 |
We have an in-house written vb6 app, running on windows xp 10.09. When you
>minimise a window then click the app on the taskbar, it has no effect. The >only way to restore the window is to right click the app on the taskbar >then select the close option, then restart it. This ... |
| VB6 Application to Run on A Mac | 15 Aug 2005 07:55 GMT | 1 |
I have a VB6 application compiled to an exe that runs on a DOS (IBM) machine. Is there a way to compile it so that it will run on a Mac? I think there use to be something call P code that was slow but machine independent.
|
| IsNumeric Does not Work! | 14 Aug 2005 22:04 GMT | 8 |
When I was looking my codes and I Found something causes some errors. some dimesions if it contains some value like that Dim MyDimension MyDimension="2800+"
|
| shell command | 14 Aug 2005 19:01 GMT | 2 |
I want to execute a Shell command to run a MS Dos program, and then execute subsequent commands in my program AFTER the Dos program finishes (it usually takes about 20 seconds). How do I get the Shell command to run synchronously?
|
| Acos, Visual basic doesn't like this how? | 13 Aug 2005 18:50 GMT | 4 |
Hi I am trying to use Acos in a calculation anybody able to help
|
| [Tricky] Magic compilation - Caution! This post is ONLY for really mad people. | 13 Aug 2005 17:46 GMT | 3 |
I'm working on a free project (GNU/GPL) to help broadcast radio stations to have a free professional software. (Let me say it is called DSI Sound Station). I have run into a problem for which I'm not able to know if there is a
|
| Newbie to VB.Net | 13 Aug 2005 14:00 GMT | 1 |
Actually, I'm a pre-newbie. I'm getting Visual Studio 2003 for a VB.net course I'm doing. Once I've mastered (I hope!) VB, I'll be able to start creating a game I've got in mind.
|
| Lost Menu Options | 13 Aug 2005 07:53 GMT | 2 |
Occasionally I have had a problem with VB6 menus. One or more options on one or more menus disappear. Usually on the View menu. Often it is the Toolbar option. This is a problem, the only way I know to correct this problem is to select Toolbar | Customize | Reset. Which usually ...
|
| Transparent textbox | 13 Aug 2005 04:47 GMT | 9 |
Running VB6 and want a text entry field that has a transparent bg. Noticed that this isn't a problem for a label, but text boxes seem to have to have a matt bg. All I want is a flashing text cursor, no bg, so that the user knows that
|