| Thread | Last Post | Replies |
|
| Calling Procedures... | 06 Feb 2007 14:58 GMT | 3 |
How can I call a procedure which I have its name (and arguments) through a string (e.g.: "MyFunc(arg)"), or I have its handle? And if it is a function, how can I get its return value? Thanks in advance
|
| Clearing the Mouse Buffer, if there is such a thing ;-) | 06 Feb 2007 13:28 GMT | 7 |
I have an app in which double-clicking on a Listbox opens another screen from which you add items to the Listbox. Unfortunately, I have buttons to add those items at basically the same area of the screen on the form that pops up. So, double-clicking on the Listbox often ends up ...
|
| Word 2007 / Webbrowser | 06 Feb 2007 06:53 GMT | 1 |
I wanted to ask if someone else have experienced similar behaviour with showing a word document in the webbrowser and what i could do to solve this problem. On a system with Office 2003 (and earlier version) i can open the word
|
| Problem with query in VB | 06 Feb 2007 06:08 GMT | 2 |
I have a problem with running a query. Str = "SELECT Biographies.BID, Biographies.family_name AS [family name], " & _ "Biographies.first_name AS [first name],
|
| Export VB6 DataReport to RTF format without losing the formatting | 06 Feb 2007 06:05 GMT | 2 |
This is what I am trying to do: Want to save a data report in an RTF format which produces a copy of the report in RTF format. Tried the following methods:
|
| MS Access interface with Excel | 06 Feb 2007 02:01 GMT | 2 |
I'm working on an access macro that will open a directory and select all the excel files and parse them prior to load to access. Problem is that when I read the first file everything works correct. However, when I read the second file the insert instruction does not
|
| VB Code Expert help needed | 06 Feb 2007 01:42 GMT | 20 |
I am trying to send a number to a LED display through MSComm feature. I do not know how to do this?
|
| Convert long number to ascii | 06 Feb 2007 01:37 GMT | 18 |
How can i convert a long number to ascii and transmit it through a com port using mscomm? When I try to send through the com port I receive and error code 380 Invalid property value. I've checked my cofiguration of mscomm and it all seems correct but it just doesn't
|
| Queries | 05 Feb 2007 21:39 GMT | 3 |
I am trying to debug an old program. There are queries which passess in the property method. I am unable to understand these queries if any one please help me in here? Thanks.
|
| "Pretty lister" program? | 05 Feb 2007 21:26 GMT | 1 |
I've got a directory of about 100 .asp and .html programs which I need to print out. There used to be something called a "pretty lister" which formatted/organized the code, color coded keywords, added line numbers, printed headers and footers on each page, etc.
|
| FileDateTime??? | 05 Feb 2007 21:20 GMT | 8 |
For the FileDateTime function the VB help file states: "Returns a Variant (Date) that indicates the date and time when a file was created or last modified.". The question I have is which one is returned...created date or last
|
| error message | 05 Feb 2007 18:11 GMT | 13 |
I converted a family tree program from VB3 to VB6. When I try to run it I get an error when it tries to get data from a file know as bill.dat. The error reads, “Compile error. Excepted user-defined type, not project.” When I click ok it points to the following code……
|
| VB 6 code does not recognize "Chr" ? | 05 Feb 2007 15:45 GMT | 5 |
I have a VB 6 program that does not recongnize "Chr". But when I start a new project it does recognize the "Chr". I don't understand is there something messed up in my program that causes it not to recognize Chr? I have a lot of time in this program
|
| Can't make my form bigger in Design mode? | 05 Feb 2007 14:44 GMT | 5 |
I'm sure there's some setting some where that I'm missing... I've opened a project that originally had a form designed to fit on resolution above 800 X 600... when I opened the project and form, the form had been made narrower for some reason. Now for some reason I can't make the ...
|
| Retrieving Font Size in Twips?? | 05 Feb 2007 13:35 GMT | 4 |
I have a frame caption and I would like to know the height of the text in Twips for spacing other controls.
 Signature Thank you,
|