| Thread | Last Post | Replies |
|
| Error with Insert/Update stored procedure in VB6 | 19 May 2004 07:35 GMT | 5 |
I have a very strange thing in VB6 / MSDE. I have created stored procedures in my database to make the insert. The stored procedure has the following code (example) ---------------------------------------------------------------
|
| stack and cheap | 19 May 2004 02:53 GMT | 3 |
How can I mess stack and cheap until recursion? B.
|
| Please help: Comm Control and Error Handling | 19 May 2004 02:23 GMT | 1 |
It states in the VB help that although the OnComm event is generated whenever a comm error or event occurs, the CommEvent property holds the numeric code for that error or event and that to determine the actual error that caused the OnComm event you must reference the
|
| Windows CE | 18 May 2004 21:52 GMT | 1 |
Hi NG. Is there anyone who knows if it's possible to create VB applications for Windows CE. I own an HP Ipaq 2210, and would like
|
| Newbie Question | 18 May 2004 20:47 GMT | 2 |
I'm making my first basic stand alone application and I can't get this piece of code to work... This is the code attached to the top of the click box: If Text1.Text = "" Then
|
| How to Convert 24-bit BMP to 16 Colours Programmatically | 18 May 2004 20:42 GMT | 1 |
I have a 24-bit colour BMP which I need to convert to 16 colours, the palette is correct and converts fine via Paint manually, how can I talk to paint or programmatically convert this bitmap. Any ideas, TIA
|
| VB6.exe "the memory could not be written" | 18 May 2004 20:09 GMT | 2 |
Hi ng I have a strange behaviour in vb6 SP5. After I "Make" my project and close the IDE I receive the error "The instruction at 0x004968cf referenced memory at "0x5c70756b". The memory could not be 'written' Can anybody tell me what is the problem ? I already removed the project ...
|
| Maximum Text File Size for Line Input? | 18 May 2004 19:45 GMT | 2 |
I'm currently trying to get a load of data out of a comma delimited text file into an excel spreadsheet. Everything seems to work perfectly, but it stops at line 262 of the text file where it seems to think the end is (the text file has a great deal more than this in it, more like ...
|
| Program that fetches website files for backup | 18 May 2004 18:31 GMT | 2 |
Do you have or know of a program or script available that runs on my Windows 98 desktop machine that when I run it goes to my various websites and downloads certain selected data files and sends them back to me for backup purposes?
|
| VB6 SP6 BUG Using NOT keyword??!!! | 18 May 2004 16:03 GMT | 4 |
Like some, I too have to maintain VB6 applications even though our company has gone .NET for new development. Having that said, I am having a very unusual problem with VB6 that didn't show up until I installed SP 6. I don't know if it's specific to my machine or not (since I am ...
|
| Scripting Problem-Help? | 18 May 2004 13:39 GMT | 3 |
First of all I am not a programmer by any stretch. A friend wrote this script for me years ago and it always served my needs. Now that I have moved on to another company, I need some help changing it. This script parses through Eventlog Dumps from Windows 2000 and dumps
|
| VB and PDA | 18 May 2004 13:39 GMT | 4 |
does it exist any version of VB (light, necessary) wich could run in some PDA ? Thx ! Gilles
|
| VB6 SP6 problem with SQL 2000 Enterprise Manager | 18 May 2004 12:52 GMT | 3 |
Since installing SP6 I have had periodic problems with SQL 2000 Enterprise Manager (not the database itself). The problem occurs sometimes when I right-click on any of the objects in Enterprise Manager and expect to get a context-sensitive menu. Sometimes, this sends EM into a ...
|
| Please help: err.raise | 18 May 2004 09:57 GMT | 4 |
I have a project comprising of a form, and two class modules - one of the class modules is a collection class module. I have implemented somr error trapping in a method of my collection. It looks like this:
|
| Parameter passing to VB DLL | 18 May 2004 05:54 GMT | 7 |
OK, "experts" explain to me how to get VB to receive passed parameters. Everything I find talks about how VB *passes* parameters. Read completely before answering.
|