search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged vb.net

Critical Path Management

Answered: This tutorial (http://code.daypilot.org/68118/gantt-chart-tutorial-asp-net-sql-server-c-vb-net) uses the Scheduler control in Gantt mode (ViewType="Gantt") which has limited capabilities. You might w...

Change Date Format

Answered: DayPilotScheduler1.VisibleStart is a DateTime object so you can get a custom formatted string from it using ToString(): DayPilotScheduler1.VisibleStart.ToString("yyyy-MM-dd"); See also here: http...

Control for MVC ASP.Net

Answered: Unfortunately a MVC version not available at the moment.

Booking for multiple tables

Answered: This scenario is not covered by the tutorial. However, you can select multiple time ranges at once using "time range multi-selecting" feature: http://doc.daypilot.org/scheduler/time-range-multi-selec...

how

Answered: The Gantt chart in this tutorial is based on the Scheduler control (it's the Scheduler controls switch to Gantt using ViewType="Gantt"). See also: http://doc.daypilot.org/scheduler/gantt-chart/ That ...

Calender controls

how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy

Old Licence

Answered: Versions 5.3 and 5.8 are more than 6 years old and most likely will not work with this tutorial sample code. It's also not recommended to use an unsupported version in production. If you want to make...

Remove Demo Title From the Tool

Answered: The tutorial includes a trial version of DayPilot Pro for ASP.NET WebForms. The trial version is not licensed for production use and displays a DEMO label. If you want to use the code in production a...

ViewType

Answered: The timesheet view (ViewType="Days") is only supported in DayPilot Pro. It looks like you might be using the Lite version. See also: http://doc.daypilot.org/scheduler/timesheet/

entity framework

how can i implement the sql link via entity framework

Can i have this on Delphi - Pascal?

Answered: Unfortunately this only works on .NET. I'm not sure if there is any EWS library for Delphi available. The Microsoft EWS library is a wrapper around the Exchange Web Services API (SOAP) which can be a...

Daypilot Scheduler - Export to PDF

Answered: If you want to add custom header and footer to each PDF page simply use the code from "Add Title to PDF" section: // create a graphics object for PDF page modification XGraphics gfx = XGraphics.Fr...

how to edit create events with recources ?

how to edit create events with recources ? can you give us examples with recouces

attributes like name and project codes

Hello, is there a mechanism to capture other attritbutes from user, Errors in does not work with the version on your site in VS 2015 .NET 4.6 thanks

how many days are used this template code?

Answered: 1. If you are asking about the number of days visible in the Scheduler - this sample configuration displays 365 days but you can configure it using Days property. 2. If you are asking about the licen...

How do I connect DayPilot Navigator with DayPilot Month in VB.NET?

Answered: I'll try to clarify: There are two events that the Navigator control is firing: VisibleRangeChanged - fires when the user clicks the < or > links in the navigator header (to switch to the next/previo...

Create a new Resource booking in schedule by clicking on schedule date

Answered: News. I tried using TimeRangeSelectedHandling= "JavaScript" TimeRangeSelectedJavaScript = "openPopup(start, end, column);" and this as per example on site function openPopup(e) { window.open('booking...

daypilot and VB.net

Answered: 1. All the examples are in C# but you can use VB.NET instead without problems. JavaScript is only required on the client-side. The client-side code is necessary when you want to fine-tune the perform...

DayPilot Lite in Winforms?

Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...

Using Callback to update DB records

Answered: VB.NET is not my primary language buIt seems that you are missing Handles DayPilotCalendar1.EventMove in Protected Sub DayPilotCalendar1_EventMove(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.E...
Previous Questions 31-50 of 50