| Thread | Last Post | Replies |
|
| Is there any way to trap the left and right arrow keys? | 13 Sep 2005 15:01 GMT | 11 |
I have a little application that is a natural for the arrow keys (left and right) as control keys. The VB runtime module is grabbing them and treating them like a tab key. Is there any way to override that so that I can use them as control keys?
|
| PowerPoint | 13 Sep 2005 14:24 GMT | 1 |
How do I retrieve the notes for each slide in a PowerPoint presentation? Will it be in a .rtf format to preserve formatting?
|
| Listveiw with checkboxes | 13 Sep 2005 13:57 GMT | 1 |
I have a question on the ListView control. I am using VB6.0 SP5 with the ListView control version 5. I have checkboxes on this listview that is populated with Name, Date, and IDNo. (in that order)
|
| Error when file not found | 13 Sep 2005 09:37 GMT | 3 |
I am getting an error when the user exit the program if a file is not found to delete, how can I get rid of it I am using the API method Private Declare Function SHFileOperation Lib "shell32.dll" Alias
|
| Memory Full Error VB 6 | 13 Sep 2005 00:51 GMT | 5 |
I am getting this error in my VB 6 program. The backend is SQL Server 2000. When using the program processing orders in about after 20 - 30 orders I am getting this runtime error -2147206398 (80043b02)Memory full.
|
| How to find 178.90 MOD 89.45 in VB (VB is returning 1 instead of 0) ? | 13 Sep 2005 00:08 GMT | 11 |
How to find the MOD of 2 double numbers in VB. I think VB is truncating the double variable to long and finding out the remainder. In the above example it is returing as 1 instead of 0. How do we achieve this ? --
|
| Cannot access the registry | 12 Sep 2005 21:36 GMT | 1 |
In the VB6 IDE, when attempting to access the referneces I always get "Error accessing the system registry" message box. I can never get to the references. This is VB6 with SP6. Does anybody know of a resolution to this problem.
|
| Shell starts PowerPoint, But.. | 12 Sep 2005 21:04 GMT | 2 |
I am trying to run a .pps presentation using the 'shell' command. Looks like this: Dim RetVal RetVal = Shell("C:\Program Files\Microsoft Office 97\Office\Powerpnt.EXE
|
| No redraw of screen after minimize form | 12 Sep 2005 20:08 GMT | 21 |
I have written a program that, when minimizing the form, does not redraw the screen area it previously occupied. The area left is colored the color of a standard "button face" (light tan).
|
| Age of an NT account | 12 Sep 2005 19:23 GMT | 3 |
I use VB6 and ADSI to manipulate accounts in our domain. I have been asked if there is a way to tell when an account was created. The only thing I can find so far is: I can check the age of the password. Obivously when people change the password, the password age changes.
|
| Mappoint... Where to ask a vb automation question? | 12 Sep 2005 18:43 GMT | 3 |
Hi I have som question about automation of mappoint, concerning mappoint object model. Isn't there a managed newsgroup for that, where I can expect to get an answer???
|
| Show Outlook Window in VB application | 12 Sep 2005 15:45 GMT | 2 |
I want to generate a mail on VB6. I use the Outlook.Application object but I can't find the property "visible" which allow me to show Outlook window before sending the mail... Do you know what to do ?
|
| runtime error 5 | 12 Sep 2005 15:38 GMT | 2 |
I am running my application and getting a runtime error 5 meaning (according to MSDN) - An invalid collection or property name was entered. An out parameter was null
|
| Sending CTRL-1 with SendKeys | 12 Sep 2005 14:34 GMT | 6 |
Is it possible to send a CTRL-1 key combination with SendKeys? Other CTRL combinations, CTRL-W for instance, map as ASCII 23. It doesn't appear that CTRL-1, or CTRL plus any number, has an ASCII map. Can key combinations like this be sent with SendKeys or do I need to use ...
|
| Listview | 12 Sep 2005 14:33 GMT | 1 |
I posted this originally in the wrong group. Simple question for someone out there! I am using VB 6.0 SP5 I am also using the Listview Control Version 5.
|