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
testing static member - thread safe?27 Sep 2007 23:59 GMT2
If many thread needs to test if one field of static class is null,
  if (StaticClass.fieldA == null)
will it be thread safe and doesn't need thread synchronization?
Bob
Operator overload for generics27 Sep 2007 23:20 GMT6
I'm trying to apply "less than" and "more than" operators on the
Generics (class template-like) type objects. Below is the code of my
class representing a parameter that can be any type, but only if it's
float or int the comparison results in true/false-like result, else
IComparable and generics27 Sep 2007 23:19 GMT2
I've got a Parameter (any parameter you can imagine) class used to
store a value. It has minValue, maxValue and the current value.
Parameter can be float, bool, integer and should also be enum. It
looks like this:
smtp.send problem27 Sep 2007 22:48 GMT4
I'm having a problem using the System.Net.Mail.SmtpClient. After I set
everything up and issue the Send method it throws an exception indicating
"Sorry, that domain isn't in my list of allowed rcpthosts", which is
apparently coming from the mail server, smtpout.secureserver.net.
Creating Install Package for 64 Bit System27 Sep 2007 22:45 GMT3
I am attempting to create an installation package for a 64 bit system with
Visual Studio 2005. The machine on which I am compiling and creating the
package is also 64 Bit. I have the 64 Bit .Net 2.0 Framework SDK along with
the 64 Bit version of Oracle Client, and 64 Bit version ...
FileInfo and Coordinated Universal Time (UTC)27 Sep 2007 22:34 GMT5
The System.IO.FileInfo class provides us with a few properties that involve
time:
CreationTime
CreationTimeUtc
Calling C#Dll from Vb627 Sep 2007 22:08 GMT7
Hi all...im looking for example of
calling a method or class in c# dll from vb6
i have a Class writen in c#
Ii want to call it from vb6 (ie Not a c# exe, DLL)
How can I turn this code snippet into a blocking function?27 Sep 2007 22:04 GMT2
How can I rewrite 'getSpecialData()' more so that it more elegantly waits
for the handler to complete?
- Jamie
class someClass {
Need Interfacing options to Windows App27 Sep 2007 21:55 GMT7
I have a windows app that users use as a standalone product but some want to
embed the functionality into there system.
Basically they want a gateway to call my form or forms with parameters
then I will return data to them so they can continue in there larger system.
Filtering ListViewItems27 Sep 2007 21:11 GMT7
I would like to implement a filter function on a ListView control, and I
found this code on TheCodeProject:
http://www.codeproject.com/cs/miscctrl/listviewfilter.asp
Since it's not possible to toggle the ListViewItem's visibility, the
Rezise usercontrol by width only27 Sep 2007 20:41 GMT3
Hi to all,
I have created a user control for which I want only the width property
be available for resizing.
I have tried:
Regex optimization27 Sep 2007 20:39 GMT9
In a C# Regex expression which would be faster when run against say 10,000
strings:
Regex(@"\d+/\d+/\d+ The quick brown fox.*");
or
xmltextwriter escaping characters27 Sep 2007 17:51 GMT3
hi all, i've to save to xml some data stored in sqlserver database,
i've to use iso-8859-1 encoding.
if i write text into xml attributes,
there is some characters that make invalid xml (for example " (147))
Dispose and InitializeComponent27 Sep 2007 17:35 GMT1
Theoretically, are there ever any cases or known defects where you should
have to do any of the following to objects created by the designer inside of
InitializeComponent()?  
1 - call dispose() on an object
Replacing an event27 Sep 2007 16:53 GMT3
I wrote a replacement for the native .NET class "FileDialog" with my own
"FileOk" event (triggered when the user selects a file and clicks OK). Let's
say I now want to create a derivative called "MyFileDialog" and replace the
"FileOk" event with a new event called "MyFileOk". ...
 
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.