Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > .NET WinForms
  New Posts New Posts RSS Feed - ResourceFile in Calendar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedResourceFile in Calendar

 Post Reply Post Reply
Author
Message
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibra Quote  Post ReplyReply Direct Link To This Post Topic: ResourceFile in Calendar
    Posted: 22 October 2009 at 4:54pm
 
I use the Calendar solution sample shipped in Xtreme SuiteControl v.13.2.
How set the ResourceFile for Calendar control?

If I try to set in frmMain1_Load sub:
CalendarGlobalSettings.ResourceFile = "D:\Sample\XTPResourceIt.dll"
return error that say
reference to a not shared member require a object reference
 
CalendarGlobalSettings.ResourceFile string appear marked
Dll file exists then isn't this the problem.
 
 
Thank
 
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2009 at 8:35am

Hi,

in .NET you have create CalendarGlobalSettings object first.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibra Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2009 at 12:42pm
Thank.
Now I have understood.
 

Dim calGlobalSettings As XtremeCalendarControl.CalendarGlobalSettings

calGlobalSettings = New XtremeCalendarControl.CalendarGlobalSettings

calGlobalSettings.ResourceFile = "D:\Sample\XTPResourceIt.dll"


gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
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.