| Thread | Last Post | Replies |
|
| Dates in VB and international formats | 30 Mar 2005 20:59 GMT | 5 |
I'm having some big problems with dates in different formats. Let me explain. For my app you can get a time-limited registration code. Within the code I store the date that the code was created.
|
| Populating an array with values from table | 28 Mar 2005 09:09 GMT | 14 |
Hi everyone, I'm having a little problem which I'm stuck at. I'm designing an application which looks up customer information based on Phone number or Last name. I also have a list box. What I want is that when the user enters a last name, the list box should get populated with ...
|
| send keys???? | 27 Mar 2005 06:13 GMT | 6 |
If you want to type in the letter e you just press the e key if you want to type in an e with an accent è you type in ALT 138 Here is what I would like to do Click on a command button and the è(with the accent and all) would be placed
|
| Custom progress alert: Disabling main form | 25 Mar 2005 11:38 GMT | 8 |
I've created a custom progress alert box for long processes to amuse the user - they seem fascinated with shiny things that move... ;o) The thing is, I would also like to disable all the controls on the main form. Of course, I can't make the custom alert box form modal
|
| Using Shell to execute cacls in VB | 25 Mar 2005 00:41 GMT | 8 |
I am writing an app to change a few manage a few file permissions but I am having some problems with the syntac using CACLS. This is what I have: Shell ("cacls c:\progra~1\folder /D Everyone") - this works just fine, but I
|
| Menu height bug | 24 Mar 2005 19:36 GMT | 5 |
W98 and VB6. With reference to Q156266: BUG: Adding Menu Shifts Controls and Reduces SDI Form Height I've implemented the solution suggested in the above article i.e.
|
| Use XSD to get data types for XML elements | 23 Mar 2005 18:01 GMT | 4 |
I am using VB6. I am receiving an XML file and an XSD file. I understand I can use the XSD file to validate the XML file, but is it also possible for me to use the XSD file to give me the data types
|
| Just a thought | 23 Mar 2005 06:18 GMT | 17 |
Hummmm...just wondering aloud....will Microsoft close these VB <=6 newsgroups when they have ended support for VB6? Regards. David Clifford
|
| Restricting the selection from a cbo box | 18 Mar 2005 18:36 GMT | 2 |
I'm using vb.net. From my windows form, I have two combo boxes that I want one of them to show the client first name based on the selection of the client last name from another cbo box. So I want to tie the contents of one of the cbo boxes to what is selected on the other combo ...
|
| Forms question (Keep it simple) | 18 Mar 2005 15:09 GMT | 2 |
It is really a simple question. Visual Basic .NET (2003) I create 2 forms (Form1 and Form2) I create a checkbox in Form1 (checkbox1)
|
| Best practice in addressing properties? | 14 Mar 2005 20:04 GMT | 3 |
Which is the best practice in addressing properties of a form from within that form? I have a choice of two methods to assign or read a form's properties from within that form:
|
| Edit text field | 13 Mar 2005 08:41 GMT | 3 |
Hi guys, I'm a rookie in programming so please bare with me. I'm having a little issue. I have a text field that receives a value once customer swipes a card. Once the card is swiped, it populates the text field with something like ;002520?
|
| Excel not closing | 12 Mar 2005 22:22 GMT | 1 |
hey guys cud ne of u jus help me out wit this problem im havin of excel instances not closing in vb. the instance jus keeps running in the task manager.
|
| Sorting array of strings | 12 Mar 2005 20:37 GMT | 7 |
In VB6, how can we sort an array of strings so that no member of the array is properly contained in any elements that follow. For example if MyArray(2) = “ab” then MyArray(i) can be “ab” for any i > 4 but it should not be “abc” or “xyab”
|
| Automatically Maximize Application Windows | 11 Mar 2005 18:47 GMT | 2 |
Can someone tell me what the syntax is to automatically maximize an application window as soon as its activated. Thanks
|