| Thread | Last Post | Replies |
|
| Use of splitter control | 01 Nov 2006 00:29 GMT | 2 |
Is there any splitter control available in VB? If so, Can anyone help me on where it is available & how should be used. The splitter control is available in VB .NET. I want to know whether this exists in VB
|
| Use of 'Me' in Class objects under VB6 | 27 Oct 2006 15:28 GMT | 5 |
Greetings All, I built a Collection Class named musicColl using the VB Class Wizard then manually added the following Public Sub Dumpout()
|
| Exe to expire after stipulated time period | 27 Oct 2006 12:52 GMT | 4 |
Hai, I developed an data entry application. I packed my exe and i am suppose to provide it to my vendors. I want to ensure my software not to be misused. So i want to write code in such a way so that the exe
|
| How to get notified when a COM application is terminated | 27 Oct 2006 01:42 GMT | 1 |
I'm instancing an application via its COM interface. What I want to do now is wait for the application to be terminated and then proceed with my code. Using shell to start the other application is not an option. How can I do this?
|
| Error: Run-time error '-2147219501 (800407d3)' | 26 Oct 2006 19:46 GMT | 4 |
I have project VB, when execute an report, this report error: Run-time error '-2147219501 (800407d3)' Invalid value for property I use XP in the PC and only one machine it happens this error. Please assist
|
| How do I read name/value pairs from incoming stream in VB6 | 25 Oct 2006 22:02 GMT | 9 |
I'm a newbie to VB6 programming and am working on some legacy code. The VB6 DLL I need to add to utilizes a 3rd party component to setup an https connection and POSTs some data to a remote server. It then reads in a response from that server which consists of a number of name/value
|
| Run Word Mailmerge from vb6 | 25 Oct 2006 16:40 GMT | 2 |
I need to run a mailmerge in Word from VB6. My application uses an Access database. I access the data via connection and recordset objects created in VB6. Can I run a mailmerge using a connection and recordset created in VB6 as the datasource for the mailmerge? If not, what ...
|
| Sample coding for taking database backup and clean the tables | 25 Oct 2006 16:37 GMT | 3 |
Hai, I have developed an application using VB 6.0 as front end and visual foxpro 6.0 as backend. It is an data entry application. I have 3 tables which was mostly populated with so many datas.If the tables is loaded
|
| Need simple code | 25 Oct 2006 09:14 GMT | 4 |
I would like to know how one would transform this Acc,Branch,Port,Count,Prem 001,AB,1,12,100 001,AB,1,10,100
|
| How to change clsid when creating a VB6 ActiveX control | 21 Oct 2006 08:23 GMT | 8 |
Hi, guys I am writing a ActiveX control using VB6. I am wondering how I can change CLSID when creating this ocx. Thanks a lot
|
| How to permanently delete records in foxpro | 20 Oct 2006 13:20 GMT | 1 |
Hai, I am using VB6.0 as front end and visual foxpro6.0 as backend.If want to delete record in the table i will issue the sql statement "dele * from tablename". But the records get temp deleted in the table. I want
|
| EARLY BINDING MSXML2.DOMDocument40 | 20 Oct 2006 06:43 GMT | 4 |
We are having a problem having migrated code to a new IIS6 Windows 2003 box and we can not late bind the MSMXML2.DOMDocument40 it used to work on our old box and not on our new one. We have checked the CSLID's and they compare, but it still ownt work. Can anybody give me some ...
|
| ADODB Command object appendparameters | 19 Oct 2006 15:07 GMT | 2 |
I am trying to append parameters to an ADODB Command object like below, but I can't find a listing of valid data types. At the moment I'm having to guess that adCurrency, adDate, adBoolean etc are valid. Can anybody help?
|
| How can I prevent my public VB6 classes from being Implementable? | 19 Oct 2006 14:07 GMT | 3 |
How do I prevent my public classes in my application DLL's from being implementable? As it stands now, anyone could reference one of my application DLL's, Implement its public class interfaces, and deploy a DLL to 'masquerade' as one of my own application DLL's. With this ...
|
| crash on compiled EXE - inside NTDLL. Does not happen when running in the IDE | 16 Oct 2006 12:59 GMT | 2 |
I have a program that has been running for long and I have been updating it often in recent times. The program compiles fine on both computers I have. But when I run it and open a certain window or simply when I close it crashes. The call stack is
|