| Thread | Last Post | Replies |
|
| Error PLEASE HELP | 11 Oct 2004 17:00 GMT | 2 |
What is an error number 3363 Cannot Load DLL
|
| setting variable problem | 11 Oct 2004 16:36 GMT | 3 |
I have a public class setup as follows Public Class Variables Shared Property FranFormOpen() As Boolean Get
|
| ActiveX extender methods | 11 Oct 2004 15:37 GMT | 1 |
I have written an ActiveX control and all works ok, however I do not want the extender methods such as Dragover to appear on the user form when other developers are using the control. How do I stop these appearing.
|
| Scanning a cd-rom | 11 Oct 2004 15:15 GMT | 2 |
Is there a way to scan a cd rom for all the files then place them in a list box ready to perform an operation on them
|
| Opening cash drawer from VB | 11 Oct 2004 13:43 GMT | 3 |
Can anyone help me to open a cash drawer from within VB and cannot find commands to do this. I have seen control codes like 27,112,0,48 that are supposed to open the drawer but I do not know how to send them ? I have an Epson TM-88III Receipt Printer onto LPT1: with cash drawer
|
| Opening and editting MS word documents in VB6 | 11 Oct 2004 13:16 GMT | 1 |
I recently found this function for vb.net and was wondering if anyone knew if this was possible in VB6: Public Sub boldToHTML(ByVal doc As Word.Document) With doc.Content.Find
|
| Add array of controls dinamically | 11 Oct 2004 10:02 GMT | 13 |
Hi to all, I've a question for you. I can add an UserControl to a form dinamically with following code: Set uctUserControlLoaded = Me.Controls.Add(App.EXEName & "." &
|
| Intellisense quirk for WithEvents declaration line | 11 Oct 2004 09:28 GMT | 11 |
I noticed this just now: In the global declarations part of a class module, if you write something like this: Private WithEvents mo1 As MyClass1, ms1 As String
|
| Select Case Question | 11 Oct 2004 07:22 GMT | 4 |
Is it possible in VB6 to enter the case statements from a file the end user may create.I am working on a programme that takes selections made from a grid,and then totals by UnitType, Case Select UnitType
|
| Excel Validation.Add | 11 Oct 2004 04:03 GMT | 1 |
I get an error '1004' "Application-defined or object-defined error" when I add the validation list after I delete it. The code sample is as below: Set xlsApp = New Excel.Application Set xlsWorkbook = xlsApp.Workbooks.Open("C:\test.xls"))
|
| Inserting or Removing a Listview Column during runtime | 10 Oct 2004 18:23 GMT | 11 |
How can I insert or remove a listview column during runtime? It can't be the last column. It will be a column in the middle.
 Signature Thanks.
|
| Detect focus on window | 10 Oct 2004 17:05 GMT | 6 |
I could not find a working method to detect if my program's window has the focus or not. The GotFocus event of the form does not seem to fire when the focus comes in from another program - maybe because I have a timer running? Is there another way to get the information?
|
| Nicely Aligned Columns in List Controls | 10 Oct 2004 17:03 GMT | 5 |
Is there a way to use non-proportional fonts in list controls and still be able to have nicely aligned columns ? Thanks,
|
| Clipboard.GetText & error 521: Cannot open Clipboard | 10 Oct 2004 16:27 GMT | 3 |
Very often, when repeatedly calling Clipboard.GetText I have error 521: Cannot open Clipboard. What can cause that and how to prevent it?
|
| Expand the MscomctlLib Node problem | 10 Oct 2004 16:25 GMT | 3 |
Dear Groupies, Can someone out there tell me why the following code does not expand the currently created MsComctlLib Treeview node? Set nodNew = tvw.Nodes.Add("Client Files", tvwChild, , _
|