| Thread | Last Post | Replies |
|
| Does anyone know a bulletproof way to tell that IE has completed loading and rendering a page? | 28 Feb 2004 19:58 GMT | 4 |
DocumentComplete doesn't work. Neither does busy or readystate. Neither does DocumentComplete pDisp = myIE.Application (although it comes fairly close)
|
| How to create property | 28 Feb 2004 11:54 GMT | 1 |
I am creating a user control. and i want to add property to it. can anyone help me?
|
| ie toolbar with vb | 28 Feb 2004 05:06 GMT | 5 |
is it possible to make an ie toolbar (like google, yahoo toolbar) with vb? if yes where can i find a sample code? i checked msdn and a few web resources but couldn't find a useful information... if no what's the easiest way (which coding language) to make an ie toolbar?
|
| Few Questions | 27 Feb 2004 14:17 GMT | 1 |
I am looking for few core mateials for DLL and COM Questions I have in mind are, 1. What is the difference in DLL made in C/C++/VC++ and VB 2. What is the difference between a DLL and a COM component
|
| Singleton Pattern in VB 6 | 27 Feb 2004 09:41 GMT | 2 |
I've a quicky on the implementation of the singleton pattern in vb 6, in that I have an object/class that needs created but need to ensure that there is only ever only one instance running at a time to reduce overhead and preserve data integrity etc. Is this a case of creating ...
|
| Register VB ActiveX components to HKEY_CURRENT_USER | 26 Feb 2004 21:09 GMT | 3 |
Since W2K it is possible to register ActiveX components to the HKEY_CURRENT_USER registry hive. But when I register a componente created with VB it will alway be registered under HKEY_LOCAL_MACHINE. How can I modify this behaviour or patch the automatically created DLLRegisterServer
|
| How to communicate with LPT device without using Windows printer object in VB6??? | 26 Feb 2004 19:48 GMT | 3 |
I'm just looking for a way to communicate with the parallel port like you do with COM ports. That is, I don't want to use the Windows Printer object since I'll be communicating with LPT devices that are read and write devices and I don't think there are Windows drivers for this. ...
|
| Cant get sample programs to run VB6 | 26 Feb 2004 15:14 GMT | 2 |
I have purchased a used copy of VB 6.0. The Help|About windows states it is version 8176 VBA Retail 6.0.8169. I also purchased a Microsoft book called Visual Basic 6 Step by Step. The book inlcuded a CD-ROM which has practice files you are supposed to use along with the book.
|
| COM+, disconnected recordset and collection | 26 Feb 2004 08:03 GMT | 3 |
Is it possible to use VB6 to develop a COM and install this COM to a remote machine, then develop another program from the local machine and remote call this program and pass the data by disconnected recordset or collection? If yes, which way is better? Disconnected recordset or ...
|
| Outlook Security warning | 25 Feb 2004 16:22 GMT | 2 |
Is there any way to surpress the security warning dialog when using Outlook tosend an email from VB??? Thanks for any help. Walter levine
|
| Return EXE Path from a CLSID | 25 Feb 2004 14:49 GMT | 7 |
Hi Group, Searched everywhere to pull this stunt off, so I'm not sure if it can be done or not, but I think that theoretically, it should be possible. I need to make a function to basically do what the subject says. I'm
|
| Unicode related help needed... | 25 Feb 2004 13:33 GMT | 3 |
I am working on a project related to multilingul. I am fatching the data from Access database. the data is in unicdoe. VB Controls are unable do display data properly Instead the Unicdoed Charatrors it displays ??????
|
| Get Excel Data | 24 Feb 2004 20:56 GMT | 1 |
All Using VB 6.0, I need to get the data out of an Excel sheet and insert it in an existing Access table. I'd like to do this strictly through VB rather than start an instance of Access and use the TransferSpreadsheet function. Any pointers Thanks,
|
| oXLApp.Visible = True | 24 Feb 2004 20:36 GMT | 1 |
I have a VB program like below. oXLApp, oXLWBook, oXLWSheet are declared as global variables. The function is called by a button click event. In first time, the excel is displayed after executing "oXLApp.Visible = True". Then I saved the excel & close the excel. But in second ...
|
| Determine Where an Object Loaded from | 24 Feb 2004 20:14 GMT | 3 |
I have a reference to an object inside of my DLL. I need to determine if the object that i have a reference to was loaded from the IDE or from a DLL file on disk. My Public method looks something like this:
|