Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ArrayList error09 Mar 2008 02:54 GMT4
How do I fix this error?
       ArrayList customerArray = new ArrayList();
       customerArray.Add("Tester");
       customerArray.Add("Testing");
Auto-implemented properties09 Mar 2008 02:27 GMT6
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 event09 Mar 2008 02:17 GMT2
i can't seem to capture the mimimize and maximize
to resize my controls...
what event is it
thanks
control09 Mar 2008 01:16 GMT2
What is the property that shows text when there is a mouse over on a control
Client Application
thanks
Please help with generics09 Mar 2008 00:13 GMT4
I've have a class called Edge, with the following signature:
class Edge : IComparable{
...
...
LINQ or DataSet?08 Mar 2008 23:26 GMT2
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 GMT1
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 spelling08 Mar 2008 21:03 GMT1
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 Class08 Mar 2008 20:50 GMT2
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 errors08 Mar 2008 17:31 GMT2
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 existed08 Mar 2008 14:49 GMT3
How can I  detect if a register string existed with c#
More about iterator08 Mar 2008 13:45 GMT3
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 GMT3
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 question08 Mar 2008 07:44 GMT21
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 GMT2
I need a simple and slight forum write in c#
exume me,
for the ot,
but I'm desperated
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.