| Thread | Last Post | Replies |
|
| Using Viewctl control | 30 Apr 2007 09:04 GMT | 3 |
I am using Viewctl control in Visual Basic application and it is mapped to my Inbox. I want to populate a text box on my application with the body of the mail selected in the Viewctl control. Whenever a user changes the selection, the text box content should change and reflect ...
|
| Two checkboxes (not both unchecked) | 27 Apr 2007 19:07 GMT | 10 |
i have 2 checkboxes. Not both should be unchecked. When only one is checked and the user tries to uncheck this one, it should not be possible. So there has to be something, which cancels the uncheck-process in the
|
| VB6 TreeView checkbox size is too small | 26 Apr 2007 16:59 GMT | 3 |
I have a treeview with the Checkboxes property set to true, and all works as expected. However the checkboxes to the left of each node are really small squares that may be mistaken for bullets. Is there an easy way to change the size of just the check box? This seems to occur
|
| VB / VBScript functionality similar to the aplet.getAppletContext().showDocument(...) | 26 Apr 2007 11:52 GMT | 1 |
I have an ActiveX control that makes a system test, which takes a while. When the test is finished, the results should be presented in a php page, myReport.php. Had this been a java applet, I would have simply called
|
| Linked Ado Controls in VB6 SP6 | 26 Apr 2007 08:19 GMT | 2 |
I have a Form containing two selectable Datagrid controls each supported by an a simple access table The first contains a list of valid Businesses The Second contains a list of Business Applications for each Business Each
|
| datetime value in Visual Basic/VBA | 24 Apr 2007 13:45 GMT | 3 |
I know that VB stores the date value as a double starting from 12/31/1899 as day 0. How can I convert a date into the double and vice versa?
|
| Runtime error 5 and 103 | 23 Apr 2007 15:58 GMT | 1 |
I was burning a dvd of a movie that I had downloaded on my computer. A family member got on my computer and closed some windows that had popped up. They don't know what they closed and now my cd/dvd drive doesn't read anything, doesn't recognize that there's a cd or dvd
|
| ActiveX Control can not find native dll | 23 Apr 2007 14:33 GMT | 1 |
I'm developing an ActiveX control that does the following: 1. Download an application (several files) over HTTP - this works fine 2. Run the application through an entrypoint in a downloaded DLL - this I can't get to work
|
| License File | 19 Apr 2007 21:49 GMT | 1 |
I have built a User control that contains another Licensed ActivX control. I have checke the create a licesnse file. I deploy both ocx's to a target machine. Change the .vbl extension to .reg and run the reg file to add the license info.
|
| ToolTipText and the ListView control in VB6 | 19 Apr 2007 21:21 GMT | 4 |
I've got a ListView control which has a header row, followed by a bunch of rows of data. I want to update the ToolTipText as my mouse moves over the control. My problem is that if I move my mouse over the header row, the ListView's ToolTipText displays, but the MouseMove event ...
|
| Copy entire contents of a listview control to the clipboard | 19 Apr 2007 16:15 GMT | 4 |
I am using VB6 (not .net) and need to copy the entire contents of my listview to the clipboard. There are no sub items. I have tried:
|
| Authentication problem running Crystal Report in VB.NET 2005 | 18 Apr 2007 22:24 GMT | 1 |
I have a Crystal Report created by a coworker in Crystal Reports XI. The report uses an ODBC DSN to connect to the SQL Server database. I've figured out how to set the various parameters for the report, how to point the Report Viewer to the .RPT file, but I can't figure out how to ...
|
| Rich Text Box and EM_REQUESTRESIZE | 18 Apr 2007 19:03 GMT | 4 |
I'm at a bit of a loss here and would greatly appreciate the help. I've implemented code in VB6 to subclass a UserControl that contains a Rich Text Box control and attempt to capture WM_NOTIFY messages in order to get the height of the rich text box contents. I've used ...
|
| Removing duplicate entries in a combo box | 17 Apr 2007 22:54 GMT | 3 |
I have a form with a combo box that pulls 'Client' name data from a worksheet named 'Billing'. I want the combo box to show only one occurance of each Client name from the Billing database and not show/remove any duplicates (without
|
| listview subitem value | 17 Apr 2007 17:13 GMT | 2 |
How do I access the value of a specific subitem in a listbox control? Thanks in advance.
|