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# / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get the file name from a dll.21 Aug 2007 00:54 GMT1
I want to enumerate all public methods from an assembly (a C# DLL) and list
the *.cs filename, where was the particular method defined (the source code
for the method).
I know how to enumerate all public methods from DLL, but I don't know how to
Line on graphic object is not drawn from origin i've choosen.21 Aug 2007 00:41 GMT5
Graphics pea = e.Graphics;
           Point [] ptTable = { pictureBox1.Location , new
Point(pictureBox1.Location.X +
pictureBox1.Width,pictureBox1.Location.Y + pictureBox1.Height) };
Regex, replace nth field in a CSV record21 Aug 2007 00:40 GMT3
I need to replace the nth field in  a CSV record with a new value,
Having trouble figuring out a regex that will capture the nth field.
I have a regex that captures every field in the record
but can't see an efficient way of making use of the matches collection
Exception on System.Net.OSSOCK.closesocket()21 Aug 2007 00:22 GMT2
I've got an app that downloads from several concurrent threads.
Occasionally, I get an expcetion trying to read the HttpWebResponse
stream...
Sorry, the code isn't short, but I figured best to provide the whole method.
Limiting an assignment to one type or another20 Aug 2007 23:28 GMT5
// define two types
class Type1 {}
class Type2 {}
// define a third type which variables are of type1 or type2
Listbox collection20 Aug 2007 21:59 GMT4
I want to go through each item in a Listbox collection. How will I do this?
I was looking for ListBoxItem but nothing is available?
Any suggestions please?
Thanks
Switch/Case statement20 Aug 2007 21:38 GMT6
New programmer lost!!!
I need some help with a switch/Case statement;
I need to use OpenFileDialog to open a file,
If the file extension is .dat, then do x.
Create class from known control fails20 Aug 2007 21:04 GMT3
I am trying to create a dynamic control, based on the
System.Windows.Form.Label control. The program compiles with no errors, but
errors out when trying to access this code:
       class MyLabels : Label
Using Generics in Dynamic Code20 Aug 2007 20:34 GMT4
Is there some way to use Generics in dynamic code using the
Type.GetType("MyClassName")
as an argument?
List<Type.GetType("MyClassName") > oList = new
Windows Service - Dies during sleep20 Aug 2007 19:42 GMT3
I have had a program that checks LDAP to get a list of all the users
whose password will expire. I send these users an email letting them
know to change their passwords.
It had been working fine for months. Then, all of a sudden, something
Prevents Events From Interrupting Events20 Aug 2007 19:39 GMT4
Is there a way to prevent one event from firing while another event is
already being fired?
I have a tool that extracts media from web pages and it has multiple
events firing when the status of the download changes.
Months name20 Aug 2007 19:23 GMT4
Why does System.Globalization.DateTimeFormatInfo.CurrentInfo.MonthNames
return 13 elements? Why does it not use the cuurent culture?
How to know the type of some object implements IComparable<T>?20 Aug 2007 19:20 GMT2
then find out what is T?
Web app and TextReader StreamReader20 Aug 2007 19:04 GMT3
When testing locally with:
TextReader tr = new StreamReader(@"C:\gcc.set");
Now that I have uploaded this to the server on the net,
that locations permissions are denied.
how to access a drive without a letter?20 Aug 2007 18:55 GMT3
I am writing code that accesses an MP3 player plugged to a USB port.  The
MP3 player is not showing up as a drive letter.  With explorer, I see the
drive, with it's name, but no drive letter is assigned.  How do I access
such a drive?  Thank you very much.
 
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.