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
Double vs double10 Sep 2007 07:34 GMT8
Is there a difference between:
       private Double[,] B = new double[2, 2];
and
       private double[,] E = new double[2, 2];
How to stop a thread10 Sep 2007 07:30 GMT9
I'm using Thread and ThreadStart to create a thread for testing purposes and
I do not want to use a pool because the thread exists for the life time of
the app. Eventually I might move on to using pools but at this point I'm
just testing some timing issues.
Importance of Anonymous Methods/Delegates10 Sep 2007 06:29 GMT7
I have just gotten up to speed on what anonymous methods are (syntax,
capabilities, etc), and how they can be used with /called via delegates.
What I am wondering is...
1. Are they only/mostly syntactic sugar (important as that can be)?
Certification10 Sep 2007 04:42 GMT7
I've currently started my MCAD certification. I'm wondering, however,
if it would be a better idea to take the MCTS for the 2.0 framework
instead. I realize I can upgrade from a MCAD to a MCPD, but I'm
wondering which route would be best.
Access lookup-service managed by C module10 Sep 2007 03:37 GMT3
I'm not a C# programmer so please be gentle:
Prereq:
---------------
- The lookup service (see below) implemented by a C module cannot be
Read/Parse a fixed length file10 Sep 2007 01:56 GMT5
Is there an easy way to read a fixed length file that will be parsed and it’s
data inserted into a DB table?
Currently, the fixed length file contains 61 columns, and I am defining
variables in my code to store those values.  I am also defining the variables
strange compilation warning10 Sep 2007 01:53 GMT3
The following code:
enum Foo { one, two };
int Bar(Foo foo)
{
How to work with Header files(.h) and lib files in C10 Sep 2007 00:58 GMT1
Hi!all. As part of the course project in the university, students
have been given task to develop a front-end for SMILE( an API written
in C++ for network modelling). Upon extracting the setup, it gives a
collection of " Header files and Lib files" written in c++.
Crystal Reports Book10 Sep 2007 00:48 GMT1
Does anyone know a good book (or tutorial) on Crystal Reports in C# ?
Thanks in advance.
RichTextBox scroll position09 Sep 2007 23:15 GMT2
I have a somewhat long calculation report printed out in a RichTextBox. To
find or monitor a particular value, users scroll down to the location of the
data in the RichTextBox. However, when the user changes the input data, a
recalculation is made and a new report is generated. ...
'embedded resources' and Dispose error..?09 Sep 2007 22:34 GMT8
I'm using Visual C# 2005 Express.
if I create a new "application windows" project and run it (F5), it works
well. (an empty window is launched..)
as soon as I set the build action to embedded resource, I can't run it
how calc the DesktopLocation of a control on a Form?09 Sep 2007 22:27 GMT2
I am using ShowDialog to show a popup form and want to position the
popup relative to the control on the form the popup is pertinent to.
For this, I am using FormStartPosition.Manual to set the position of
the form relative to the desktop.
MessageBox09 Sep 2007 21:40 GMT3
Anyone knows if a Message Dialogue Box (MessageBox) is available in
the Toolbox panel, or if i have to write all the time the code to
create it?
Thanks
Generics with multiple constrains09 Sep 2007 21:24 GMT6
I am trying to create a generics class with multiple constrains, as follows:
   public class KeyHandler<T> where T : TextBoxBase, ComboBox
When I try that, the compiler would complain:
The class type constraint 'System.Windows.Forms.ComboBox' must come before
Compiler that allows inline IL09 Sep 2007 20:02 GMT3
As far as I know, csc does not support inline IL. I was wondering: is
there any C# compiler that allows inline IL????
 
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.