| Thread | Last Post | Replies |
|
| Need to print all files from a folder | 09 Feb 2006 15:45 GMT | 11 |
I need to be able print all files from a particular folder using VB. I've tried the shellExecute function to print them one by one, but for some reason they all don't make it to the printer all the time. They are all PDF files.
|
| DoEvents question | 09 Feb 2006 15:28 GMT | 3 |
say I have a loop in a loop in a loop, where would I put the doevents? For iFile = 1 to iNumFiles 'doevents here ?
|
| pc problem(s) .. | 09 Feb 2006 15:21 GMT | 1 |
it's not about the looping nor do until , my question is not related to programming language .... i have this weird problm that sucks my head a lot ... 1. i created a backup files and i transfer it in a different hardisk
|
| Listview Column Selection | 09 Feb 2006 14:33 GMT | 7 |
How can I implement a column selector so the user can choose what columns he wants so se in a listview? One similar to the one in Windows Explorer...
 Signature Thanks.
|
| Activation key protected app? | 09 Feb 2006 13:06 GMT | 2 |
I need a way to 'activation key' protect an app for a small market. Anybody know of a simple way to do this without spending a lot of $$$? thanks. Chuck
|
| how to test for existence of a directory?? | 09 Feb 2006 12:27 GMT | 27 |
I want to let a user specify a directory (folder) name, then I want to check to see if it exists already. If it doesn't, I'll use MkDir to create it. Any suggestions on the best way to check for existence of a folder?
|
| how to open autocad file from vb application?? | 09 Feb 2006 11:16 GMT | 4 |
I am developing a vb application that allows users to view pictures in different formats. It also includes road maps in autocad format. Does anyone know if a visual basic control exists that can do the job?
|
| Need some help | 09 Feb 2006 02:43 GMT | 3 |
I posted this in the controls section, but I dont think that was the right area... so I'll repost it here. If this is wrong please delete it. ------------------------
|
| Introduction to a problem | 09 Feb 2006 02:40 GMT | 3 |
I have been trying to solve a problem for a few days involving VB code accessing an Internet Explorer browser, navigating to a URL, and attempting to manipulate the resulting web page, clicking links and such. Some problems I'm having are related to the page being composed
|
| Scrollable FORM | 09 Feb 2006 02:40 GMT | 2 |
I have a form with MANY textboxes and listboxes on a form. It is OK when screen resolution is greater than 800x600. At 800x600 some controls become not visible. I want to add scroll-bars (vertical and horzontal) to view /access the
|
| VB 6.0 Distributed caching | 09 Feb 2006 01:55 GMT | 3 |
In ASP.NET using Datasets and storing them in Session memory for ASP.NET applications gives you the ability to cache frequently used information and save a trip to the DB. In a .NET Windows Form application you can do the same thing using a class.
|
| Mabry software controls SUPPORT SUX | 09 Feb 2006 01:42 GMT | 1 |
So how do I get hold of Mabry software? Their support is non-existant. I have emailed them over the last several months and they dont reply. They also dont reply to my voice mail messages either. Their MIME/X mail control is FULL of bugs,... and a major memory leak.
|
| debug without stopping until end of program | 09 Feb 2006 00:06 GMT | 5 |
I still use VB6. I tried to debug my whole program but the flow of the execution just goes back to the first form to where it starts. For example, I have two forms, form1 and form2. In the form1, it has the code "form2.Show". When I reach to this code, it jumps to form2.load ...
|
| Program gets stuck in this loop | 08 Feb 2006 23:52 GMT | 1 |
How can i do this with out my program getting stuck and not printing out my document? Do Until Word.BackgroundPrintingStatus = 0 DoEvents
|
| remote mapped drive to UNC | 08 Feb 2006 21:47 GMT | 10 |
I am writing a VB6 program that will remotely look at about 40 machines. On each of the machines, there is a 3rd party program that writes out a configuration file with local drive letter mappings, not UNC mappings.
|