| Thread | Last Post | Replies |
|
| identify IOException? | 14 Dec 2007 19:19 GMT | 3 |
Hi. I catch IOException and want to separate the case when I receive "The process cannot access the file because it is being used by another process" error from other possible IOException-s. Checking the message text is not an option because the app is multilingual and
|
| Parsing Text Files (EDIFACT) and Split() Method | 14 Dec 2007 18:11 GMT | 3 |
an EDIFACT segment starts with a 3 letter acronym and ends with an apostrophe. Segments consist of composites, delimited by a plus sign, and composites consist of data elements, delimited by semicolon, eg.:
|
| Generic runtime instantiation | 14 Dec 2007 17:52 GMT | 3 |
I have an interface for a "factory" defined like this: public interface IDeviceFactory<T> : IDisposable { T GetDevice();
|
| Trying to send an email | 14 Dec 2007 17:49 GMT | 7 |
I am trying to write some code to send an email from an Assembly file, and found some examples on MSDN. However when I run the program (I am using a console app for testing), the email does not send. I do not get an error, but nothing gets sent. The code is pasted below, any and ...
|
| Garbage collector question | 14 Dec 2007 17:48 GMT | 11 |
Suppose a situation where some object goes out of scope and its reference is not kept anywhere, but a reference to some delegate (that references one of the object's methods) is kept as a value in some map. Is there a possibility that the object is disposed and the delegate will ...
|
| Distributing ASPNET_SETREG.exe | 14 Dec 2007 17:10 GMT | 1 |
I'm using this application to encrypt my impersonation credentials for ASP.NET applications. Does anyone know if this application is freely redistributable, as I would like to include it in my product installation so I can configure
|
| Oracle and Properties | 14 Dec 2007 16:27 GMT | 2 |
I use SqlCommand.Properties pretty often. I have to use Oracle as a backend now, so I thought I would use OleDbCommand.Properties. Guess what? It doesn't work. Should I assume that this has something to do with Oracle, or am I doing something wrong?
|
| WMV Video Clipping in c# | 14 Dec 2007 16:25 GMT | 6 |
hi there. i am developing a web based application in c# and asp.net. in my application the server have a large WMV file i.e about 6 hours long. i want to make sure that clients can download portions of that file. i.e. the client may want to download video part from 2h32m00sec to ...
|
| Compile C#-Code and C++-Code into one class library | 14 Dec 2007 15:44 GMT | 3 |
currently, I have one class-library which is generated from a c++.net class library project. Into this project, I cannot include C# files. On the other hand I have some C#-Code which accesses this class
|
| Generics | 14 Dec 2007 15:08 GMT | 1 |
Could you anyone provide me some useful links about generics. Thanks
|
| JESUS in the QURAN | 14 Dec 2007 14:50 GMT | 3 |
JESUS in the QURAN The Islamic view of Jesus lies between two extremes. The Jews , who rejected Jesus as a Prophet of God, called him an impostor. The Christians, on the other hand, considered him to be the son of God and
|
| user control | 14 Dec 2007 14:32 GMT | 1 |
Hi, this sounds like a daft question but, if Im adding several tabds, and I want to have the same layout in each tab, eg textbox-treeview- labels, which is the the best way to do it. Would I be better of creating a user control and add this when adding tabpage, or just
|
| How do I know whether the file is text or binary? | 14 Dec 2007 14:31 GMT | 6 |
How do I know whether the file is text or binary? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Using HttpListener to host ASP.NET web application | 14 Dec 2007 13:54 GMT | 3 |
Hi Group, I've created a (very simple) ASP.NET web application with a single *.aspx page and an *.aspx.cs CodeBehind file: By clicking an HTML form button, a text control value is written into a label below using a click handler and a
|
| Retrieve name UserControl | 14 Dec 2007 13:29 GMT | 2 |
I build a control with method and property, and one specific method. The InitLayout() see below. protected override void InitLayout() {
|