| Thread | Last Post | Replies |
|
| Object Array, why it does not work ? | 21 Feb 2007 02:52 GMT | 14 |
I set up a heirachy array of classes, Order, OrderItem and OrderItemMod. The best way to look at it is open a new VB project and copy the following: 1) Module1.bas: Private Sub Main()
|
| Marshalling std Picture | 21 Feb 2007 01:48 GMT | 2 |
Public Function GetPict() as Picture and... Public Sub GetPicts(ByRef Picts() as Picture) The first example worked briefly then I started getting weird COM(?) errors.
|
| CAPICOM, SMTP, Signing, and Encryption | 21 Feb 2007 01:33 GMT | 4 |
I am attempting to write a VB.NET 2005 application that will automatically send signed and encrypted emails with attachments. I am finding pieces of code here and there but nothing from start to finish. Does anyone know of any sample code out there? In lieu of
|
| Mapquest and Google Map | 20 Feb 2007 23:24 GMT | 3 |
I'm using mapquest.com in VB6 application in order to display a location of the client. I'm building url by doing this: strURL = strMapQuestURL & m_Address & m_City & m_State & m_Zip &
|
| vb | 20 Feb 2007 23:21 GMT | 8 |
hello everyone I am asanchez2009@verizon.net tony vegeta i was wondering if you can help me with spam
|
| spread sheet formula | 20 Feb 2007 22:54 GMT | 1 |
I would like to write some kind of Excel like spreadsheet program, and I want to have cell addresses in the formulas, just like in Excel ( = A1 * (C7+B23/2) and don't know how to extract these address tokens before replacing them by their actual values. Evaluating something like ...
|
| Immediate window in Visual Studio | 20 Feb 2007 22:39 GMT | 3 |
Hi. I first have to thank those of you who have answered my questions in this newsgroup. I'm new to VB and so I appreciate your tolerance if I post multiple questions here. I'm trying to use Debug.Print to see various values at various points
|
| MDAC and SP5 on Vista | 20 Feb 2007 21:54 GMT | 4 |
MDAC seems not to install. SP5 requires MDAC 2.5 or above to be installed. VB6 without SP5 is worthless. Also VB6 works fine, but when saving a .frm for example
|
| Two forms with focus? | 20 Feb 2007 21:37 GMT | 6 |
I was given a screenshot of an application that shows what appears to be a modal msgbox in front of the main form. Both forms have a dark title bar which makes it appear they each have the focus. Is this difficult to do programmatically?
|
| Load form size and position from registry Error | 20 Feb 2007 18:20 GMT | 2 |
Hello, I'm trying to store the form's position and size to the registry and then load then when the form loads up. I found this code online and I've been trying to adapt it to my form. So far, I am able to store the left, top, width, height to the
|
| To Set elements of array | 20 Feb 2007 17:25 GMT | 5 |
I would like to set elements of array using redim , No of elements must be the number of records returned from recent "select query" sql = "select supname,tin from supmas" rs.Open sql, Db, adOpenDynamic, adLockOptimistic
|
| VB6 - ADO to Access Back-end | 20 Feb 2007 17:20 GMT | 5 |
Accidentally placed this in Visual Studio earlier...sorry. App has been running over 6 years. We recently changed a Server - IE..\\ABC\Bob.... went to \\DEF\Bill
|
| Looking for an example of drop and drag image please | 20 Feb 2007 17:18 GMT | 1 |
We have spent two long weeks looking on the web for an example of VB drop and drag that, during the drag, the image is continuously displayed; i.e., the image flows, not just some box or outline. We found one for VB6 that works great except that the dragdrop event does not fire. ...
|
| MSComm serial port and USB port in Visual Basic 6 | 20 Feb 2007 17:04 GMT | 8 |
Is there an add-on for the Toolkit for VB 6 Professional which has USB port as a choice over MSComm serial ?
|
| Is there fast way to get numeric value from the string? | 20 Feb 2007 14:40 GMT | 7 |
I wonder, what will be the fastest way to retrieve numeric value from the string? Should I examine each character or there is a faster way? Jack
|