| Thread | Last Post | Replies |
|
| Create Folder Tree | 26 Jun 2008 21:17 GMT | 3 |
VB6SP6 Back again with question I need to create a folder tree. It can originate as C:\Path1\Path2\Path3
|
| Kill Process | 26 Jun 2008 21:03 GMT | 4 |
VB6SP6 Using the following to kill a process. Public Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
|
| create pdf file in VB6 | 26 Jun 2008 19:29 GMT | 50 |
I know this has been asked before but I can't remember whether there was a definitive answer to it. Is there a third party control for VB6 that allows you to create a pdf file, preferably using methods similar to the standard VB printer object methods, in a way that does not ...
|
| Print screen Vista Business problem | 26 Jun 2008 19:21 GMT | 9 |
I am using "Copy the contents of the screen or the active window" from http://www.devx.com/vb2themax/Tip/18341 When I print the picture to a printer with 98, XP and Vista Home I get the correct printout.
|
| Array size limit ? | 26 Jun 2008 18:54 GMT | 34 |
Is there a size limit to how many elements an array can hold ? Here's the deal..... We offer a wireless data product that is a spread-spectrum frequency hopping 900 mhz ISM band radio.
|
| Problems with VB6 After Windows XP Service Pack 3? | 26 Jun 2008 18:51 GMT | 12 |
I have recently had problems with the VB6 IDE crashing for no apparent reason. The only major change to my system is that I have installed Windows XP Service Pack 3. I have one particular application that will simply close the IDE and give no errors. I have another application ...
|
| Strange behaviour when printing outside db. | 26 Jun 2008 18:44 GMT | 5 |
I have VB.6. I am user printer object to print. When I am printing from VB. 6 (from the IDE), the printed report is fine, but when outside (same exe, same printer), printing is not ok (it seems out
|
| Excel workbook macro cannot find personal.xls | 26 Jun 2008 18:37 GMT | 1 |
Starting with a macro and form attached to an Excel 2000 workbook I want to execute a sub in my personal.xls file with a call sequence AddNew(filename as string) but the original macro says that AddNew has not been defined, I assume it can't find the file personal.xls and I have ...
|
| cmd-window | 26 Jun 2008 18:33 GMT | 2 |
For some reasons I have to create an instance of a cmd-window and send command there. Now I have some problem, because I made this with sendkey. 1. I cannot control when in the cmd-window an answer ist promted
|
| Help using Stefan Berglund class module, please? | 26 Jun 2008 14:33 GMT | 11 |
While searching for information on search-list-as-you-type feasability and code, I came across a 2002 newsgroup thread that included a post from Stefan Berglund: http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thr ead/thread/4288b9419c107a19?hl=en
|
| VB2008: Getting the System.Reflection.PropertyInfo from within a class property | 26 Jun 2008 13:26 GMT | 11 |
I am working on an error handler class. Within a property set method of a given class property I'd like to pass the PropertyInfo to a function. Imagine something like: Public Class MyClass
|
| PictureBox max width | 26 Jun 2008 07:47 GMT | 8 |
If I open a blank form and add a PictureBox and use this code in Form Load: Dim Temp as Long Picture1.Width=30000 Temp = Picture1.Width
|
| custom metadata field extraction | 25 Jun 2008 19:11 GMT | 1 |
I have code that indexes all the files in a folder and sub-folders, and puts data about those files in an access database. I'm extracting the common metadata (MS-Office generated), file system stats, MD5, etc. What I'd like to add is the custom metadata that can
|
| Round Up | 25 Jun 2008 18:53 GMT | 1 |
Is there a better way or any pitfalls using Public Function RoundUp(vNumer as Variant) as variant ' Pos numbers only are input RoundUp = -Int(-vNumber)
|
| Is there a free VB6 download? | 25 Jun 2008 18:08 GMT | 3 |
Even a student edition is fine. Thanks
 Signature Jeff Ciaccio
|