| Thread | Last Post | Replies |
|
| HELP passing data into Access DB | 29 May 2007 21:07 GMT | 1 |
I am trying to pass data into an access DB using the syntax Dim cmd As New OleDbCommand cmd.Connection = conn cmd.CommandText = "INSERT INTO entry ([save_date],
|
| VB6 newbie over his head! httpRequest | 24 May 2007 21:24 GMT | 2 |
Hi; I am upgrading a VB6 macro in Microsoft Excel. Currently there is a code that transmits an url through an Internet Explorer object and retrieves the title of the page. (The url contains a sql query, and the result is printed in the
|
| HELP!! Then syntax error? | 20 May 2007 09:26 GMT | 2 |
In Visual Basic 2005 Express I am programming a web browser. In my coding I have put in an 'if...end if' block that goes like this: If TextBox1 = < Then WebBrowser1.GoBack()
|
| How to cast a buffer pointer into a byte array | 17 May 2007 21:22 GMT | 3 |
I'm developing a VC++.NET ATL in-process COM which dynamically allocates a buffer in memory. After filling this buffer (with bitmap image data) it is needed in the VB6 application which will reference this COM I'm writing. The VB application needs this data as a byte array ( ...
|
| Date difference and date compare | 10 May 2007 01:54 GMT | 3 |
1. May i know of the way to compare the dates between 2 dates? 2. I want to find the difference by day between 2 dates... thank you
|
| Is there a difference in Dir Function in Vista | 08 May 2007 22:25 GMT | 2 |
I am trying to decide whether I am executing in Vista or not and have included the followint test As far as I can see the quoted file is Unique to Vista Whilst I will be delighted to accept advice on how better to execute this
|
| Further Idiot Question | 04 May 2007 03:36 GMT | 8 |
Hi again Never having used a Windows API before I have typed the following declaration into one of my modules and received the complaint "User-defined type not defined
|