Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Apply skin VB2005
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Apply skin VB2005

 Post Reply Post Reply
Author
Message
klondono View Drop Down
Newbie
Newbie


Joined: 07 November 2006
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote klondono Quote  Post ReplyReply Direct Link To This Post Topic: Apply skin VB2005
    Posted: 07 November 2006 at 10:40pm

Please help:

I'm new so please bear w me.  This my code in the form_load event for vb2005:
 

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Me.AxSkinFramework1.LoadSkin(App.path & "Samples\SkinFramework\Styles\Office2007.cjstyles", "NormalAqua.ini")

AxSkinFramework1.ApplyWindow(Me.hWnd)

End Sub

End Class

 

When I put the "hWnd", I get an error message that says that "hWnd is not a member of windowsapplication1.form1"

Please help I have no idea what to do.  Thank you.
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 5:04am
As far as I know SkinFramework is not supported for .net languages
Back to Top
klondono View Drop Down
Newbie
Newbie


Joined: 07 November 2006
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote klondono Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 8:09am

I may be wrong but I believe it is supported since I can put the skinframework control on the form and VS2005 allows me to convert the samples (no sample exists for skinframework) from SuitePro 10.1. 

Any suggestions anyone?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 9:19am
no, it is not supported in anything but VS6.  You can add it to a 2005 form, but it will not skin windows form components.
Back to Top
klondono View Drop Down
Newbie
Newbie


Joined: 07 November 2006
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote klondono Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 10:43am
Thank you all for the response.  Is VB2005 supported by the 10.3 version of SuitePro?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 10:51am
Versio 9.8 and greater all support VS 2005, with exception of SkinFramework which is only available for VS6
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.