outlook calander

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

is there any way to steel the outlook calander control and use in my windows
for application?
 
Jassim Rahma said:
is there any way to steel the outlook calander control and use in my
windows for application?


Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously possible
to use it on your application. I dont use Outlook so i dont know but as i
said, if there is a activex control available for it or its a COM Object you
will likely able to use it. But why dont you use the .NET Calendar Control?
It works fine and has everything you need, and if not, just derive from it
and extend it with your own functionality. There are tons of examples for
this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 
which calander control you mean?

is it free?


Kerem Gümrükcü said:
Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously possible
to use it on your application. I dont use Outlook so i dont know but as i
said, if there is a activex control available for it or its a COM Object
you
will likely able to use it. But why dont you use the .NET Calendar
Control?
It works fine and has everything you need, and if not, just derive from it
and extend it with your own functionality. There are tons of examples for
this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 
Jassim Rahma said:
which calander control you mean?

is it free?


Kerem Gümrükcü said:
Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously possible
to use it on your application. I dont use Outlook so i dont know but as i
said, if there is a activex control available for it or its a COM Object
you
will likely able to use it. But why dont you use the .NET Calendar
Control?
It works fine and has everything you need, and if not, just derive from
it
and extend it with your own functionality. There are tons of examples for
this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü

Hi Jassim,

yes its free.Check this out:

[DateTimePicker Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datetimepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.monthcalendar.aspx


Search the web for more information or extended classes.
But first try it by your own.

Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 
Thanks but I am looking for an outlook-like calander. Have you tried any?


Kerem Gümrükcü said:
Jassim Rahma said:
which calander control you mean?

is it free?


Kerem Gümrükcü said:
is there any way to steel the outlook calander control and use in my
windows for application?


Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously possible
to use it on your application. I dont use Outlook so i dont know but as
i
said, if there is a activex control available for it or its a COM Object
you
will likely able to use it. But why dont you use the .NET Calendar
Control?
It works fine and has everything you need, and if not, just derive from
it
and extend it with your own functionality. There are tons of examples
for this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü

Hi Jassim,

yes its free.Check this out:

[DateTimePicker Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datetimepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.monthcalendar.aspx


Search the web for more information or extended classes.
But first try it by your own.

Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 
Two third party control libraries come to mind. Take a look at the
Infragistics.com and DevExpress.com
Web sites, I've seen Outlook style scheduling controls on both but have not
used either.

HTH,
Brian

Jassim Rahma said:
Thanks but I am looking for an outlook-like calander. Have you tried any?


Kerem Gümrükcü said:
Jassim Rahma said:
which calander control you mean?

is it free?



is there any way to steel the outlook calander control and use in my
windows for application?


Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously
possible
to use it on your application. I dont use Outlook so i dont know but as
i
said, if there is a activex control available for it or its a COM
Object you
will likely able to use it. But why dont you use the .NET Calendar
Control?
It works fine and has everything you need, and if not, just derive from
it
and extend it with your own functionality. There are tons of examples
for this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü

Hi Jassim,

yes its free.Check this out:

[DateTimePicker Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datetimepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.monthcalendar.aspx


Search the web for more information or extended classes.
But first try it by your own.

Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 
is there any way to steel the outlook calander control and use in my windows
for application?

If you want to have a calendar control, I suggest you get a component
for that. DevExpress have a good one.
 
and both are too expensive!!


Brian said:
Two third party control libraries come to mind. Take a look at the
Infragistics.com and DevExpress.com
Web sites, I've seen Outlook style scheduling controls on both but have
not used either.

HTH,
Brian

Jassim Rahma said:
Thanks but I am looking for an outlook-like calander. Have you tried any?


Kerem Gümrükcü said:
which calander control you mean?

is it free?



is there any way to steel the outlook calander control and use in my
windows for application?


Hi Jassim,

if its an OLE Server or ActiveX Component, then it is obviously
possible
to use it on your application. I dont use Outlook so i dont know but
as i
said, if there is a activex control available for it or its a COM
Object you
will likely able to use it. But why dont you use the .NET Calendar
Control?
It works fine and has everything you need, and if not, just derive
from it
and extend it with your own functionality. There are tons of examples
for this
on internet available,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
-----------------------
"This reply is provided as is, without warranty express or implied."



Hi Jassim,

yes its free.Check this out:

[DateTimePicker Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datetimepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.monthcalendar.aspx


Search the web for more information or extended classes.
But first try it by your own.

Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top