| Thread | Last Post | Replies |
|
| Out of memory error | 01 Oct 2004 23:41 GMT | 5 |
I am trying to load a 67Mb XML file into a variable to replace a special character, I am getting an Out of Memory error, actuall yi have a 4 Gb memeory on the machine and hard disk space is have more then 30Gb The maximum size for a variant datatype is 2 Billion Characters , the ...
|
| Need help with automation error. | 01 Oct 2004 23:25 GMT | 1 |
I have VB6.0 application that accesses a word document (using word 2002) from a print routine to fill in the fields and then print the document. It had been working fine and as matter of fact never got the automation error before, until couple days ago. I noticed that
|
| Path | 01 Oct 2004 23:06 GMT | 8 |
How do I execute another program from within VB?
 Signature Spider
|
| End a program | 01 Oct 2004 23:05 GMT | 4 |
(This is a repost. I don't see the original post) How can I protect a program from closing another program? I have a program that will close all open prgrams, but there is one I need to keep running; I don't want it closed.
|
| Transparent form, opaque label | 01 Oct 2004 22:13 GMT | 2 |
I have Visual Basic .NET 2003, and wanted to create a form that only shows the contents of a label. The form can't have a title bar or border. It seriously needs to just be the text inside the label.
|
| Compressing asc values | 01 Oct 2004 20:22 GMT | 6 |
I'm trying to convert/compress a set of asc values in to a double and then unconvert them. for example: 108 097 109 123 102 100 112 would be converted into a double. I'm quite sure I have seen this done before but can not find any source
|
| Recordset is closed error | 01 Oct 2004 20:06 GMT | 1 |
Hello! I've got a problem in the sub routine below. I keep getting an error message on the line "If rsIUT.EOF = False Then" that says cannot perform this operation when closed. I know it means that somehow my recordset, rsIUT, is closed, but I don't see why. I think
|
| Winsock control and threads - anyone????? | 01 Oct 2004 14:50 GMT | 5 |
"Steve Gerrard" <mynamehere@comcast.net> wrote in message news:<QJqdnYXfS5FRE87cRVn-hg@comcast.com>...
> "Ophir" <ophirbb@netvision.net.il> wrote in message > news:ec2c754d.0409231112.50396bb5@posting.google.com... > | ophirbb@netvision.net.il (Ophir) wrote in message |
| Time Zones | 01 Oct 2004 02:19 GMT | 2 |
Dunno if this is right to post this here but I don't know ehere else to go. I'm knocking up a atomic time updateder for the LAN at work. Got everything working fine except one thing! Its updating to GMT, which would be fine, if we weren't in BST over here in the UK. Which part of ...
|
| Newb Question on Array Declaration | 01 Oct 2004 02:05 GMT | 1 |
Using Visual Studio .NET version of Visual Basic. I am defining a class that has, as a member, an array of another user-defined class. private mBoard as CBoardPosition()
|
| Cannot change Scrollbars property - how to change Wrap? | 01 Oct 2004 01:08 GMT | 7 |
I noticed you cannot change, at runtime, the Scrollbars property of a multi-line textbox control. AFAIK this property actually determines the Wrap Text functionality. If you cannot change the Scrollbars property, is it not possible to
|