×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Anyone knows of an example for crea

Anyone knows of an example for crea

Anyone knows of an example for crea

(OP)
Anyone knows of an example for creating property manager view using "ProperyMangaerPage" method in VB? I tried to creat it using C++ COM and I keep getting an "unknown error, contact Solidworks" message.

I am hoping I can have better luck with VB.

Thanks.

jevakil@mapdi.com

One nuclear bomb can ruin your whole day.

RE: Anyone knows of an example for crea

    Dim swApp As SldWorks.SldWorks
    Dim swPart As SldWorks.PartDoc
    Dim swPage As PropMgr
    Dim Retval As Long

    Set swApp = CreateObject("SldWorks.Application")
    If Not (swApp.ActiveDoc Is Nothing) Then
        If swPage Is Nothing Then
            Set swPage = New PropMgr
            swPage.Show 'display it
        Else
            swPage.Show
        End If
    End If

RE: Anyone knows of an example for crea

(OP)
Thank you gentlemen.

Regards

jevakil@mapdi.com

One nuclear bomb can ruin your whole day.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources