473,503 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

outlook calander

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

Jul 12 '07 #1
7 1856

"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@microsof t.com...
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."
Jul 12 '07 #2

which calander control you mean?

is it free?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ux**************@TK2MSFTNGP04.phx.gbl...
>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@microsof t.com...
>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."
Jul 12 '07 #3

"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:BF**********************************@microsof t.com...
>
which calander control you mean?

is it free?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ux**************@TK2MSFTNGP04.phx.gbl...
>>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@microso ft.com...
>>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/lib...imepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/lib...hcalendar.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ü
-----------------------
"This reply is provided as is, without warranty express or implied."


Jul 13 '07 #4

Thanks but I am looking for an outlook-like calander. Have you tried any?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:BF**********************************@microsof t.com...
>>
which calander control you mean?

is it free?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ux**************@TK2MSFTNGP04.phx.gbl...
>>>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@micros oft.com...
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/lib...imepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/lib...hcalendar.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ü
-----------------------
"This reply is provided as is, without warranty express or implied."

Jul 13 '07 #5
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" <jr****@hotmail.comwrote in message
news:A8**********************************@microsof t.com...
>
Thanks but I am looking for an outlook-like calander. Have you tried any?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
>>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:BF**********************************@microso ft.com...
>>>
which calander control you mean?

is it free?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ux**************@TK2MSFTNGP04.phx.gbl...

"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@micro soft.com...
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/lib...imepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/lib...hcalendar.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ü
-----------------------
"This reply is provided as is, without warranty express or implied."


Jul 14 '07 #6
On Fri, 13 Jul 2007 01:19:41 +0300, "Jassim Rahma"
<jr****@hotmail.comwrote:
>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.

--
http://bytes.thinkersroom.com
Jul 14 '07 #7

and both are too expensive!!
"Brian" <br*********@cox.netwrote in message
news:RR*********************@newsfe17.phx...
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" <jr****@hotmail.comwrote in message
news:A8**********************************@microsof t.com...
>>
Thanks but I am looking for an outlook-like calander. Have you tried any?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
>>>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:BF**********************************@micros oft.com...

which calander control you mean?

is it free?
"Kerem Gümrükcü" <ka*******@hotmail.comwrote in message
news:ux**************@TK2MSFTNGP04.phx.gbl...
>
"Jassim Rahma" <jr****@hotmail.comschrieb im Newsbeitrag
news:20**********************************@micr osoft.com...
>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/lib...imepicker.aspx

[MonthCalendar Class]
http://msdn2.microsoft.com/en-us/lib...hcalendar.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ü
-----------------------
"This reply is provided as is, without warranty express or implied."


Jul 14 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1324
by: Dave | last post by:
Is this even possible? In particular, I'd like to use the calander controls in Outlook 2003. I have Visual Studio 2003 installed and I also have the full Office 2003 installed (with Infopath which...
3
3847
by: Michael Evanchik | last post by:
Im not getting any error messages but the event is not going off when i click the button it just posts back to the same page. I know this code has worked outside of Calanders with the same code. ...
0
1117
by: Brian Henry | last post by:
is there a way to just show a calander control, and now allow people to click on the links with out disableing it so its all gray? thanks!
2
5795
by: James | last post by:
Is it possible for me to generate Outlook objects in an ASP.NET application on a web server (like a calander event for example) and then attach that object to an email so that the recipient can...
3
1148
by: Kurt Schroeder | last post by:
Hi, quick question: this, calSelect1.SelectedDate.DayOfWeek, will return the numeric day ofthe week for a given calander called calSelect1. is there a function or method that can give me the text...
0
879
by: si_owen | last post by:
Hi folks, I have a working calendar control on twp pages. one page to add events to a date, stored in database. and a second page to purely view the events in a gridview, which displays the...
4
2635
by: remya1000 | last post by:
I'm using ASP with MSAccess as database. i have two text box and one button in my page. and i need to select dates from calander and display it in this two textbox. but i dont need to place a...
16
2409
manoj9849967222
by: manoj9849967222 | last post by:
Hi All I have two Textbox "Textbox1" & "Textbox2" i want to use a calander control to populate the textbox. But i dontknow how to use the calander control. could any one suggest how to...
4
1109
by: sudagnr | last post by:
Hi, a calander control should be visible when i click on image button and on selection of date on a calander control should dispaly in a text box. this should be done in client side. Can...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7084
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.