| Thread | Last Post | Replies |
|
| Only public user defined types defined in public object modules .... | 04 Mar 2008 03:48 GMT | 2 |
I have a UDT defined in a module like: Public Type myUDT x as double y as double
|
| CDO character limit?? | 04 Mar 2008 02:28 GMT | 3 |
Is there a character limit for CDO? I have a VBS script that uses CDO to send an email message formatted in HTML. The message is fine up to a certain amount a characters(~1000).
|
| Users can copy text shown on the popup/dialog | 04 Mar 2008 01:59 GMT | 22 |
Does anyone know how can I make it so users can select and copy texts shown on the popup/dialog?
|
| Bit surprised there aren't more virtual listbox controls/code available | 04 Mar 2008 01:31 GMT | 32 |
The standard list box with a maximum of 32767 rows isn't big enough, so I've been looking for a virtual list box (freeware) for VB6. I've found one so far. (Steve Mahon's version is for .Net.) So at the moment I'm using the MSFlexGrid and using it like a list box.
|
| Drivelist-CDROMS only? | 04 Mar 2008 01:11 GMT | 36 |
Is there a way to have a drivebox control on a form that displays only the cd drives?
|
| Need VB 6.0 Practical DLL Reference... | 03 Mar 2008 23:35 GMT | 12 |
Can anyone recommend a good reference book that for VB 6 DLL with practical examples and an extensive coverage of topics?
|
| IDE format screwed up | 03 Mar 2008 23:25 GMT | 5 |
Until today when I loaded the VB6 program the screen was divided into several sections. The General section showing the available controls was on the left, then the form|code window and the right the Project Window and the Properties window. If I resized, minimized or ...
|
| String Array Insert | 03 Mar 2008 22:59 GMT | 11 |
Looking for a snippet to move string elements down in an array of strings after additional empty elements have been added to the array e.g. redim preserve x(ubound(x)+1). i.e. need to quickly insert using copymemory.
|
| VB6 Printing question | 03 Mar 2008 21:40 GMT | 3 |
We have the following code and I really don't think there is a problem with it: Public Sub printData(Data As String) On Error GoTo errHandle Printer.Print Data
|
| vb6.0 | 03 Mar 2008 21:30 GMT | 8 |
Q1.Difference between listbox and combo box. Q2.What are the new events in textbox that has been included in VB6.0 Q3.Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
|
| ASP, VB, and MSSQL using UTF-16 | 03 Mar 2008 19:36 GMT | 4 |
When I POST using UTF-16 on the web using ASP and VBScriipt (not .Net), to a MSSQL Server 2000, my data gets stored in weird characters. My application is used worldwide (Chinese, Japanese, German, Spanish...) all sharing the same database, but each location
|
| Respond to Cursor Keys with Form KeyPreview | 03 Mar 2008 19:16 GMT | 15 |
I am trying to duplicate the operation of some programs where pressing the left or right arrow keys will display a different file. I planned to use the Form's KeyPress (or KeyDown) event with Form.KeyPreview = True. However, it never gets to the event; the left/right keys move ...
|
| sending hex command/value from VB6... | 03 Mar 2008 18:23 GMT | 5 |
Hi. How do I send a hex value/command (0x41 for example) from VB6 MSComm1? Thank you.
|
| Programming MSAgent | 03 Mar 2008 18:08 GMT | 2 |
Trying to get started programming MSAgent using Visual Basic 2008 Express. I have VB6 working code, but cannot figure out the new syntax for setting up the initial declarations to get MSAgent working. Can somebody get me started with a simple Form with a textbox and a button ...
|
| Option Explicit not taken into account/ not working | 03 Mar 2008 17:58 GMT | 13 |
I experience it quite often that Option Explicit does not work anymore although it was specified in the current module, usercontrol or form. I do not want to create a new form or usercontrol anytime this happens and copy the old code into it just to get rid of the problem.
|