| Thread | Last Post | Replies |
|
| play mp3 from stream (not from file) | 07 Jun 2007 20:08 GMT | 5 |
I'm looking for a way to play a mp3 file from a stream, not from a file. I looked at DirectX the Audio class from the AudioVideoPlayback assembly can play only from a file...
|
| read from event viewer | 07 Jun 2007 20:02 GMT | 3 |
I know there are server tools out there for this but are admins won't run them on test servers. what I need is a way to read the event view --> system for a particular event. I need this to run every 15 minutes and when this event is logged I
|
| Checking is a networked computer is online before accessing a file | 07 Jun 2007 20:00 GMT | 6 |
I am trying to find a way to check if a computer on a network is "online" so that I can access a file on a share. In short I maintain a list of computers that have my service running (in the client application) and in my client program I allow the user
|
| Please Help DLL Issue | 07 Jun 2007 19:47 GMT | 1 |
Am wondering if anyone can help. I have received a C++ none COM DLL that i must use to interact to a peice of hardware. As I am more confident in C# I decided to create a wrapper for the DLL. As i have found out this is not possible for MS
|
| how do I make a status bar? | 07 Jun 2007 19:44 GMT | 1 |
hey, I have a status bar, and a timer control, and a statc variable. every 0.5 seconds, the timer sets the status bar text to the variable. then I can just change the variable's value whenever I want, which will in turn display in the status bar. it works great.
|
| About threading? How to know if threads finished? | 07 Jun 2007 18:37 GMT | 8 |
Hello. I'd like to know if there's a way to know if all threads started using the threadpool are finished. How can I ensure that all threads finished? --
|
| A Quick Delegate Handler Question Win [C#] | 07 Jun 2007 17:13 GMT | 8 |
I'm lookig for a way around retrieving my information, with out having to take it to another method. I have two buttons "YES" "NO" on a custum control and I want to retrieve the returned info of yes or no in the same method I called up the control
|
| Do bound controls receive any notification when the bound item is swapped for a different item? | 07 Jun 2007 16:22 GMT | 2 |
Suppose: A TextBox is bound to a BindingSource, which is bound to a DataTable A BindingNavigator is used to alter the current row being looked at by the BindingSource
|
| There is already an open DataReader associated with this Command which must be closed first. | 07 Jun 2007 16:13 GMT | 3 |
I've a TransactionScope in which I select some data and I want to do some queries for each record retrieved with my select. I'm using a DataReader and for each record I do factory.CreateCommand() and then I execute the command, but I get the following exception message:
|
| grid view sorting problem | 07 Jun 2007 15:53 GMT | 1 |
I have a grid view that pulls data from a dbf file. I set the Allow Sorting to true and I put my code in the Sorting event. The problem is that I can't get the sorting to work so I wrote some info to a text file to see what is happening. What I found out is that when I
|
| wcf udp multicasting | 07 Jun 2007 15:37 GMT | 1 |
Does any one have a simple wcf of udp multicating other than the one posted here http://wcf.netfx3.com/files/folders/transport_channels/entry5235.aspx I would like a program with just the basics not all of the
|
| Regex class | 07 Jun 2007 15:30 GMT | 4 |
I have string as path\track.mp3 eg "C:\Mp3\Korn\korn - trash.mp3" and I want to have only korn - trash.mp3 file without path. How should I do it?
|
| Async file read causes memory leak | 07 Jun 2007 14:14 GMT | 4 |
can anyone explain to me why this method that is called numerous times to read chunks of a file works fine with a normal synchronous read, but causes a large memory leak when BeginRead() is called instead? private double[] ReadChunk(FileStream fileReader, int
|
| Please send this Information | 07 Jun 2007 13:58 GMT | 2 |
I wrote the microsoft exams Like code:70305,70229, I wrote in december 2006, til today i am not get the certificates, Please tel, What can i do for getting my certificates, Thanks For Future,
|
| c# sending a bitmap by socket | 07 Jun 2007 13:40 GMT | 4 |
I have a client/server application. the server capture picture from webcam and send it to every client connected to it.the network part works good and the capture from webcam too. I associate an event when a capture is done, then every frame of the webcam should be sent to
|