| Thread | Last Post | Replies |
|
| how to change cursor shape in RichTextBox | 11 Jan 2004 16:10 GMT | 8 |
A trivial (?) question: does anyone know how to change the shape of the cursor in a RichTextBox control from the normal vertical line to an underscore?
|
| Help in [LINE/COL] in a textarea | 11 Jan 2004 15:27 GMT | 1 |
I have two simple problem when programing with vbscript(that has many semelhances with VB): 1. I want to display the LINE and the COL of a textarea in HTML, of the position of the digitation cursor.
|
| Can my Class module property let update a label caption on a form? | 11 Jan 2004 15:23 GMT | 4 |
I made a class module to define a class. In the property let of a property i want when the property is set to a new value, the caption of a label on a form in my program should be updated to reflect the new value.
|
| VB 4.0 UK full package - 50 euros !! | 11 Jan 2004 14:49 GMT | 3 |
with CDRoms, books, licence, ..... Where ? : south of BELGIUM elcrac@yahoo.com
|
| VB5 - Anyone can Lend me a CD for Reinstall? | 11 Jan 2004 13:56 GMT | 3 |
I have a favorite client that I have helped for over a decade, developing projects going all the way back to VB3 and windows 3.1 Some of largest projects that I completed were written in VB5 (professional edition) with lots of Sheridan add-ons.
|
| MSCOMM32.OCX | 11 Jan 2004 10:31 GMT | 5 |
When I use hyperterminal the data is received with no problem, but when I set up the same parameters using mscomm32.ocx some datas are lost. Anybody know how to solve this problem?
|
| Weird ADO/Common Dialog Bug (VB6) | 11 Jan 2004 03:20 GMT | 4 |
I have been experience a strange situation with my ado controls when using a Common Dialog box . You can reproduce the error in the following manner: -Start a new project
|
| xp developer packaing wizard | 11 Jan 2004 03:20 GMT | 2 |
I have compatibilityproblems in packages produced by Visual basic packaging wizard - I should have produced the export of the registry file in regedit4, but how do I do it so it is available to the wizard.
|
| Date Query | 10 Jan 2004 23:12 GMT | 1 |
i want to show transactions accord to a specific date range. i have A Table called tbltrans: ID \ DATE \ CHARGE \ PAY ----------------------------------
|
| good practice for VB code | 10 Jan 2004 21:42 GMT | 3 |
Hi group, I have a couple of projects with up to 8 forms. On most projects I write the code on each form with no modules. The last project I use 1 module and minimal code on each form , in fact just the
|
| Can StrConv be faster? | 10 Jan 2004 21:32 GMT | 1 |
I am creating a proxy server and all the data that is passing through me requires a lot of StrConv calls, from and back to Unicode. I've tested the Internet traffic speed and there are serious differences between using and not using my proxy.
|
| Changing Web Page's Back Color at Runtime??? | 10 Jan 2004 17:28 GMT | 1 |
How to change Web Page's back color at runtime? I tried to refernce the current web page by using "ME." but it doesn't show back color or fore color. Thanks
|
| somewhat advanced API question | 10 Jan 2004 16:59 GMT | 2 |
I'm trying to develop an application that basically adds extra buttons to the titlebar of a window, aside from the standard Minimize, Maximize/Restore and Close buttons. My initial strategy was to create a small form that looks exactly like
|
| Anyone know the Unicode equivalent of Clipboard.SetText? | 10 Jan 2004 15:03 GMT | 8 |
I need to copy some Unicode text to the Clipboard, but it ain't happening. :/ If there's no equivalent in VB, what's the API call?
|
| vb.Net 's inherited DataGrid dosen't Work in parent-Child mode | 10 Jan 2004 14:41 GMT | 1 |
I have inherited from Datagrid Class and just add a new method there. while using this new inherited calss in a master-detail mode (master Grid and detail grid) I used a datatable as the master for binding first grid and a permanet ralation with child table for
|