| Thread | Last Post | Replies |
|
| mod | 13 Nov 2004 04:45 GMT | 10 |
Say I have a deck of 52 cards. I get rank by ..rank = cardno mod 13 + 2 This gives rank from 2 to 14 ie 2 to Ace. Next I get suit by ...suit = cardno mod 4
|
| Listbox | 12 Nov 2004 23:36 GMT | 2 |
I have a listbox that I want to populate with information from a text file. For each index in the listbox, I want to load the next line of the text file, until there are no more lines. I have the code to open and read each line from the text file, but I cannot figure out a way to ...
|
| Bizarre compile problem, please help! VB6 | 12 Nov 2004 18:04 GMT | 1 |
I have VB 6.0 SP6 (v 6.0.9782) The problem I am seeing is that with the same idential code I can recompile an exe and one time it works on a machine and one time it does not, the app simply locks up...
|
| random numbers help needed | 12 Nov 2004 17:14 GMT | 2 |
Hi I am trying to create two random numbers LBlnum1.Caption = Int(12 * Rnd) + 1 Lblnum2.Caption = Int(12 * Rnd) + 1 This creates the numbers but they are always the same numbers.
|
| Applicazionei Client Server vb6 | 12 Nov 2004 13:17 GMT | 2 |
HELP!!!!!!!!! Devo creare un programma diviso per exe. Un programma Menu con dei bottoni che mi lancino dei proigrammi separati, e che questi non tornino al menu' prima di essere stati
|
| Interfacing Visual Basic with C DLL | 12 Nov 2004 11:47 GMT | 1 |
I know there's probably a gigabyte of information on the above topic out there and I've been reading a bit of it. It seems I missed something. Some introduction: I'm new to VB (never actually learned it) and a
|
| Recurse controls in a form | 11 Nov 2004 23:30 GMT | 11 |
Does someone have somewhere on its hard disk a little sub that can recursively parse all the controls in a form. I need this to call, for EACH control in the form, a sub that will make some work on it regarding to its name.
|
| >Error : Variable Uses an Automation Type Not Supported in Visual Basic ?? | 11 Nov 2004 21:37 GMT | 2 |
When I Start with Full Compile (Ctrl + F5), the DLL Project gets Started fine. But when I am trying to create the DLL file, the error given by VB is 'Variable Uses an Automation Type Not Supported in Visual Basic.'
|
| Math Library | 11 Nov 2004 21:20 GMT | 2 |
Any know of a math library for doing faster math on arrays of data? I have arrays of data having types of long and double. I want a faster way to process that data. At present I am considering writing a C DLL to do it. I would like to use SSE2 if possible but I don't know it that
|
| A Question | 11 Nov 2004 20:52 GMT | 3 |
I have a string variable that will hold a path and a filename. I want to trim out all but the filename and extension. I am pretty sure you can do this via amid or something like that. Look for the last occurrence of the "\" and then pull all that is left to be the filename. But I ...
|
| Win NT4 Workstation - unable to load control | 11 Nov 2004 16:52 GMT | 8 |
I've got an app that uses a user control within the EXE project. Most users are fine Win 98, XP, 2000 etc but am having problems with a NT4 workstation. It comes back with an error stating 'unable to load control'
|
| SQL-server and DAO (dont laugh!) | 11 Nov 2004 16:15 GMT | 1 |
Is it possible to edit data from a connected SQL-server using DAO? I can create snapshot recordsets, even perform action queries. But every time I try to edit/update a recordset, it tells me the database is readonly. I tried to work in the SQL-Server directly and via linked
|
| Registry Keys | 11 Nov 2004 12:39 GMT | 1 |
how can i make registry keys / string-keys and DWORD keys in the system registry? I need to add my programm on the Services list, so i had to change come regs.
|
| terminating process | 11 Nov 2004 10:47 GMT | 2 |
Hello everybody! I am having problems with terminating process. Postmessage does not terminate the process (my application) on local computer. What am I doing wrong. The code is attached: Const WM_QUIT = &H12
|
| GPIB Card operation using VB6 | 11 Nov 2004 10:26 GMT | 5 |
Can anyone tell me how to output GP-IB commands by means of VB6 on a PC with a GP-IB card? Really simple absolute idot's guide required please! Thanks
|