| Thread | Last Post | Replies |
|
| Array Of UDT | 22 Dec 2005 00:05 GMT | 3 |
I have an array of an UDT --> Employees(100) As Employee_Data_Type If I do this, it will copy the actual content, NOT MOVING THE POINTER. Correct? Employees(1) = Employees(2) On the other hand, if Employee_Data_Type is a CLASS rather than a UDT, what will happend?
|
| remove a Form from a project | 17 Dec 2005 15:28 GMT | 3 |
How do I remove a form from a project. I does not show up in any menus. I tried right click on the project name. I tried from the "File" menu I tried from the "Project" menu"
|
| Formatting Numbers. | 14 Dec 2005 20:46 GMT | 1 |
G'day, I have code that gets the Network Link speed and all is well. However, when I display the speed in a msgbox using this code: MsgBox Format(NET.dwSpeed, "###,###,##0.00") I get the following:
|
| View a PDF in VB6 | 12 Dec 2005 22:10 GMT | 10 |
Guys, I am looking for a way to view PDF files inside a Visual Basic 6 application with out purchasing any software. I currently have some applications that do this by opening adobe reader when the program opens,
|
| Detecting OUTLOOK from a VB 6 Enterprise Program | 12 Dec 2005 20:36 GMT | 7 |
I know how to write VB code to detect the presence of Excel, Word, Acrobat etc using FindExecutable from Shell32.Dll. I do this by creating a temporary file with the appropriate extension (.Xls, .Doc, .PDF etc) then use 'FindExecutable' associated with this file.
|
| DTpicker control question | 12 Dec 2005 13:36 GMT | 7 |
I have an application with a DTpicker control displaying hours and minutes. When the control gets the focus (using Tab key), the digits for the hours are selected. When a user hits the Tab key again, another control gets the focus.
|
| i want code to create OU in AD. | 07 Dec 2005 15:35 GMT | 5 |
i want VB code , thats make New OU in Active Directory. thx
|
| Search using regular expressions | 07 Dec 2005 04:11 GMT | 8 |
I'd like to use regular expressions to search within files. But what's the most efficient way ? I can read small files at once into a string variable, but what about large files ?
|