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
Missing comments displayed as warnings in VS29 Aug 2006 15:34 GMT1
Does anyone know how I can configure Visual Studio 2003 so that missing
XML documentation comments/tags are displayed as warnings when I
compile a C# project?
Thanks!
best way of using session variables to store datatable?29 Aug 2006 15:29 GMT1
When my webpage loads the first time, I fill my datatable with records from
the DB and display them in my gridview.  Once it loads, the user clicks on a
button and add records to the datatable, which also show up in the gridview.
When "Finish" is clicked, I'll insert the records ...
DataGrid29 Aug 2006 14:48 GMT7
One time I posted a question about DataGrid and someone replied and give me
a link to a website with all kinds of info / examples on DataGrid, I saved
the link but I can not find it now, it's probably on my computer, but I
don't remember what I named it (it's hell getting old), ...
ANN: VS.NET 2003 SP129 Aug 2006 14:25 GMT34
Visual Studio .NET 2003 Service Pack 1
 http://www.microsoft.com/downloads/details.aspx?familyid=69d2219f-ce82-46a5-8aec
-072bd4bb955e

Release Notes
 http://www.microsoft.com/downloads/details.aspx?FamilyID=dc455c5d-2c99-43cc-ad71
-4e0beb71bfa7

FormBorderStyle.None and System Menu29 Aug 2006 14:18 GMT5
I have a problem. When i set FormBorderStyle property of a form to None
i can't get the system menu (that windows menu with close, maximize,
minimize and other options) to show up when i right click on the form
button in the taskbar, (i guess that's because there is no titlebar ...
About Lee Maze routing algorithm29 Aug 2006 14:17 GMT1
I want to implement Lee Maze routing algorithm in C#, I have many problems
especially in gaining usefull resources about the algorithm work, please if
can any body help me to find usefull resources.
Also, if anybody can send me the a link to the full artice of the following
Word document object29 Aug 2006 14:09 GMT2
How do I create an object to read the contents of a word document?
Basically I need to read other file formats such as  Excel, PPT, HTML, RTF
files.
Problem with various BeginInvoke() calls29 Aug 2006 13:49 GMT5
Could someone please explain the difference of (refer to example code below)
d.BeginInvoke("some text", null,null);        //Alternative A
and
BeginInvoke( d, new object[] {  "some text" }      //Alternative B
no overload error29 Aug 2006 13:39 GMT1
I'm completely stuck with some example code I'm trying to use. The code
is from
http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx
I would have thought to create a new 'PingExample' object the correct
Deep object binding29 Aug 2006 13:15 GMT3
I just cant find a good explanation on how to "deep bind" objects, so
im hoping someone can help.  I have an object that contains another
object, for example: Book has a title, pagecount, and an Author.  The
title and pagecount are system objects but Author is a type i have
TextBox/RichTextBox - Character(s) width are not same. How to mana29 Aug 2006 12:58 GMT3
I am reading a Column form the DataTable and have to display in the
RichTextBox/TextBox (With Multi-line).
When I try to do so:
The width occupied by each charaters are not same and that causes column
Accessing User Control Event in Main page29 Aug 2006 12:50 GMT2
I have a search bar as a User Control sitting on a Page. The asp web control
search button has its OnClick event set to a method "Search" which sets a
bool isSearch to true.
When I try to access this variable on the main page, it always comes up as
Base64String29 Aug 2006 11:01 GMT3
How does one represent values in base-64 strings? Actually, the
question is, what is the process of converting numerals from other
bases to base 64 -- without using any library functions in any
programming environment like .NET's Convert.ToString(byte[], int base)
FileSystemWatcher problem!29 Aug 2006 10:54 GMT2
   I have a problem with the fsw object, and maybe someone experienced with
the fsw can help me out.
   First I want to a share a snippet of the code with you:
private void fsw1_Changed(object sender, FileSystemEventArgs e)
Want to use Reflextion if it possible in my case29 Aug 2006 10:50 GMT1
Hello!!
I have the method CollectData that I want to use Reflection on.
I use foreach looping through a collection of DSRow. This DSRow does not
have a property but I can add one if it would solve my problem.
 
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.