| Thread | Last Post | Replies |
|
| Open Program Question | 28 Jul 2005 18:52 GMT | 3 |
How do I open an application and pass in command line paramters using VB6? Thanks
|
| INT() vs CInt() | 28 Jul 2005 18:31 GMT | 16 |
To my mind, these two perform an identical function. Is there a difference? Is one preferred over the other? Thanks Griff
|
| Number of Controls on the Form | 28 Jul 2005 16:00 GMT | 5 |
I reached the limit of Controls on the Form. I need to group some of them and make arrays from them in order to have the ability to add more controls. It will require rewriting of code in many places.
|
| Reading AD Security groups | 28 Jul 2005 15:47 GMT | 1 |
When a user visits my site (ASP.NET + VB.NET), I need to know if they are in a particular AD security group in order to display the pertinant information. When I call UserLookup in code below it works well at returning whether the user is directly a member of the group. However, ...
|
| Renaming folders on the fly | 28 Jul 2005 15:06 GMT | 1 |
I need to make PDFs safe on the server so that if someone downloads it once they won't ever be able to do it again by just bookmarking it without having unexpired subscription . A link to download pdf points to this script which has security code on top
|
| Search Engine CONTROL? | 28 Jul 2005 13:06 GMT | 11 |
I've written an app that does nothing more than provide me with a treeview showing files of various formats in a folder tree. These files may be PDFs, ASCII text, HTML, mail messages, etc. What I'd like to do is to
|
| MS Anti-Spyware built on MS Abandonware (VB6) | 28 Jul 2005 09:01 GMT | 3 |
The Register reports that Microsoft is using VB6 for its Anti-Spyware product. See here for the gory story: http://www.theregister.co.uk/2005/07/22/microsoft_spyware_vb6/ MM
|
| Check for DLL | 28 Jul 2005 08:32 GMT | 6 |
How do I check if dll is installed using code? Thanks
|
| 12 year old programmer to be | 28 Jul 2005 03:42 GMT | 27 |
my 12 year old son is interested in programming. I have vb6 for him. Any recommendations on getting him started? Any good resources you recommend? Thanks, Dad :-)
|
| Running under Scheduler | 28 Jul 2005 02:56 GMT | 13 |
An application I am writing is designed to be run under the Windows Scheduler. It can also be run by the user while he/she is logged in. Does anyone know if it's possible to determine which way your app was launched?
|
| CCRP StatusBar | 28 Jul 2005 02:33 GMT | 11 |
Does anyone know what happened to or knows how to get in touch with Ben Baird? I'm interested to know how he went about making his StatusBar control able to set the fore and back colors, which one cannot do with the ms version.
|
| I am using VB6 and am attempting to create a utility that can be from an external process such as a batch file. I would like the utility =?UTF-8?B?wrLGmQ==?= | 28 Jul 2005 02:31 GMT | 4 |
I am using VB6 and am attempting to create a utility that can be from an external process such as a batch file. I would like the utility to be able to receive it's input from stdin and sent it's output to std out. I have located some examples of a VB creating it's own console ...
|
| VB6: Is network drive actually ALIVE??? | 28 Jul 2005 02:28 GMT | 2 |
I'm successfully using VB6 to return the names of network drives on my system. Unfortunately, like Windows "Explore", the names returned may or may not actually be online at the time. I'd like to find a way to programatically check whether a network
|
| Q: Changing VB6 Project Templates | 27 Jul 2005 20:00 GMT | 2 |
Hi group, I did some searching but didn't really see anything that matched what I was looking for. When you open VB6 and get the New Project dialog, you select (typically) the
|
| Best way to build a Code Library | 27 Jul 2005 19:43 GMT | 8 |
In Access I have one mdb which is where I store all my re-usable code and forms / reports etc. I tend to either cut and paste from there, import or just link / reference that mdb in my built apps. Whats the best way to store this kind of stuff in VB6. Theres probably a
|