| Thread | Last Post | Replies |
|
| What is the attribute or property for WebBrowser Object HTML??? | 03 Sep 2006 09:00 GMT | 2 |
I can activate the MSHTML Editor using the instructions at: http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/acti vateeditor.asp What is the variable or property that refers to the raw HTML behind the WebBrowser object's display?
|
| Detecting when application has got focus | 02 Sep 2006 23:32 GMT | 2 |
I need to be able to detect when my app has focus. With my app it's possible to open the same file in two or more copies of the app. When the file is opened the first time it's marked so that if it's opened again in another copy of the app it's set as "Read Only" and cannot
|
| Active X DLL document. | 02 Sep 2006 18:00 GMT | 1 |
I have Created Active X dll document in Visual Basic6.0 which consists of some interface elements.ie Button and Textbox etc. and then create actual Dll of the document.through Command file->create Project DLL..
|
| Non-stop Ascx Not Defined Error | 02 Sep 2006 17:36 GMT | 2 |
Sept. 1, 2006 I have a web site which I've created many user controls for... I keep getting ASP.[web user control name].ascx is not defined errors... no matter what I do, I cannot figure out what is causing them.... what's worse, is if
|
| DirectX and visualk basic: posible? | 02 Sep 2006 15:59 GMT | 1 |
I need to program small app displaying video received by PCI video capture card. Is it possible to do that in vbasic? Are there some help and sample files I can have look at?
|
| Can Subclassing in VB6 detect when text is highlighted in different app? | 02 Sep 2006 15:02 GMT | 9 |
I'm looking for a way to perform subclassing in a stand-alone VB6 program that can detect when text has been highlighted in another application, such as MS Word, IE, or virtually any other text window. What I'm NOT looking for is something to read the clipboard - please!
|
| Error 429 | 02 Sep 2006 06:16 GMT | 2 |
I have a small toy I built that checks my email periodically and notifies me if there is anything new. It can run for days with no problem, and then suddenly pop up with error 429, "ActiveX component can't create object." It then unceremoniously exits.
|
| ToolTips | 02 Sep 2006 04:39 GMT | 7 |
Is there a way to make the Font in the ToolTips bigger?
|
| Slow response using DIR or FSO when there are many files in a folder | 02 Sep 2006 01:21 GMT | 8 |
I have many small .jpg files in many folders. There could be about 15,000. I am trying to get the file name of the first one and I have tried Myfile = DIR ("*.jpg") and also fso. This is an incredibly slow operation and it may well be a minute or two before it returns the ...
|
| ActiveX - UserControl - NewBie Queries | 02 Sep 2006 00:47 GMT | 3 |
Sneha Menon back with a bunch of queries, this time all ActiveX related(Working in VB 6) 1 a) If I am adding a backcolor property to the userControl, while using the control, in the property window how can I show the usual
|
| printing problem: print # command | 02 Sep 2006 00:05 GMT | 22 |
I'm new to this group and I have a printing problem. I will explain it all from the start: The program (one of its parts) prints cheques on a contiuous paper. Before, it was using Printer object and currentx,currenty functions to place the strings on the different parts
|
| Reading a VB binary file from C | 01 Sep 2006 23:01 GMT | 4 |
I have a binary file that was generated by a VB program and I am trying to read it from a C routine running on an embedded platform. Looking at the file contents, I can see that strings in VB are not null-terminated but start with an integer indicating string length,
|
| Develope 64bits applications from a x64 ws and execute on a I64 se | 01 Sep 2006 22:50 GMT | 1 |
I am very pleased to know that there is a mechanism in the development environment that allowing 32bits host (workstation) to build and troubleshoot 64 bits applications (remotely) using Visual Studio 2005 Remote Debugging methodology. That is going to take care of our ...
|
| Registration code for CopyProjectLite | 01 Sep 2006 22:42 GMT | 2 |
I know how wrong it is to ask for registration codes, but this project is supposed to be freeware from www.gridlinx.com However, the free registration process doesn't seem to be working. I have emailed the webmaster numerous times over the past month, to no
|
| Set a time without using SetFileTime API?? | 01 Sep 2006 21:45 GMT | 3 |
Is it possible to set a file time without opening the file to get a handle? Attributes can be set without a handle, what about the times?
|