Re: flashplayer disaster Programming Web Development by pritaeas Silverlight. Re: php with silverlight or flex Programming Web Development by twiss Silverlight is running client-side, so you don't need a special server for it. PHP is server-side, so they can live together happily (just like PHP and flash, for example). Re: Silverlight Pixel Perfect Collision Detection Programming Web Development by LastMitch >Silverlight Pixel Perfect Collision Detection You have to post your code on **Daniweb**. I can't download zip files. Re: Proposing new sub-forums or topics Community Center Meta DaniWeb by Dani SilverLight is coded with the .NET Framework, and we encourage programming related questions to be posted within our .NET Framework forum. We've been keeping an eye out, but for right now there is too much overlap here. On the other hand, we also have a Graphics and Multimedia forum ([url]http://www.daniweb.com/forums/forum28.html[/url]) which … Re: Proposing new sub-forums or topics Community Center Meta DaniWeb by Dani > SilverLight is coded in .NET, but it's not the full framework, it's only a subset of it. Right, but as a subset, if you post in the .NET Forum, just about everyone who frequents there should be able to help with a Silverlight question, right? Re: Proposing new sub-forums or topics Community Center Meta DaniWeb by Fortinbra SilverLight is coded in .NET, but it's not the full framework, it's only a subset of it. I do agree that it does fit under Multimedia, but it does have so much more it offers. It does also fit under several other topics as well, which is why I made my suggestion. Re: About Animation developement Digital Media UI / UX Design by rajarajan2017 SilverLight. Flash is the Adobe product. Flash is used world wide when compare to silverlight Re: Software Development by program Community Center by Narue Silverlight is a framework, not a codeless RAD tool. What exactly are you looking to accomplish? Because you'll need to touch code [I]somewhere[/I] if any kind of professional result is the goal. Even with Dreamweaver I only use the designer as a base and then tweak from code views, simply because it gives me more control. Silverlight dataGrid Programming Software Development by darkelflemurian Hello everyone I have the following issue and i tried google but no success. I'm tired of this silverlight thing but i have no choice. here is the problem: I have a datagrid which populates itself from a database doing this [CODE] void svr1_getInformationCompleted(object sender, getInformationCompletedEventArgs e) {… Silverlight N00b needs help with event handling Programming Software Development by dunktap I have been looking into event handling with C# and Silverlight and I can't seem to grasp it. I'm simply trying to get this adding event handlers in managed code example to compile from [url]http://msdn.microsoft.com/en-us/library/cc189018(v=vs.95).aspx[/url] I keep getting the errors "The name 'TextBlock_MouseEnter' does not exist in the … silverlight Programming Web Development by Dhammakirty how to get content of RichTextBox in silverlight. Silverlight please wait window Programming Software Development by Mike Askew So I am currently working with custom silverlight extensions for a SAP application. The extension kicks off a an async WCF request and waits for the response. During which time I try the following: waitWindow = new RadWindow(); waitWindow.WindowStartupLocation = Telerik.Windows.Controls.… Silverlight with Visual Studio 2005 Programming Web Development by a_arunsankar Is there any possibility to use Silverlight with ASP.Net 2.0? If so, can anyone help me which version of Silverlight can be used with ASP.Net 2.0 and the how to use it? Silverlight and linq Programming Web Development by erum i need to show mesage box that show "RECORED ALreay exist ind datatabse " uisng linq and silverlight have single on code .xaml fiel code is here [CODE] private void createSurvey_Click(object sender, RoutedEventArgs e) { Service3Client client = new Service3Client(); //Int32 i; … Re: Silverlight designer page error in visual studio 2010 Programming Software Development by KushMishra Hi, I would suggest to please check your code first as you are getting a `NullException` which generally comes when you have some object set to null and you are performing some actions on the same. Moreover, if you don't have any code written and still facing the same issue, I would suggest you to uninstall Visual Studio, clear your registry and … Re: silverlight Programming Web Development by Ramesh S Take a look at the following links. [URL="http://www.silverlightshow.net/items/Building-a-Framework-for-Silverlight-Line-Of-Business-Applications.aspx"]Building a Framework for Silverlight Line-Of-Business Applications[/URL] [URL="http://silverlight.net/community/samples/silverlight-samples/"]Silverlight Community Samples[/… Re: SilverLight Programming Web Development by kvprajapati Take a look at this article - [URL="http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx"]http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx[/URL] Re: silverlight Programming Web Development by kvprajapati [URL="http://silverlight.net/"]http://silverlight.net/[/URL] is the official microsoft silverlight webite. Re: silverlight Programming Web Development by Piya27 I have gone through silverlight applications and now I have built a basic application, but I am still confused about its code part. Could any one please tell me what structure does it use? Do silverlight projects use MVC structure? Also I want to know about database contectivity in Silverlight. I have read through some tutorials and books but … Re: Silverlight? Programming Software Development by kvprajapati Have a look at official Microsoft [URL="http://www.silverlight.net/learn/"]Silverlight[/URL] site. - silverlight Programming Web Development by Piya27 Hi All, Can anyone please suggest some good tutorial for SilverLight Business Application (in C#) ASP.NET??? SilverLight Programming Web Development by newtonvlm I Add hyperlink control in dataGrid in SilverLight but when i click the hyperlink control the page is not getting navigte?........ Silverlight? Programming Software Development by lxXTaCoXxl I'm trying to learn how write Silverlight applications and implement them into my website. I also can't figure out how to add a timer component to it. I know a little bit about C# programming but almost nothing about HTML. So any help is appreciated here. Silverlight Programming Web Development by syd919 Does anyone know if silverlight supports making a menubar like in windows forms? Microsoft Tafiti, the forgettable Silverlight search experience Digital Media Digital Marketing Search Engine Strategies by happygeek Microsoft has been keen to get me to take a look at a new experimental site launched to showcase the potential of its Silverlight technology. [URL="http://www.tafiti.com"]Tafiti[/URL], which apparently means 'do research' in Swahili, is the site in question. An exploration of two trends: search specialization and the Web 2.0 rich user … Moonlight Steals Spotlight From Silverlight Digital Media UI / UX Design by EddieC I laugh inside when Microsoft loses ground, even in the slightest way. It’s particularly sweet when Redmond loses to a company like Novell, which owned the LAN market it pioneered through the 1990s, only to have it ripped from its grasp by the totally inferior Windows NT. This week Novell’s Miguel de Icaza announced the first public (pre-beta) … updating silverlight on visual studio 2010 professional Programming Web Development by cool_zephyr hello, my visual studio 2010 came with silverlight 3..now i have to use 3rd party components that require silverlight 4 above..so i installed silverlight 5 for developers..but when creating a silverlight application visual studio only shows silverlight version 3..could anyone help me please?? i get the following error in the designer view [code… Video recording and transcoding/compression in silverlight Programming Software Development by asifjavaid Hi All, I want to develop an application in which I want to record a video in **silverlight** and send it to the server. I have the following questions in my mind. 1. In which format the video will be record in silverlight using Webcam ? (Raw format OR WMV OR anything else ?) 2. If it is a Raw format, then can we transcode it to WMV OR any other … Re: Moonlight Steals Spotlight From Silverlight Digital Media UI / UX Design by scru Quick fact - Microsoft actually partnered with Novell to push Moonlight out to the niche Linux market. "Who in their right mind would install Silverlight over Flash as their runtime for browser-based RIAs?" you make it sound as though the two can't co-exist peacefully. As though you can't install both and be happy. To answer your … Re: Video recording and transcoding/compression in silverlight Programming Software Development by asifjavaid Hi Ketsuekiame, I have got lot of understanding how to proceed with this further. Yes you are right I will use streaming to the server. For sending webcam stream to a specific IP Address and port, I have gone through the article http://www.silverlightshow.net/items/The-ABC-of-streaming-in-Silverlight.aspx But in this article, it shows that the …