| Thread | Last Post | Replies |
|
| Catching Exceptions | 25 Nov 2007 00:05 GMT | 5 |
I derived an EncodingException from Exception. In my code, when I catch an OverflowException I throw a new EncodingException. The catch and new-throw executes fine. However, the code I am trying to guard never catches an exceptions.
|
| Predicate in Net 3.5 | 24 Nov 2007 23:26 GMT | 3 |
I have a List(Of MyClass). MyClass has two properties: Name and City. I want to find, without using a loop, if there is a item where name = NameParameter.
|
| Faking Referer URL with WebClient | 24 Nov 2007 21:44 GMT | 2 |
How is it possible to specify the referrer's URL when using WebClient. A lot of sites do not allow hotlinking, which is problematic for my application. However, if I use the web site with the link in it, I will be able to get access.
|
| newbie question about data persistence | 24 Nov 2007 21:31 GMT | 7 |
Sorry about the stupid newbie questions, but some things aren't very well explained in the doco ... at least that I can find. I do something in my code that works just fine, trouble is I don't know why. Here is is ..
|
| .NET 3.5 Runtime | 24 Nov 2007 21:20 GMT | 5 |
Is it true that to get the .NET 3.5 runtime onto a fresh XP installation requires a 200MB download?
|
| encrypting licenses | 24 Nov 2007 20:48 GMT | 2 |
i have one question reguarding crypting. First let me explain what i like to do: I need to pass some licese files to customers. Everything needs to be done "offline" which requires
|
| Dynamic SplitterDistance | 24 Nov 2007 20:13 GMT | 2 |
My goal is to dynamically adjust a SplitContainer's vertical split between a directory TreeView on the left and a detailed file ListView on the right. The code is working but does not initialize correctly.
|
| ListBox problem | 24 Nov 2007 19:44 GMT | 8 |
In code behind, I can iterate thru the items in a ListBox if it is like this in the aspx page: <asp:listbox id="ctlLB" runat="server" selectionmode="single"> <asp:listitem value="0">First item</asp:listitem>
|
| DataGridView and sorting | 24 Nov 2007 15:57 GMT | 4 |
i have one problem with sorting in an unbound DataGridView. I set sorting to automatic but i get errors when having DBNull values in the column that gets sort ("Object must be of type string"). I solved that problem for one grid/column by fetching the _SortCompare
|
| using Intercase and inheritance | 24 Nov 2007 13:03 GMT | 1 |
Assume I have this IComparable interface and I implement this IComparable in my class called MyTop see below. If I now inherit a new class called MySub from MyTop this new class is not obliged to implement this IComparable interface isn't that strange.
|
| system tray application in c# | 24 Nov 2007 08:25 GMT | 4 |
I've got a basic system tray application running now. The primary focus of this application will be to get data from a remote db, and display it to the user. Iam a newbie in the Windows programming world so I hope my questions are not too dump. My questions are:
|
| Seeking an example of using System.AddIn.Hosting Namespace | 24 Nov 2007 04:21 GMT | 3 |
Seeking an example of using System.AddIn.Hosting Namespace http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Linq. Delete Record | 24 Nov 2007 04:20 GMT | 2 |
I have two tables: [Tags] > TagId, PostId [PostsTags] > TagId, PostId How can I delete, given a TagId, the record from Tags and all records
|
| VC# 2008 express prretty amazing | 24 Nov 2007 04:14 GMT | 5 |
I've always bought VS Pro in the past, and wanted to try it out but it's not available yet, so I downloaded 2008 Express and opend copies of some of my apps in it. Amazingly, all my code works just fine, and more importantly it runs faster, both the environment and the exe's on
|
| Clarification req'd | 24 Nov 2007 01:17 GMT | 4 |
Can someone briefly take a look here: http://msdn2.microsoft.com/en-us/library/4eeya3de(VS.80).aspx And search for "Possible Error Using VSLangProj Assemblies with EnvDTE Assembly". I don't currently get this error on my development machine but I don't fully understand all the ...
|