This is a migrated thread and some comments may be shown as answers.

Scheduler ExamplesForm

4 Answers 277 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Christine
Top achievements
Rank 1
Christine asked on 13 Aug 2014, 05:28 PM
I am trying to use the scheduler examples using Telerik UI for Winforms Q1 2014 but getting errors.   Where do I get the ExamplesForm and Telerik.Example .dlls?

​Imports Telerik.QuickStart.WinControls
Imports Telerik.WinControls.UI
Imports Telerik.Examples.WinControls.DataSources
Imports Telerik.Examples.WinControls.DataSources.SchedulerDataSetTableAdapters
Imports Telerik.WinControls.Enumerations
Imports Telerik.WinControls.UI.Scheduler.Dialogs
Imports System.Data.OleDb

Namespace Telerik.Examples.WinControls.Scheduler.DataBinding
Partial Public Class Form1
Inherits ExamplesForm
Private appointments As List(Of MyAppointment) = Nothing
Private resources As List(Of MyResource) = Nothing
Private schedulerDataSet As SchedulerDataSet = Nothing

4 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 18 Aug 2014, 08:33 AM
Hello Christine,

Thank you for writing. 

The entire examples solution along with all resources that it uses is available in the installation folder (C:\Program Files (x86)\Telerik\UI for WinForms Q2 2014\Examples\QuickStart).

I hope this helps. Should you have any other questions do not hesitate to ask.
 
Regards,
Dimitar
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Eduardo
Top achievements
Rank 1
answered on 17 Dec 2014, 06:35 PM
Hello.. I Just installed the Telerik  and I am trying to make a Schedulle example.

What I did was :

Opened a new winform project and copy and past the code in the example "scheduler firt look".

But I am getting a lot of errors message, please look at attached file.

Can someone please tell me what I missed...

Thank you in advance.

Eduardo
0
Dimitar
Telerik team
answered on 22 Dec 2014, 02:18 PM
Hi Eduardo,

Thank you for writing.

First of all you should make sure that your project has all needed assemblies referenced (in this case Telerik.WinControls.Scheduler, TelerikCommon, Telerik.WinControls.UI and Telerik.WinControls). In addition you should make sure that your form contains all the needed controls (you can examine the Form1.designer.vb file - see attached image). The last step is to change your form to inherit RadForm not the ExamplesForms since it is used internally. 

If you need any specific information you can take a look at our documentation as well: Scheduler.

I hope this will be useful. Should you have further questions, I would be glad to help.
 
Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ernesto
Top achievements
Rank 1
answered on 10 Jan 2017, 10:38 PM
lori
Tags
Scheduler and Reminder
Asked by
Christine
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Eduardo
Top achievements
Rank 1
Ernesto
Top achievements
Rank 1
Share this question
or