| Thread | Last Post | Replies |
|
| High Scores | 30 Jun 2005 18:58 GMT | 2 |
Hi, i am a beginner trying to create a game in visual basic, although I cannot figure ot how to create a high score list and maintain it. Can someone give me instructions and/or code?
|
| create multiple Check Boxes at run time | 30 Jun 2005 15:51 GMT | 6 |
I have not been able to get this to work. I have (in a test setup) 8 items in the MSFlexGrid filled from a database. The first column has an identity number which I am attempting to display at each Check Box. I want to provide the user with the option to delete those rows that ...
|
| Need Sample of Manifest file for RegFree components | 30 Jun 2005 15:45 GMT | 1 |
Dear Experts, There is a concept of ocx, com, dll redirection which redirects the application to use components available in the application's local folder instead of searching in path.
|
| Toolbars in word documents opened in Web browser control | 30 Jun 2005 13:47 GMT | 1 |
I have a developed an application in VB6.0 and have used web browser control to open word documents inside my application. I have managed to disable few of the buttons on standard and formatting toolbar(that comes along with the document in webbrowser control when user ...
|
| Beginner question | 30 Jun 2005 13:35 GMT | 7 |
I am just a VB beginner. The following is 2 basic questions: In vb6, how to generate an exe file? I select standard exe type in project selection but I cannot see the exe in the project directory. Besides, how to exit the main program in VB? I have tried the following
|
| Listbox Hell | 30 Jun 2005 11:49 GMT | 2 |
Would like to have user select more than one member (file) of list in listbox to download to local PC. Code below allows iterates through each selection in lstXbox (no more than
|
| RDO Help | 30 Jun 2005 10:06 GMT | 1 |
Hola, First of all, a big hello to the regs (Frank, Neila, et al). I haven't been here for quite a while now, but hope to get back in the loop, as time allows. (Frank, still KARTing?)
|
| VB5 Application Wizard | 29 Jun 2005 19:54 GMT | 18 |
Everytime I attempt to open the Application Wizard in VB5 I get the following error message: "Invalid property value" and "An unexpected error has occurred". Any idea what this is all about? When I close the error box the system
|
| DoEvents + Modal Forms = Hell | 29 Jun 2005 15:56 GMT | 1 |
Dear Programmers, I'm experiencing a problem that is a real pain in the a.s. As VB doesn't support threading, our project uses a VC++ dll that starts some thread for heavy load processes. This is how we wait for the thread to
|
| Interface binary compatible but type mismatch error | 29 Jun 2005 15:23 GMT | 3 |
I have extended a vb6 interface by appending a new method and recompiled it making it binary compatible with the last version. When an old application now calls the newly build DLL it gets a 'Type mismatch' error, although I haven't changed the method that it uses
|
| Sharing question | 29 Jun 2005 14:02 GMT | 1 |
Does anyone know how to get the computer name associated with their DHCP IP address under a router? For example: 192.168.1.103 -> Fred I can't seem to figure it out on my own or find anything in my
|
| Access Violation | 28 Jun 2005 22:32 GMT | 2 |
Hola a todos: Tengo un problema con una aplicación que se ejecuta en W2000 SP4 e implementada en VB6 SP6. La applicación genera aleatoriamente un error c0000005 (Access Violation). La App suele funcionar correctamente
|
| TabIndex Woes | 28 Jun 2005 22:10 GMT | 1 |
I have a form with about 80 controls on it that the user uses to enter test data. The last control is a "Save Data command button" which saves all the data out to a delimited text file and resets all the fields. The user moves from data entry point to the next by the TAB key. ...
|
| 3x3 matrices division | 28 Jun 2005 19:59 GMT | 3 |
Hi, University was a long time ago and I haven't used linear algebra since... Can someone be kind and describe how do I divide a 3x3 by another 3x3 matrix (in order to get a 1x3 vector)?
|
| Could someone help me please, I have problems with a programm I have to write | 28 Jun 2005 18:38 GMT | 3 |
I'm a newbie in VB programing. Now I have following problem: 1. I don't now how to open an access database. 2. The database exists out of a table with 2 columns in the first column there are numbers from
|