| Thread | Last Post | Replies |
|
| VintaSoftTwain.NET Library v2.1 has been released. | 22 Feb 2007 10:31 GMT | 4 |
VintaSoftTwain.NET Library is a pure .NET Library which allows to control work of scanners, cameras and any other TWAIN devices. With this library you can fully control the image acquisition process, use the automatic document feeder, clean up images using noise removal,
|
| Help needed for use of shell command under VISTA | 22 Feb 2007 08:15 GMT | 24 |
I have tried, but can not get the Shell command to start Adobe Reader (VB6) and open a PDF file. Works great under XP. I know it must have to do with security rights because if you turn off user account control it works fine. Any ideas?
|
| How do I read all the files in a folder sorted by Created Date Time. | 22 Feb 2007 02:05 GMT | 4 |
I am developing 2 applications. The first application will keep on generate a new file in a span of 30 milliseconds with some valid data inside. The second application will keep on read the file from the same folder and
|
| "Back" button | 22 Feb 2007 01:49 GMT | 5 |
I was just wondering if there is a "Back" button in Visual Basic 6.0. For instance, if you do a "Go to Definition", the "Back" button would take you back. I can't seem to find it.
|
| Unwanted toolbar | 21 Feb 2007 22:39 GMT | 1 |
I have a few simple macros in normal.dot and none of them have a "CommandBars" statement. When I open some word documents I get two extra toolbars (Control Toolbox and Exit Design Mode). I have gone into that files macros and deleted all the macros, saved the macros, closed the ...
|
| vb6 learning edition | 21 Feb 2007 22:13 GMT | 2 |
does the vb6 learning edition contain a compiler to make stand alone EXE's.
|
| Move folders? | 21 Feb 2007 19:54 GMT | 2 |
How can I move complete folders (sub-folders and files) in VB6 in the same way as Windows explorer does it (copy & paste)? Is it possible to go through this process without moving each file individuallly?
|
| Excel automation: are there some timing constraints? | 21 Feb 2007 16:06 GMT | 1 |
Talking about: Private Sub moExcelApp_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Excel.Range) <my code>
|
| Array help | 21 Feb 2007 13:35 GMT | 4 |
Hi. have two classes, Experiment and DesignPoint. Experiment contains a reference to an array of Design Points, declared as follows: Private mvarDesignPoints() As DesignPoint
|
| Data Execution Prevention ' how to avoid that programmatically? | 21 Feb 2007 13:18 GMT | 6 |
I have created the update program to my application, which replaces executable file in the application's installation folder. However from time to time I have feedback from users of my app., that when running update they have the following error:
|
| Command and Control error | 21 Feb 2007 10:32 GMT | 5 |
Dear Group, I am trying to create and set some properties of a command button at run-time. At the moment all works well until I set the style property to Graphical (so I can Load a bitmap from a temporary Picturebox (which I am
|
| Split large text file by line numbers... | 21 Feb 2007 07:52 GMT | 3 |
im a beginner in VB.NET... The thing i would like to do is as it follows.... I have a text file (list of names, every name to the next line) which is about 350000 lines long. I would like to split it and create a new
|
| VB6 - Treeview Control - Moving Nodes from one Treeview to another | 21 Feb 2007 05:02 GMT | 3 |
Thanks for reading my post. I am attempting to enable users to move nodes from one treeview to another and then do an update from the nodes in the destination treeview. Anyway, the user would like to select nodes at any level and have them placed in the appropriate
|
| Basic XML | 21 Feb 2007 04:16 GMT | 1 |
OK this might be long winded by want to show you everything I am doing. Down below is the result I get from an API Call to a website called Betfair. The following is some code I am trying, but I have also tried many different variations.
|
| How to print selected controls with high resolution? | 21 Feb 2007 03:43 GMT | 25 |
I have a VB6 Form which holds a variety of controls including textboxes, labels and images. I am wondering how to print some of these controls with high resolution in certain locations on the printed form? I have been trying the PrintForm code, but the resolution of the text in
|