| Thread | Last Post | Replies |
|
| WebCam, encode, stream | 05 Nov 2008 19:39 GMT | - |
I'd like to capture live video from the web cam, interleave it with recorded audio, and then compress it for broadcasting over the Internet. If anyone has any experience of doing this I would be very interested in any information at all you'd be willing to share.
|
| Using a System.Windows.Forms.WebBrowser inside ASP web form | 05 Nov 2008 17:04 GMT | - |
I am converting a windows application which contains a web browser control into an ASP.net application. The Windows project references all manner of html controls in the WebBrowser control and retrieves values using the HtmlControlCollection class etc.
|
| Is it possible to have two signatures in the same XML document? | 05 Nov 2008 15:55 GMT | - |
I posted earlier to ask if it was possible to sign an xml element at the same time as signing the resources it's pointing too, but I presume it's not possible. (Apologies if someone has answered, Google groups have been very slow but seems to be working again.)
|
| Quest: Accessing WPF in C# Code - Selecting a ComboxItem based on string... | 05 Nov 2008 15:20 GMT | - |
Hi there... I got a WPF project that I am trying to select a ComboBoxItem in a ComboBox based on a string from the selected ListView item in the project... This ComboBox is unbound now and the ListView is grouped(Group section
|
| How do i use a Decoder object to retrieve information about the JPEG image | 05 Nov 2008 15:11 GMT | - |
I have looked through the MSDN but looks like there is nothing there that tells me how to use a Decoder object and actually get information about a JPG image. I need to check the frame header and see what type of DCT the image is made with like DCT with Huffman coding or Extended
|
| a little help | 05 Nov 2008 14:08 GMT | - |
i have used c/c++ for several years,but i am a newbie to c#,and i wanna learn it from scratch,so which book suits me the most,and any suggestions, many thanks
|
| XML digital signatures | 05 Nov 2008 12:07 GMT | - |
Is it possible to sign resources pointed to from an xml doc and the element that contains those urls at the same time? This is the xml: <osfm:assets name="">
|
| OnSessionEnding (Petzold 's Applications=Code+Markup) | 05 Nov 2008 10:57 GMT | - |
I'm reading Petzold's "APPLICATIONS=CODE+MARKUP". In chapter 1, sample csharp code shows how an application inherited class overrides OnSessionEnding handler. Code looks like following
|
| Converting a Windows WebBrowser control into an ASP web form | 04 Nov 2008 16:55 GMT | - |
I have a windows control containing the web browser control. The user makes some changes to the form in the web browser control, and then the data is saved. I now need to convert this form contained in the web browser control to sit
|
| xml dsig, how to save and hash reference elements? | 04 Nov 2008 14:28 GMT | - |
I need to do the following with an xml document which has a list of assets: 1. Hash the assets 2. Hash the element describing the assets
|
| Develop PowerPoint playback engine? | 03 Nov 2008 23:32 GMT | - |
I haven't started to research this yet. I have to assume others who have lots of experience have some comments they could make here about developing a PowerPoint slide show playback server to enable playback in a web page. Silverlight? WPF?
|
| Improving Making DataGridview Virtual Mode with caching sample code | 03 Nov 2008 20:21 GMT | - |
MSDN Winforms DataGridView VirtualMode with caching sample code DataRetriever loads two pages always to cache thus making 2 database accesses. If datagridview uses one page of data, second page retrieval is unnessecary
|
| WPF and TransformedBitmap to InteropBitmap conversion? | 03 Nov 2008 19:26 GMT | - |
Is there a way to convert a TransformedBitmap to InteropBitmap when using WPF? I can't seem to get it conver correctly after it is has been transformed. I tried casting it, and using the as, but can't seem to find a way to do this? Basically we are getting a InteropBitmap from a 3rd ...
|
| OBJECT PERSISTENCE | 03 Nov 2008 18:16 GMT | - |
I'm looking for the best (easiest, cheapest, fastest, most flexible) way to implement object persistence in .NET 3.5. The object data is native XML, so serialization is a good option as well as SQL Server.
|
| Dual-authentication | 03 Nov 2008 15:43 GMT | - |
Most of the hits seem to relate to SharePoint, unfort. so I'm going to ask here: Can a asp .net web application be setup to use dual-authentication. EG: If Active Directory, pass-through; failing that, authenticate by
|