| Thread | Last Post | Replies |
|
| looking for some activeX sample code | 31 Jul 2005 21:03 GMT | 5 |
Could somebody point me to where I can find an activex sample code in visual basic.net? I have to write one and I'm kind of lost. I found a sample code but it's writen in c# and I can mirror it because it uses multiple inheritence(?)...vb.net doesn't allow that.
|
| VB code to check POP3 account | 30 Jul 2005 16:59 GMT | 6 |
Regular lurker, irregular poster here. Sorry for pushing what should be my homework off, but I am looking for some hints to help me use less time & a push to get started. I thought of the application (maybe already done somewhere) a couple years ago & hadn't gone much further.
|
| jpeg width/height? | 30 Jul 2005 16:18 GMT | 1 |
Is there any way to 'look' at a jpeg file with VB6 and return its width and height in pixels? I want to be able to fix the right-hand edge of different sized jpegs to the right-hand edge of a form and picures are usually placed by distance from top and left.
|
| PDF files | 29 Jul 2005 08:22 GMT | 4 |
I have ADOBE Reader installed on my machine. In VB6 I can reference the Adobe 7 Type Library and the Adobe 7 component. I can add the control to my form. When I run the project the control is able to open a document and manipulate it as though it where in Adobe reader itself. ...
|
| Select a Special Range of Cells | 28 Jul 2005 20:54 GMT | 2 |
I have some records on a spreadsheet, I want to select them with a macro the range is A1 to m1 down to however many records there happen to be? how do I specify this for my excel macro? Thanks,
|
| VB6 MAPI | 28 Jul 2005 12:58 GMT | 2 |
I want to be able to respond to a received email by sending 7 emails. This is not possible using Outlook Express message rules, I am therefore trying to use VB 6 MAPI.
|
| Help file always in the foreground | 28 Jul 2005 08:49 GMT | 5 |
How do I get my compiled help file to go to the background when I click on my application window? If I click on another application it's fine, but with my app it just stays in front. Declaration for help as below.
|
| VB6 MAPI | 28 Jul 2005 03:47 GMT | 1 |
I want to be able to respond to a received email by sending 7 emails. This is not possible using Outlook express message rules I am therefore trying to use VB 6 MAPI. I have managed to get it to work but occasionally 2 or 3 of my reply emails
|
| Floating point math in Visual Basic? | 27 Jul 2005 17:45 GMT | 6 |
sTemp = Trim(Mid(sData, 9, 10)) dTemp = Val(sTemp) dTemp2 = dTemp / 1000 I do the following in VB 6.0 code.
|
| Sending email from VB6 | 27 Jul 2005 14:36 GMT | 5 |
Hi all, Windows 2000 Advanced Server VB6 I trying to get VB6 to send email without prompting to use the Outlook
|
| Error 372 - Failed to load control 'DataReport' | 27 Jul 2005 09:05 GMT | 5 |
I have an application created with VB6 + SP5. I created an installation program with PWD of VB6. One of my users has the following error message when he tries to print a DataReport from the application:
|
| vb newbie help | 27 Jul 2005 05:06 GMT | 9 |
I'm quite experienced at QuickBasic, but I've just started learning Visual Basic. I can't find something like this in the help files at all. I'm making a program(in vb6) and to aid in my debugging I've made a
|
| Error deleting temp files under VB6 | 26 Jul 2005 22:28 GMT | 5 |
I have an app that uses a VB6 front end to an Excel/Word VBA app.When the vb part starts up it searches for Excel, Word and VB temp files and deletes them. This has worked fine before including on my Win XPN Pro/Office 2003 machine. But when I run it under a Virtual PC testbed of ...
|
| Pointers to structures | 26 Jul 2005 19:29 GMT | 5 |
I have a function declared as Public Function SomeFunction(byref somesturcture as long) as long The somefunction wants the pointer to the structure rather than the structure, how do I call this. I have been trying the following
|
| Background Keystroke Commands... | 26 Jul 2005 09:16 GMT | 13 |
This is my problem... I'm creating a program that should not be able to close the user, so I have disabled the close button "x" on the upper right window corner. I have also not programmed any close buttons within the program's window
|