| Thread | Last Post | Replies |
|
| Input mask in date type textbox | 30 Sep 2006 22:42 GMT | 2 |
Maybe it's easy. Sorry but I'm new. I use VB6. I have a form with a textbox containing date. How can I set an input mask so that I don't have to type the slashes every time?
|
| combobox issue | 30 Sep 2006 17:30 GMT | 2 |
Please help me out with this one. I got a (set of ) Combobox(es), set to 'dropdown list'. I add items to the list using 'additem' DataBar_06.db06_combo(0).AddItem ("TestVehicle 1")
|
| Splashscreen | 30 Sep 2006 13:24 GMT | 1 |
I have a strange problem. I use a splashscreen for my program. In the startform, I use the code: Private Sub Form_Load()
|
| Regular expression for integer | 30 Sep 2006 12:28 GMT | 2 |
Can someone help me with a regular expression that validate a textbox for an integer ? Thanks in advance, Benny
|
| Is collection var empty? | 30 Sep 2006 12:12 GMT | 4 |
I was wondering if anyone knew how to check if a collection var is empty. For example I might want to try and get information from settings("music_path"). But if its empty then an error occurs. I would like to be able to check if that var is empty beforehand, thus
|
| Era era... | 30 Sep 2006 08:05 GMT | 4 |
Buongiorno Ing.Bordin, un saluto da Montagnana. Finalmente dopo una settimana hanno messo fuori le liste degli abilitati. Bisogna festeggiare anche se non so quando date le cose ho da fare in questi
|
| Commondialog to select either folder OR file(s)? | 29 Sep 2006 14:46 GMT | 11 |
Help me out a little here... I' sitting here playing with a little frontend for the "VideoLAN Mediaplayer". (A fantastic video player btw... Plays *everything*
|
| timer | 28 Sep 2006 20:53 GMT | 3 |
I want to display images by reading a file which contains the names of the images. I know how to do this, but what I don't know is how to set the time the image is displayed before the next is displayed. I tried something with the Timer-function, but could not get it working. How
|
| Trouble with Line (URGENT please) | 28 Sep 2006 19:50 GMT | 1 |
I'm trying to draw a box around the working area of a form (actually of a usercontrol, but this is just an example). This is my code: Private Sub Form_Paint()
|
| Database field Captions | 28 Sep 2006 10:01 GMT | 7 |
I wish to add the field caption to the fields properties when I am creating the database (VB5 DAO3.6) but caption does not appear on the properties list. I'm sure it must be posible, and probable simple but I can't find out how.
|
| MSFlexGrid Control | 28 Sep 2006 04:35 GMT | 1 |
I have a msflexgrid control which comprises 6 columns and 8 rows (I'm using Visual Basic 6 ). In row 4, I need to merge columns 2,3,4,5 In row 6, I need to merge columns 3 and 4.
|
| Resizing a Text Box | 27 Sep 2006 16:13 GMT | 7 |
I'd like to be able to resize a text box based on the data entered into it at runtime. For example when the user enters a word, the text box will widen after every letter so the whole word is visible. Can anyone help me? I know the label has a auto resize option but couldn't
|
| Form Error | 27 Sep 2006 15:02 GMT | 1 |
VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form Form1 BorderStyle = 1 'Fixed Single
|
| Rendering Vector Images | 26 Sep 2006 20:34 GMT | 2 |
Hi, I am trying to create a control that will display a vector image. The main purpose is to allow for the resizing of an image without pixelation. All of our image files are in AI(Adobe Illustrator) and we were thinking of converting them over to PDF and using some third party
|
| Change the Caption | 26 Sep 2006 18:50 GMT | 10 |
Having a little play with VB6 and found it wont let me do something. Rather than explain it, I'll put what I did and see if anybody can come up with a work around. Create new Standard EXE Project (Project1)
|