| Thread | Last Post | Replies |
|
| Move files based on filename string matches? | 07 Mar 2004 19:24 GMT | 23 |
I need help writing an app thats 'scans' a folder full of files and informs the user if there is 10 or more files that contain the same string in the filename. For example, if there is 300 files in the folder and 23 of them contain the
|
| Remove quotes from string | 06 Mar 2004 20:08 GMT | 1 |
It's one of my unsolved problems, how to remove qoutes " ...." from a string varible. I need a value for a function and this value is a string variable, but the function needs a value without qoutes (like A5 and not "A5").
|
| Kernel Process (EB) to PID | 05 Mar 2004 14:05 GMT | 1 |
my apologies for the cross-posting but i needed an answer sooner rather than later. i need to know how i can convert / translate the process ID from a security audit event (apparently the linear address of the Kernel Process Environment
|
| GURU question: Late vs. Early binding objects | 05 Mar 2004 14:00 GMT | 1 |
In my application, I need to implement a class object based on which user is using my application . In other words, the front end user interface is the same, but the middle tier is implemented specific to user requirements. For example, for a given client I'll have to
|
| Environ does not work | 04 Mar 2004 16:37 GMT | 1 |
I put in a form the next line code Label1.caption=Environ("USERNAME" and i receive a error "Can´t load project or library". Whats the problem Thanks
|
| [Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) | 04 Mar 2004 14:49 GMT | 2 |
[Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) The situation is below: I want to develop a program that contains some product information (in the
|
| 3rd party toolbar for vb6 | 03 Mar 2004 21:38 GMT | 3 |
Since VB6 is still well and alive, would you guys recommand a easy-to-use toolbar money can buy for VB6 please? I've tried SmartUI from Xceed and ActiveToolbar from Infragistic. The first one is easy to use but has some bugs. (e.g. can't use it in MDI
|
| Challenge VB Question | 03 Mar 2004 21:10 GMT | 6 |
Ok, I've posted this question no less than 3 times and everybody avoids it like the plague. If there is someone from Microsfot listening, please give guidance. Here is the question I posted before.
|
| form linking | 03 Mar 2004 03:00 GMT | 4 |
I am designing a vb application and created many forms in it. I have a main form, using menus I open the other forms(child forms). However, when the main form is closed, the other forms remain open only. How do i make the other child forms also close when the main form is closed. ...
|
| auto hide tree view | 01 Mar 2004 14:24 GMT | 5 |
I want to make something like the Netscape's auto hide panel. I have a MDI project. I want to add a treeview control to the MDI parent form. If the user doesn't do anything, the treeview will hide itself to the left
|
| Help: DLL Hell | 01 Mar 2004 00:37 GMT | 5 |
I have a DLL and a large number of applications that use it, all developed using VB6. I've always been using Binary Compatibility to avoid problems resulting from updating the DLL. However, it's gotten to where the DLL will always produce the "Class does to support Automation or ...
|