| Thread | Last Post | Replies |
|
| File selection Dialog | 29 Jan 2007 17:10 GMT | 6 |
If you want your user to select a file, the common thing to do is to use the CommonDialog control. However, this control has an "Open" button, and that is not what I (or my users ..) want.
|
| IDE crashes on any error | 29 Jan 2007 15:57 GMT | 9 |
Problem just started. XP Pro SP2 all updates. When using F5 to run an app in the IDE, *any* error / prompt / comment dialog crashes the IDE when End is clicked, with an internal memory error.
|
| Thank you Dave O. | 29 Jan 2007 14:06 GMT | 1 |
Dear Dave O. Thank you. After reviewing your suggestion a little closer I was able to get the code to work. Thank you so much!!!
|
| VB6 + Adobe Acrobat Reader 8 | 29 Jan 2007 07:17 GMT | 5 |
Hello NG, got a big problem using Adobe Reader 8 within my VB6 Project, I use a function to check if reader is installed on the customer machine, worked fine with all older version of Adobe reader 8
|
| Is it possible to pull data from access table and put into a Excel spreadsheet? | 29 Jan 2007 04:45 GMT | 4 |
Is it possible to pull data from access table and put into a Excel spreadsheet? Doe's anyone have some code examples on how to pull data from an access table and put into a Excel spreadsheet using VB 6 code?
|
| PDW without a .CAB file | 29 Jan 2007 04:15 GMT | 8 |
Hi all! Question: How do I make my SETUP.LST work without the CAB file? I wanted to put all my files under the a new directory in the cd called FILES. I did that. Then I modified the LST file created by PDW, but when running it the message "Please insert disk" comes up. I ...
|
| Video Screensaver Using Media Player | 29 Jan 2007 03:10 GMT | 1 |
I am trying to create a screensaver which will play .wmv files. I have two forms: 1.) Configuration properties & sub main and 2.) the actual screensaver form with an ActiveX Media Player control (dock=fill, thus it totally covers the screen). My issue is this:
|
| Disallow editting of certain words | 28 Jan 2007 23:11 GMT | 26 |
I'm developing an engineer standard drawing notes generator application for use in CAD applications. In general, I don't want the user to be able to modify (including font and height as well) these std notes however material and finish notes often have numbers in them the user ...
|
| Listview flashing screen | 28 Jan 2007 22:51 GMT | 2 |
VB 6 I’m using a listview control. Every second I look at all items and change the color of items if needed. The color change does not take place without a .refresh, or toggling of .selected or .visible. I did the .refresh and .visible only once after processing the entire list and ...
|
| Italics in Rich Text Box | 28 Jan 2007 18:50 GMT | 14 |
I am trapping the CTRL-I key to activate italics in the Rich text box. Now the tab key is also Ctrl - I .And tab is used to indent text in the Rich Text Box . Is there some way that I can retain Ctrl-I for italics ( because it is
|
| Write/ReadProcessMemory errors of 487 and 299 | 28 Jan 2007 15:38 GMT | 1 |
Im trying to get the treeview nodes text. Im using several apis in attempt to do this. WriteProcessMemory lastdllerror gives me a 487 and a ReadProcessMemory lastdllerror gives a 299. Any suggestions regarding this? Option Explicit
|
| Outlook 2000 | 28 Jan 2007 13:27 GMT | 2 |
I need to know how to backup/copy my personal folder files (i.e., those I've created to save email messages) so that I can reinstall XP without losing my information.
|
| unicode subrange | 28 Jan 2007 09:03 GMT | 13 |
How to find UNICODE SUBRANGE for example Greek 037E - 03CE Meelis
|
| CopyStructFromPtr() | 28 Jan 2007 01:34 GMT | 1 |
What that API does, where can I read more about it and which API substitutes it. Thanks, Jack
|
| Help..I want my table ID's to match on form load | 28 Jan 2007 01:31 GMT | 11 |
PLEASE HELP!!! I have two tables called "raw data" and "raw data scrap subform". When I open the form I want the table "raw data scrap subform" [ID] field to match the parent form "raw data" field [ID].
|