| Thread | Last Post | Replies |
|
| DX Setup and Deployment | 13 Dec 2007 15:50 GMT | 1 |
I would like to additionally specify Flash and Direct X 9 for the prerequisites of my app's Setup & Deployment (MSI) project. Is this possible? If so, how? Thanks very much
|
| Simple (?) generics question | 13 Dec 2007 15:38 GMT | 11 |
I have a requirement that, I thought, was very simple, but in fact turned out as impossible for me. I read some posts here and the language specs from MS, but couldn't get a solution.
|
| FileSystemWatcher | 13 Dec 2007 15:00 GMT | 1 |
Hello,is there any FileSystemWatcher wich will track if some file been updated but getting as an input a url (from remote comp - not defenetly windows os) and not a path?
|
| Help with Regex to parse dlg template controls | 13 Dec 2007 14:35 GMT | 1 |
I hope this is the appropriate group for this question--the regex group didn't look too appealing. I am trying to build a regex to parse out dialog controls from C++ RC files. Suppose the input text is:
|
| C# lib to read and write ID3 tags of MP3 files | 13 Dec 2007 13:26 GMT | 7 |
I haven't been able to find a good tool to modify and manage the ID3 tags of my MP3 files in the way I want, so I decided to write my own tool. Looking for a free .NET library on the internet to read and write the ID3 tags v1 and v2 of the MP3 files the choice is rather
|
| DateTime | 13 Dec 2007 12:05 GMT | 3 |
if i us this constructor public Person(string fn, string ln, string email, DateTime dob) { this.fname = fn;
|
| Multiplying Decimals | 13 Dec 2007 09:13 GMT | 6 |
I have this piece of code shown below: decimal ft = Convert.ToDecimal(txtft.Text); decimal inch = Convert.ToDecimal(txtin.Text); decimal metre = ((ft * 12) + inch) * 0.0254;
|
| Linq Select in | 13 Dec 2007 09:07 GMT | 2 |
Using studio 2008 Vista MSSQL 2005 I am wanting to achive something like:
|
| CF 3.5 and WPF? | 13 Dec 2007 07:34 GMT | 2 |
Hello NG, will the WPF be available with the CF3.5? Regards Rainer
|
| Variable number of parameters in Excel User Defined Function | 13 Dec 2007 05:33 GMT | 1 |
Hey All, I'm writing a C# automation add-in for Excel 2003 and I need to be able to pass in an undefined number of object parameters (ie noncontiguous cells) to my UDF. This is achieved in VBA by using the ParamArray, but the C# params
|
| TargetInvocationException | 13 Dec 2007 04:33 GMT | 1 |
I'm receiving a "TargetInvocationException" on the follow line of code: datagridServers.Invoke(new UpdateDisplayCallback(this.UpdateServerDisplay), new object[]
|
| Network Devices | 13 Dec 2007 04:19 GMT | 1 |
Is there a way to enable and disable a network card Present in my computer.. Thanks Rajkiran
|
| Retrieving URL from Clipboard | 13 Dec 2007 04:18 GMT | 4 |
Hi Ppl, Could anyone help me out with retrieving URL from Clipboard using C#??
|
| C# method need for converting text to graphics | 13 Dec 2007 01:50 GMT | 3 |
I'm looking for some method, possibly in a .Net class that I don't about, for converting a text image to an image file in GIF or JPEG format. The application is a form (could be a Web form or a Windows form on an Internet-connected computer) where
|
| Using SQlite in c# | 13 Dec 2007 01:49 GMT | 21 |
Can someone tell me how to import the sqlite3.dll file into c#. I am pretty new to this, and I want to use sqlite. The problem is I don't have a clue on how to import the dll file so i can call the references to it.
|