| Thread | Last Post | Replies |
|
| Writing to Files | 01 Oct 2003 13:10 GMT | 2 |
Can I write to files, say for example, to an excel spreadsheet and have it written in a certain order or in certain cells? Thanks, VAL
|
| Arrays of controls | 01 Oct 2003 12:19 GMT | 2 |
Hello all, It is possible, in VB6, to have a two dimentional array of controls? ie Label(0,0), Label(0,1) etc? I seem to recall doing something like this years ago with VB3 where
|
| VISUAL BASIC/ SYBASE SQL/ CONTRACT/ AR | 01 Oct 2003 11:45 GMT | 1 |
OMNI GROUP tgugger@msn.com 419-380-8853 Position: Programmer/ Analyst
|
| Can't keep regional date in SQL | 01 Oct 2003 07:41 GMT | 1 |
I'm using SQL to update an Access 97 database with dates. Although the VB program calculates and displays dates in Australian Date format (dmy) the database stores it in American (mdy). This is not a major problem because when I retrieve the dates they are
|
| Set Papersize within VB | 01 Oct 2003 06:20 GMT | 5 |
I have a big problem and i wish u could answer me. i have writen a program and it should print a form on printer:Epson LQ-300. i want to set papersize manully.Windows has it's papersize Standards
|
| VB.NET User Input Validation from Text Box | 01 Oct 2003 04:33 GMT | 1 |
I am new to VB.NET and have a question on validating user input from a Text Box. I'm writing a small program where I want to check the users input data and determine if it's an Integer or a Decimal. I guess I want to go one step further than just checking for IsNumeric. I have
|
| A fired event bug in VB.net?! | 01 Oct 2003 03:36 GMT | 1 |
Hi, all. I get a very interesting thing in VB.net. First you create a base form, and then add a button in the baseform. Write an overridable function to fire a event when the buton is clicked. I just write the
|
| suddenly SourceSafe isn't on the Tools menu | 01 Oct 2003 02:32 GMT | 5 |
It's installed on my machine, and everything was flawless until last week. Suddenly VSS doesn't seem to have any "hooks" into VB, so I can't check out files from the project explorer, can't dump new code into a VSS folder, and can't create a project from VSS. What
|
| print | 01 Oct 2003 01:17 GMT | 1 |
How do i print the contents of a textbox??? Jeroen
|
| determine the maximum ubound of multiple arrays in a clean fashion | 01 Oct 2003 01:09 GMT | 2 |
I have a number of arrays that are populated with database values. I need to determine which array has the highest ubound out of all the arrays. The array size will always change based on the database record. Therefore, I need to be able to throw the arrays into a
|