CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Magic Ink

Search: Search took 0.02 seconds.

  1. Re: [AdoDB or AdoDC] Compile Error: Procedure declaration does not match description

    This sounds like the issue being discussed in http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/3a4ce946-effa-4f77-98a6-34f11c6b5a13
  2. Replies
    3
    Views
    792

    Re: Replacement of Sheridian Controls ?

    See Microsoft DataGrid Control 6.0 (SP6)(OLEDB)
  3. Replies
    3
    Views
    1,033

    Re: Retrieve Modal Ownerform Name

    Try this in the modal form;

    Private mCallingForm As Form

    Public Sub OpenModal(Owner As Form)
    Set mCallingForm = Owner
    Show vbModal, Owner
    End Sub

    Private Sub Form_Activate()
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured