| Thread | Last Post | Replies |
|
| Download Visual Basic 3.0 Disks From This Site | 07 Jul 2004 01:32 GMT | 4 |
If you have damaged any of your Visual Basic Professional 3.0 disks, replacements can be found here: http://www.geocities.com/peanutbutter88888
|
| How to convert the Persistent Image bitmap in a picture control to JPEG file | 07 Jul 2004 01:30 GMT | 2 |
I have the IJL11 JPEG routines, but I can't generate a JPEG image from the Persistent Image bitmap that I created in a picture control using standard .Line drawing methods. The JL11 routines can convert the Background Image bitmap which is created
|
| VB6 SP6 | 06 Jul 2004 19:01 GMT | 3 |
I found an interesting question in newsgroup 'microsoft.public.vb.enterprise'. It is titled *SP6* by James Bertino and has to do with his problems as the result of upgrading to SP6. If anyone can solve his problem, I would like to see the cure just in case. If needed, I can copy ...
|
| LOAD DTS Package | 06 Jul 2004 19:00 GMT | 4 |
I have inherited a VB Script that runs several DTS package on a schedule. Yesterday it failed, so I copied the code into VB 6 to see what was happening. It turns out that an error is happening when the DTS package is run. It is: "No Steps have been defined for the
|
| Rename a file in a filelist box | 06 Jul 2004 17:41 GMT | 6 |
OK, I'm stumped. I'm trying to rename all the files displayed inside of a filelist box. VB help just doesn't help - I'm using VB6 Thanks
|
| Running VS6 and VS.NET on same computer | 06 Jul 2004 15:05 GMT | 1 |
Can someone advise me if running Visual Studio 6 and VS.Net on the same machine is wise. What difficulties may arise. I am wishing to move over to .NET but not at the expense of current projects.
|
| 10 Steps to a Ding Bug | 06 Jul 2004 14:07 GMT | 8 |
A Ding Bug is a program that doesn't load, it just plays "ding.wav" and terminates, leaving no trace and giving no indication of what caused it. It works perfectly well on the machine that builds it, but not any other machine. It involved the creation of an ActiveX component ...
|
| Time calculations | 06 Jul 2004 13:59 GMT | 1 |
Can anyone tell me how to code a solution that calculates the difference between a start time, am or pm and an ending time, am or pm? I have had little luck finding any solutions on the internet. I would greatly appreciate the help!
|
| MSFlxGrd control and right-clicking | 06 Jul 2004 03:46 GMT | 1 |
Apparently this control and its cousin the hierarchical control do not tell you the row number you clicked on when you click on a row with the right mouse button. Doing so simply returns the last row clicked on using the left mouse button. Any way around this?
|
| IsNumeric gives Error | 06 Jul 2004 01:12 GMT | 3 |
IsNumeric(value) should return false if value "can not be successfully converted to a Double." Instead I get the following error nessage: "Input string was not in a correct format." What to do?
|
| VbCheckBox | 05 Jul 2004 23:40 GMT | 2 |
I hope you (plural) are enjoying your vacation. Question: When I execute this command: chkKeyoff(intXX) = vbUnchecked The programs runs this subroutine.
|
| One image list for all tool bars? | 05 Jul 2004 19:05 GMT | 1 |
I would like to produce one ImageList and use it for the ToolBar in all the forms in my project. How do I do that?
|
| capture "what's this" data | 05 Jul 2004 14:56 GMT | 1 |
I'm wondering if there's any possibility to capture the "what's this" data that is displayed when you strike a mouse over an icon of a file. I like to capture the data of jpg-files like creationdate, dimensions en filesize.
|
| capture "what's this" data | 05 Jul 2004 14:55 GMT | 1 |
I'm wondering if there's any possibility to capture the "what's this" data that is displayed when you strike a mouse over an icon of a file. I like to capture the data of jpg-files like creationdate, dimensions en filesize.
|
| Form within a picture box?? | 05 Jul 2004 14:53 GMT | 2 |
I have an application which displays a form with bar graph data on it. What I need to do is string 30 of these bar graph forms vertically in a picture box or some other container so I can scroll the 30 forms vertically in sort of a "film clip" like method.
|