| Thread | Last Post | Replies |
|
| ContextMenu of WindowsMedia Player | 02 Jan 2008 15:51 GMT | 1 |
I used WindowsMediaPlayer control in C# forms. Instead of displaying the WMP's standard context menu, I would like to add my custom context menu. Can anyone please suggest
|
| Testing a Comparer instance type | 02 Jan 2008 15:19 GMT | 2 |
I am trying to find a way to deal with Windows' case insensitivity without just forcing everything lowercase. While I am open to criticism on my method - my question relates to the fourth to bottom line (not including curly braces) on the bottom - testing to see if the Comparer
|
| Tab Control - First Event...Again | 02 Jan 2008 13:02 GMT | 6 |
I have a tab control which has several tab pages. At run-time, switching between the tab pages can take as long as a few seconds. Any suggestions on what I can get to fire at the instant the user clicks on
|
| Wide of page in Word | 02 Jan 2008 12:03 GMT | 1 |
I have tranform a Table list to Word and got the rigth font and char size but I allso want to set number of char fore a line so the document get rigth look code public static void WordInsertText(ref word.Document doc, string text)
|
| all threads : take a break! | 02 Jan 2008 11:54 GMT | 6 |
Hello NG, is there a good, easy and safe way to: - put all threads into a 'wait until I tell you to continue' - get feed back that all threads are now waiting
|
| System.Thread and multiple method calls | 02 Jan 2008 10:42 GMT | 19 |
Hi group, I am relatively new to C# (although I have a lot of programming excperience in other languages like Java and C). Currently I am searching for a solution to this problem:
|
| Linq To Sql DataContext scope | 02 Jan 2008 09:50 GMT | 2 |
I read on msdn that "In general, a DataContext instance is designed to last for one "unit of work" however your application defines that term. A DataContext is lightweight and is not expensive to create. A typical LINQ to SQL application creates DataContext instances at
|
| Specified cast is not valid error | 02 Jan 2008 09:00 GMT | 4 |
Can someone help me out if possible with this error when running a program. I have this code in the program //-------------------------------------------
|
| memcpy char* in C# | 02 Jan 2008 04:01 GMT | 12 |
I have some c++ code that I am converting to C#. What I need to convert is the following: memcpy(&tmpshort, (pTmpDataIn+1), 2); This should copy two bytes of an char* to an int which then gets used
|
| Pocket pc | 01 Jan 2008 23:56 GMT | 2 |
I need to download some files from internet with my pocket pc, How can I do? Thanks
|
| filesystem watcher and more | 01 Jan 2008 19:03 GMT | 9 |
I need to catch the domainname/username as additional information when the Filesystemwatcher throws en event ? If someone is creating, deleting or changing perms of a file I would need to know who it was.
|
| lable is invisible in design view in VS 2005 | 01 Jan 2008 14:50 GMT | 2 |
In VS 2005, in design view, if I put a lable on a windows form, and set label Text to "", then this label will totally invisiable. This is right at runtime, but I remember in VS 2003, it used to show a place holder. Without it, really hard to know there is a lable on there.
|
| the proper way to detect changes to current row before moving to next row | 01 Jan 2008 09:09 GMT | 2 |
How do I properly detect row change before allowing moving to next row? I tried using RowLeave . here is brief descript of the form setup. I have
|
| DataGridView (Keep Style/Color On Sort) | 01 Jan 2008 07:27 GMT | 4 |
I have a log viewer. I sort the DataGridView by the Time Column and then run a function to set all cell backcolors depending if the cell above is different. This works correctly, however, when I resort a column (by clicking any
|
| DataGridView CellFormatting Event | 01 Jan 2008 07:18 GMT | 2 |
How does "e.CellStyle" work? When I do something like if(e.ColumnIndex == 0 && e.RowIndex == 0) DataGridView.Rows[0].DefaultCellStyle.BackColor = Color.Orange;
|