| Thread | Last Post | Replies |
|
| How to dynamically adjust the height of a Label control? | 12 Feb 2005 00:03 GMT | 7 |
I use a label control to show a string. The width of the label is fixed. I want to dynamically adjust the height of the label so it can fit the length of the string. How can I do it? Thanks in advance. Yolande
|
| vb express conversion | 11 Feb 2005 23:25 GMT | 1 |
i am switching from a access front end to a vb front end for my database. i want to play around with vb for a little while before i decide to give ms more money. if i develop in vb express can i take the application and use it with vstudio pro when i want to distribute?
|
| Screen vs printer | 11 Feb 2005 22:56 GMT | 4 |
I have a picture box where I drew a chart programatically with VB6. I put enough scale factors so that whenever the user changes the screen resolution the image stays the same. The program does this fine. The problem is when I print it. Since I made the program in a 1024x768
|
| Get Domain Name with vb6 | 11 Feb 2005 22:43 GMT | 6 |
How can get domain name from vb6?
|
| Where is the Resource File? | 11 Feb 2005 22:23 GMT | 3 |
I am building an application with a Resource file. When I used the VB6 P&D utility to package it, I forgot to add this resource file to the file list. Then, when I installed it in my PC and ran it, I expected some error will happen because of my mistake. But, everything is fine, ...
|
| Format function time section - Bug? | 11 Feb 2005 21:46 GMT | 11 |
Hi, the VB Format function does not format the time separator. For instance, if your time separator is ".", like in Italian or German locales the call to Format(Now, "hh:nn:ss")
|
| Check Command() | 11 Feb 2005 21:37 GMT | 2 |
I want to know if a Command() function is empty and do one thing if emplty and another if something entered. Can I check it for Null, empty string ("") or ??? Thanks. David
|
| Open Project Screen Maximized | 11 Feb 2005 20:54 GMT | 15 |
I am looking for code to automatically open the VB project screen maximized (not VB itself, but the code windows). I had code to do this once, but I re-formatted my computer and must have lost it. Thanks!
|
| vb code for excel | 11 Feb 2005 19:01 GMT | 1 |
i have been requested to implement a vb code for an associate. the script requires getting the data from a column in 370 units increments until 100% or over is achhieved... its for a forecasting project. any ideas on how should I proceed with this???
|
| Custom Forms?? | 11 Feb 2005 19:01 GMT | 3 |
I would like to design and use "Forms" that I can apply to an application, just to appear different than the "Form" structure supplied within VB6. Can someone point me to a utility that I can use to do this?
|
| Controls not repainting | 11 Feb 2005 18:24 GMT | 2 |
An irritating problem: We have a form that has a multiline text box, 4 buttons (Ok, Cancel, Help, and Reset) that launches a common dialog to allow a user to pick 1 or more files. After making a selection in the common dialog and
|
| How to set the System Locale | 11 Feb 2005 16:27 GMT | 1 |
I am invloved in making our product Multilingual. I am using Resource files to Localize the Codebase. code is working fine. Now, when i change the Locale to somethin like French. Everything changes accordingly, but the Msgbox buttons Captions remains unchanged.
|
| Code to Loop through a directory and retreive file intormation | 11 Feb 2005 16:02 GMT | 1 |
I am new to Visual Basic .Net and would like to build a simple application that searches a directory and returns the Path, Size and DateModified of all files that end in ".MDB". a) I would create a form to allow the user to enter the directory to be
|
| Is 'Retain in Memory' not valid for ActiveX exe ? | 11 Feb 2005 15:58 GMT | 1 |
When I tried to create ActiveX exe without a form and a control, in the Project property I can check 'Unattended Execution' because it is NOT greyed out, but 'Retain in Memory' is greyed out.
|
| COM | 11 Feb 2005 15:28 GMT | 1 |
I am looking for a good tutorial on creating COM objects. I have a small VB application that I want to make a COM object out of and I have no idea where to start. Many thanks! Andrew
|