| Thread | Last Post | Replies |
|
| SOAP Client | 27 Sep 2004 20:41 GMT | 1 |
Hello im making a soap client in VB6 using SOAP MS SOAP TYPE Library 3.0 Im using this code: ENC = "http://schemas.xmlsoap.org/soap/encoding/" XSI = "http://www.w3.org/2001/XMLSchema-instance"
|
| How can I make a form behave like the standard MsgBox? | 27 Sep 2004 19:51 GMT | 3 |
... in terms of the return value, i.e. I want to create a form with some text fields etc. and an OK and a Cancel button, when I pop this form up from another form, I want to proceed with processing the values on the popped up form if OK was clicked but I want to stop processing ...
|
| SMS/MMS from VB6.0 | 27 Sep 2004 19:47 GMT | 2 |
Does anyone know how to send 'short message service' (SMS /MMS) from VB6.0? or via an API-call? Thanks Uma
|
| RTF.SelPrint | 27 Sep 2004 19:39 GMT | 2 |
Hi *.*, I'm using the above method to print the content of a RTFBox, which contains (colored) text for more than one page. I don't use the VB Printer object, but
|
| VB4 To VB6.0 | 27 Sep 2004 16:40 GMT | 10 |
I have several VB 4 appliactions that I would like to run under VB 6.0. I am sure I will need to make some changes but is it possible to import a VB 4 project into VB 6, or at the very least import the forms? I know I can always cut and paste code.
|
| property isdirty | 27 Sep 2004 16:29 GMT | 3 |
Hi, I need to know when a property has ben modified (IsDirty). The most obvious way to solve the problem is perhaps something like the following;
|
| Need to have a macro written for around $50 | 27 Sep 2004 15:21 GMT | 2 |
I need to have a pretty straightforward VB macro written in Word. It's a program that will scan through a file containing song lyrics and chords, and transpose the song to a new key. I'd like to pay someone about $50 USD to do it. If interested, email barryf123@yahoo.com.
|
| debug.print caused VB-Crash | 27 Sep 2004 15:18 GMT | 16 |
this is a very strange behavior we observed on a VB-ActiveX-DLL no problem when used within the IDE but memory-violation error, when using it compiled!
|
| Is there any way globally to disable error trapping? | 27 Sep 2004 13:37 GMT | 9 |
List: Modifying existing code. Is there a way to turn off ALL error trapping? Part of the mandate is trying to eliminate a number of things that are "handled silently" that are bleeding performance.
|
| How to figure out what form are still in use. | 27 Sep 2004 11:15 GMT | 2 |
I have a simple question. We save all our forms i one directory. After 6 years of programming we have about 300 forms. I suspect that some of these forms are not in use anymore. Is there any way I can compare the project and the directory to see if some
|
| VB6/ADO & Tables.Append | 27 Sep 2004 06:33 GMT | 1 |
I'm really hoping that somebody here has some ideas on a problem that I'm having. I'm talking to MS SQL Server 2000. I wrote an applet that was able to create tables on the server nicely using the Tables.Append method. Now, I'm receiving a VB6 error "The parameter is incorrect", ...
|
| Unsigned 32 bit | 26 Sep 2004 21:49 GMT | 22 |
1) Any suggestions about creating a true UInt32 or UInt64? Fuction AddUInt(ByVal ui32_1 As UInt32, ByVal ui32_2 As UInt32) As UInt32 AddUInt = ui32_1 + ui32_2 End Function
|
| arrays or collectionsets | 26 Sep 2004 19:51 GMT | 7 |
i have a set of data including text and insertion points. i d like to create an array while getting the textstring and insertion point data in a loop, then outside the loop i d like to call this array and add new items to it or remove some.
|
| Add,Delete menu buttons at runtime | 26 Sep 2004 15:15 GMT | 2 |
I'm sorry, I can say English a little. Now, I had a problem, I think it's so difficult. please help me. I want add and delete some menu buttons at program runtime. please help me.
|
| Application Loads at Startup | 26 Sep 2004 08:21 GMT | 5 |
I want to put a checkbox on my app to have it start on bootup, if the user desires. I want it to work for Win95,98,Me,NT,2000,XP. Should I have the program put a shortcut to itself in the Startup folder? If so, which startup folder, and how do I make it work for all versions ...
|