| Thread | Last Post | Replies |
|
| accessing excel files using visual basic | 16 Jul 2004 16:38 GMT | 10 |
I would like to read excel files using visual basic. The target machine that will run this app will not have excel installed, so I can't use automation. I have tried using ActiveX data objects with limited success; it seems
|
| newbie: MS Project files Object Model | 16 Jul 2004 15:31 GMT | 3 |
Does anyone know where I can find out about accessing the MS Project files object model? Any tutorials, or has anyone any code examples of this? I'm running VB6. TIA
|
| a good audio cd ripping activex | 16 Jul 2004 15:03 GMT | 1 |
Can you suggest me a good activex for grabbing audio from audio CDs? I've tryied several but all semms to have some drive compatibility problem... thank you
|
| Forms List | 16 Jul 2004 14:53 GMT | 1 |
I'm trying to create a form that has for columns and scrolls as it is filled. I want it to look and act like a list box but I want four columsn with a vertical slide bar on the right side. I chose the use of a datagrid with four columns and I'm using column headers. I use the ...
|
| Use of a VB Program as a front end. | 16 Jul 2004 13:56 GMT | 10 |
Hello. I have a MS Access Database with which I update the records using Forms. In what ways using a VB Frontend program for adding/modifying/deleting records be useful when compared to the use of MS Access Forms for the same??
|
| Compile error: Expected: = | 16 Jul 2004 13:34 GMT | 12 |
I can't find this bug. I wrote the little function shown below and have been testing it in the Immediate window. For some reason, it is now getting an error. The error message is: Compile Error:
|
| Capture Window Messages | 16 Jul 2004 10:09 GMT | 5 |
Hi group! I'm working with my form and windows media window and I'm trying to get with a hook when a open dialog is opened, option window and so on. Any idea of some examples, I've tryied Spy++ but I don't seems to have any hook.
|
| Help with coding | 16 Jul 2004 05:22 GMT | 3 |
Some of you may be familiar with MS Project and how it sums numbers by 'summary' tasks (outline indents) I've been struggling with code to replicate this summing The data is presented in outline format and sums are indicated. Naturally
|
| inherit | 16 Jul 2004 03:33 GMT | 2 |
can some show me a basic example of to inherit a function from from class into another?
|
| Format of the value of constant: does it matter? | 16 Jul 2004 03:00 GMT | 19 |
Two constants: Public Const WAVE_FORMAT_PCM = &H1 Public Const WAVE_FORMAT_PCM = 1 Which one is declared properly and does it really matter?
|
| Place an icon on the desktop at specified location? | 16 Jul 2004 01:55 GMT | 1 |
Is there a way to place an icon on the desktop at a particular point (x,y)?? using vb.net would be best thanks
|
| Workaround for RichTextBox problems? | 16 Jul 2004 01:26 GMT | 1 |
I have a RichTextBox control that, in the Form_Load event, loads an RTF file. My problem is that the occasional user does not have the RichTx32.ocx file. This is NOT (and can not be) distributed as an app for the user to download and install; this is put on a network as a folder ...
|
| Help on a display problem | 16 Jul 2004 00:24 GMT | 3 |
i have a SQL 2000 recordset that has 'text' field which im storing a history of the user's activity. i am currently using a textbox which is disabled, to show the data. This works fine untill the data exceeds the text box display size. I have multi line set on, but as the ...
|
| bt | 15 Jul 2004 23:39 GMT | 2 |
Anyone can tell me how to use BT download a files & films. Please list the step. Then I can follow your instruction to do. Thank you ccm.
|
| VB6 Reports | 15 Jul 2004 21:06 GMT | 2 |
Hi Guys, Not sure if this is the right group, so forgive if wrong. I have written an app that is a front end to an Access 2000 database. It accepts data, manipulates and stores the data, so far so good. Whilst
|