| Thread | Last Post | Replies |
|
| Beginner at SQL need some pointers | 29 May 2006 22:57 GMT | 2 |
I'm trying to make a part number app for a friend using Access DB and VB6.It's a fairly simple app with a single table, 6 field DB.Form has a FlexGrid,three comboboxes and a Picturebox and a command button for searchs.Two combos have Dates from 1950 to present year, combo1(0) is
|
| Print Form containing TextBoxes | 29 May 2006 17:34 GMT | 34 |
What is an efficient way to print a displayed form containing a grid of textboxes using the Print Dialog feature of VB6?
|
| Is there an easy way to write a video cutting program? | 29 May 2006 16:31 GMT | 5 |
I am a VB6 beginner. Is there an easy way for me to write a video cutting program or it needs advanced programming skills? I want my program to cut and split some parts of my video and audio files. Thank you
|
| DTSPkg.dll | 29 May 2006 15:42 GMT | 1 |
Hi , I created a program in VB6 and call the DTS to run. But when I deployment on user's PC, the program failed to run. I try to register the DTSPkg.dll and DTSPump.dll manually on user's PC but I failed to do that.
|
| Recursively find delimited word in document | 29 May 2006 08:28 GMT | 2 |
I am developing a VB6 app that opens a Word document to recursively find a word delimited with | (eg |name|) and replace it with a string which I prompt the user for. I have tried some variations of selection.find but can't work it out correctly.
|
| back to app | 29 May 2006 07:14 GMT | 1 |
i was just browsing at the app methods which i failed to notice from a pretty long time . I have just came across to some of the methods like App.OleRequestPendingMsgText
|
| Need Label visible in a VB6 TextBox | 29 May 2006 06:27 GMT | 64 |
Need help, anyone? I have a new form with only one small TextBox in it. When I attempt to place a Label box in it, the name of the Label disappears;i.e., the Label goes behind the TextBox. I've been unsuccessful with using the properties of
|
| Reading Advanced File Attributes | 28 May 2006 23:23 GMT | 1 |
I would like to write a program to rename all of my pictures from my digital camera, placing the date/time that I took the picture in the name of the file. However, when I sat down to do that, I realized that the FileSystemObjects do not provide access to the advanced file ...
|
| using Format problem | 28 May 2006 21:00 GMT | 4 |
Newlog = Format(Hex(CNumber), "0000000#") using above code I would expect to have Newlog always containing 8 digits but that is not true. For example:
|
| add combobox name on fly? | 28 May 2006 17:51 GMT | 2 |
I want to add the name of a combobox on fly, like this: strSQL = "SELECT DISTINCTROW nationalities.nationality FROM Nationalities " & _ "ORDER BY nationalities.nationality"
|
| Readfile for visual basic | 28 May 2006 16:04 GMT | 9 |
I develop a small application in visual basic. In fact, my application send a file between 2 PC, I use the socket. but I have a problem : When I choose a file in my hard disc, I can read small part, put this
|
| DataReport display size | 28 May 2006 16:03 GMT | 1 |
Some help please. I have written my reports using the VB6 version of the DataReport without problems. When I show them they display at 100%, which is a little large as the user
|
| Avoiding Error 398 - Client Site not available | 28 May 2006 05:06 GMT | 5 |
I've got an app which is basically one main form and many usercontrols used for data entry, lists, etc. I often get the above error. Can anyone explain why it occurrs and how to avoid it?
|
| VB Help problem | 28 May 2006 04:11 GMT | 4 |
I bet a million people have directed me to VB help, and I'd love to look there, but I have a very basic problem. When I open VB help(V 6.3), I get the standard Contents, Answer Wizard and Index tabs, but when I try to enter text in any of the entry boxes,
|
| VB6 and CreateThread...In 2006, is this still a BAD Combination??? | 27 May 2006 16:26 GMT | 4 |
Is it *still* a bad thing to use CreateThread in a VB6 application? I know it causes some issues during debugging; in terms of moving in and out of the VB IDE... but are there issues beyond this? I found some messages from a few years ago that basically seemed to
|