| Thread | Last Post | Replies |
|
| VB Get Additional MailBox List | 08 May 2006 02:45 GMT | 2 |
Hello (VB6,SP3) Does anybody know where I can get the info about an additional Mailbox in my Outlook? For example I have an Outlook-Today folder in Folder List, now I created the
|
| message box non modal? | 07 May 2006 23:54 GMT | 17 |
Is it possible to have message box as non modal window, or should I create my own? Jack
|
| non-recursive quicksort for 2-D arrays? | 07 May 2006 21:48 GMT | 30 |
Could anybody post a non-recursive quicksort for 2-D arrays or tell me where I could find it? RBS
|
| Moving array data to defined array | 07 May 2006 12:06 GMT | 1 |
Why would this not work. . In a general General Module I have the following: Type Record2A CategoryDescr As String * 25
|
| Pass a control into a .BAS? | 07 May 2006 11:06 GMT | 23 |
In a VB6 OCX, I have a .BAS module that is being shared between two forms. Each of the forms has a timer. Sometimes, it is necessary to be able to enable or disable the timer from within the .BAS code. What is the syntax for passing in a timer?
|
| Is this safe? | 07 May 2006 03:43 GMT | 3 |
I would have thought that this would be safe: private sub Sub1 Dim s1 as String s1 = "Some long value to take up room."
|
| CSV File Mapping | 07 May 2006 00:11 GMT | 4 |
I need to build an application that will take data from a db and store it into a CSV file. The CSV file has to be mapped to the correct order and field. There a serveral different mappings(needs different fields and different formatting rules) for different CSV files. So, I ...
|
| problem running code twice | 06 May 2006 19:31 GMT | 3 |
I have a code that opens word documents inside a powerpoint presentation and saves them under a certain name. When I want to use the code for a second time my program crashes. It always gives me the 462 error that I'm using somethings that haven't been defined or closed
|
| Deployment problem on W2K3 Server | 06 May 2006 17:29 GMT | 3 |
Aplogies in advance for multi-posting - this is really a deployment problem, but it looks like that group doesn't see much traffic. Perhaps there's someone on this one who can help? We have a problem here which we haven't a clue how to solve.
|
| Windows sound recorder | 06 May 2006 15:13 GMT | 1 |
I want to embed windows sound recorder on an application. How can I extend the recording time? (for VB6)
|
| Personalized Menu?? | 06 May 2006 14:05 GMT | 8 |
In IE, there is a "Enable Personalized Favorites Menu" checkbox in the Advanced tab under the Internet Options menu. Checking this checkbox ensures that the Favorites menu shows only those Favorites in the menu which are being used by the user often; the rest aren't showed. So, if
|
| MS-DOS ActiveX Control in VB 6 ? | 06 May 2006 11:37 GMT | 4 |
I have been banging my head against the wall on this problem for quite some time now, and am unable to find a solution that is suitable for my needs...Here is what I am trying to do.... I am developping a full-screen application in Visual Basic 6. At one
|
| Making forms full screen........ | 06 May 2006 10:03 GMT | 7 |
I use this subroutine each time I load a form to make it it full-screen. This has always worked 100% of the time, but recently a customer reported that his software was not starting up in full-screen mode. I can't imagine why this would suddenly be happening, or how exactly this
|
| Graphics question | 06 May 2006 01:25 GMT | 1 |
I have an interesting graphics problem and am unsure of how to move ahead. First the "spec": "Vb5/6 program shall generate a 3d representation of a rectangle on the form (or picture box) which shall be capable of being rotated at least
|
| Looking for zip - unzip source code | 05 May 2006 23:30 GMT | 1 |
I am trying to add a zip/unzip function to our application. I know there is a lot of free code out there but have been unable to find the source code to do this in VB6. I am not looking to add another dll or ocx to our application. Any help would be appreciated.
|