|
Sending mail using CDONTS in VB6 Hi, I need help on this: I have a class that should send mail using CDONTS in vb6 and it looks like my mail is never send to the recipient. I copied this code from the net and it's still does not work: - Note: I added a reference to MS CDO for NTS 1.2 Library Public Function blnSendMail(strTo As String, str... 14 Feb 2005 10:45
Daylight Saving Time Question How can I tell if the time displayed on my computer is Daylight Saving Time as opposed to Standard Time ? ... 14 Feb 2005 09:44
POS Hi I m thinking to build application point of sale system using VB. I have never done before so I'm very much new and couldnt understand where should i start from. Can anyone guide me? Can any one suggest how to print to epson tm88iii printer using vb code...becoz we are going to use that printer... Thanx in adv... 22 Feb 2005 09:34
Mouse_event or SendInput ? Does the mouse_event still work on a Win XP machine ? Or would you use the SendInput function instead ? I need to simulate mouse clicks on an application. Not on my own form. Which would be the way to go ? Thanks. ... 14 Feb 2005 18:11
Alpha blending I'm hoping someone can point me in the right direction. I've got a background image that is basically the floorplan of a building. Black and white, and HUGE. I allow users to "draw" wall segments. This means they clilck on the start of a wall (at a corner say) and move the mouse to the end of the wall (ano... 17 Feb 2005 20:17
Finger Print Reader Hello, Can anyone point me how to use Microsoft Finger Print Reader with VB ? Thanks for your help. ABC ... 13 Feb 2005 23:59
vb6.olb, vb6ext.olb distributable I've written and add-in for MS Project. There are references to VB6 and VB6EXT.olb. This does not make sense. My add-in does nothing to VB6. I understand the reference to msprj.olb (or dll) but not the reference to vb6 stuff. Can someone explain please? Thanks, Mark ... 12 Feb 2005 17:12
Converting Strings to Formulas I have a need to store multiple formulas (one for each US State) in a database and then recall and utilize only the one I need. I could create a Select Case for each, but would rather store the formula in a table and recall it as needed rather than hard code it. Any ideas would be greatly appreciated. ... 12 Feb 2005 17:12
Combo boxes Hello, I would like to have a combo box on my form where the data in the list is not editable. I tried this: Private Sub cmbLibs_Change() If 0 <= cmbLibs.ListIndex And _ cmbLibs.ListIndex <= cmbLibs.ListCount Then LastIndex = cmbLibs.ListIndex Else cmbLibs.ListIndex = LastIn... 13 Feb 2005 23:59
Can't edit module. I had this problem long time ago and, of course, had lost the solution. And Google search did nothing :( I have many Forms in my app, and own some of them (the rest are in Vault - used to be Source Save). Now when I work on the Forms I have (read and write) and I don't do anything to other Forms since ... 16 Feb 2005 04:45 |