| Thread | Last Post | Replies |
|
| Print To File | 01 Feb 2005 21:17 GMT | 4 |
Does anyone know how to print to a filename programmatically without having a dialog box appear? Regards, Michael Floyd
|
| vb6 additem | 01 Feb 2005 20:16 GMT | 9 |
how can I direct an additem to enter the grid at row/colume x/y
|
| VBAProject stays visible in Project Explorer altough file has been closed | 01 Feb 2005 18:54 GMT | 2 |
I've got the 'interesting' problem that the VBAProject tree stays visible _after_ I have closed a file. It doesn't even matter, if the file has any VB code in it or not, eveb then the file VBAProject tree stays visible.
|
| vb6 strings - is there a perlish like library | 01 Feb 2005 18:42 GMT | 7 |
I'm just learning this so ... mercy! This chapter on string manipulation/searching seems a bit clunky to me. I'm used to perl and they way they handle things. Not better, just used to it.
|
| Opening an Excel sheet in a form/ | 01 Feb 2005 17:31 GMT | 1 |
I am stuck on a problem that involves opening an Excel worksheet into a fom with a sheet embedded into it. What I would like to do is open the form with the excel sheet call stats, and load it with a sheet created in Excel.
|
| Installers and Native (without .NET) execution of code | 01 Feb 2005 17:26 GMT | 5 |
I'm interested in creating applications for Windows that do not require the .NET Framework to be installed. First some background as motivation, and then the questions... Background/Motivation:
|
| SQL statement | 01 Feb 2005 16:47 GMT | 7 |
I'm having trouble with the following: Db.Execute "ALTER TABLE printers ADD COLUMN id counter, name integer DEFAULT 100)" The above will not work, I need to have a default value for the colom
|
| Creating a hyperlink on a VB6 form | 01 Feb 2005 13:04 GMT | 2 |
I want to enable users of a VB6 application to click on a button (or other object) which will cause a named web page (specified as a URL) to be opened using their browser - similar to the HYPERLINK function in Excel. Can this be done with a standard VB6 control, or is there a
|
| Print and Clipboard problems with double-byte chars | 01 Feb 2005 11:04 GMT | 2 |
I have an application that has to write text-files from the contents of a RichText-box or from the Clipboard. It's also necessary to get and set the Clipboard. Anything works fine so far for most users, but languages with
|
| Newbie Question on Dates | 01 Feb 2005 07:05 GMT | 2 |
I am sure this is another newbie mistake/question, so apologies in advance... [Unfortunately, I am a newbie, so these are the only kind of questions I have.] I am trying to build a program that has an alarm clock feature
|
| Backspace functionality | 01 Feb 2005 01:41 GMT | 1 |
Is there a way to implement the backspace functionality in a masked box programmatically? I have maskedbox for entering telephone no. with the following mask. mskboxTelNo.Mask = "(###) ###-####"
|