| Thread | Last Post | Replies |
|
| Selecting a printer from those available | 14 Apr 2005 09:46 GMT | 1 |
Is there an easy way, once the user has selected my program's Print function, to create a listbox (or whatever) containing all the available printers, and then the user selects the one he wants? -Stan
|
| Help with Objects & Class calls | 14 Apr 2005 06:48 GMT | 2 |
Hi all -- I'm looking for a little guidance on some code I'm working on. I'm really just starting out with VB.NET but are catching on. Right now, I'm receiving the typical error of:
|
| SetLocale in VB6 | 14 Apr 2005 02:38 GMT | 3 |
I need to put numbers and dates entered by user in textboxes into double or date variables. The trouble is that different users will be in different locales and, hence, the numbers and dates will be in different formats.
|
| Zip up verrrrrrrrrry long path names. | 14 Apr 2005 00:47 GMT | 8 |
Been using: RetVal = Shell("c:\Program Files\winzip\Wzzip.exe -t -Urpex yada, yada" for many years to zip up files on the network. This one path name is so long, I'm getting errors saying
|
| databases online | 13 Apr 2005 21:29 GMT | 7 |
how can i read with VB6 a database (sql) located on the web (net)?? make changes and place the db back??? Thx
|
| Intuitive or Analytical? | 13 Apr 2005 19:12 GMT | 5 |
I have a test online that measures cognitive style. It determines whether the participant has an intuitive or analytical learning style. It takes about 5 minutes. It's here: http://www.elena.com
|
| can't import System.Windows.Forms | 13 Apr 2005 17:10 GMT | 1 |
I've tried in VS .net Architect and VS 2003, using framework 1.1. anyone know why this would happen?? TIA
|
| Can't open any of my projects... | 13 Apr 2005 16:35 GMT | 1 |
I hope someone can help me because I'm really stuck! I'm using VB6, win XP sp2, and the problem is that I can't work on any of my old projects. The project will open fine with "form1 (code)" window open. However, if I try to view the form object for design, VB
|
| VB6 form Screen width | 13 Apr 2005 14:56 GMT | 4 |
When using VB6 sp6 on XP sp2, VB resizes the form window when I click the right side window border. It resizes (jumps) the window to width 11280 and it will not resize by using the mouse or setting the form property. It will not go past 11280.
|
| Dumb Question about Print Common Dialog | 13 Apr 2005 10:55 GMT | 3 |
This has got to be straightforward but its 10 years since I did any GUI programming! I have a vb6 app in which the user can call a "Print Setup" option. This just resolves to a commondialog ShowPrinter call. (The
|
| Replace comma with a carriage return | 13 Apr 2005 01:06 GMT | 34 |
I have a number of text files with upto 60000 data points separated by commas. I would like to replace the commas with carriage return. How do I do this??? Regards,
|
| Creating Moveable Objects | 12 Apr 2005 23:41 GMT | 1 |
I am working on a project that involves an Office-like interface; that is, the user will be able to create objects such as textareas and be able to resize, move, manipulate, etc. them. I am NOT asking someone to go out of their way and write such a class for me, but I was wondering
|
| Worked Great | 12 Apr 2005 21:16 GMT | 1 |
Thanks Rick. Your solution worked great!
|
| Determine which arrayed text box is highlighted | 12 Apr 2005 20:00 GMT | 8 |
I have an array of 100 text boxes. If I want to insert or delete one of the entries, I highlight the entry where the insertion or deletion is to take place and click on the appropriate command button. Problem is, How can I programmatically determine which text box in the array ...
|
| Find Coordinate when change screen resolution | 12 Apr 2005 17:46 GMT | 3 |
I have a big problem, I have a picture of a State with city name. When I click with the mouse on a city I would to know X and Y value and display a msgbox with the name of the city. I have used event Mousedown, but if I change the screen resolution from 1024*768 to
|