| Thread | Last Post | Replies |
|
| VB6:Compiler error: Can't fins project or library | 31 Jul 2008 08:30 GMT | 2 |
I'm a newbie. I have to make some small changes on an existing visual basic 6 project. I installed VB6 including service pack 6. When I open my project and press F5 to compile the code I get the
|
| Extended ListView | 30 Jul 2008 06:13 GMT | 7 |
I have used Listview control on some of my forms. There were some of the required features missing which i controlled via hooking e.g. scrolling and column resizing (but this has made listview slow) Now i need some more features
|
| What happened? | 29 Jul 2008 18:34 GMT | 6 |
I stopped accessing this group for a while. When I came back it was almost dead. Each day there seem to be fewer and fewer postings and yet yet the other Classic VB group microsoft.public.vb.general.discussion is booming. Why would anyone prefer a Microsoft group?
|
| Passing an array to a sub | 29 Jul 2008 13:52 GMT | 2 |
I would like to pass an array to a sub and have the following code: Public Sub callMySub(inputData() as string) 'some lines of code End Sub
|
| Process in the background. | 29 Jul 2008 11:04 GMT | 7 |
My VB aplication copies a lot of images from a removable media which is the first process (function). Is there a way to allow the copy process to run in the background, in order to let the application continue with other activities. ? (sending
|
| VB: How to transverse folders/subfolders looking at each filename in each | 29 Jul 2008 10:19 GMT | 3 |
Could someone please show me sample VB6 code on how to transverse through specified directories/sub-directories, looking at each file in each directory? Thanks.
|
| dotnet | 28 Jul 2008 04:15 GMT | 3 |
Hello every one I am beginner. I designed a program through Visual Basic via Visual studion2005. The program did not run in any computer that has not .NETframework program.
|
| How to send a mail with VB6 | 27 Jul 2008 22:09 GMT | 6 |
Hello, I want to know how to send a mail with my application in VB6 using SMTP server and if there is any other way ... it is welcome and i wish you listed for me some SMTP servers to use
|
| Check for removable disk an images ! how | 27 Jul 2008 19:51 GMT | 4 |
my VB program must always start from a removable disk. In addition, on the removable media to be images of the type *. jpg *. tips. If not the two conditions are present, the programme will end with a message.
|
| Impedire tasto di annullo in VBA | 22 Jul 2008 17:09 GMT | 4 |
Buon giorno. In una applicazione VBA di Excel avrei bisogno di fare due cose...entrambe se possibili. Compilarla in maniera che il codice non sia visibile. Impedire che qualcuno interrompa le macro con la sequenza control-Interr.
|
| Creating a checksum for a text file | 22 Jul 2008 12:17 GMT | 5 |
I have a file containing approx 300 lines of text.. Each line has a CrLf at the end. The size of the file is about 8K. I am reading strings into an array. I need a simple method of creating a checksum for the file.
|
| Excel 2003 : Runtime error 9 "subscript out of range" | 18 Jul 2008 02:42 GMT | 3 |
I'm assisting an Excel 2003 user who is receiving Runtime error 9 "subscript out of bounds" inside her VBA code. I've pasted the code below, and i've marked the line with #**error here****# at the beginning of the line.
|
| Problems with ADO, SQL, and Parameters | 17 Jul 2008 11:04 GMT | 2 |
Problem with Parameters with an ADO control Hello: I am trying to fill a Microsoft DataGrid with specific data. Based on a selection by the operator.
|
| What is wrong with this code? | 17 Jul 2008 00:35 GMT | 2 |
All, Been a long time since I messed with VB my brother-in-law is taking a intro programming class We wrote the following code but he's getting an error at the
|
| Printing From DOS application To A Windows Printer | 16 Jul 2008 22:33 GMT | 4 |
OK, Gurus, my thanks in advance for any insight. There are a couple of shareware programs out there (DOS2USB, and DOSPRN) that will allow printing to a Windows printer from a legacy DOS application. In my case I wrote a boat rental application in Cobol back in the '80's, and
|