| Thread | Last Post | Replies |
|
| strange array problem using variants | 05 May 2005 19:58 GMT | 5 |
i get a strange error with my following code. If check the array with isarray() and isarrayempty() all seems to be good. But if i want to get the value of an array i just get errors.
|
| VB6 - Make it Listview checkable, not editable | 05 May 2005 19:51 GMT | 3 |
A straightforward (I hope) Listview question. I have a listview to which I add items. The user needs to be able to pick mutliple items out of the list to create a sub group. I don't want him to be able to edit the items, just choose them with check boxes.
|
| not enough free disk space installing a VB 4.0 app on WIN XP PE SP | 05 May 2005 14:19 GMT | 2 |
During the installation of my application written in MS Visual Basic 4.0 32 bit Enterprise edition on WINDOWS XP PROFESSIONAL EDITION SP2, I have an error message saying "There is not enough free disk space on one or more drives" with three buttons "Change drive" "install now" ...
|
| vb6 data report error | 05 May 2005 13:41 GMT | 1 |
Having trouble using data report. Works fine once, but if called again throws error 'invalid sql statement; expect DELETE, INSERT,SELECT....' have data environment (deMain) connecting to Access db. 'comJOB' is a sql string "select * from job where id=var", Tag is the id
|
| VB5E-project with XP | 05 May 2005 08:25 GMT | 4 |
Hallo NG! (WindowsXP/HE SP2, OfficeXP/Pro SP3, VB5E, CPU P4/2.8G, 1GB Ram) A VB5-project.exe created under W98SE runs fine under XP/He. It has 8 forms, 7 modules and accesses an Access.mdb. Now I need to modify and
|
| URGENT - InvalidOperationException on UDP ReceiveFrom call | 05 May 2005 08:17 GMT | 1 |
I have an application that we are porting from Unmanaged C++ to VB.NET that involves sockets. There are two pieces to the code. One piece is a one to one TCP call to a server which is working fine. The second piece receives streaming data from the server on a regular basis via
|
| Switch between two apps with Alt-Tab disabled | 05 May 2005 06:51 GMT | 5 |
I have two applications running at the same time. Let's call them App1 and App2. Both of these collect different types data from an equipment. The PC will be used by operators but I do not want them to switch between App1 and App2 using Alt-Tab. So I want Alt-Tab
|
| Working with Byte arrays | 05 May 2005 03:34 GMT | 4 |
How to work with Byte arrays? Following problem. I've 3 byte arrays and want to concatenate them in a 4th array. Dim b1() as byte
|
| Crashing on Compile - Doesn't Remove Objects -Could Adobe Do This | 05 May 2005 01:44 GMT | 4 |
Not always but frequently, on compile, I crash. I can always find the object files that the compiler creates remaining in the folder. I suspect that as the last bit of compiling is performed and Adobe is compiled in, the IDE chokes and this is the cause for the objects being ...
|
| Help me if you can, I'm feelin' down . . . | 04 May 2005 21:36 GMT | 19 |
Hi everyone. I wonder if any of you would care to help me with a little investigation. I recently posted a newgsroup answer in which I included some simple test code that uses the GradientFill API and before I posted it I checked it out to make sure it worked properly. Anyway, I ...
|
| Squares without using frames | 04 May 2005 17:38 GMT | 5 |
I'm using VB6.0 and would like ot group some controls within an etched square without using a frame control. Sounds simple, but I'm stumped. I browsed through the components but could not find anything suitable. Any suggestions?
|
| Very strange thing in VB6 | 04 May 2005 15:48 GMT | 14 |
I have seen something really strange in VB6 If I do a Int ( (5 * 1.2)) , I receive the value 5, but I should receive 6? Is this a bug or something really "normal". I can see that if I do
|
| crystal graph | 04 May 2005 11:55 GMT | 1 |
Hi, we are setting up sales graph pagelets within Portal to display the .png files that crystal renders. Does anyone know if there is an eaiser way to 'automate' crystal? apkesh
|
| Convert text to double | 04 May 2005 06:56 GMT | 12 |
I want to convert a value in a text propertie to a double. I can use CDbl(grid1.text) for this, but the problem is that some text properties are empty and when they are the code give errors. Is there a way to convert text to double, but if the text is empty he just
|
| Installation programs opening minimized | 04 May 2005 05:03 GMT | 5 |
I'm working on a small project in VB6 and I'm a complete beginner. But I've got it working well enough to do what I need, which is let newbie users simply click on a command button to install software. My problem is out of 9 programs available to install, 2 of them start up ...
|