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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Linq to xml question30 Jun 2008 23:59 GMT1
I have a xml document which contains:
<users>
 <user id="000000126836">
   <loginname>Bart</loginname>
stop timer before refreshing30 Jun 2008 22:04 GMT2
My program use a timer to 'refresh' a method "a" every several seconds,
       private void a(object sender, EventArgs eArgs)
       {
                               Timer T1 = new Timer();
DataGridViewColumns .NET 2.0 by RustemSoft.30 Jun 2008 21:24 GMT1
Can you give me your feedback about DataGridViewColumns .NET 2.0 by
RustemSoft? Is it any good? What are the chief benefits from basing
projects on this data grid?
Thanks a lot,
datetimepicker30 Jun 2008 21:22 GMT2
In the properties under custom format I have "mm,dd,yy". When the app runs it
displays  15.30.08. Now I get the 30 and the 08, but why is it 15 for the
month?
Linq30 Jun 2008 17:58 GMT1
I have the following LINQ query:
     PagedList<ProfessorPaper> papers = (from p in
database.Professors
                                         orderby p.Name
Windows Services - FileWatcher30 Jun 2008 17:45 GMT9
What exactly is FileWatcher doing?  When you drop 100 files in a folder it
is watching, it normally will fire of the event 100 times.
In my case, I do all my processing on the first event so I don't need to
reinitialize all my variables for each file.  Normally 50 - 100 files will ...
Get mouse global clicks without a hook30 Jun 2008 17:15 GMT1
I'm writing a color picker control (combobox looking control, wonder why
.Net does not come with this control).  It's a Button derived class that
when clicked, opens a form (without a title bar) just below it and displays
some "push like" colored radio buttons in it.  I need to ...
New Code without Recompilation - how can this be done?30 Jun 2008 16:53 GMT1
Hi. I have been asked to do a rather odd thing by my employer. I have
to add a new feature to an old project that "should not know about the
change". This is a bit of an odd request but just assume that my
reasons for doing what I need to do cannot change.
what is wrong the following code?30 Jun 2008 16:45 GMT6
I have following code, if you cut and paste it in VS and compile it
you see only an answer of 0. I was expecting values from o through
2999
using System;
Help with SOAP exception30 Jun 2008 16:45 GMT3
I currently get a SOAP exception when connecting to a web service.
This is fine but I am unable to find a way of pulling up the XML which
has been returned.  Does anyone know how I can do this?
Appreciate any help.
delegate30 Jun 2008 16:37 GMT2
Delegate is normally set up in this way using the += construction.
Here an example on event Elapsed in class Timer.
pollTimer.Elapsed += new ElapsedEventHandler(CheckForMessage);
where method CheckForMessage has signature
List in this CollectionBase30 Jun 2008 14:56 GMT3
Sorry for opening up this task again.
I want to fully understand this List that is return from CollectionBase.
According to you is List in CollectionBase implemented something like the
below which you sent me previously. So the referenced type for List that
Creating file name form string30 Jun 2008 14:23 GMT1
I need to create legal file name form any string so that PDF and other
viewers show nice title.
I created method LegalFileName() which uses 2 helper methods.
It replaces <>\/:?*"| characters in name.
WSDL without qualified namespace30 Jun 2008 14:08 GMT3
need some help with creating a WSDL file. I will try to summarize the
problem like this:
I need to create a wsdl that accepts a response that has no namespace-
prefix in the first line in the body, like this:
using in-memory zlib deflate from c# (with max performance :-)30 Jun 2008 12:54 GMT5
Hi, I need to implement in-memory zlib compression in c# to replace an
old c++ app.
Pre-requisites..
1) The performance must be FAST (with source memory sizes from a few k
 
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.