| Thread | Last Post | Replies |
|
| Trig Math Help | 31 Oct 2005 05:54 GMT | 4 |
How do ? I'm working with a flat 2D image and projecting it on a 3D plane. The result's were puzzling since they weren't as I expected and made no sense. (You can skip down to the actual question if that all your
|
| opening existing excel workbook | 31 Oct 2005 05:16 GMT | 1 |
I am having trouble opening a workbook in excel if it already exists. The code below works fine if the target workbook does not exist (and excel is not running) but if the workbook exists, I get a runtime error 91 (Object variable or with block not set) at the line for count=
|
| Message about not deleted folders using Inno Setup | 31 Oct 2005 01:28 GMT | 1 |
I would like to place a message in an uninstaller window which will inform the user that some folders haven't been deleted. Is that possible using Inno Setup?
|
| Error from Hell: Overflow | 31 Oct 2005 01:26 GMT | 12 |
My VB6 (SP6) app produces an Overflow error and bombs. I use Win XP (Sp2). 1) Program has Option Explicit. So every variable is typed. 2) Program works fine on one computer, but not on another!
|
| listview items not showing | 31 Oct 2005 01:26 GMT | 2 |
Have a simple VB6 form with a listview. The view type is lvwReport and I populate the listview with a 1-D array, so I only want one column. This is the code I have:
|
| Printer Control Problem | 31 Oct 2005 00:56 GMT | 4 |
I am trying to control a printer to print some labels. Each label takes about 10seconds to write. Program should ask certain number of labels to be printed, and for every label printed, the calling program should report info about the label being printed and also send some status ...
|
| Strange behavior | 30 Oct 2005 23:20 GMT | 4 |
I have an app originally written in VB 3 that needs substantial enhancements and in some areas complete re-writes. I managed (not without much headache) to open it in VB 6 (thats where I need to work, not .NET). Here is my problem:
|
| Access Cache! | 30 Oct 2005 22:05 GMT | 1 |
How do I access the files that are stored in the cache (as Temporary Internet Files) when users navigate to different websites using IE? Actually I intend to open the files stored in the cache in NotePad from a VB application.
|
| reg.savesetting error | 30 Oct 2005 18:53 GMT | 9 |
I keep getting an error when trying to use reg.SaveSetting or reg.GetSetting, but only in WinME. I get an error message that the Object variable or With variable is not set. Am I missing a reference setting that I am not aware of. The procedue works
|
| Problem with User defined type | 30 Oct 2005 17:44 GMT | 11 |
Is it possible to add var objects declared as 'user defined types' into a collection? in a similar way as working with class objects something like this:
|
| Access Form Elements In Web Page! | 30 Oct 2005 17:08 GMT | 1 |
I am using the Microsoft Internet Controls (WebBrowser control) in a VB6 application. When I navigate to a web page, the page will be displayed in the WebBrowser control. Suppose I visit www.google.com. This page will mostly have different Form elements like textboxes,
|
| listview colours | 30 Oct 2005 15:34 GMT | 1 |
Here is a bit of code to list lines in a ListView (VB6) I am trying to get some lines to come up in forecolor=vbred; specifically the ones where !StockSeq ="S" I have not included many of the attempts I have made to try to get this to
|
| How to mouse click on a command button of a running application from a VB program? | 30 Oct 2005 13:40 GMT | 10 |
I want to control an application (3rd party) by using a program I am developing in VB. What I want to do is the following: 1) Place the mouse cursor over one of the command buttons of the running application.
|
| Trapping Listview column changes | 30 Oct 2005 11:56 GMT | 2 |
reg. a Listview in lvwReport view style. How can I trap when user changes a ListView's Column Width property?? (i.e. dragging the handle between two column headers) Kjell
|
| writeline to file | 30 Oct 2005 09:53 GMT | 2 |
I'm new to VB and am trying to write code to send data to a file. So far all I've been able to get to the file is a row of commas and the date, and now I have lost the data also. Can anyone tell me what's wrong with the code below? I've looked and looked
|