| Thread | Last Post | Replies |
|
| Large string handleing - welcome to my nightmare | 17 Nov 2004 13:50 GMT | 9 |
I stuck my nose out from under my duvet to post this - more in hope than expectation. I'll try to be brief: I have a program (i think maybe you know this) which lets kids write a story in 6 sections - the sections are in RT format. Each section is
|
| working with byte arrays | 17 Nov 2004 13:47 GMT | 11 |
I found out that using strings with binary data on PC's with MS Windows from asia(china,taiwan) makes a lot of problems. I assume this comes because these countries use DBCS char set instead of ANSI. On such PCs Windows(or VB) will do automatic charset translations and
|
| Binary Compatablity | 17 Nov 2004 11:34 GMT | 2 |
i'v created a dll with Binary Compatablity, and then compile (and make dll) of my second version, after changes some argument in a function. should i get an error msg in the standard EXE
|
| vbscript to change and reset permissions on folders on a SAN | 17 Nov 2004 10:14 GMT | 7 |
Not sure if i am in the correct group, however.... I need to "tidy up" the permissions on every users folder on our SAN location. Because most of the folders "owner" are set to the individual user, then this makes it difficult to administer locally. Taking ownership is ok however
|
| VB addin for Excel - #REF! | 17 Nov 2004 09:44 GMT | 4 |
Hi gang, I've been experimenting with the following code snippet from MSDN. It was originally written for use within Excel's VBA environment and, not unsuprisingly, it works there.
|
| Understanding passing, using and destroying objects | 17 Nov 2004 09:22 GMT | 1 |
I'm new to .NET and am using VB .NET as I am from a VB background. I am having difficulty understanding the way .NET handles, passes and uses objects. I have had a look at the Micrsoft Data Access Application blocks for .NET
|
| Runtime error while debugging only | 17 Nov 2004 09:17 GMT | 2 |
I'm facing a strange issue with ADO and VB. My application runs fine with out any errors. But When I debug, I get a runtime error while executing the ExecuteQuery method of ADO. This is not a consistent behaviour but i can get the runtime error if I debug 3 or 4 times at a
|
| Unique Table | 17 Nov 2004 09:16 GMT | 3 |
what exactly is the "Unique Table" property of the recordset? when should i use it? why?
|
| Changing the Window Width | 17 Nov 2004 03:19 GMT | 13 |
I have a VB6 program that allows the user to show pictures (and listen to music and other sounds). It is designed to work on a computer that has its window width and height set to be 800x600. However some people have their computers set to have a wider width such as 1024 etc.
|
| free tutorial/online book about VB6 | 17 Nov 2004 01:39 GMT | 2 |
is there any free tutorial or online book about VB6? Thank, Jim.
|
| Friend Variable | 17 Nov 2004 00:46 GMT | 3 |
when should i use "Friend" to declare a variable, why not public? thanks.
|
| Problem drawing circle on Picture | 17 Nov 2004 00:36 GMT | 2 |
I am having a problem drawing a circle on a Picture control. VB6. I can draw lines on it but cannot see the circle. Any help would be greatly appreciated. Thanks, Dana
|
| Boolean logic on strings? | 16 Nov 2004 23:11 GMT | 18 |
Is there any way to do Boolean logic on *long* strings in VB6? For example, given the two strings x$ = "1000010000" y$ = "0001010010"
|
| Callback in VB6 | 16 Nov 2004 21:18 GMT | 1 |
I have a DLL that is written in Delphi. It uses a Callback function, to send formatted data from a serial port to a VB application My problem is, that everything works fine, as long as the application is running within the VB6 IDE.
|
| Load list of items into an array | 16 Nov 2004 21:08 GMT | 4 |
In early versions of basic that I have worked with there was a data statement that allowed you to store data in the program that could the be loaded into an array. If memory serves me correctly it worked something like this -
|