| Thread | Last Post | Replies |
|
| How to calculate this? | 02 Jun 2005 03:56 GMT | 8 |
Form has only 1 object: ListView, which fills the whole form. ListView has 4 columns, which I want to resize proportionally with the form's size. My code looks like that:
|
| Confirmation-needed emails by CDONTS | 02 Jun 2005 02:47 GMT | 3 |
I am using CDO for NTS 1.2 Library to send emails in a VB application. I want to include the option which asks the email-receiver to send back confirmation (Email was received by receiver) email. However I didn't find any property or method for this feature in CDONTS object.
|
| Stopping windows from shutting down | 02 Jun 2005 02:37 GMT | 7 |
I need to stop windows from shutting down, but only if <condition> is true. This is probably an easy thing to do, I looked in help for 30 minutes but couldn't find it. Thanks in Advance
|
| err.raise | 01 Jun 2005 23:44 GMT | 1 |
I am using ASP page and VB component in VB component I am calling err.raise When I call the method on that component from ASP page I dont get my errors propogated to my ASP page...err.number is showing as 0.
|
| reading a XML file to vb variables | 01 Jun 2005 21:00 GMT | 4 |
im runninb vb6 sp6 im having to read a xml file from a third party to update our records and need help the xml file can hold any number of pynent details
|
| simple Excel question | 01 Jun 2005 19:37 GMT | 7 |
How would I make a VB6 .exe file that can manipulate data in a running version of Excel? I am thinking of something like this: Sub MakeNumbers()
|
| Support Classic VB | 01 Jun 2005 19:35 GMT | 6 |
Good Article http://www.fawcette.com/vsm/2005_05/magazine/departments/guestop/
|
| Duplicate forms | 01 Jun 2005 19:18 GMT | 5 |
Is there a way to quickly duplicate a form in a VB project? The only way I have figured out so far is to use Save As on the form I want to duplicate and give it a new name. Then I rename that form. Then I Add the original form back into the project. This all seems awkward, but I ...
|
| checkbox always is disabled!!!! | 01 Jun 2005 19:13 GMT | 12 |
line of code: chkAutoPlayIn.Enabled = True does not make it true. After executing that line the checkbox is stil disabled.
|
| how to use command buttons in cycles | 01 Jun 2005 17:08 GMT | 1 |
i've a problem in VBE (visual basic excel). i've created a user form with more than 30 command buttons. for each command button i've to change its field ".caption" capturing a specific cell content.
|
| Submitted Text | 01 Jun 2005 15:54 GMT | 2 |
I have created a userform for a website. I want the user to be able to enter information into the textboxes, and then have the information emailed to my account. How might I do that? Thanks. dale
|
| Search box at bottom of screen | 01 Jun 2005 15:51 GMT | 7 |
This just started happening to me while using VB6. When I call up the Search box, it appears at the bottom of the screen, instead of in the middle. I can drag it to the middle, but as soon as I press the Find Next button, it goes back to the bottom of the screen. How do I fix this?
|
| Sudden automation error with MS XML object | 01 Jun 2005 15:11 GMT | 7 |
I have an application that uses the MS XML object to grab info from a custom-written ASP. This has been working fine for some time, but has suddenly given problems. I have had several customers who use the program report errors, all over the last couple of days.
|
| Err Object | 01 Jun 2005 14:39 GMT | 3 |
Hi guyz I wonder whether it's better to raise an error with a custom error number or set the err.number to that custom error number and then raise error I mean: 1 - Err.Number = 123456
|
| display a gif in a picture box | 01 Jun 2005 14:00 GMT | 1 |
I want to display a small gif in a picture box - I don't want the picture box to change size, but I want the image to scale to fix the picture box - how do I do this ? thanks
|