| Thread | Last Post | Replies |
|
| ordering data alphabetically | 14 May 2004 09:26 GMT | 3 |
dear collegues, I want to know how to order data in a recordset alphabetically but not beginning by "a" or "z", but by a different letter from the alphabet, for instance "W"
|
| subscript out of range (why) | 13 May 2004 22:19 GMT | 1 |
When I run the code below I get an "subscript out of range" error. I don't understand why. Can some answer the question Dim TempText As Strin Dim GeoFenceArray() As Byt
|
| Load a character string into an array | 13 May 2004 17:43 GMT | 2 |
I have an array defined a follows: name (50) as byte. I want to load a string of 50 characters into the array. I conintue to get the message "Can't assign to an array" when I try to following: Dim CustName(50) as byt Dim CustomerNam CustName = CustomerNam
|
| DTPICKER in XP Look | 13 May 2004 14:53 GMT | 1 |
A while ago I posted a question, how to give my program (running on XP) an XP look. Someone suggested to make a Manifest, and it works perfectly! Except for the following:
|
| Limiting users to entering Numbers in text box | 11 May 2004 21:36 GMT | 1 |
In VB 6 i had the follkowing code to prevent users from entering anything other than numbers and a decimal point in a text box. But with VB7 it doesnt work anymore. It doesnt seem to know what keyascii is. Can anyone tell me how i would do this with VB7? Thanks.. Private Sub ...
|
| mshtml? | 11 May 2004 10:44 GMT | 1 |
I am useing mshtml and there seems to be some problems with my code or it. I can use execCommand() without variables, but when I use a variable it doesn't work ' work document.execComand("FontName", False, "comic sans ms" ' doesn't wor
|
| Newbie Question - Property Get Always Empty | 10 May 2004 19:57 GMT | 6 |
I'm hoping someone can tell me where I'm going wrong with this. Trying to learn how to write/use classes, I copied the following code from the MSDN online library: ' Declare private module-level variable to store value.
|
| Programming Classes | 08 May 2004 07:15 GMT | 1 |
I've recently been trying to build a class based on the textbox, with a label attached to it (and thus a caption property). I also want to put some added intelligence in this class. This is my first attempt to do some real OOP in VB6, but I'm sorry to say: not very successful.
|
| Class properties using user type | 07 May 2004 05:26 GMT | 1 |
Say I have a user defined type in a module module1 Public Type RECT Top As Integer
|
| C# Language - True and False | 07 May 2004 05:15 GMT | 2 |
I am trying to learn C# in Visual Studio.Net and even though the keywords (True and False) are listed in the C# language, the build compiler gives an error saying that the names True and False don't exist. I have had to use something like:
|
| send a file by mail | 06 May 2004 22:44 GMT | 4 |
can vb 5 or 6 send a file by mail to a computer in the internet? how?
|
| XP Buttons in VB6? | 05 May 2004 12:32 GMT | 5 |
Hi again! Another question: Is there an easy way of having your buttons shown 'XP style'? I really like those buttons... Thanks,
|
| How to calculate 30 60 90 days overdue | 04 May 2004 02:25 GMT | 2 |
I am writing a report to display accounts, but I don't know how to figure what part of the overdue payments are within the over 30, over 60 or over 90 day range. (If there are no overdue amounts, then I still display the account information,)
|
| Using SHELL and then terminate the main program | 03 May 2004 13:06 GMT | 2 |
In VB6 I am using the shell function to start a wizard. That works perfectly. However after starting the wizard I need to end my main-program. When it executes the 'end' command, it also terminates my wizard... How can I keep that wizard running while terminating the main program?
|