| Thread | Last Post | Replies |
|
| The Muslim's Creed | 07 Dec 2007 05:39 GMT | 2 |
The Muslim's Creed Sorry for not sending anything related to this group but it might be something new to you. Question No.1
|
| C# network programming book | 07 Dec 2007 05:29 GMT | 7 |
Hi, I am looking for a good book on network programming in C#. I have searched the web but all I found (free and not free) was on .NET 1 or 1.1. Can anyone help me with a good book? Amazon link, title, or anything
|
| How to determine what version of framework a DLL requires? | 07 Dec 2007 05:10 GMT | 1 |
Sorry for the post here, but I have a quick need - I have a DLL that I don't know what version of the framework it was built under. How can I determine that with standard tool. Thanks! -mdb
|
| .NET Licensing Framework | 07 Dec 2007 01:43 GMT | 2 |
I'm currently looking for (open source/commercial) solution to build license control into .NET based Windows applications. I'm thinking about license keys that enable/disable feature sets, etc. Any recommendations and links?
|
| Correctly identifying FileInfo vs. DirectoryInfo entries | 07 Dec 2007 01:12 GMT | 5 |
I am having the following problem: I create a FileSystemWatcher and wait for events. When the event does happen I refresh a FileSystemInfo list and set properties accordingly (IsFile, IsDir, ReadOnly, etc.). The problem I'm having is in identifying when a
|
| Loading an XML document using WebMethod of Web Service | 07 Dec 2007 00:41 GMT | 6 |
-- My code is listed as follows. public class WebService1 : System.Web.Services.WebService { public WebService1()
|
| using custom exceptions when DAL return no rows | 07 Dec 2007 00:34 GMT | 2 |
.NET 2.0 I'm developing an application (n-tier, data acces layer (DAL), bizlayer and presentation layer) If for example in the DAL a stored procedure call returns no rows then I
|
| GetElementsByTagName | 07 Dec 2007 00:28 GMT | 1 |
This is my first time working with C# and XML. I have an XML file in the format displayed at the end of this email. I need to get the individual values out of the xml. I found GetElementsByTagName which works fine for the unique elements such as LzAddedBy.
|
| System File Watcher and networked drives | 06 Dec 2007 23:58 GMT | 5 |
Would I be correct in assuming that the system file watcher is only valid for local drives and won't work for networked file system?
 Signature Lilith
|
| How to programmatically get the Installation Folder Dialog box value | 06 Dec 2007 23:26 GMT | 2 |
I'm working with the Windows installer and need to programmatically get a hold of the Application Folder value (in a custom step). I.e. Application Folder value gets set in the Folder field of the Installation Folder User Interface Dialog Box, and I have a custom
|
| throws keyword | 06 Dec 2007 22:16 GMT | 11 |
does c# provide an alternative to the throws keyword in javA?so that my client developer will strictly implement the exceptions that my methods may throw? thanks in advance
|
| Class Setup Wrong...Help! | 06 Dec 2007 22:11 GMT | 2 |
I'm learning C#, having moved from a VB.Net environment. Scenario: DataList bound to an array of image filenames that contains a series of imageButtons, built dynamically. I am trying to set a click event
|
| WebBrowser Control - Which element was clicked | 06 Dec 2007 20:22 GMT | 3 |
I have a form with a WebBrowser control. In the DocumentComplete event I add an OnClick handler for each link found in the document. The OnClick for each link calls the same handler function. The events fire and this works great. The problem I have is determining
|
| string formatting question | 06 Dec 2007 20:02 GMT | 2 |
Can anyone tell me why strSpd2 in the example below ends up being a blank string when formatting a zero value? It would seem to me that strSpd2 should end up being "0.0" double val1 = 14.38009
|
| Does Application.UseWaitCursor affect all threads in an application | 06 Dec 2007 19:49 GMT | 9 |
I have a main thread with a form and it starts another thread with a form. I set Application.UseWaitCursor property to True in the main thread. Most of the time I see the wait cursor in the main thread only. (There is one exception.)
|