| Thread | Last Post | Replies |
|
| Sorting a list | 12 Apr 2005 14:28 GMT | 3 |
I have a list of items that I reference by numbers 1-40. I can't seem to figure out how to rearrange so that I can randomly call them with out using any value twice. Any help...?
|
| Tab key | 12 Apr 2005 11:52 GMT | 3 |
Sorry for my stupid question...I'm beginner and I want to know how to use Enter key instead of Tab to move the focus in a form. Thanks in advance
|
| Fastest way to compare an array of strings | 12 Apr 2005 10:29 GMT | 8 |
Let's say I've got two strings, and two arrays that contain the characters in each string (separated by a comma and space ", ")... **** String1 = "A, B, C"
|
| Running app in Terminal Server\Citrix environment | 12 Apr 2005 09:39 GMT | 1 |
Does anyone know how I can tell if my application is running in either a Terminal Server session or Citrix session vs. running on the local computer? David Hodgkins, MCSD, MCDBA, MCSE
|
| Playing AVI and MPEG using MCI commands | 12 Apr 2005 09:35 GMT | 2 |
I found a way to play AVI and MPEG files using MCI commands. But i cant find out to combine this. So i only can play OR Avi OR MPEG, and combined. Can someone help me with this. Im using the next code:
|
| Using variables to reference Array elements | 12 Apr 2005 06:24 GMT | 2 |
Please help, I am working on an Active-x project involving Arrays with up to 20 elements populated in a class module. In order to keep programming and debugging simple, Instead of refering to each element with numbers, would it
|
| VB6 + Pocket PC | 12 Apr 2005 04:35 GMT | 1 |
Is it possible to make pocket pc apps in vb6? I am having trouble finding some example apps or tutorials or any real help online. many visual basic code sites I've been to don't have any code for vb6. primarily .net code is what i've managed to find.
|
| Vb6 With Access 2003 Relationships | 11 Apr 2005 19:52 GMT | 4 |
I'm developing an application that connects ADO with an access 2003 database. That is all ok, but now I'm thinking about do relationships between tables to have relational reference when deleting and when I whant to get some relations. I don't know how to do it, I have an idea
|
| IGBT | 11 Apr 2005 18:04 GMT | 25 |
Watching this site for a couple of days have this to say someone of you hardcoded abusers - Mike and the gang of proletarians. Look at this website
|
| Need to Learn VB6 DLL Construction with ASP for CHEAP | 11 Apr 2005 17:25 GMT | 2 |
I searched but couldn't find anything specific on this request here. I need to brush up on VB6 creating a DLL file and calling it from an ASP page. I haven't done this in a while and wanted to practice over the next few weeks before I start a new project.
|
| VB6 application crashing on win2k and XP | 11 Apr 2005 17:16 GMT | 1 |
it some times crahes when i use a dll i have made in another program. i.e i have made a dll for acting like a server and client so it sends and receives message from other servers. when i call it from a program it gives me that vb6 error and you must close now. it says according ...
|
| Position of a letter. | 11 Apr 2005 16:06 GMT | 1 |
Is it possible to determine the position of a letter in a word? If I typed 'e' into a text box is it possible to get it to tell me that it is the 2nd letter in 'Hello' (a string) for example? Thanks.
|
| Run time error '430' | 11 Apr 2005 15:48 GMT | 1 |
I have several users that run my program but for some the following message appears "Class does not support Automation or does not support expected interface" I'm aware that it can be difficult to say something about a program you
|
| Recordcount | 11 Apr 2005 15:36 GMT | 3 |
why does the recordcount property of the recordset always give me a value of -1? REcordset works fine in every possible way, except recordcount.
|
| Sending parameter to VB EXE | 11 Apr 2005 09:45 GMT | 4 |
how can make my project to getting parameter while running EXE file of project , like: myproject.EXE P1,p2,p3 and how can I handel these parameters , in project?
|