| Thread | Last Post | Replies |
|
| ImageList and ComboBox in VB6 | 05 Aug 2006 03:26 GMT | 2 |
This may sound like a very easy question to you pros out there, but how can I link the items in a combobox to images in the ImageList? You can tell that I am very new to this. I have created a form which has an ImageList containing 20 maps of 20 cities
|
| VB vs VBA in Ms Access | 05 Aug 2006 01:02 GMT | 3 |
**Can any one tell me first of all some of the differences in the code? **Why when you convert an ms access database file (VBA) to Visual Studio 2005 (VB, etc.) does all the Front End Interfaces have to be rebuilt? **Is it b/c the VBA will not be understood/excepted in the new ...
|
| Looking for Script to Download Files from Webserver | 05 Aug 2006 00:02 GMT | 1 |
Hello... Our website is built using Dreamweaver. We need to incorporate some script that will allow users to view files on our webserver and download them.
|
| Error trying to kill a database from vb6 program | 04 Aug 2006 22:32 GMT | 2 |
Hi, I'm getting runtime-error 70 Permission denied while trying to delete a database (.mdb) with the kill command in vb6. If I use the kill command upon starting the program there is no problem, file gets deleted. If I open the db and after some code I try to delete the file
|
| VBA does not save references from one run to the next | 04 Aug 2006 22:25 GMT | 1 |
I am enhancing an application that uses VBA 6.4 SDK and have found 2 issues: 1) that I want a certain reference to be available every time the VBA editor is opened 2) that when I add a reference, shut the application, the next time I open
|
| mscomm output- not modem | 04 Aug 2006 21:53 GMT | 5 |
I'm fairly low in my programming skills and I was hoping someone could help me get out of this rut I've been stuck in. I'm trying to use MSComm in MSExcel to control a pump (for medical research). I've gone through tons of people's help topics, but it seems that everyone is
|
| ole questions | 04 Aug 2006 21:49 GMT | 7 |
I'm trying to retreive an incremented number from my oracle database, and it seems to be incrementing by 2 instead of 1. However, when I am using a SQL writer (Benthic) it only increments by 1, so I know it's set up correctly. Any thoughts?
|
| sendmessagetimeout wm_close lpwdResult | 04 Aug 2006 20:21 GMT | 1 |
When sending the "timeout" version of the SendMessage api with "wm_close", can someone tell me what value to expect the lpwdresult to be if the function times out ? If the window is hung ?
|
| Slot Machine Code | 04 Aug 2006 19:29 GMT | 7 |
This is a copy of code posted in an old posting here. My question is, if I wanted to replace the numbers with a bitmap image, such as cherries or bars, how would I do that? Alignment = 2 (Center)
|
| Watermark Excel sheets through VB.net | 04 Aug 2006 16:11 GMT | 3 |
I'm trying to add watermark / background text to each sheet in an excel 2000 workbook using VB.net (.Net Framework 1.1) with the Interop.Office.dll. Does anyone know how to do this?
|
| Problem with reading in a line of text - Input #1 | 04 Aug 2006 15:09 GMT | 3 |
I am trying to read in a line with this type of syntax: something=something, something else, yet something else The command I am using, Input #1, keeps breaking it apart at the "," (apostrophe) and then treating the next section as the next line.
|
| TreeView control backcolor property (or the lack thereof) | 04 Aug 2006 13:38 GMT | 3 |
I desperately want to change the backcolor property of the TreeView control in my VB6 app. Switching to .NET is not an option for...political reasons. Any suggestions?
|
| VB6 Install error | 04 Aug 2006 03:39 GMT | 5 |
I'm trying to reinstall VB6, after my System Drive failed. I've re-installed XPpro with all the updates, installed WinZip, Adobe Reader, my Virus Software (AVG), and now am trying to install VB - but I can't. It copies all the files across, then says....
|
| making a table with angles and their sines and cosines | 04 Aug 2006 03:01 GMT | 4 |
i have this: Private Sub Command1_Click() For angle = 1 To 360 Debug.Print angle, Cos(angle), Sin(angle)
|
| Working with SubMain and multiple forms | 04 Aug 2006 02:32 GMT | 10 |
My current project uses a MyMain module with Sub Main routine, as is good practice and several forms. The flow is for Sub Main to launch the Splash screen, which launches a SelectProduct screen which then goes on to launch the Main screen. I'm finding it tricky to manage how the
|