| Thread | Last Post | Replies |
|
| RmDir command generates an error 75 - Path/File access error | 16 Aug 2006 04:24 GMT | 7 |
There are two functions in the application I'm working on where we use the RmDir command. This one works exactly as advertised, and has never given us any problems: 'Check to see if this directory exists. If Dir(cScanning.ScanHoldingDirectory & modUtilities.Username, ...
|
| Cant right click zip in commondialog control | 16 Aug 2006 01:33 GMT | 3 |
Is anyone else having this problem? I am viewing my desktop using the commondialog control and cant right click on any zip files to send to the mail recipient. All other files work. Does anyone know whats happening.
|
| Hide a column in MS Word 2003 document using VB | 15 Aug 2006 19:29 GMT | 1 |
How do I hide or display specific columns in a Word document using VB?
|
| Problems Using Inet OCX | 15 Aug 2006 17:50 GMT | 3 |
I'm doing a quick and dirty in-house project and I need to be able to download Web pages. I've been playing with the Inet OCX control but have found a bunch of problems with it. They include:
|
| Using Split Function for String | 15 Aug 2006 16:58 GMT | 3 |
I have a string that is from a rtf box. The string consists of several carriage returns. i.e. This[]is[]a[]test I want the string broken into an arry at the carriage returns.
|
| how do I newline in email body | 15 Aug 2006 16:53 GMT | 3 |
I have a need to email people some data from a app I use on my computer.The body of the email is always the same except for a variable the changes from person to person.I have figured out how to get the persons email from my records,add a subject line and put the variable
|
| Making .res with RC.exe discards carriage returns | 15 Aug 2006 16:16 GMT | 4 |
I make an *.rc file like this STRINGTABLE DISCARDABLE BEGIN 101 "line 1
|
| Virus | 15 Aug 2006 16:10 GMT | 5 |
How Can I Hide My Program In Proccess in Taskmgr ? Thank You Verry Much if You Reply Me !!!
|
| VB6 Themes and embedded Colours | 15 Aug 2006 15:37 GMT | 7 |
I am using VB6 to develop an application. I have so far written it to make use of XP and 95/98 classic themes. However, there are a few of the older themes where the contrast between forground and background colours do not work well so I want to
|
| How to make the program copy itself to the local drive and open that file, then close itself? | 15 Aug 2006 14:51 GMT | 12 |
My problem is people using my program are running it off a network drive. There are no problems on their end w/ mutliple users running the same file, but if I need to update the program and someone left that network file running on their machine, I can't make modifications.
|
| sharing variables among different programs | 15 Aug 2006 12:32 GMT | 6 |
i have an activeX exe (program1) code in a class (ClassProgram1) Public Property Let Thestring(ByVal S As String) MyVar = S
|
| Need to order a Listview.... | 15 Aug 2006 03:38 GMT | 15 |
I have a form with a Listview with two columns. The column "Freq" and the column "Word". The column Freq is filled with number and the column Word with words. I tried to sort on the first column: Sorted = True and SortKey = 0,
|
| ParamArray and Interfaces | 15 Aug 2006 02:25 GMT | 4 |
I have a Interface with a method that takes a ParamArray: 'ILog Public Sub WriteLine(text As String, ParamArray arguments() As Variant) 'delegate to implmentor
|
| User Permissions | 15 Aug 2006 02:13 GMT | 2 |
How do I test to see if the user running my application has admin rights? Thanks
|
| Progress Bar | 15 Aug 2006 00:19 GMT | 3 |
HI, I am very new in vb6, I am trying to trace data n show it in progress bar..is there any ready amde code to make progress bar...can anybody help? thnx
|