| Thread | Last Post | Replies |
|
| Newbie nervous about OCXes and reliability. | 05 Feb 2008 09:17 GMT | 49 |
I just deployed my first VB applications (VB5) To get an application to work, I had to replace comdlg32.ocx and comctl32.ocx in the Windows directory. But I wonder if this will be reliable? I hear that reliable access to
|
| disable case correction | 05 Feb 2008 08:47 GMT | 12 |
the VBA editor in Excel 2003 automatically corrects the case in variable names, e.g. when you type Dim Var As Integer var = 3
|
| A question about optimizing/streamlining | 05 Feb 2008 07:27 GMT | 2 |
So I was bored for a couple days after work and ended up writing a program that essentially "simulates" a fireworks display. My problem is that for some reason if I have any more than 70ish particles (an object array of circle shapes) on screen at once the program starts to chug
|
| How to Hire a Coder | 05 Feb 2008 05:40 GMT | 20 |
For quite some time now, I've been needing code that will take price data (stocks, futures, etc.) from a PriceDataArray (Date, Open, High, Low, Last) and return only those elements of the array that meet the criteiria requested, which would be one of three types of swings.
|
| Looking for some advice for my program | 05 Feb 2008 02:13 GMT | 19 |
I have been thinking for a while now and can't come to a conclusion for this problem I've written a program that saves settings and other information in a .txt file and reads it when the program loads.. up until now, when I've upgraded
|
| Intergration to PocketPC / WM6 | 05 Feb 2008 00:55 GMT | 6 |
I have created lots of little applications using Visual Basic 6, and now I have only just bought myself a XDA running WM6. I am wondering, is it possible for me to convert my programs into this format using the code i have already written, and if so what new programs
|
| Fustrated over Manifests | 05 Feb 2008 00:39 GMT | 26 |
Well, I'm getting fustrated over manifests. It works. Then it doesn't. Nothing changed (litterally) but for some reason it seems to work then not work. Yes, the manifest size is divisable by 4, I've checked and re-checked the manifest file (below)
|
| Problem with ocx and vista? | 04 Feb 2008 22:29 GMT | 24 |
I have just tried to activate an application which uses the color picker dialog from COMDLG32.OCX. I am receiving an error message that the file is not registered or is invalid?
|
| reading usb device | 04 Feb 2008 22:23 GMT | 6 |
I admit I am stumped on how to begin, I have been asked to write a program to to monitor a device on charge via a usb port. There are no coding libraries dll or ocx available is there any way to get some generic information about the unit without any of these.
|
| Runtime Error.. R6030-CRT not initialized : Program:C:\Windows\Sys | 04 Feb 2008 20:32 GMT | 7 |
Hello all... I recently started to get a random pop-up window in my Windows XP Home Edition, stating: Microsoft Visual C++ Runtime Library,
|
| Read Data from COMM Port | 04 Feb 2008 16:43 GMT | 6 |
I need a program that can read data from COMM Port, but don't know how to do so. I want to have a text box that shows any information that comes to COMM port of the computer.
|
| "Invalid attempt to read when no data is present" -- VB2005 / SQL 2005 | 04 Feb 2008 13:34 GMT | 2 |
I am trying to connect to an instance of SQL Server 2005 (Express) from a project in VB2005. Forgive my ignorance - I know very little of SQL 2005 security (and not that much more of VB2005!) but I wonder if anyone can help.
|
| Delay Acknowledging Mouse Click and Hold | 04 Feb 2008 13:27 GMT | 4 |
I had this under a different thread, but I think it just got lost there. =========== I am trying to decide how to activate this floating price box. The best idea I can come up with is a mousedown delay.
|
| Internetopen generates Error: No more handles can be generated. | 04 Feb 2008 07:18 GMT | 1 |
I'm using the functions InternetOpen, InternetConnect and FtpPutFile to put a file onto a FTP-Server. Generally it's working very well, every minute a file ist generated. But about every 14 days i get the error, when using InternetOpen: 20001, No
|
| Getting confused about += and simular | 03 Feb 2008 23:54 GMT | 49 |
I am reading about Visual Basic on the Visual Basic Developer Center. Suddenly I find that it is posible to use += -=
|