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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need help in RegEx30 Aug 2006 09:06 GMT2
I don't know much about regex and need a help. I have got :
1. Original string: http://www.rediff.com/general/story/9622681/id=123
2. and I want to convert it into
http://www.rediff.com/general/story/print/9622681/id=123
Whatever happened to IExceptionPublisher?30 Aug 2006 08:59 GMT3
Another interface that has disappeared from the Enterprise Library and I can
find no reference as to what to upgrade it to.
Do you know what I should do to upgrade this?
Can we please have a forum for the Enterprise Library - it is now a major
EFS: File.Encrypt Exception when a folder is in use30 Aug 2006 08:15 GMT4
I'm using the File.Encrypt method (.net 2.0) to encrypt files and
folders (mark for encryption) on a local disk (XP SP2, 3DES, .net 2.0).
Unfortunatelly I get an exception when trying to mark the %desktop%
folder for encryption: "The process cannot access the file because it
What events are necessary30 Aug 2006 06:12 GMT1
I have a datagridview and I'd like to perform the following action.
1. When I change values in a cells in a particular column, a login form  
should show.
2. If a successful login is done, then allow a a cell change, otherwise
Struct Array, Arraylist.Copyto() (InvalidCastException)30 Aug 2006 05:11 GMT2
   Having a problem with arraylist.copyto function. And here's a
sample of my code:
In global-->
public struct point
UDPClient doesn't receive any data30 Aug 2006 03:59 GMT2
What I'm trying to do seems pretty simple on the face of it -- create a
UDP listener on a particular port.  My code is as follows:
int port = 9000;
IPEndPoint endPoint = new IPEndPoint(IPAddress.Any, port);
How to reference EventArgs properties in event handler?30 Aug 2006 03:56 GMT1
When I use e. in an event handler all Intellisense wants to show me is:
// Event handler
protected void BuildNewFileButton_Click(Object sender, EventArgs e)
{
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?30 Aug 2006 03:05 GMT1
What do FTP servers do when file send fails durring a file upload? Are
partial files ever written? does ftp protocol cover this?
C# if string match found boolean - streamlined code?30 Aug 2006 02:56 GMT5
Though this code appears to work, I suspect it could be streamline.
Total Noob Here.
       public bool isit(string c1)
       {
Need help with MarshalAs with custom data structure/enum30 Aug 2006 02:05 GMT1
I have the following C++ function exported.  The returned type is a typedef
enum and the 2nd parm passed in is a class type that I defined.
How do I declare the marshalas for the parm and how do I deal with the
return type?  Thanks.
Has anyone used the settings class?30 Aug 2006 01:51 GMT4
              I added a settings component to my .DLL so that I can read in
the configuration settings.  This created a DLLNAME.config file in the
output directory and everything seemed to be OK until I tried to deploy the
.DLL and then realised that no matter what I type in the  ...
Global error handler30 Aug 2006 01:38 GMT5
Is there a way to do a global error handler much the way you can in asp.net
? Essentially I want to set up a routine that if there is any unhandled
exception it will call that routine so I can process it. I do quite a bit
with timers so if I had to put code in in each place where ...
ArrayList.ToArray question30 Aug 2006 00:43 GMT4
I have ArrayList strat_list of integers like this:
index   value
[0]        3
[1]        4
want csharp 2005 ebook30 Aug 2006 00:41 GMT3
does anyone have csharp 2.0 ebook or any link to such an ebook then
please help.
formula calculation29 Aug 2006 23:19 GMT2
How to calculate value for the following formula:
res = (((m+1)(m+2)...(m+(k-1)))/1.2...(k-1))
Thanks,
GB
 
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.