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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Argument Exception with Double.CompareTo12 Jun 2006 23:06 GMT1
This code throws an exception:
Double foo = 1.0;
Console.WriteLine(((IComparable)foo).CompareTo(1));
But this does not:
RegEx to get parms from URL12 Jun 2006 22:38 GMT1
Given a URL of
http://Somthing/Somthing.asp?parm1=val1&parm2=val2&parm3=val3
I'm trying to create an expression that gives me:
parm1=val1
Forms Authentication -- A doubt ?12 Jun 2006 22:21 GMT2
When using forms authentication in .Net , was wondering how can it be
made sure that when a page load to a page say default.aspx is made ,
that it has been redirected from a page say login.aspx and not a direct
hit to the page.
File MetaData (Summary)12 Jun 2006 21:52 GMT3
I'm trying to develop an application to manage my .pdf and .chm files. To do
so, I want to access (read/write) the Metadata of the files, like
File->Properties->Summary in the Windows explorer.
I already searched for solutions, but honestly I'm a bit lost... does
Simple (hopefully) form question12 Jun 2006 21:26 GMT5
I need to create an application that uses primarily a single form rather than
an SDI that creates a new form for everythting.  However, I don't want an MDI
style application since the users I'm dealing with would be overwhelmed with
it.
Deserialize in constructor12 Jun 2006 21:17 GMT2
I have this method in class Foo:
    public Foo DeserializeXML(string sXML)
    {
        XmlSerializer serializer = new XmlSerializer(typeof(Foo));
Encrypting entire file12 Jun 2006 21:05 GMT4
How can one encrypt an entire file? What I mean is not simply encrypting
the content of the file, but also the file's property(e.g. file creation
date, file's name, access right, etc), so the input is a file, say
abc.txt, after encryption and then decryption, the user can get the
Threading in C#12 Jun 2006 20:42 GMT6
I have a page that calls a sql procedure and it runs for 20 - 40 min. I
use usual threading for this page.
<code>Thread objthread = new Thread(new ThreadStart(ticketingThread));
objthread.Start();</code>
Application Data Caching12 Jun 2006 20:28 GMT4
This is probably a newby question however I can't figure it out!
I'm trying to use application data caching in a web application.  I have
read an article on 4 guys from rolla that shows the following syntax:
Write:
Comparison of 2 GetValue() calls seems incorrect12 Jun 2006 20:10 GMT1
I have a class that stores values of various types in public properties with
private fields behind them.  In addition to the field that is accessed
through the public properties there is another private field by the same
name, preceded with _Old that holds the previous value.  So ...
foreach12 Jun 2006 19:47 GMT13
Hi there. Can anybody comment on the efficiency of the following technique:
foreach (SomeItem Item in SomeNativeDotNet.Collection)
{
   // Whatever
FIFO Text Control12 Jun 2006 18:45 GMT5
I have an application that recieves text data via external input (i.e.
serial) and displays it on the screen (we use carraige return as a
delimiter). At this point I use a regular old text box and when the
text size gets too big I truncate the string and re-set the
Threading in C#12 Jun 2006 18:41 GMT1
I have a page that calls a sql procedure and it runs for 20 - 40 min. I
use usual threading for this page.
<code>Thread objthread = new Thread(new ThreadStart(ticketingThread));
objthread.Start();</code>
How to detect if the mouse is inactive?12 Jun 2006 18:36 GMT3
I'm working in a application where I need to detect when the mouse is
inactive outside my form. I mean, I want to detect if the mouse hasn't
move in the last X seconds (2 por example) and in case that it hasn't,
show a menu.
Anchor and scaling12 Jun 2006 17:19 GMT3
Hey guys
I acnhored my control to the bottom right corner of my form.
That when when i resize the form the control stays int he correct place.
The only problem is it doesn't resize the control , so the form gets smaller
 
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.