473,800 Members | 2,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

where to find system.windows assembly

i need to create a clock object which is apparently in the clock class under
System.Windows. Media.Animation . i've tried adding a reference to this
assembly, but the closest thing i can find is System.Windows. Forms.

where can i find/install this assembly?

tks
Nov 17 '05 #1
5 6276
Dica,

The online documentation states that this is in presentationcor e.dll.
This is for the Windows Presentation Foundation. Do you have the WinFX
assemblies installed on your machine, as well as the SDK?

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Dica" <ge*****@hotmai l.com> wrote in message
news:pP******** ************@ro gers.com...
i need to create a clock object which is apparently in the clock class
under
System.Windows. Media.Animation . i've tried adding a reference to this
assembly, but the closest thing i can find is System.Windows. Forms.

where can i find/install this assembly?

tks

Nov 17 '05 #2
> where can i find/install this assembly?

It's part of WinFX, not the regular .NET Frameowork. Preview releases of the
WinFX SDK are available for download from MSDN, but I'm not sure it's really
the solution in this case. What kind of clock are you looking for?

Mattias

Nov 17 '05 #3

"Mattias Sjögren" <Ma***********@ discussions.mic rosoft.com> wrote in message
news:18******** *************** ***********@mic rosoft.com...
where can i find/install this assembly?
It's part of WinFX, not the regular .NET Frameowork. Preview releases of

the WinFX SDK are available for download from MSDN, but I'm not sure it's really the solution in this case. What kind of clock are you looking for?
it's for a timesheet application. i need a stopwatch styled clock so we can
bill clients from the moment the user clicks the "start billing time" button
to the "end billing time" button. the clock should have a
hours/minutes/seconds hand.

any suggestions?

Mattias

Nov 17 '05 #4
Dica,

The clock that you are referring to in the documentation is not a visual
representation of a clock, but a timer of sorts.

For a control like this, you could easily write one yourself (the
drawing isn't that difficult), or you could find a third party control.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Dica" <ge*****@hotmai l.com> wrote in message
news:wL******** ************@ro gers.com...

"Mattias Sjögren" <Ma***********@ discussions.mic rosoft.com> wrote in
message
news:18******** *************** ***********@mic rosoft.com...
> where can i find/install this assembly?


It's part of WinFX, not the regular .NET Frameowork. Preview releases of

the
WinFX SDK are available for download from MSDN, but I'm not sure it's

really
the solution in this case. What kind of clock are you looking for?


it's for a timesheet application. i need a stopwatch styled clock so we
can
bill clients from the moment the user clicks the "start billing time"
button
to the "end billing time" button. the clock should have a
hours/minutes/seconds hand.

any suggestions?

Mattias


Nov 17 '05 #5

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:ev******** ******@TK2MSFTN GP12.phx.gbl...
Dica,

The clock that you are referring to in the documentation is not a visual representation of a clock, but a timer of sorts.

For a control like this, you could easily write one yourself (the
drawing isn't that difficult), or you could find a third party control.
i see. tks nicholas



--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Dica" <ge*****@hotmai l.com> wrote in message
news:wL******** ************@ro gers.com...

"Mattias Sjögren" <Ma***********@ discussions.mic rosoft.com> wrote in
message
news:18******** *************** ***********@mic rosoft.com...
> where can i find/install this assembly?

It's part of WinFX, not the regular .NET Frameowork. Preview releases
of the
WinFX SDK are available for download from MSDN, but I'm not sure it's

really
the solution in this case. What kind of clock are you looking for?


it's for a timesheet application. i need a stopwatch styled clock so we
can
bill clients from the moment the user clicks the "start billing time"
button
to the "end billing time" button. the clock should have a
hours/minutes/seconds hand.

any suggestions?

Mattias



Nov 17 '05 #6

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

Similar topics

0
2111
by: Don | last post by:
I intermittently get a runtime Compilation Error that says 'The compiler failed with error code 2000'. It appears that a DLL cannot be found in the 'temporary asp.net files' directory. The Detailed Compiler Output is at the bottom of this post. This is a custom dll named UtilitiesINGR.dll that I put in the GAC. I added a machine.config entry to instruct my app to use the GAC entry. Now I need to remove the dll from the GAC so I can...
3
7225
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll' WARNING: Unable to...
0
755
by: Kirk | last post by:
I'm trying to use a Web Service to be a Remoting client of an existing ..NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. The same code works fine in a standalone app. I have inspected System.Runtime.Remoting.dll with ildasm, and I can see the ....Channels.Http namespace there. I verified that the virtual directory is configured to use v2.0.50727 (the error message...
1
2009
by: tony | last post by:
Hello! I just want to find out how the system find the name to set on a assembly User control dll. I have done this. 1. Create a user control - Here the namespace was set by the system to WindowsControlLibrary2 - The name of the class was also set by the system to UserControl1 - The name of the assembly dll was set by the system to
0
1433
by: Lambuz | last post by:
Hi all, I've got this problem. I've to implemente a solution like the example in http://support.microsoft.com/default.aspx?scid=kb;EN-US;313891, but I can't configure correctly the example. Every time I click on the textBox a System.Security.SecurityException is raised.
3
17618
by: groovyjman21 | last post by:
Hi, I am using FXCop on my c# project and it is complaining about signing the assembly with a strong name key. All the documentation I can find says to do: using System.Reflection; .... namespace Foo Which is fine, except that I need to add a reference in my Project to the System.Reflection.dll assembly and I can't find it. I have .NET
3
16169
by: Marco Shaw | last post by:
I've got some C# code to create a custom PowerShell cmdlet with these statements: .... using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; .... My compile fails using csc.exe:
7
4154
by: Bryan | last post by:
Hi , I am using ADO (ADODB) with access database. Not sure what I am doing wrong.here. Can anyone please help me? string mdbFile = System.IO.Directory.GetCurrentDirectory() +" \\bTrack.mdb;" ADODB.Connection conn = new ADODB.Connection(); ADODB.Recordset rs = new ADODB.Recordset(); string connString =string.Format("Provider=Microsoft.Jet.OLEDB.4.0; Data Source={0}", mdbFile); string query = "Select * from Client";
1
2978
by: blondsecret | last post by:
Hello everyone, after installing a Strokes 'easylearning' CD-Rom, following dialogue is shown to me: Microsoft .NET Framework An unhandled exception has occurred in a component in your application. Cannot find column exerID. Now I reallly dont know how to fix that and what that all does mean. Can anyone help me? Thanks in advance.
0
9690
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9551
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10505
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5471
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
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 we have to send another system
2
3764
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.