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# / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Getting object by ID from collection?14 Mar 2006 08:57 GMT5
I have a class with a list:
public class PersonCollection<T>
   {
        public List<T> List = new List<T>();
Wait for External Application to finish14 Mar 2006 08:33 GMT1
I need to call external application from my C# application. I can use
Process.Start(<FileName>) for that but I also need to wait for that
application to finish before I process.
Any clue?
File Size Question14 Mar 2006 07:32 GMT3
I'm writing a function where I'm comparing file sizes of the same file on two
separate machines (client & server) and I'm using the
System.IO.FileInfo.Length property.
Is there a chance the Length can be different on the machines if the drives
Skip elements in a foreach loop?14 Mar 2006 07:05 GMT3
How can I skip an element in a foreach loop? Break seems to jump completely
out of the foreach. I just want to move along to the next element based on
some condition.
Thanks in advance!
HOw do using C# trace http request?14 Mar 2006 06:54 GMT1
I want to trace http request of browser!
What is the meaning of Precision of a ?14 Mar 2006 06:52 GMT1
I have difficulty of understading what is the meaning of precision of
integral and float numbers,
INTEGRAL TYPES
signed 32-bit precision?
WINdows forms deformation14 Mar 2006 06:40 GMT1
I developed an .net 1.1 C# windows forms application, in workstation
(windows xp) with dpi 1024 x 768. When I opened it at another
workstation (windows 2000) with dpi 1280x1024, the windows application
is deformed, and alignment is lost.  I thought .net forms appliction is
class to access controls on webpage14 Mar 2006 03:41 GMT1
Hi I have a simple C# web application with only 1 form and about 20 controls
on it.  I have a large section that enables all of the controls and makes
them visible based on screen inputs.  I moved this section of code into a
class called Utility, control.enable = true, control1 ...
visual studio 2005 install failing14 Mar 2006 01:04 GMT1
visual studio 2005 install failing
I am installing visual studio .net that I downloaded from
http://msdn.microsoft.com/subscriptions with my subscription and I get this
erro when installing it: Error 1311.Source file not found:
Adding entry to Combo14 Mar 2006 00:53 GMT3
I am filling a combo by using a table of our database.  If I want "Select
your option" at first position.  How can I add this?
Thanks
Can I add Flash movie to C# project? 13 Mar 2006 23:31 GMT3
I asked this question some time ago, and I received a reply, but I never
followed up on the suggestion. That's why I'm posting again...
I'm trying to add a Macromedia Flash movie to my C# windows project so that
I can use it as a screensaver. I was told that the easiest way would ...
WebRequest Help Please13 Mar 2006 23:06 GMT6
I am new to using a web resource which is not a webservice  and I am
spinning my wheels with the webrequest class.
I am trying to interact with a URI that has been given to me.
It is say www.bloggs.com/cgi-bin/thin-client"
Can I use Reflection to see if Member is Enum?13 Mar 2006 22:55 GMT2
Is it possible to use Reflection to determine if a class's member is an
Enumerated Type?
Thank you.
How to set the icon of winform13 Mar 2006 22:18 GMT2
I have set the icon of my applicaiton to a icon, like my.icon.
But the icon of icon is the same as default.
How can I set the the icon of every winforms of my applicaiton to the icon
of applicaiton?
Debug problem13 Mar 2006 22:17 GMT2
I try to debug a program. Even though the condition is true (I added the
dgDobs[jj,1] == cmbSearch.SelectedValue to the Watch List and it evaluates
to TRUE) it runs to the False branch.
if(dgDobs[jj,1] == cmbSearch.SelectedValue)
 
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.