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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Writing from an XmlReader10 Jul 2007 11:31 GMT7
Is there an easy way to (efficiently) walk the entire contents of an
XmlReader? For instance, I have an XmlReader returned from a "FOR XML"
SQL query (ExecuteXmlReader), and I want to return this data to the
caller through a stream.
Line Chart in Crystal Report10 Jul 2007 11:20 GMT1
I have one crystal report in VisulaStudio 2003 C#, i have used
IGraphObject for Line Chart.
My data is somewhat like this 0.00, 0.01, 0.03 ....etc on y axis
and 0000,0002,0004,....etc on x-axis
Reverse P/Invoke in a DLL for global hooks?10 Jul 2007 09:52 GMT2
Is using Reverse P/Invoke in a .NET DLL for installing global hooks
supported?
When thread routine returns, that means it was closed ?10 Jul 2007 09:51 GMT5
When thread returns, that means the thread is closed ?
What is the standard way to kill it ?
threadA= null ;
Thank you for advice!
VS2005 <-> VSS200510 Jul 2007 07:10 GMT2
Hello NG,
I might be in the wrong NG with this question. If this is the case, please
let me know the right one.
I have a problem with Visual SourceSafe 2005 sent to me with one of the last
Great new developer community concept10 Jul 2007 04:07 GMT2
I found this new site I am excited about http://www.spikesolutions.net.
The concept, zip up your programming solutions and submit them to this
site for free. Each time someone downloads your solution you get
$1.00. The creators of the site are trying to improve the quality and
No unsigned int in c# ?10 Jul 2007 04:06 GMT3
My code:
private static unsigned int Queue_count = 0;
it can't pass the compiler, the error msg shows the 'unsigned'
keyword.
Monitoring memory usage ...10 Jul 2007 01:41 GMT5
        I am trying to check the memory usage for a process using C#
(.NET 1.1). I found out several properties in the Process class that
was useful. But, my question is after i tried that out and compared
the result with that indicating in the Windows Task Manager they
Is .NET remoting working on Mono properly10 Jul 2007 00:46 GMT3
Does anybody know whether .Net remoting works OK on the Mono installed
on Linux? Thanks for any answer.
Inserting the datetime with milliseconds value into a datarow09 Jul 2007 23:29 GMT6
I need to insert the datetime with milliseconds value into a datarow.
My code as below
DataTable testDataTable=new DataTable();
testDataTable.Columns.Add("updatedDateTime", typeof(DateTime));
Forcing a MouseUp event after MouseDown launches a dialog09 Jul 2007 22:12 GMT2
I have a form listview and have used the MouseDown event to launch a
modal dialog if a particular cell is clicked.
This works fine but upon closing the dialog I am left with a dotted
rectangle drawn between where the original click was and where I
Picturebox auto size failed.09 Jul 2007 21:45 GMT1
I use a picturebox to show image form URL string.
When auto size propertise disable, it works well, but fail whenever
auto size is enable.
pictureBox1.Image = new System.Drawing.Bitmap(new
Hiding tabs (tab control)09 Jul 2007 21:28 GMT8
How do you hide individual tabs?  I have tried .Hide() but it hides them
all?
Mark
I want to read a character from console, while writing something to the console.09 Jul 2007 20:31 GMT2
I want to read a character from console, while writing something to the
console.
And if, there were no input character in some seconds, then I wish to
continue to writing to the console.
XML Serialization09 Jul 2007 20:03 GMT5
We have an app that uses XML serialization throughout.  As everyone probably
knows, using XML serialization is not always a good idea in a big project
(http://www.codeproject.com/dotnet/noserialise.asp).  
I found this article:
 
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.