| Thread | Last Post | Replies |
|
| DirListBox and network neighborhood | 10 Jun 2005 22:31 GMT | 2 |
I have an application where the user can save files, however I want to limit the places that files can be saved on the local computer. I would also like to give unlimited access to other network computers. I an not using the CommonDialog control for the save selection because
|
| Reference an Excel library that you don't have? | 10 Jun 2005 20:09 GMT | 17 |
Making a simple ActiveX dll to use a VB6 form in Excel. In the project is a reference my own existing Excel 10 library. It seems this causes a problem is somebody is on Excel 9. Is it possible to set a reference to the Excel 9 library even if you
|
| object lifetime | 10 Jun 2005 19:58 GMT | 1 |
having: sub sub1() dim o as object set o=createobject("someobject")
|
| Read/Write to Win Registry | 10 Jun 2005 19:12 GMT | 1 |
I am looking for a simple code that will show me how to store/retrieve values from Windows registry from within VB6. Thanks Emma
|
| XP to 98 issues | 10 Jun 2005 18:37 GMT | 3 |
I am having an issue with some software we wrote on a WinXP machine. It connects to a USB device, and on our XP machines everything works perfectly. We tried to install it on two different Win98 machines and got the same error: "SETUPAPI.DLL linked to missing export NTDLL.DLL ...
|
| Delphi For VB Developers (again) | 10 Jun 2005 18:06 GMT | 18 |
You may recall there was recently a discussion in this group about the 'easy migration path' which Borland has provided for Delphi programmers to enable them to port Win32 code to .NET. Some people here suggested that some VB developers should think of switching development to ...
|
| NavigateComplete2 vs DocumentComplete vs onload vs .readyState | 10 Jun 2005 17:53 GMT | 2 |
What is the order of firing for the following 4 'events': 1. NavigateComplete2 2. DocumentComplete 3. the document's onload is executed
|
| Email alerter | 10 Jun 2005 17:17 GMT | 1 |
I need to make a program that will work along side Microsoft Outlook which checks for important emails coming in. This would work a bit like the mail envelope notification but slighyly different.
|
| Get Server Name On Network | 10 Jun 2005 17:16 GMT | 1 |
I expect this is a really easy thing to do but i cant for the life of me find it. I need to know what network a computer is connected to, there are several possibilities so need to know the name of it and path really if that helps..
|
| Can this be done? | 10 Jun 2005 16:03 GMT | 4 |
I am a very novice VB programmer. I have a tool I would like to develop using VB and I wanted to know if it was possible. I have an ASCII file that I want to bring into VB. From there I want to identify each number with a specific color. Then a user will be able to change each ...
|
| Distributing VB6 based app. | 10 Jun 2005 15:27 GMT | 5 |
My app is distributed to Win2k, WinXP and Win2003 platforms. Each of them apparently includes some version of the VB6 runtime (though various service pack levels). My app is compiled against VB SP 5. Is it safe to distribute my app
|
| COM & ASP | 10 Jun 2005 14:50 GMT | 18 |
Can anyone refer me to a good, high-level guide on COM components for ASP pages? Book or web. Thx.
|
| Date formatting | 10 Jun 2005 14:11 GMT | 2 |
im reading a file sent by a third party that contains loads of dates in the following format Tue Jun 07 13:43:57 BST 2005 is there a simple way to convert this to
|
| array size | 10 Jun 2005 12:41 GMT | 16 |
i may "dim arr()" to have dynamic aray, and after sometimes "redim arr(some_size)"
|
| Is There ?? | 10 Jun 2005 11:29 GMT | 8 |
is there any code in cutting the string without the((mid function and statement and also without the use of the len() )) .. co'z i want the hardest way .. :)) .. please if there reply to this message ... thnks in advance ..
|