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# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
What's the difference, if any?01 Sep 2007 18:24 GMT2
Except for the syntax, what is the difference, if any, between this...
/* ---------------------------------------------------------------------- */
private void Form1_Paint(object sender, PaintEventArgs e)
{
GridViewRowEventArgs versus EventArgs?01 Sep 2007 18:22 GMT2
Howdy All,
I don't understand how to correct an error I encounter when trying to
control GridView DataBound data flow.
   error CS0123: No overload for 'GridView2_DataBound' matches delegate
Asynchronous Programming Patterns and Techniques - No Concensus?01 Sep 2007 18:12 GMT5
For the first time with my .NET programming endeavors I need to add
asynchronous processing capabilities to a library. Before this I was using
old-fashioned callbacks. Anyway I was just now doing a bunch  of research on
my alternatives before I begin to write code. My question ...
catch event on parent control01 Sep 2007 11:37 GMT1
I have a groupbox in my application that contains  many control as
NumericUpDown and CheckBox. I would like capture event on groupbox
control as changing NumericUpDown value and checkbox change .
How can do it?
foreach string resourceKey in ResourceManager?01 Sep 2007 11:24 GMT1
Is there any way I can get all resource keys with in a compiled and
embedded resx file?
Thanks!
how do I cast a string to an int01 Sep 2007 09:24 GMT2
How do I cast a string to an int?
Suto code:
string str = "1";
int i = (string)str;
optional parameter in function definitions?01 Sep 2007 07:35 GMT11
I'll ask, how do you do it?
Signature

(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)

Closing out threads01 Sep 2007 05:41 GMT8
Maybe I'm making some assumptions about how threads work.  I have a
form that, on the press of a button, starts monitoring some SMTP
connections.  On occasions I make changes while the thread is running
in the background.  To reload the changed options I have to exit the
jgjkghlkk01 Sep 2007 03:38 GMT1
jhfjhgjk
Cursor positioning in a TextBox01 Sep 2007 03:02 GMT4
I have a text box I use to update a list of actions as they occur over
a long time.  My current method is to accumulate the list string
inside the monitoring function (so I can write it out to file on exit)
and push it out to the text box as the string changes.  In essence I'm
Shuffle a Collection01 Sep 2007 01:33 GMT4
I have to write a function to shuffle a collection.  If anyone has any idea
on how to implement it please share with me.
The signature of function is:
ICollection Shuffle(ICollection c);
 
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.