| Thread | Last Post | Replies |
|
| Help on 'easy' algorithm!! | 06 May 2005 16:26 GMT | 6 |
Ok, I trying to find an algorithm to do the following: Input parameters are 2 arrays. One array is of long and can contain approx 50 items. The other is of a udt and contains around 100000 items.
|
| Saving state of toolbar control | 06 May 2005 15:07 GMT | 2 |
I'm writing an app in VB6 that uses the ToolBar control from the Microsoft Windows Common Controls 6.0 (SP6) library. However, I am unable to use the control's SaveToolbar and LoadToolbar functions because neither I nor the users of this app have permission to write to the ...
|
| VB6 SP6 and DAO database | 06 May 2005 12:59 GMT | 1 |
I have a program using DAO database and SQL, and am having a problem. I cannot save two records in succession. To do that, I must exit the program and restart it. Not very efficient! Obviously I have something wrong. Can someone recommend a tutorial text in DAO? I have ...
|
| Language Settings and Numbers | 06 May 2005 12:54 GMT | 3 |
I have a VB6 application that has been distributed worldwide. Because of Windows XP language settings, in some locales the users use a comma as a decimal place holder and a period as a thousands separator. This application must support the use of commas and periods in the English ...
|
| Read array, write to label | 06 May 2005 09:12 GMT | 1 |
Im using this code to read out an arry, and calculate the sum of it. After this i write the value to a label. But the sum is not correct, is always the double sum! I think the loop "walks" two times! ###################################################
|
| Read checked values listview | 06 May 2005 08:28 GMT | 2 |
I've got a listview with two colums, the first contains a unique number and the second one contains a "starting time". I want to add checkboxes, and read out the values who are checked, especially the second column. Can someone help me with this??
|
| Problem with SendKeys | 06 May 2005 07:15 GMT | 1 |
I am writing an application in VB6 where my application begins another application we bought (but runs on Windows) using the SHELL function. The other application has command buttons with hot keys eg. one button will be Start with the S underlined. I want to run the other ...
|
| showing text file | 06 May 2005 05:26 GMT | 2 |
I created a text file using 'Open filepath For Output Access Write As #1' and 'print #1'. Now instead of saving the file, I want it to be shown on the screen (maybe with Notepad), then the user can read it immediately. How make the file
|
| Array problem yet again | 06 May 2005 05:20 GMT | 5 |
An array problem is really beginning to annoy me now. I am trying to create an array of Pictures on a client application (no problem) but when I pass this array through to a UserControl I get an error saying the VB expected an Array or User Defined Type. To reproduce my problem:
|
| Divert F1 to custom-built help database? | 06 May 2005 05:13 GMT | 3 |
I am building what will become the root of a complex software system, using the MDI format. It needs to have a very efficient help system, one that is easy to both build and then update as the program is updated. I began trying to write a standard Help file in Word, and found ...
|
| downgrade dillema.. | 06 May 2005 04:03 GMT | 3 |
Can I just buy the Visualbasic 2003 Standard & downgrade to VB5? Which version is allowed, VB5 Enterprise or Pro? But my reseller tell me Visualbasic 2003 Standard cannot be downgraded, so I need to buy VisualStudio.Net at much higher price, is this true?
|
| Package & Deployment Wizard | 06 May 2005 02:19 GMT | 1 |
I would like to know how to use the Package & Deployment Wizard that came with VB6. I made an .exe for the application I wrote, but I need to install it into a pc without VB6 installed but I know that I can use the Package &
|
| MouseDown, MouseMove, MouseUp events... | 06 May 2005 00:51 GMT | 3 |
Hi... I have a picture box control on a form. I want to be able to reposition it at runtime. I have written some code within the MouseDown, MouseMove and MouseUp events.
|
| what is the source of this control? | 05 May 2005 23:51 GMT | 4 |
I am taking over a project from another developer and am trying to get the environment to run. I'm getting the following message from many files when I try to open or run the project: In the log file for one page, I get the following:
|
| Including Double Quotes in a Shell Command | 05 May 2005 21:11 GMT | 1 |
I've done this before but it was a long time ago and I can't remember how I accomplished this. I'm working in VB6 and I want to use the Shell command to start ACCESS, open a specific database and run a macro in that database. I've got a shortcut on my desktop that does what I ...
|