| Thread | Last Post | Replies |
|
| What will happen if ActiveX EXE crash? | 12 Sep 2006 16:25 GMT | 2 |
I need to develop a VB App that will send commands and receive message to/from an object. This object is to be provided by an Active EXE, and used to control an external instrument via USB. (This ActiveX is provided by the instrument vendor). Due to some reason, we found that if ...
|
| What is the name of Microsoft's hexagonal color palette control/API? | 12 Sep 2006 15:09 GMT | 10 |
This is what it looks like, and I'm sure we have all seen it before: http://www.geoceanis.com/hexcolor.shtml I am wondering how to reference this control or otherwise call it using API? Thanks in Advance...
|
| Inter-Application Communication | 12 Sep 2006 13:18 GMT | 16 |
(Working with VB 6) Application A, Application B, Application C All StandAlone Exe. Not third party stuff - Meaning: I have total Control over the 3 applications, I can incorporate any functions,
|
| Transparent box over textbox | 12 Sep 2006 08:44 GMT | 3 |
Does any one know an easy way of drawing a transparent box to overlie a textbox, as a kind of selection box. Lightweight controls such as shape, image do not work as they are drawn under the textbox.
|
| Microsoft Direct Speech Recognition | 12 Sep 2006 07:46 GMT | 1 |
How can I Work With "Microsoft Direct Speech Recognition"
|
| Using VB6 ADO - How do you like to detect if a MS ACCESS record has been ALTERED SUCCESSFULLY? | 12 Sep 2006 04:11 GMT | 1 |
What is your preferred way of detecting/capturing whether a VB6 app's ADO Update, Append, or Deletion of a Microsoft Access 2002 has triggered an Error in the Access database? For example, do you check the ADO "Records Affected" parameter after a
|
| Calling C#.NET 2.0 Library from VB 6 | 11 Sep 2006 20:25 GMT | 10 |
I'm not exactly a VB 6 Programmer, but I need to create a C#.NET 2.0 dll that is callable from VB 6.. The C# dll calls a web service.. here is the source for the DLL using System;
|
| Run VBS script from another VBS script | 11 Sep 2006 19:56 GMT | 1 |
Is it possible to run a vbscript that calls 4 other vbscripts and then waits until each script runs through completion before it runs the next script. An example would be something like the following: Content of MainScript.vbs
|
| Help Needed To Find Duplicated Files | 11 Sep 2006 18:30 GMT | 4 |
Hi Can someone help I am trying to list all duplicated file in a drive into a listbox, I list folder files but not sure how get duplicated files. Any help would be much appreciated. Charles
|
| Distributed ActiveX control sometimes requiring a Windows restart | 11 Sep 2006 17:13 GMT | 1 |
I have a custom ActiveX control built with VB6, packaged for internet deployment with the Package and Deployment Wizard, and distributed over http to users of my intranet application. Sometimes when I make changes to the control, and recompile and
|
| Date Time Picker | 11 Sep 2006 15:44 GMT | 6 |
I want to give user the choise of date and time. So I used Datetimepicker. With this I was only able to pick up date selected by user. There is no choise available to select time in the control. I want user to choose
|
| Browser Contents to Picture | 11 Sep 2006 15:28 GMT | 10 |
In a VB6 program I have a browser form and within it a webbrowser object. By using the following code I can load a web page that is in a file into this webbrowser. StartingAddress = "C:\testbrwwrp\xxx.htm"
|
| Help woth combobox | 11 Sep 2006 15:06 GMT | 4 |
When a combobox is on vbComboDropDownList, you can only select from the list. WHen you first load the screen there is no entry in the combobox, you have to select th drop down to see all items in the box. My question is, how can I reset the combobox back to the state of when ...
|
| calculate previous 10th and 20th working days from given day | 11 Sep 2006 15:01 GMT | 2 |
Hi I am stuggling a little bit as i am a bigginer in prog. i am creating an application where i enter current date: sept 8 2006 (for eg) i am looking for the code which than calculate the date for :- 20 th
|
| Save every 1000 counts | 11 Sep 2006 13:30 GMT | 10 |
I'm running some VB code that is cycling through a ton of data 17 million + examples and returning a result. I'd like to save the data ever 10000 or so test, I know I could just setup another counter variable but I seem to remember a few year ago using the Mod operation for such ...
|