| Thread | Last Post | Replies |
|
| Old Versus New OCX | 23 Feb 2008 20:29 GMT | 6 |
I am using the Image Viewer CP Pro OCX, an imaging "picture box" that loads quite a number of file formats, provides for modification of them, saving, etc. In general it works well. The company just came out with an update to the control (for clearer preview and some other features) ...
|
| Text Fit | 23 Feb 2008 08:20 GMT | 3 |
VB6SP6 I have a fixed length control. Could be a textbox or label or combo. I may use several font sizes that fit within the height of the control.
|
| Sending email via smtp | 22 Feb 2008 23:53 GMT | 2 |
Is there a smtp class for sending an email from a VB application [Using VB6.0] I need to send an email to Lotus Notes via SMTP and have not had any luck finding any code samples. Has anyone tried this? Your help is much appreciated.
|
| Class_Terminate not Invoked | 22 Feb 2008 22:12 GMT | 7 |
I'm having a problems when I use Createobject to create an instance of my ActiveX component app. Once running subsequent 'set object = Nothing' do not destroy the object. In the class code I have: Private Sub Class_Terminate()
|
| Enumerate references | 22 Feb 2008 21:31 GMT | 2 |
Hi all... I've made some research but I'm not able to find any information so far, hence my post here. I'm currently working to mantain a VB6 code and I'd like to add the
|
| How to tell where the selected line is on a listbox | 22 Feb 2008 20:48 GMT | 8 |
want to fake an editor that would allow pressing f2 and making a online textbox visible on top of the exact selected line in the listbox and making it look like you are editing what is in the listbox. Also, is there a way to make mousedown y have a 'grid' (I am attempting to
|
| How to Submit a IE Form? | 22 Feb 2008 20:11 GMT | 6 |
I am creating an application that downloads a file automatically from a website and loads it into my program. The problem I am having is that the file will be downloaded from my work and when you access an internet page a disclaimer html page comes up with a submit form on it for ...
|
| Manifest to RC | 22 Feb 2008 19:01 GMT | 1 |
I am using VB6.0 SP5 on XP-Pro SP2 I have a Manifest File for my exe, and it is in the same folder. I would like to know the best practice, as I see that some folks talk about using a Resource File.
|
| Login | 22 Feb 2008 17:19 GMT | 11 |
OK, can someone tell me why this doesnt work? Im a noob... All i want to do it show a list after you give correct login cred - sound easy enough Private Sub Command3_Click()
|
| DCOM app suddenly doesn't work | 22 Feb 2008 17:07 GMT | 4 |
I have a "stub" application running on a data server machine. All it does is stub out a call into a COM lib so it can be called via DCOM from other machines running Access or Excel apps. It has been in use for almost two years without a single error...
|
| Loading an opened html file | 22 Feb 2008 17:03 GMT | 3 |
i am trying to code for a lab application which opens an html file (data) when a certain button in an instrument is clicked. I have written some code which involves a common dialog box but this requires the html file to be saved. Is there any way that i can load data from
|
| Converting hour? | 22 Feb 2008 16:18 GMT | 5 |
Hi, anyone knows how to convert: "01:30:00" in minutes? In that example should return 90 ? I need only to convert hh:mm in minutes... thanks in advance
|
| Checked, disabled menu item does not have check on SOME computers | 22 Feb 2008 15:43 GMT | 4 |
I have a client that is running several custom apps, including a VB app that I have created on a slew of Win98 computers. A checked, disabled menu item on some computers display the check mark (exactly the same as when enabled, just greed and disabled) and on other
|
| Strange code behaviour: need your expertise | 22 Feb 2008 15:20 GMT | 2 |
In Form_Resize event I have the following line of code: CmdDial.width = 3 * W + 10 * TwipsX CmdDial.Move picPad.ScaleWidth / 2 - CmdDial.width / 2, CmdStar.Top + W + 7 * TwipsY, CmdDial.width, picNumPad.ScaleHeight - CmdDial.Top - 5 * TwipsY
|
| Print Preview with EXPORT capability | 22 Feb 2008 10:44 GMT | 6 |
I am using VB6 with great success.... have been for many years. I have an application which consists of several VERY ELABORATE reports. To provide these reports, I have acquired a 3rd party control (PrintPreview).
|