| Thread | Last Post | Replies |
|
| Help: Application error | 26 Oct 2003 01:55 GMT | 3 |
I get these errors intermittently using a 3rd party COM object, under VB. These seem to be happening at a similar instruction location. Instruction at 0x77fcb032 referenced memory at 0xd18b4104. Memory could not
|
| FS: Visual Basic 6 Reference Books for sale (new condition) | 25 Oct 2003 23:14 GMT | 1 |
FS: Visual Basic 6 Reference Books for sale (new condition) I have the following items for sale. All are in excellent/like new condition: -- "Visual Basic 6 from Scratch", from Que, with CD, ISBN #: 0-7897-2119-8. PRICE: $ 5.00
|
| An odd situation | 25 Oct 2003 16:52 GMT | 1 |
Here's one that's been gnawing at me all day... Why is it when I attempt to use a 16-color custom pointer (MousePointer = 99, MouseIcon="thefinger.cur") that at run-time, all the colors wash out, and a monochrome cursor is displayed?
|
| OOP's I think I need objects | 25 Oct 2003 15:28 GMT | 3 |
I just started writting a kids program to help them with their math skills. It'll have a pile of colored balls with numbers on them that they'll click on 2 or more balls to add to their target amount. I've learned some about object oriented programming but not how to use it. I'd ...
|
| VB6 Black Book | 25 Oct 2003 13:48 GMT | 13 |
I'm a newbie to Visual Basic, but a very quick learner. I've been reading the text of 'VB6 Black Book' that I downloaded on Kazaa, but none of the illustrations were included. I can follow the text easily enough, but it would be so much faster if I could find a PDF version
|
| functions with combo boxes.. | 25 Oct 2003 11:07 GMT | 1 |
The following is a project I am working on: Private Function getPos(strAltitude) As String Dim strAltitude As String strAltitude = "FT 3000 6000 9000 12000 18000 24000 30000
|
| Add a winsock control? | 25 Oct 2003 05:08 GMT | 3 |
OK, this should be simple. I'm trying to learn how to use Winsock, and every example says "Add a Winsock control to the form". I have nothing on a toolbar that is a winsock control. I can find nothing anywhere about it. I'm running VB 6.0 Enterprise ed, ver 6.0.8169. I have the ...
|
| VB Service | 25 Oct 2003 03:32 GMT | 1 |
Hello -- I'm currently working on a VB application that will essentially be a front-end monitoring application using SQL Server. The front-end application will simply read data from SQL Server and display in a datagrid. What I also need is a backend application that can run as a NT ...
|
| VB New Guy - Manipulating Text File | 25 Oct 2003 02:44 GMT | 8 |
I'm a new guy when it comes to VB and I was hoping for some assistance. I work for a trucking business and my job is to help create route books. I have a text file rpt_cdc.txt (http://swandust.com/rpt_cdc.txt) that I get out of our routing software and I would like to manipulate ...
|
| Data on different lines | 25 Oct 2003 00:34 GMT | 1 |
How do I get the first name to be on two different lines of a label. Example, First name on first line, Last name on second line. Perhaps I have this entire thing wrong. Dim strfname As String
|
| Runtime Error 2147417848 (80010108) | 24 Oct 2003 23:03 GMT | 1 |
One of our customers is getting an automation runtime error 2147417848 (80010108) The object has disconnected from the client. The application is using VB 6.0 then using Word to generate documents after generating the documents this
|
| Special Characters & | 24 Oct 2003 22:56 GMT | 3 |
I have a rather strange question I am building an app that the user wants hsi name on each form No big deal except the nae is like R & J Assoc. I am using a label and hard coding the name on each form.
|
| Help with searching for record please | 24 Oct 2003 15:13 GMT | 3 |
I'm trying to search for records from an Access db where the user types 2 letters & the list narrows down accordingly. At the moment the system I've devised works fine when searching by typing one letter, but as the other letter is typed the results appear at the end of the list. ...
|
| Error trapping problem | 24 Oct 2003 15:04 GMT | 8 |
I have some code to load a file and I want it to trap when the user presses escape or hits the cancel button on the form. For some reason, it is not catching this. Is there any explanation for this? Here's the code:
|
| Textbox Maxlength mystery | 24 Oct 2003 14:30 GMT | 9 |
I have set the MaxLength property of a textbox in a form to 5 at design time. When I change the MaxLength back to 0 during run-time under some condition (for example, after clicking a command button), I can still only enter at most 5 characters
|