| Thread | Last Post | Replies |
|
| .EXE not loading..Please Help w any suggestions | 15 Jun 2004 16:06 GMT | 8 |
I am working on a project written in VB 6.0 2 years back. WHen I reload it on my XP computer it says 'Errors during load. refer to frmgraph.log' This
|
| Objects help | 15 Jun 2004 15:42 GMT | 8 |
I am working on creating a program where we have an OCX that controls a machine. The OCX was written in Visual C. I have created another OCX using VB that I want to use to emulate the machine for testing. I have both OCXs on the main form with the visibility property set to false.
|
| Copy and paste from a textbox to another application (e.g.Word or Excel) | 15 Jun 2004 13:50 GMT | 2 |
I would like to know how to copy all the text from a textbox without having to highlight it first and then doing a right click. I just want to click the textbox, and click again in another application like Word or Excel to paste it in. Is this done with a mouse-down event or
|
| "&H" Conversion (VB6 SP6) | 15 Jun 2004 13:27 GMT | 4 |
It seems that since SP6 was released, using the "&H" prefix to convert to hexadecimal at runtime may create some problems. With SP5, doing CLng("&H 01") worked OK, but now with SP6 it just exits from the current function, without "throwing" any exception.
|
| Error '429' ActiveX component can't create object. | 15 Jun 2004 10:11 GMT | 6 |
Why do I get this error when I run my compiled code on another computer, but never on my own computer where I have VB6 installed.? The project in question is an ActiveX control that I am running inside a web browser. As I said, it works fine for me, but nowhere else.
|
| Open Statement. | 15 Jun 2004 06:37 GMT | 1 |
Hello to all. Is there a way to know if a file is lock before opening it? example: If application A opens a file like:
|
| Mouse wheel, XP, and VB5 | 15 Jun 2004 06:31 GMT | 9 |
Why doesn't my mouse wheel work in the code windows in VB5 under XP? I can scroll the properties and project windows using the wheel, but not the actual code windows (XP). Everything works fine using Windows 98.
|
| image size reduction | 15 Jun 2004 06:19 GMT | 1 |
I'd like to write a small app to bulk reduce the size of images. In XP the functionality exists to make an image file smaller before emailing it. But, it only works when sending e-mail. I'd like some pointers that might help me write an app to do this bulk
|
| Handling big pictures | 15 Jun 2004 02:46 GMT | 4 |
I've got some problems analyzing big pictures in VB. I wrote a program that loads in a picture to a picture box in a form and then proceeds to scan each vertical line for the colors and how many pixels there are of each color. The problem is that these pictures can be around
|
| Position of a 'Child" dialog on an extended desktop | 15 Jun 2004 00:07 GMT | 1 |
I have an "out of the box" program that I have added a child Visual Basic 6 application. Some of the installations that use this application have up to four monitors. I'm having an issue placing my child windows if the application is not using the primary monitor. If I use the ...
|
| True/False in other languages | 14 Jun 2004 23:59 GMT | 52 |
I have a piece of code that sets a Boolean value from a text field containing either "True" or "False". Works fine in English but if I change the regional settings to French, for example, and try "Vrai" and "Faux" I get a mismatch error. Any ideas?
|
| .MSM Files and Package and Deployment Wizard (VB6) | 14 Jun 2004 22:56 GMT | 6 |
Can I include ".MSM" files in my build, and will they automatically unpack and install their inner parts on the client PC? Thanks Owen
|
| graphs activeX? | 14 Jun 2004 22:38 GMT | 1 |
I'm looking for an activeX that would draw a graph in my form I've heard that the an excel activeX can do that is there any tutorial or something that explains how to use this? thanks in advance
|
| Problem with installations of my programs | 14 Jun 2004 22:27 GMT | 6 |
My problem is: During installation of my programs (on other comp) written in VB6.0 i receive this error message: Componett ... is not properly installed.
|
| Formating in listbox | 14 Jun 2004 16:48 GMT | 6 |
I am trying to add two variables to a list box and keep everything in line.I get the result below Gaz £2000 Jimmy £3000
|