| Thread | Last Post | Replies |
|
| ADODB.Connection | 26 Mar 2008 18:25 GMT | 14 |
I am opening a connection to a ADODB.Connection as follows: Set mConn = New ADODB.Connection With mConn .open "Provider=SQLOLEDB.1;Persist Security
|
| Function marked as restricted or uses a type not supported in Visual Basic | 26 Mar 2008 15:49 GMT | 2 |
I have written an ATL COM object for use in VB6. I marked a method in the IDL file as 'hidden' so that it does not appear in the object browser - because I do not want users calling that method (basically, it sets up pointers in an underlying engine, for accounting/admin ...
|
| Setting default folder when saving files during VB6 development | 26 Mar 2008 15:44 GMT | 4 |
Every time I save a new file, e.g. a quick test app, VB6 defaults to C:\Program Files\Microsoft Visual Studio\VB98. I am fed up to the back teeth with having to drill down to e.g. C:\MM\Progs\MIDI\Guide Lights\DevApps every friggin' time!
|
| Group characters in textbox | 26 Mar 2008 15:14 GMT | 56 |
I need to group characters 3 by 3 in a textbox (on the fly). If I type 1000 in the textbox I want it to direct change to 1 000, 200000 would change to 200 000, etc. Thanks,
|
| Validate noetwork folders | 26 Mar 2008 14:15 GMT | 4 |
I am using VB6 for my application. we have a requirement to validate the folder path that the user enters in a text box, I need to validate that folder. Validation includes to check if that folder exists or not, if it exists, then does this user has write access to that
|
| hi | 26 Mar 2008 10:17 GMT | 1 |
From where can i download msdn help setup for vb 6.0... Can any one tip me on this please it would be of great help...............
|
| Sending e-mail using the Win32 API? | 26 Mar 2008 04:52 GMT | 10 |
I'd like to make it possible for our customers to drop us an e-mail through SMTP. To keep things dependency-free, I'd rather use the Win32 API instead of the Winsock OCX, the CDO object, MAPI, or (gasp!) Outlook.
|
| Entry Point Not Found in VB6 Installation Package | 26 Mar 2008 04:50 GMT | 2 |
I created a LNS PlugIn and with VB6 Package and Deployment wizard, i also created the installation package which worked perfectly in machines with LonMaker 3.1 installed. However, if i try to install it in machines with LonMaker Turbo 3.2,
|
| Place a SIP call using RTC | 26 Mar 2008 03:31 GMT | 1 |
The VB6 example included in the RTC SDK does not have a "call" button. Does anyone know how to place a call to an asterisk server? Thanks
|
| What is disskussions? | 25 Mar 2008 23:29 GMT | 13 |
I'm wondering what this diskussion thing on Windows Live Mail is? Is only microsoft, windows and msn to be diskussed here or is it open to any kind of diskussions?
|
| RunTimeError 70 - Permission Denied | 25 Mar 2008 23:13 GMT | 4 |
I have a program that has been running for a number of years without problem under OS prior to VISTA. I now have a system with VISTA installed and I was attempting to make a few modification to the program but I am running into an error situation that has me puzzled. I have ...
|
| Missing Files After Installing Internet Explorer 7 | 25 Mar 2008 18:06 GMT | 3 |
These files are missing and one is not avaliable. How do I fix this? iecont.dll - file missing iecontlc.dll - files missing ieuinit.inf - not available
|
| Help with Code | 25 Mar 2008 17:44 GMT | 14 |
XP SP2 VB6 SP6 If I type this code this is a test.this is not. and run the function I get This is a test.This is not. fine what I wanted, but if I put a space after the full stop I get This is a test. this is not. How can I get what I want
|
| Getting the date to increment or decrement with the plus and minus keys | 25 Mar 2008 15:09 GMT | 2 |
Hay all I have been attempting to get the date on a form to increment and decrement with the plus and minus keys. I found this example on microsoft but is uses the spinbutton and I
|
| Stupid Format$ Question | 25 Mar 2008 00:21 GMT | 12 |
I apologize in advance for what is probably a really stupid question. But I don't see offhand how to always indicate the Sign in the Format$ function. I want to display -2 as "-2", but what 2 to display as "+2". I know how to do this in Excel, and just assumed it would work with ...
|