| Thread | Last Post | Replies |
|
| scheduler componant | 11 Jul 2007 05:10 GMT | 1 |
I am looking for a good trusted and cheap scheduler componant with gannt view?
|
| Help with Regex | 11 Jul 2007 03:54 GMT | 5 |
I am trying to create a Regex object which can match ASCII character 0x05 in a given string. I have written following code to accomplish this: System.Text.RegularExpressions.Regex regex = new
|
| C# to Word and Excel and Outlook | 11 Jul 2007 02:46 GMT | 10 |
I would like to write code to export to excel, outlook and word. Any idea where a good resource to look? I know about using the VBA macros as I have done that in lotus notes ( but that is VB to VB for the most part). Do I use VBA? or is there a C# version of that?
|
| Proofs Of Prophethood | 11 Jul 2007 02:42 GMT | 1 |
-------------------------------------------------------------------------------- All praise and gratitude is to Allah - our Creator, Provider and the Maintainer of all the worlds. Muslims believe that Muhammad (may Allah's blessings and peace be upon
|
| Form, Opacity, mouseHover. | 11 Jul 2007 02:33 GMT | 3 |
I saw the paint.net program, when mouse hover, the color palette become 100% opacity. I try the code below, the issue is I also have some other controls ( textbox/button ) in my form, it should be a better way to do it in
|
| threading, posting data, text file | 11 Jul 2007 02:31 GMT | 4 |
I need to let user type some text in a textbox, and user will click a button to submit the material. It is very straightforward if we implement it by single thread. But the submitting costs a lot of time, especially there are some
|
| Multi-thread, read/write to single file. | 11 Jul 2007 02:27 GMT | 8 |
Multi-thread read/write to a single file. I have two processing threads, thread A and thread B; and I called my queue as Q. Thread A will feed data into Q by user input, the timing is random.
|
| PrintPreview and printed result are different. | 10 Jul 2007 22:40 GMT | 2 |
When I Preview a PrintDocument, it's perfectly formatted. But when I print it on the Printer, the result is different : text and grid are truncated at the right edge of the page. (no matter on witch printer I print). It's like if a string of 1 inch on the Preview become a string of ...
|
| How to get title of application/console window | 10 Jul 2007 21:59 GMT | 4 |
I thought this was going to be a simple question with a simple solution, but I haven't been able to find an elegant way to accomplish this. I have event logging code in a DLL assembly that is shared by GUI applications and console applications. Events are being logged to
|
| Input string was not in a correct format | 10 Jul 2007 21:24 GMT | 5 |
I'm using the following code: private void cmdConsumUpdate_Click(object sender, EventArgs e) { try
|
| Why does this work | 10 Jul 2007 20:49 GMT | 4 |
Most of the time I'm asking why something doesn't work but this time I'm baffled as why this DOES work.... Note that the local variables wBatchUC, wModalPromptUC, and wBatchFlowPanel are all stack variables and after the method executes, the stack rolls back,
|
| System Modal Message Boxes | 10 Jul 2007 20:48 GMT | 2 |
I am wondering why the .NET Framework is quite different from Win32 API when it comes to displaying system modal message boxes. Consider the four following types of system modal message boxes (please see associated source code below):
|
| execute reader | 10 Jul 2007 20:43 GMT | 8 |
I'm using this code to get data from table 'Slike'. I would like to get also the number of row from that table. What must I change in code to make it work? SqlDataReader sqlRead = null;
|
| How can I refer to two listview controls in one event handler? | 10 Jul 2007 20:36 GMT | 1 |
Consider: Private Sub ListView_ItemDrag(ByVal sender As Object, ByVal e As _ System.Windows.Forms.ItemDragEventArgs) Handles ListView1.ItemDrag, _ ListView2.ItemDrag
|
| Get the value of cell in a dataGridView | 10 Jul 2007 19:44 GMT | 1 |
How do I get the value of dataGridView? I have the rowIndex and the columnIndex.
|