Newbie with User Control0170 (12/20/2009 12:40:44 PM) Hi All,
sorry im a real newbie to C# so appologies for asking what might be a very
basic question.
Basically im using DotNetBar to create a Ribbon form. On my Ribbon form I
have 5 buttons. I also have... What
How to set up a uato incremnt in sql server 5000 express2186 (12/20/2009 12:40:19 AM) Hi,
I'm trying to get into database programming. Cannot figure out how to
do a auto int for my key value in sql server express.
Ted
... tedpottel
handle leakage4230 (12/18/2009 8:54:17 AM) Hi All,
I found that my application has handle leakage, and i used Windbg to
check my application, and found that the type of handle that incresing
a lot is the Process type, but what could be the API that... linuxfedora
class that inherits a collection5233 (12/18/2009 11:38:29 PM) If I want to create a class that inherits Collection in C# 2.0 do I
need to implement all the methods in Collections?
... Laoballer
Mulitihreading problem with BackgroundWorker5218 (12/18/2009 6:12:29 PM) I am new to multithreading, and I am having trouble getting the main form to
update with status information.
I have a main form with a label to receive updates of the status of a
long-running process (in i... Jan
ANN: Just Released the F# Survival Guide0237 (12/18/2009 9:19:08 PM) All,
For you C# programmers who may be interested in getting a handle on
F#, please visit http://www.ctocorner.com/fsharp/book/, where I've
recently released a free, Web-based book on the topic. I hope tha... jpuopolo
Delegates and Events8189 (12/18/2009 5:08:17 PM) The next part of C# I`m trying to get my head around is Events. I`m a bit
confused why in some examples it says you declare an Event thus:
public event EventHandler MyEvent
and some have a delegate as we... mick
A question on TreeViews4214 (12/18/2009 5:12:45 PM) I'm driving myself nuts with this TreeView. I don't want to get into
the error, but I want to give you what I think is the cause of the
error, and then see if anyone more knowledgable can confirm this.
In... Dom
Automate another app2241 (12/18/2009 3:57:02 PM) I have been programming in VB (classic) for many years and am quite
familiar with how I would accomplish this in that enviornment.
However I just started using C# and have no clue. For starters in VB
I woul... Steve
Gracefully closing a thread5375 (12/17/2009 4:41:32 PM) Hi All (and Peter),
I have my WIA stuff working now with info I eventually found on the net.
I have sucessfully put it into a producer/consumer thread that Peter
mentioned earlier this month. I went to ... David