| Thread | Last Post | Replies |
|
| Command Button | 09 Dec 2003 08:17 GMT | 3 |
How is the font color changed on a command button? Spider
|
| Design Patterns | 09 Dec 2003 04:57 GMT | 2 |
Having read the GoF design patterns book and worked through them in C# I am trying to find a way to fit some of those same patterns to VB6. Does anyone have some examples or know where I can get them?
|
| Use VB6 Form OLE Excel File | 09 Dec 2003 03:36 GMT | 17 |
I need to display a sheet from an Excel file. I want the print option disabled so I was told this would be a good way to do it. Created my project, add OLE to my form, browsed to the file, worked. Now nothing fits correctly. I got the OLE to Autosize. The VB form
|
| FolderTree control | 09 Dec 2003 02:18 GMT | 2 |
I'm looking for a folder tree control. Does anybody have one or know where I can get a good one? Thanks, Jeff
|
| VB on a PC104 | 08 Dec 2003 22:56 GMT | 2 |
I am going to attempt to use an available ocx to interface a Snappy frame grabber(now available for $12) to a PC104. I have several questions. 1. Because I need a low power, quick boot system is there a way to
|
| Rounding currency - I don't want rounding. | 08 Dec 2003 22:39 GMT | 5 |
Here is a code snippit from a report I have. My trouble is with rounding of cents. I don't want rounding. TotalDue is a textbox on my report Total of MyPrice = currency field.
|
| Need help with FindWindow and SendMessage | 08 Dec 2003 19:54 GMT | 10 |
I have a small application that integrates an Internet Explorer window within it. Everything is fine except sometimes I get script error pages. I want to be able to detect and kill these message boxes that come up.
|
| ListCount prop - resets or loses scope? | 08 Dec 2003 19:27 GMT | 2 |
When I access the ListCount of a ListBox later in the program, it returns a value of 0, not the number of items in the list. The ListBox is filled from the results of a SELECT, like so, in the form.activate event:
|
| Visual Studio.Net | 08 Dec 2003 18:22 GMT | 1 |
My son and I recently purchased Visual Studio to play around with at home, and are looking for a simple black jack game code. Does anybody know where I can find one? Thanks so much for your input!
|
| Which field did select find match in? | 08 Dec 2003 16:56 GMT | 2 |
I have been trying to find a solution to the following problem for 3 days now. I've searched the net, forms, google.group & looked at books. But I don't have a solution yet. Any helpful suggestions is appreciated.
|
| compatibility problem | 08 Dec 2003 14:26 GMT | 3 |
A GET property in my class is returning a udt,which is something like this :- Public Type ABC A As String B As String
|
| SetPixel | 08 Dec 2003 13:50 GMT | 3 |
Hello, I am trying to draw a line on a form using the setPixel method. When I try to put the code in the form_load method, the line does not display. The only way I can get it to display is to put the code in a command button
|
| Setting up a VB 6.0 Development System | 08 Dec 2003 13:28 GMT | 2 |
I haven't done any VB programming in over a year. My client asked me to resurrect a project that was completed some time ago and make some changes to the code. I've just set up a system per his request with the following environment:
|
| Before I start - can this be done? (easily) | 08 Dec 2003 13:19 GMT | 1 |
I am thinking about attempting a program to help my colleagues at school to write their pupil reports. Each report has two sections: a list of skills with a seies of tick boxes to show the level reached, and an area to write a comment underneath. Each subject is slightly
|
| character or number? | 08 Dec 2003 10:25 GMT | 11 |
Hi Ppl Is there a function in vb that checks if a string contains a character or a number? the string only contacts a single value. eg.
|