| Thread | Last Post | Replies |
|
| Regex named capturing | 18 Dec 2007 11:21 GMT | 2 |
Hello friends, I am new to Regex engine. I use Expresso to test RE. For a named capturing test, I have following schema-- FullName --> first , surname OR
|
| Explorer File Properties Dialog | 18 Dec 2007 08:43 GMT | 1 |
How can i add panel to explorer file properties dialog (like winrar) using C#.net ?
|
| ADO.NET: GETCHUNK & APPENDCHUNK | 18 Dec 2007 08:10 GMT | 2 |
ADO has GetChunk & AppendChunk, features that are not supported by ADO.NET. Is there a workaround in ADO.NET? I am trying to write large files to LOB fields in a database table.
|
| struct containg a reference | 18 Dec 2007 07:33 GMT | 3 |
Using c#, I've got a struct, in which I use the NEW keyword and make a reference to a class, so now I've got a struct on the stack, that contains a reference to the HEAP. Is there a way in VS2005 when I'm debugging to see what type of memory is
|
| Is there a difference between datarow.length == 0 and datarow == n | 18 Dec 2007 03:13 GMT | 4 |
Is there a difference between datarow.length == 0 and datarow == null in terms of performance?
|
| Im bored with MI5, spam no more, give me back CHR$(12) | 18 Dec 2007 02:44 GMT | 4 |
just to clear the screen in console... yes I know ho to do that but 20 lines c/c# of code for cls... and posting from msdn of the m$... is not an answer... always the wrong namespace or something...
|
| Context Menu Shell Extension problem | 18 Dec 2007 02:02 GMT | 3 |
I used the pattern for Shell Extensions for Context menu from Dino Esposito's article. However I implemented it in more than one application and it seems that those two right click functionalities cannot work together.
|
| Adding a row to a DataGridView | 17 Dec 2007 23:48 GMT | 4 |
I'm just playing around, to confirm my mental picture of what is happening in CSharp. Looks like I got the wrong mental picture, because I thought this would work. I created a class, MyDGVR, which extends the DataGridViewRow, and just
|
| autoscale | 17 Dec 2007 23:01 GMT | 3 |
Hi Ive created a usercontrol containing a graph and label. What setting do I use so when I maximise the window, the control auto scales also. Regards Robert
|
| NativeOverlapped, does it work?? | 17 Dec 2007 21:51 GMT | 5 |
I'm trying to read some messages (native structs) from a kernel mode mini-filter driver. I'm using my own implementation of IAsyncResult to pack/unpack the NativeOverlapped structure, and waiting for the result to arrive.
|
| external event | 17 Dec 2007 21:31 GMT | 1 |
I would like to know how to do pooling of some external event (not via callbacks because the event won't come from c# module) in once in a while according to what user will decide? How to implement this? Thank u !
|
| Keyboard Listener | 17 Dec 2007 19:59 GMT | 9 |
I have an application that minimizes itself, and I want it to listen for certain key commands, and when they are pressed, my program can react to them. So far I've gotten my application to react as I intend while the
|
| filewatcher question | 17 Dec 2007 19:57 GMT | 4 |
I seem to get two file watcher changed invocation for a file change. I thought may be the cause is third party software effect the change I checked the general attributes of the files, it clearly shows the original created date and new modified date time.. I also tried notepad ...
|
| C# classes | 17 Dec 2007 19:53 GMT | 1 |
Was looking through a C# book today and come across something like this: class Circle... Circle c = x Circle d = c
|
| WPF: Binding ComboBox inside of ListBox or ListView | 17 Dec 2007 19:20 GMT | 2 |
I can't figure out how to bind ComboBox inside of ListView or ListBox. How do I set ComboBox.ItemsSource property? I don't see the way to do it in code and not in XAML. I have Collection that is bound to ListBox / ListView and string[] that
|