| Thread | Last Post | Replies |
|
| Folder permissions in .NET | 31 May 2005 16:39 GMT | 1 |
I have a folder on a local machine that has the access security settings set in Windows so that only the administrator can perform write or create operations on the folder. Everyone else is given read only access to the folder.
|
| vb6 programs 'talking" to each other/ | 31 May 2005 14:26 GMT | 4 |
I have 2 VB6 programs I have written and want to find some way for the programs to communicate data to each other while they are both running. For instance when an event fires in program "A" it sends information to program "B" that would run a subroutine in program 'B."
|
| Option Buttons | 30 May 2005 22:09 GMT | 4 |
I created a text box labeled txtText1. The text box has a sample of text within. The Enabled property is set to False and the Multiline property set to True. I have four option buttons set within a frame labeled fra1.
|
| String search in VB6 | 30 May 2005 09:50 GMT | 3 |
I would like to enable my users to search text using complex search patterns that include quotes, parens, "and", and "or". I'm using VB6 (not VBScript). Is there a DLL or such out there that does this? TIA,
|
| Last working MSDN collection for VB6 | 28 May 2005 19:14 GMT | 2 |
I just have one quick question... What is the latest MSDN collection that works with VB6? Thanks, - Doug
|
| Public variables in VB | 28 May 2005 16:25 GMT | 3 |
I am creating a Visual Basic application that uses 4 forms. I have a list of data(2 types of cities) that I am storing into 2 arrays. Now the contents of this array need to be shared across multiple forms. I have two problems:
|
| sub v.s. function | 28 May 2005 10:32 GMT | 8 |
I found myself using a 'sub' today. Now I was wondering. As far as I know the difference between a 'sub' and a 'function' is: a function can return a value,
|
| Report Designer Help please | 27 May 2005 22:13 GMT | 2 |
I need help with a summary on a report footer. I have these fields in an access database: Ticket #, Total Lines, Xfer_Order. The field Xfer_Order contains "Transfer", "Order" and "B-Order".
|
| Deploying a website!!! | 27 May 2005 19:54 GMT | 2 |
Hello, everyone! I've deployed my first site, written in HTML, ASP, ASP.NET, and a little bit of JavaScript. All the ASP is Visual Basic. http://www.econnectz.com
|
| Picture height restrictions. VB5 | 27 May 2005 14:05 GMT | 4 |
Version: VB5 ScaleMode: Pixels. I've got a picturebox inside a picturebox which allows me to scroll the inner picturebox vertically via a scroll bar after a vertical strip of
|
| Form Layout Window bug? | 27 May 2005 13:42 GMT | 2 |
I know it is late in the game for VB6 questions/bugs. However, I am having to use VB6 for a particular client and I noticed that in the design environment, my form layout window does not show any open forms. I have scoured the Internet to see if this is a reported bug, without ...
|
| Strange problem with VB6 / MSDE 2K on Win 2K | 27 May 2005 07:03 GMT | 2 |
I have seen something strange on a customer's computer. It is a P4 3 GHz with 512 MB Ram running on a Win2K SP3 When he uses a part of my application, it is really slow (more than 10 sec for something that I do in 1 sec. (in VB6) with an older computer),
|
| Excel VBA Cntrl-Click | 27 May 2005 05:23 GMT | 2 |
I put a button on a spreadsheet that executes a macro when it is clicked. I would like to have a "if then" statement to check and see if the "Cntrl" key was held while clicking the button. Any help will be greatly appreciated.
|
| MAPI AttachmentCount always returns 0 | 27 May 2005 04:39 GMT | 4 |
I'm using VB6 and I want to read all unread mails from Outlook Express with attachments. But MAPIMessages1.AttachmentCount always returns a zero. See code :
|
| Change text format | 27 May 2005 03:33 GMT | 2 |
I'm dumping a bunch of data from an array into a text box. How can (if it's possible) I change the appearance of certain lines in order to present a better display as I iterate through the array? i.e. I want certain lines to have a larger font size, bolding, italic etc. but not ...
|