| Thread | Last Post | Replies |
|
| for loop only runs when theres a breakpoint in it | 16 Feb 2007 07:32 GMT | 3 |
I'm trying to write a little sudoku game. When i try to set a board i use a for loop. Here it is for (int c = 0; c < 6; c++)
|
| case tool | 16 Feb 2007 07:31 GMT | 5 |
Hello!! Is it anyone that have some experience using a good case tool that support C# design in using UML. For example reverse engineering.
|
| C#.Net Outlook 2003 automation (programmatically) with Office.Inte | 16 Feb 2007 07:30 GMT | 1 |
C#.Net Outlook 2003 automation (programmatically) with Office.Interop.Outlook Problem: I have my outlook 2003 configured with multiple mailbox on my local machine. I want to specify the mailbox and server (Exchange server mail box)
|
| why doesnt C# support edit and continue? | 16 Feb 2007 07:24 GMT | 4 |
I don't understand why C# does not support edit and continue; I mean, microsoft access and VB have had this for over a decade now?? http://msdn2.microsoft.com/en-us/library/ba77s56w.aspx Visual Studio Edition
|
| c# word automation need code to delete all macros in a word document | 16 Feb 2007 07:23 GMT | 1 |
I need to write a c# code that will open up word documents and delete all the macros in it. Can some one please give me a code example or any ideas on how to do this. I already know how to open word docs from c# but I need the code to
|
| Help me how to start new programmer | 16 Feb 2007 07:19 GMT | 2 |
C# Solution Explorer Tips & Tricks Everything cannot how to work from C# Recent Projects(all cannot to write/read). HELP ME! How to get for C# Recent Projects working!!??
|
| Visual Studio 2003 and Crystal Report | 16 Feb 2007 07:11 GMT | 1 |
We've been trying working the Crystal Reports XI on our Visual Studio 2003, however, the CR XI doesn't work on our VS2003 at all. So, I am thinking giving up the CR XI. Would someone tell us whcih version of the Crystal Reports will work best on
|
| Equation parser - where did I see it? | 16 Feb 2007 06:19 GMT | 6 |
A few months ago, I saw an equation parser, written in c#, and using regular expressions (I think!), but now I cannot recall where I saw it- if anyone saw anything like this, could they please post the url?
>From memory, |
| array size. out of memory exception. | 16 Feb 2007 06:04 GMT | 4 |
I'm sorry if this question has been asked before, but is it possible to define a 2 D array of type double with dimensions of the order 65536 x 65536 ? I'm working on a face recognition algorithm called PCA (Principal
|
| Base page VS Utility Class | 16 Feb 2007 01:12 GMT | 4 |
Developing C# web apps, .net1.1 I have gotten in habit of placing commonly used (interface) functions in my base page. However, some apps I work on use a seperate "Utility" class containing common utility functions.
|
| boundfield max chars? | 16 Feb 2007 00:38 GMT | 1 |
I a details view on a aspx page connected to a database that allows editing. When someone types more than the 20 chars allotted in the database, and submits the form, the page crashes. Is there a way in the details view to only allow x number of characters to be enter?
|
| DataGridView | 16 Feb 2007 00:30 GMT | 1 |
I have a datagridview bound to a tableadapter/binding etc. I would liek to add an unbound column and bind it to another binding control. is that possible?
|
| datagrid and checkbox and confirm dialog | 15 Feb 2007 23:51 GMT | 4 |
I have the following situation and am looking for answer in C#. I have a datagrid and putting checkbox next to each record. In the header I have a Delete button. I want users to checkchekboxes and click the Delete button. That will
|
| Keeping sort order on a Gridview while another is sorted. | 15 Feb 2007 22:40 GMT | 12 |
When I do a sorta on 1 table, then the other table goes back to the original order. What can I set so, it keeps the order of the other current gridview's order. I set all the gridview values in my 'onpageload' in the cs file.
|
| Help with special chars in csharp strings? | 15 Feb 2007 21:28 GMT | 5 |
Hi all - Is there a standard way to handle special chars in strings in dotnet? I'm using csharp and having two seperate problems... 1. Passing in args...
|