| Thread | Last Post | Replies |
|
| Missing comments displayed as warnings in VS | 29 Aug 2006 15:34 GMT | 1 |
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 GMT | 1 |
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 ...
|
| DataGrid | 29 Aug 2006 14:48 GMT | 7 |
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 SP1 | 29 Aug 2006 14:25 GMT | 34 |
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 Menu | 29 Aug 2006 14:18 GMT | 5 |
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 algorithm | 29 Aug 2006 14:17 GMT | 1 |
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 object | 29 Aug 2006 14:09 GMT | 2 |
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() calls | 29 Aug 2006 13:49 GMT | 5 |
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 error | 29 Aug 2006 13:39 GMT | 1 |
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 binding | 29 Aug 2006 13:15 GMT | 3 |
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 mana | 29 Aug 2006 12:58 GMT | 3 |
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 page | 29 Aug 2006 12:50 GMT | 2 |
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
|
| Base64String | 29 Aug 2006 11:01 GMT | 3 |
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 GMT | 2 |
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 case | 29 Aug 2006 10:50 GMT | 1 |
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.
|