| Thread | Last Post | Replies |
|
| Check if ruuning on 64 bit & Check to which folder drive is subs to | 19 Jun 2007 10:05 GMT | 6 |
1. How can I check If the program is running on windows 64 bit machine ? 2. I need to check if certion drive are subst and if so to which directory.
|
| Reading a JPG file (Exif) | 19 Jun 2007 09:13 GMT | 11 |
I have changed the way I want to read the Exif tags from my images. I have found enough documentation to understand the Exif Tag format (so I think) to get started. The documentation refers to all of the tags in HEX values. I do not have any experiance in reading files so that ...
|
| Create and Read Scheduled Tasks in VB6 | 18 Jun 2007 22:40 GMT | 1 |
I need to be able to create Windows Scheduled Tasks and then read the properties of those tasks back in VB6. Because I could not find any APIs to interface with Windows Task Scheduler, I have shelled out to the AT.EXE command and passed the parameters there. So at this
|
| How can I flush the cache for disk writes? | 18 Jun 2007 15:05 GMT | 1 |
I have vb6 code that writes an INI file using the windows call WritePrivateProfileStringA That works fine and has done so for over a decade. Once I write the file I attach it to an email and send it (in the vb6
|
| Show vb form in vbg | 18 Jun 2007 11:46 GMT | 3 |
I have added two vb projects in one group. project1 has form1 and project2 has form2, how can i call form2 of project2 from form1 of project1. i tried form.show but form name is not appearing. Both the projects are standard vb applications not dll or ocx etc.
|
| Trouble with resize form | 18 Jun 2007 11:44 GMT | 1 |
I have an MDI form with a menybar on it. I created the menubar with a Picturebox, a Treeview and a Listview. Now I need code that when I resize the form the Picturebox, Treeview and Listview will
|
| SUM Excel column to Currency | 18 Jun 2007 09:57 GMT | 1 |
Having loaded an Excel Worksheet using VB6, I'm trying to add up an entire column of currency. I defined TotalFees As Currency, but am struggling with writing the formula in VB6 to return the SUM of the column. VBA has a formula property but I don't want the result in a cell as I ...
|
| VB2005 not deploying properly | 17 Jun 2007 18:51 GMT | 4 |
I've googled until I'm blue in the face - nowhere can I find the solution to this.... Developed my first real app in vb.net 2005. works great on my PC and my laptop (which also has VB.Net 2005 installed on it)
|
| Underline in Text File | 17 Jun 2007 03:17 GMT | 18 |
If anyone can help, I would greatly appreciate it. I am writing a program (in VB5), and wanted to create a .txt file, which when opened by Word, would have certain text underlined. The program stores the text in an array, where each element in the
|
| textstreeams of filesystemobjects | 15 Jun 2007 16:48 GMT | 2 |
Anyone understand why the following extract of code might not work? The assignment to book fails because v(0) is "subscript out of range". Surely the split function must return a value otherwise the file would have reached the end of stream previously.
|
| asp.net response.redirec function | 15 Jun 2007 15:34 GMT | 2 |
I have a user control that raises a search event which is handled in the page the control is contained. The handler of the search event searches the database for records, and if only one record is returned I want the page to automatically redirect to another page passing the ...
|
| Get function throwing "Object variable or With block variable not set" | 15 Jun 2007 13:21 GMT | 2 |
I have the following two class (simplified), the second of which stores objects of the first - ----------------------------------------------------- Public objName As String
|
| Using Data environmment | 15 Jun 2007 11:34 GMT | 1 |
I create an VB6 application that use Ms Access as my database and I use Data Environment to make connection to the Access. How to make it flexible to connect to the database? because I want to put the database in any directory I want, not to fix it in one directory. Pls
|
| "object variable not set" error when returning from function | 14 Jun 2007 16:27 GMT | 2 |
I get the following error at the line GetPC = returnObj in the code below Heres some of my ClassPCContainer - Private list() As ClassPC
|
| compressed folder | 14 Jun 2007 14:00 GMT | 1 |
They can be compressed directly folder from code Visual Basic? Andrea.
|