| Thread | Last Post | Replies |
|
| Getting a stack trace from a running application | 27 Jun 2008 19:21 GMT | 1 |
Dear fellow dinosaurs, Some customers are complaining that my VB6 app raises a GPF on exiting. Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some
|
| listview1 | 27 Jun 2008 06:45 GMT | 16 |
I'm trying to learn more about how to use listview1 and listview but I can't seem to find much about it. Does someone have a good link to learn about this and other VB controls and functions? Thanks.
|
| How to load a function from a dll whose name is known only at runtime | 25 Jun 2008 20:17 GMT | 1 |
I'm trying to load a function (fixed name) from a dll whose name is known only at runtime. For example: Private Declare Function Init_Plugin Lib "plugin.dll" () As Long
|
| Problem printing with a network printer | 24 Jun 2008 15:37 GMT | 4 |
Please help!!!! Environment is VB6 with Windoze XP Professional. I have a timeclock application at one of my sites that prints a line of data and writes to a database whenever an employee 'punches' in or out or off of
|
| Volatile variables for interfacing to hardware | 24 Jun 2008 08:03 GMT | 2 |
Hello group, I wanted to interface to some separate hardware from my VB6- application and perform DMA-accesses to and from it. For that I had the low-level drivers generated by the Jungo Driver
|
| anyone us Capicom in VB6 app? | 23 Jun 2008 07:22 GMT | 1 |
Started getting a "Bad Data" error, even running in the IDE!
 Signature David Glienna MVP - Visual Developer (Visual Basic)
|
| copy table | 20 Jun 2008 04:21 GMT | 4 |
How can I copy a table in an Access-database using Visual Basic 6.0? Thanks, susan
|
| Convert image to text | 19 Jun 2008 20:24 GMT | 4 |
I am trying to figure out a way to convert an image into text. In other words, I want to take an image and have a text output of 0's for the white area and 1's for the black area. For instance, if I have a bitmap of an X, the text output would be:
|
| Locating a process | 19 Jun 2008 08:44 GMT | 3 |
Does anyone know off-hand of a quick routine to identify and kill a running process by filename? My goal is to see if "outlook.exe" is still running after it terminates (which it sometimes does),
|
| error 1305 when loading Gears of war | 16 Jun 2008 09:04 GMT | 1 |
game will not load, stops at" error 1305 can not load file Binaries 7.9 drivers only XP
 Signature phillipos
|
| Operator Problem | 16 Jun 2008 09:03 GMT | 5 |
I have tried to use the \ operator to get a whole number from a decimal number. This does not work as intended, and rounds up to the next whole number. e.g 16.75 \ 1 returns 17 where 16 is expected. I have tried 9 \ 2 which returns 4 correctly therefore I can only assume this ...
|
| ricerca con apice | 13 Jun 2008 19:29 GMT | 4 |
salve, quando faccio una ricerca su di un db Set db3 = db2.OpenRecordset("select * from anagrafe where cognome like '*" & (txtcognome.Text) & "*' order by nome")
|
| VB 5 Reinstall Problem | 12 Jun 2008 15:58 GMT | 12 |
I was running VB5 under XP and my computer was giving trouble so I bought a new computer. On the new computer I installed VB5 under the XP Pro operating system and now several of my projects will not run in development mode.
|
| Senior Moment re Location of Forms | 12 Jun 2008 01:49 GMT | 2 |
I am suffering a "senior moment" in VB5. I made the mistake of "cleaning up" my VB file folder to put my projects in their own folders, and now when I try to start a project to continue development on it I get an error message that it cannot
|
| Launching VB invokes Installshield | 10 Jun 2008 09:59 GMT | 4 |
This has happened numerous times in the past and I never can pinpoint what caused it. It has to do with Installshield (either a failed software removal or installation).
|