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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
linked list ?27 Feb 2007 05:23 GMT2
Im looking for a linked-list like structure in C#. Im a C++ programmer that
needs to make little module (TCP sockets communication) in C#.
I need to attach a buffer for incoming data because i have to decipher
incoming data and extract them into datapackets, and the forward them ...
add the addin in the Tools menu of Excel27 Feb 2007 03:19 GMT2
I have developed a ADDIN for excel 2000, now i want to add the addin
in the Tools menu of Excel. How can i do that.
regards
shantanu
Console.WriteLine vs. Debug.WriteLine formatting27 Feb 2007 02:24 GMT1
This works:
Console.WriteLine("F: {0:F}", CurrTime);
But this doesn't:
Debug.WriteLine("F: {0:F}", CurrTime);
DataSet vs. Collection of Objects27 Feb 2007 02:24 GMT5
I have an application that is highly CRUD-centric for data management with
some more sophisticated reporting behavior.  I'm trying to decide between
using strongly typed datasets vs. collections of objects.  I want to
decouple the business logic and UI from the persistent storage ...
Generate Excel File (without Excel.exe)27 Feb 2007 01:38 GMT18
I want to write an Excel file  (.xls format) from some database data.
I don't want to use Excel.exe because of all the automation and security
issues.
Does Microsoft document the .xls file format anywhere?
Fastest way to strip NewLine from string (.Net 2, VS 2005)27 Feb 2007 01:23 GMT5
Hello group,
What is the fastest way to remove line feeds from the end of a string?
RegEx was too slow. I am using a for loop (code below), but that seems
too cumbersome.
set backcolor of ContextMenu27 Feb 2007 00:50 GMT1
I would like my popup ContextMenu to have a different backcolor than
the form.  How is that done?
thanks,
-Steve
Is there any activex or .net control for embedding the Windows Picture and Fax Viewer into my application?27 Feb 2007 00:28 GMT2
Is there any activex or .net control for embedding the Windows Picture and
Fax Viewer into my application?
Help with cross-thread UI functionality...27 Feb 2007 00:23 GMT4
I'm trying to to figure out this stuff, and I've got part of the trick
in the code below, which updates a textbox with data from another
thread. What I'd like to do is put a Pause button on my form which
basically pauses the ReadCsv() method wherever it's at. Obviously, the
IE7 hangs with "Click Once Deployment" any fixes?27 Feb 2007 00:13 GMT5
I have been using the Click Once deployment feature of VS2005 - very nice.  
I had IE6 at the time when I started using Click Once Deployment, and
everything worked fine.  But then my workstation got upgraded to IE7, and now
whenever I deploy an application and IE7 comes up for ...
Excel.exe does not leave memory when called from Web Service26 Feb 2007 23:38 GMT7
I wrote a c# web service that creates an Excel spreadsheet.   Even
though I follow all the formal procedures for closing the app and
finalizing, an instance of Excel still remains in memory.   Is this a
problem?  With that instance of Excel.exe eventually go away because of GC?
Newbie question - cannot get Console.WriteLine to work26 Feb 2007 23:27 GMT6
I'm just starting on C# - I've .NET version v 2.0.507207 on my
machine.
I run a .cs having the following code  from command line :
__________________________________
Using stringreader to set email body to html page26 Feb 2007 22:51 GMT1
I am trying to send out an email that is based upon an HTML page.  Is it
possible to read the HTML page into something like a StringReader and
then set the Mail.Body equal to the StringReader?  If it is, does
anybody have any code samples?
"Sync to Contents" help button26 Feb 2007 22:49 GMT2
Is there a 'sync to contents' button anywhere in VC# 2005, like VS
2003 had?  I'd like to be able to see more what is to offer when I
find myself in a help page.
Zytan
Cursors.WaitCursor26 Feb 2007 22:39 GMT1
I am unable to find the documentation on rotating the WaitCursor.
----- code ---------
try
{
 
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.