| Thread | Last Post | Replies |
|
| ArrayList error | 09 Mar 2008 02:54 GMT | 4 |
How do I fix this error? ArrayList customerArray = new ArrayList(); customerArray.Add("Tester"); customerArray.Add("Testing");
|
| Auto-implemented properties | 09 Mar 2008 02:27 GMT | 6 |
I think that auto-implemented properties are a wonderful new c# 3.0 feature. However, anyone who knows how I can set a default value (initial value) for the property like in the bad old days: int foo = 5;
|
| form resize event | 09 Mar 2008 02:17 GMT | 2 |
i can't seem to capture the mimimize and maximize to resize my controls... what event is it thanks
|
| control | 09 Mar 2008 01:16 GMT | 2 |
What is the property that shows text when there is a mouse over on a control Client Application thanks
|
| Please help with generics | 09 Mar 2008 00:13 GMT | 4 |
I've have a class called Edge, with the following signature: class Edge : IComparable{ ... ...
|
| LINQ or DataSet? | 08 Mar 2008 23:26 GMT | 2 |
Am I correct when stating that LINQ replaces somewhat DataTables? I have done some reading concerning LINQ, but I'm still puzzled as to whether I should use LINQ or not. My application imports data from an XML file and stores the data in a DataSet (with 3 DataTables in it).
|
| How to deploy an app with a sqlexpress db along with it? | 08 Mar 2008 22:56 GMT | 1 |
I made a c# app that includes a sqlexpress database. I can't seem to find the mdf file though, so I'm wondering exactly how/whether I can give the app to my friend to use/test. Will the db be created on the fly when my friend runs the app?
|
| Need help with a project that will suggest correct spelling | 08 Mar 2008 21:03 GMT | 1 |
I am going to work on a feature that will suggest correct spellings if user input a misspelled word, pretty much the same way Google does with Google Search. I have no ideas how to do this, can someone give me some suggestions?
|
| Ping Class | 08 Mar 2008 20:50 GMT | 2 |
Is there a class that handles a Ping command in .NET? I'm hoping to get the response or at least a boolean if the location could be reached or not. Any ideas?
|
| Handling application initialization errors | 08 Mar 2008 17:31 GMT | 2 |
a lot of times someone installs my aplication and gets an application initialization error, is there a method to intercept this and give more details as to whats failed ? obviously the handler cant be part of the c# .net application that is giving
|
| How to detect if a register string existed | 08 Mar 2008 14:49 GMT | 3 |
How can I detect if a register string existed with c#
|
| More about iterator | 08 Mar 2008 13:45 GMT | 3 |
I have noticed that I can use iterator in a method and return an IEnumerable like this public IEnumerable<T> Reverse() {
|
| Tool window that always above the main form. | 08 Mar 2008 12:41 GMT | 3 |
It is not hard to see such tool windows that stay always above the main form, but are modeless and are not above other applications' windows. Is this achievable with pure BCL? The only thing I know is using TopMost property. But this makes the form stays above all other
|
| threading question | 08 Mar 2008 07:44 GMT | 21 |
is there a alternative to doevents() for threads In my Case there is no UI does thread.sleep() yield to windows or just stop the current thread for the time
|
| simple and slight forum write in c# | 08 Mar 2008 04:51 GMT | 2 |
I need a simple and slight forum write in c# exume me, for the ot, but I'm desperated
|