Answer Questions
RAS.Goss Live Streaming TV!?
We’re doing a website for a TV station, and they want to have a live TV broadcast on their website, our experience is basically in CMS and portal solutions, but we never had any experience in live streaming, so this is all new to us, if any body can help with any thing it would be most appertained, this is the details of the project with some of the inquiries we have: -The signal is SDI (Pal 25 fps) -We want to provide them (the client not ...Show All
Keith_Rowe Missing project file in a solution
Currently, we are adding a c# project to a solution that was formely code in visual basic. However it seems that every time we tried to load the solution file, all of our c# project is missing and we have to manually add the c sharp project one by one. Does anyone have an idea how to overcome this problem It's not a fatal problem but it's quite annoying after some time. ya we're usin cvs but that doesnt ...Show All
G Corlett Url encoding in c# SQL project
Hi, i need to Url encode some string before sending a web request. I'm doing this in a c# class that will later become a SQL stored procedure. The Httputility, which usually Url encodes is nos accesible through my class, and I don't know why. This is not a problem of not using certain namespaces. I believe there are classes that you can only use in ASP and not in the other classes, but I'm not sure. thanks for any help Jorge ...Show All
蛙蛙王子 How to Display Multiple Image on a main PictureBox control?
Hi everybody, I having trouble of displaying multiple instances of picturebox at runtime. Every time the user click mouse on particular area of main picture box control (contains an image), a Red Dot image appears, so clicking multiple times on different areas will display multiple Red Dot images (contain in PictureBox). And when you click same existing Red Dot image it will disappear or canceling that red dot on that location. I am also ...Show All
ss23 Generics and Interfaces concepts
Hello, I am learning how to apply generics and when to use it. I saw an example somewhere showing how to use constraints in generics, where you can specity a Type which implements an interface, something like this: class MyClass<T> where T : IMyInterface { //here come all sorts of toying with T } Now to my question: what is the advantage of using generics here Why can't I simply refer to the interface After all I am limiting T to be an I ...Show All
John_Cronan Reading output from a process
Hello All, I am just looking for some advice and tips for a current project that i am working on. My project involves sending key strokes to a windows process, which is easy enough by using SendKey method, but the problem comes when i want to read output from this process so that i can track errors and therefore send the right set of key strokes. When i try to use the RedirectStandardOutput method my windows process just hangs and does nothing, ...Show All
nery_jose What is the good IDE Tool for iHD programming?
Hi, I'm totally new to this iHD / HD DVD world and I'm exicted that I found this forum. Hopefully I'll learn a lot from and contribute some opinions to this forum. My 1st question in iHD programming is what IDE tool should be used in programming iHD And my 2nd question is how to run / preview all 3 samples from HD DVD Programming Guide. Thanks, -mh Hi manny. There are already iHD player applications availab ...Show All
Gentry Bieker urgent~~~!!!MESSAGE BOX CANNOT DISPLAY.....
" Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application" this is the error when i get while i run the apllication in the server.... is there any way to let the messagebo appear... thanks It's a plain vanilla windows app and it runs o ...Show All
clientserver how to display Expand Collapse rows in datagridview 2.0
Hello I am using .net 2.0 In my windows application datagridview. I want to display the data in master and child relation ship. i.e displaying in the form of Expand & Collase mode. This is straight forward in .NET 1.1 winforms DataGrid. anybody anysounds plz help how to do this usng VS 2005. Take a look at this blogpost from Mark: Customizing the DataGridView to support expanding/collapsing . You will find the article and the sourc ...Show All
racerx C# define question?
I want to be able to do something like this #if WINDOWS #define CONNECTIONTYPE OdbcConnection #else #define CONNECTIONTYPE MySqlConnection #endif Then later I could have a function such as CONNECTIONTYPE connection = new CONNECTIONTYPE ( "blahblah" ); But I have read that in C# you cannot define things as variables... Does anyone know of any other way to do what I am trying to accomplish I think ...Show All
Eric Flores How do I debug custom filters and protocol handlers?
I'm trying to build my first custom protocol handler and search filter for Windows Desktop Search. As I build my code, what is the best strategy for debugging my protocol handler and filter Is there a specific process that I should attach to Are there any published documents on debugging protocol handlers and filters I've searched MSDN and haven't found anything. Thanks. I had good luck using the ifiltts ...Show All
michael.wu Which OS apps use Media Foundation
Hi Out of interest which apps bundled with Vista use Media Foundation, e.g. does Windows Media Player use Media Foundation when playing back formats that have Media Foundation codecs, e.g. WMV etc. and uses DirectShow for other media types And what about Media Center What about the MediaElement in WPF(Avalon) Any other OS apps that I haven't mentioned Cheers Hi What does FSDK refer to Chee ...Show All
Eric Cooper Default Tab Settings in C#
OK, so I am coding away happily in RC1 for a week or so and get the team to begin the switchover process. I check out source code and all of a sudden I notice things are not aligned correctly. Come to find out, the default 05 setting is that tabs are converted to spaces. That's fine as long as people all use the same indention level (default 4), but one change and all %^&* breaks loose. This is new and they have reverted back to a setting is ...Show All
tanglereid how can store a object type in datagrid cell
how can store a object type in datagrid cell Can you be more specific For example, are you looking to create different cell types (e.g. checkboxes, progress bars, etc.) within a datagrid Or something different If you are using VS.NET 2005 (beta 2), then you can use the datagridview which allows many different controls within a cell. You can also check MSDN and codeproject.com for very detailed articles on how to ...Show All
Amardeep Exception calling MoveNext in MessageEnumerator on MSMQ queue
We have a line of code that goes something like: while ( messageEnum . MoveNext ( TimeSpan . FromMinutes ( 5 )) | outstandingCount > 0 ) { ... } This works fine on machines with MSMQ installed locally that are part of a Domain (and the current user is logged in as a member of that domain) However when we have the software installed on a machine with an identical MSMQ setup but which is not a mamber of a doma ...Show All
