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# / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Singleton Question14 Jul 2008 22:22 GMT15
I am trying to implement a singleton pattern in my application.  I need to
make sure that this class is both thread safe and ensure that only 1 instance
can created at any given time.
As you can see below I create a two instances of the singleton class, s1 and
How do I combine enumerated constants?14 Jul 2008 21:59 GMT8
Hi Gang,
I'm a long time VB programmer and in that language I now how to
combine constants.  Can somebody give me the correct syntax for
combining constants in C# for the following dialog:
Forcing Generic Types....14 Jul 2008 21:56 GMT2
Hey Everyone
I know that I can do something like this in C#
MyClass<WHATEVER>
{
WPF:  ObjectDataProvider and the System.Windows.TextAlignment Enum14 Jul 2008 20:03 GMT1
I need to use an ObjectDataProvider in a resource file to pull in the
System.Window.TextAlignment enum which is part of the PresentationCore.DLL.
I was able to do this with the HorizontalAlignment enum which uses the
PresentationCore.DLL like this:
C# Retrieve COUNT from SQL Query - What am I doing wrong?14 Jul 2008 18:53 GMT4
Here is what I have:
       private int NationalCount()
       {
           Int32 numRecords = 0;
Calling a DLL that has its own window14 Jul 2008 18:44 GMT1
Hi Gang,
I have a program that I'm upgrading from VS 2002.  There's a
main .exe, (still written in 2002) that calls a program registration
DLL that has its own window, on that window there's a print button
Embedded HTTP Server?14 Jul 2008 18:25 GMT3
Does the .NET framework provide any type of HTTP server class that I can
embed in my application?
Thanks!
Datetimepicker in the Toolbar14 Jul 2008 18:15 GMT3
Does someone know a nice way to add a datetimepicker-control to a
toolbar. I dont find a solution with google. (wrong keywords?)
Regards
Alex
Distionary in Webpage help14 Jul 2008 18:09 GMT6
I am trying to use a stringDictionary on a web page that gets populated by
clicking buttons on a page.
Each time a button is clicked the Dictionary is cleared and the previous
enteries entered into the dictionary are gone.
design mapping question14 Jul 2008 18:01 GMT1
I would like to know what is the best solution for the following
situation :
I have a class which contains these  boolean members:
HasSort1Property
namespace not found14 Jul 2008 17:45 GMT3
I am setting a string collection as:
Specialized.StringCollection s1
But I get an error saying
namespace name 'Specialized' not found.
How do I get the row interation of a foreach statement?14 Jul 2008 17:28 GMT3
I have this:
foreach (DataRow row in myDS.Tables["myTable"].Rows)
{
                       int ctr=0; //counter for child node
Listing files in a directory14 Jul 2008 16:55 GMT2
Is it possible to write some code to print to the screen a listing of
all files within a directory?  I want to show the path of each file on
screen and enable the user to download any of the files.
Faces for buttons14 Jul 2008 16:23 GMT2
Where can I find graphics "faces" for buttons ?
Arrows, hands, minoculers (? spelling ?) aso.
Best regards
KSor, Denmark
simple Regex does not match14 Jul 2008 15:37 GMT2
I am not very good with regular expressions, so can somebody please
tell me why this simple Regex pattern
"<!DOCTYPE ONIXmessage*>"
does not match the string
 
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.