| Thread | Last Post | Replies |
|
| How to determine the width of the scrollbar in msflexgrid | 03 Feb 2004 21:23 GMT | 4 |
Howdy can anyone help me figure out how I could determine the width of the scrollbar (if and when present) in the msflaxgrid. I have been guessing 255 pixels but Unfortunatly Now I need accurate
|
| custom shaped textbox? | 03 Feb 2004 15:12 GMT | 1 |
Hi, is it possible to create a custom shaped textbox or create a form in which a small textbox is infront of a a lrger text but but both are visible? eg
|
| copy selected items of listbox to clipboard | 03 Feb 2004 03:01 GMT | 2 |
I can copy all items to the clipboard but not just those selected. This takes selections to another list. How can it be edited? Dim i As Intege If List1.ListIndex = -1 Then Exit Su For i = List1.ListCount - 1 To 0 Step -
|
| Combo Box Change Event | 03 Feb 2004 01:25 GMT | 3 |
I am simply trying to get one combo box to become visible when a certain value of another combo box is selected. Here is the code I hav Private Sub cmbSearch_Change( If cmbSearch.Text = "Number" The cmbSubmitter.Visible = Fals
|
| Discard multiple clicks of a button? | 03 Feb 2004 01:16 GMT | 2 |
I have a .NET Compact Framework application for Pocket PC 2003, with a button that runs some code on the click event. The problem is that if the button is clicked again while the code is executing, it executes again when it's done. If it's pressed five times, it's queued five ...
|
| how to show checkbox on msflexgrid | 02 Feb 2004 17:42 GMT | 2 |
|
| Shortcut keys (Access keys) problem | 02 Feb 2004 16:55 GMT | 2 |
I have a Windows Forms application with two panels of controls. Only one panel is visible at a time, but some controls on one panel share Shortcut Keys with controls on the other panel. The problem is that this seems to confuse Windows Forms. As an example, create a new Windows ...
|
| control's parent?? | 02 Feb 2004 15:59 GMT | 2 |
I have a usercontrol with a textbox, a button next to it, and picturebox below them. Normally the control displays just the textbox and button. When the user clicks on the button, the usercontrol increases in height and the picturebox is shown. Another click and the control's height ...
|
| How to scroll the inside of a picture box | 02 Feb 2004 15:46 GMT | 1 |
If I place 10 text boxes inside a picture box and size the picture so only half a visible, how can I scroll to view the others.
|
| Behaviour of event:Initialize | 02 Feb 2004 15:40 GMT | 3 |
I'm working on building in security into my ActiveX control for distribution/licensing, and I'm trying to find a way to make it easy for my customers to use my product. I'd like to have a check for a proper license in the Initialize event of
|
| Microsoft Multimedia Control 6.0 can't work!! | 02 Feb 2004 13:56 GMT | 1 |
My Code: MMControl1.DeviceType = "WaveAudio" MMControl1.FileName = "ALERT.WAV" MMControl1.Command = "Open"
|
| Inverse Tangent | 02 Feb 2004 13:10 GMT | 3 |
Which function does inverse tangent in vb6? In case I have a line called x1, y1 to x2, y2... I need to calculate the theta first to work out the distance between them. Thanks Jack
|
| Redirecting printer output | 02 Feb 2004 09:26 GMT | 5 |
Is there any way to redirect a printer's output to a picturebox or anything that can be saved to a bmp or gif file?
|