| Thread | Last Post | Replies |
|
| Can't Dynamically Size RichTextBox Control?? | 10 Jan 2004 14:41 GMT | 1 |
I have a user control that contains a RichTextBox in vb.net. In my program, I create multiple instances of this control (with the RichTextBox being in each one), that appear one above the other on a panel. The problem is that each control may have varying amounts of
|
| How can I work with Zip-Files in VB6 | 10 Jan 2004 14:24 GMT | 3 |
How can I work with Zip-Files in VB6 like extract from file add to file possible rename Jan
|
| Defining Chinese new year? | 10 Jan 2004 11:59 GMT | 2 |
I'd like to add Chinese New Year to my program the warns me about up coming holidays, I know Chinese New Year is on the new moon, and I know it is the 22 January this year
|
| simulate mouse click? | 10 Jan 2004 11:20 GMT | 11 |
Does somebody know whether is possible to simulate mouse click?,you know what I mean - instead of clicking the buttom or somethnig use such a comment.If You know then please give me a little example as well. MaRcel;)
|
| Data Conversion | 10 Jan 2004 01:15 GMT | 12 |
Does any one know how to convert a binary file into a readable (by human) file? Its from a bin file, has addresses and stuff which I can work out... but how do you do the actual conversion? --
|
| Public procedures in a Form are not visable to other Modules ? | 09 Jan 2004 22:20 GMT | 7 |
In my program VPCalc, Public procedures in a Form are not visible to other Modules. Is this how it should be? -Harry http://home.netcom.com/~hjsmith
|
| VB.Net and SAP | 09 Jan 2004 19:04 GMT | 1 |
Does anyone have any information regarding connecting to SAP and getting date via an RFC call using VB.net? The examples are all c# which is fine if you program in c# but not very useful if you're not
:-( |
| How to create a collection class in VB.Net | 09 Jan 2004 19:03 GMT | 1 |
I want to create a collection class InvoiceDetail based on another class InvoiceLine. In VB 6.0, this may done through a simple wizard but how it can be done in VB.Net? Best Regards,
|
| Public Variable, and Module | 09 Jan 2004 18:35 GMT | 1 |
I have a variable defined in the module of a vb project as of type Object. In one of the classes, i set the value of this object variable to a particular object. I send the message to another application, which in turn creates an instance of the same class in Powerbuilder
|
| Text to Speech DLL | 09 Jan 2004 18:13 GMT | 5 |
Is there a single, free, downloadable, good DLL file that I can include in a VB6 project that I can pass it a string of text and it will do all that's required to speak the text?
|
| Help for a newbie, please | 09 Jan 2004 17:59 GMT | 2 |
Hi. I am thinking of purchasing the newest version (Pro edition) of Visual Basic (I currently own and use VB 3.0 Standard: 8-character file names and all :-D). I have a few questions: First, what version would you recommend, VB 6 Pro, or VB .NET, for a
|
| date | 09 Jan 2004 17:08 GMT | 1 |
how can i check my date if it is valid or not? i am using format but not good enough to handle.
|
| Setting optionButton alignment in VB6 causes click event | 09 Jan 2004 16:36 GMT | 6 |
Something wierd is happening ... I have a form with an optionButton whose default value is True The form_load event sets the alignment property: chkFixed.alignment = 1
|
| close a windows app from VB | 09 Jan 2004 15:23 GMT | 6 |
Here's a simple one for you gurus - I want to close an existing instance of outlook from a separate VB program. I don't want to terminate the process without giving outlook a chance to clear up, so AFAIK that means I have to send 'close' messages to all the
|
| Code move | 09 Jan 2004 14:56 GMT | 3 |
I've moved all my VB-code from one PC to another. I load a project and when I try to run it, it abends on a Mid(Date,1,2) with Date highlited.
|