| Thread | Last Post | Replies |
|
| Stupid question about exporting a COM/.Net object model in my programs | 26 Apr 2005 17:48 GMT | 10 |
Software such as Excel or Word exposes a COM object model which allows them to be automated by any language that can call COM objects. How do I do this in my own VB6 programs? I know I can create an ActiveX EXE which will export COM objects but is this project type also suitable
|
| Getting values into VB from an Output parameter of a stored procedure | 26 Apr 2005 16:10 GMT | 4 |
Dear friends, Working in the VB6 environment I have a stored procedures on sql 2000 which has both input & output parameters. With this SP I intend to insert into certain tables, and if an
|
| Database | 26 Apr 2005 15:52 GMT | 3 |
Hi, I wish to know what all tables are there in the a sql database, programatically. Can anyone help?
|
| How to check in Visual Basic if the desktop is locked or not? | 26 Apr 2005 15:15 GMT | 3 |
I have the nedd to change the behavior of an Outlook macro when the desktop appears to be locked, but I wasn't able to find a suitable property. Any hint? Thanks
|
| Parameter isn't passing? | 26 Apr 2005 14:58 GMT | 8 |
I have a project that is supposed to encrypt a string and then eventually store the data in a table. The "CALL" to do the encryption function is located in "FormA" and the Encryption process is in "GenModule" in a Modules section.
|
| dcomcfg doesn't see my VB classes? | 26 Apr 2005 14:51 GMT | 6 |
I have a VB ActiveX.exe that contains a number of client-server calls. It was originally deployed with a single class inside, Pricing, which contained a number of methods. I am now trying to add additional methods in different classes, for code maintainability reasons.
|
| build a "printer friendly version" | 26 Apr 2005 14:00 GMT | 2 |
I didn't find how to build a "printer friendly version". I've use aspx to extract some data from SQL, but I would like to add a feature that help the user to print this report. I sow this "printer friendly version" in many websites.
|
| Hide me thing | 26 Apr 2005 13:38 GMT | 3 |
I send mails using Veign's VBSMTP thing in my VB6 application. Before sending the mails, I do a lot of processing and eventually send them out. All of this works fine. Now, the users want the mails to to be sent totally automatically (like a stored procedure running everyday). I ...
|
| client server programming | 26 Apr 2005 13:11 GMT | 1 |
I am attempting my first client server solution. I have an excel spreadsheet which calls an activex exe that is on a server. When the spreadsheet calls the exe it tries to execute on the client machine instead of the server. I have successfully run it on the server when called ...
|
| Overflow | 26 Apr 2005 13:05 GMT | 1 |
If I have the following definitions and values Dim TempResult as Double Dim mPPayment as Currency Dim mPAPR as Double
|
| Regarding Browser Capablities | 26 Apr 2005 11:09 GMT | 2 |
Hi there, I wish to know about a browser event if any that can tell me when the browser window is closing. I need to do something when a web application is closing.
|
| How to dynamically add a user control to a userform. | 26 Apr 2005 08:18 GMT | 1 |
I have a usercontrol in my project called ButtonEx. It's a custom button which I found on the web. I want to dynamically add this control to a userform but can't figger out how. Here is my code: 'Option Explicit
|
| ImageCombo, key problem | 26 Apr 2005 06:07 GMT | 2 |
Why can't I have a string "00.00.11" as key for an item in a ImageCombo, this code give me "runtime error 35603 Invalid key" ImageCombo1.ComboItems.Add 1, "00.00.11", "whatever" /Olle
|
| WindowsMediaPlayer | 26 Apr 2005 05:56 GMT | 1 |
Hi I need some help I got a WindowsMediaPlayer and a label on my form my WindowsMediaPlayer is pointing to a play list WindowsMediaPlayer1.URL = "C:\Documents and Settings\UserName\My Documents\My Music\My Playlists\VB_Play_list.wpl
|
| overlapping VB forms some times differ | 26 Apr 2005 05:19 GMT | 3 |
I maintain a VB application that has VB forms that overlap. When the user's computer has windows/properties/ Windows and buttons: Window Classic style set they fit okay. When they have Windows XP style set they are moved
|