| Thread | Last Post | Replies |
|
| Chirag:Property Changed but could not be saved | 31 Jan 2004 17:37 GMT | 1 |
This is the code for the UserControl Developed by me Dim mFrameCaption As String Public Property Get FrameCaption() As String FrameCaption = mFrameCaption
|
| Anyone has some handy code to recurse a Treeview control? | 31 Jan 2004 10:53 GMT | 3 |
|
| TextBox Format in VB.net | 31 Jan 2004 00:52 GMT | 1 |
I have seen how to use the dataformat property in vb6 to set the textbox format. Now the dataformat property is not available in vb.net, how do I set the format of a textbox to currency, or anything else. I am binding the textbox to a dataset through a sqldataadapter. Any help ...
|
| Access Control in VB 6.0 | 31 Jan 2004 00:40 GMT | 1 |
I need to show Access report in my VB application. One problem is that I don't want user touch anything in Access except report preview screen. How can I disable or hide tabel, qurey,form,module and report modify ?
|
| Combo box click event problem | 31 Jan 2004 00:00 GMT | 1 |
When I use combo box click event on my application, I have this problem time to time. After click event is done combo box text is gone. Does anyone has this problem? How can I sovle this problem?
|
| vbprndlg | 30 Jan 2004 22:27 GMT | 2 |
In Visual Basic it is not possible to access a specific printer tray using VB's standard common dialog component. The component only prints to the default tray. I found a component on Microsoft's website (Vbprndlg) which does have support for multiple trays. However, this still ...
|
| Help with SSTab | 30 Jan 2004 17:26 GMT | 4 |
I am using an SSTab on a form and need to clear some messages when the user moves to a different tab. I have looked through all the properties and methods and can't find any way of doing this.
|
| Compile Error: Can't find project or library | 30 Jan 2004 15:39 GMT | 1 |
My VB 6.0 project uses WinSock, DHTMLED.OCX, Microsoft Internet Controls and several others and I have set these in the project reference. However when I tried to compile the project. I received this error
|
| Add application to Windows Task Scheduler from VB6 | 30 Jan 2004 15:34 GMT | 1 |
We have developed an application in VB6 (say AA.exe). We wish to schedule the execution of this application (AA.exe) through Windows Task Scheduler. Is there a way through which we can add this application (AA.exe) to
|
| SSTab | 30 Jan 2004 15:33 GMT | 2 |
I am using SSTab in my program with Two tabs (Tab1 and Tab2). I like to change the color of caption of Tab2 to Red. Is it possible. If yes then how can achieve it. Nilesh
|
| How do I resize all items within my control | 30 Jan 2004 12:57 GMT | 3 |
I have an OCX that contains many items such as the msflexgrid, textboxes,comboboxes labels and command buttons. This control can be dropped on a form or tab. I was using a resize control that was automating the resizing of each control in my control but unfortunatly when my control ...
|
| Use og keyboard arrow keys fires ItemClick in ListView control | 30 Jan 2004 04:03 GMT | 1 |
The use of the up/down arrow keys to navigate through a ListView control in Report View fires the ItemClick event. This makes it impossible to highlight an entry with the keyboard prior to clicking with the mouse. Setting the form's KeyPreview to True to try to intercept the ...
|
| EditMask | 30 Jan 2004 00:56 GMT | 3 |
I am looking for a flexible third party Masked Edit control (ocx control) for handling the numeric and datetime input, could anyone pls kindly introduce me a good one? Any download-link for the trail version would be appreciated.
|
| Another one for the DateTimePicker | 29 Jan 2004 23:49 GMT | 2 |
Does any one know if there's a way to change to another language DateTimePicker's date area? Thanks in advance,
 Signature Félix Meléndez
|
| Subtracting one time from another | 29 Jan 2004 20:37 GMT | 1 |
Useing Vb I have a text box which shows the current time, ie: 15:12:3 Another text box shows the time later, ie: 20:10:1 I have tried converting them to whole numbers, subtracting, and returning to the time reading. That didn't work
|