OCX OCX OCX OCX OCX OCX 
Author Message
 OCX OCX OCX OCX OCX OCX

I am creating a new control.
I want to provide one of the properties with an ellipsis-button, (.).
I only want to show a commondialog.

Is this done by using property pages?
If so, how do i make the propety pages invisible?
I managed to create this:

Private Sub PropertyPage_EditProperty(PropertyName As String)
  CommonDialog1.ShowOpen
  SelectedControls(0).databasename = CommonDialog1.FileName
  SendKeys "{enter}"         'closes the property-window
End Sub



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. GTDate32.ocx, GTMask32.ocx GTNum32.ocx

2. mscomctl.ocx and mscomct2.ocx

3. Help - Problem with mci32.ocx/mciwndx.ocx on client machine

4. Splitter Window OCX for VB, Scrollable Container OCX for VB

5. Illegal operation (crystl32.ocx and dbgrid32.ocx) when exiting program

6. Sites free for OCX controls - Onde obter componentes OCX para VB6

7. DB-Library/OCX and OCI/OCX

8. Illegal Operation crystl32.ocx and dbgrid32.ocx

9. Ocx in Ocx dependency problem !

10. mscomctl.ocx and comctl.ocx

11. Problems with COMDLG32.OCX and TABCTL32.OCX

12. ntsvc.ocx Any one know where I can find this ocx

 

 
Powered by phpBB® Forum Software