| Thread | Last Post | Replies |
|
| datagridview | 18 Jul 2008 14:51 GMT | 4 |
I need to add new rows into a datagridview manually.. but when I first added the new row I got an error of: No row can be added to a DataGridView control that does not have columns. Columns must be added first.
|
| Animation for wait dialog | 18 Jul 2008 14:33 GMT | 4 |
Most applications, including Windows Explorer, show some sort of 'wait' dialog with animation when a lengthy operation is going on. For example, When the Windows Explorer is searching for something, it shows a small dialog with a moving flashlight. I examined the
|
| DatagridView | 18 Jul 2008 14:26 GMT | 1 |
Please excuse me if my question is not so clever.... I just learn the stuff of database and datagridview class and I have a question. After download a sample in CodeProject.com (http://www.codeproject.com/KB/vista/Firebird_2_and_Images.aspx) and trying
|
| linq group by month problem | 18 Jul 2008 10:02 GMT | 8 |
I want to count activity in a given month. I'm trying to do so with the linq code below however it reports: Error 1 'a' is inaccessible due to its protection level var ActivityByMonths = from a in db.ActivityDatas
|
| Memory Leak | 18 Jul 2008 09:46 GMT | 23 |
I am using VS2008. I have a Windows Service application which creates Crystal Reports. This is a multi theaded application which can run several reports at one time. My problem - there is a memory leak someplace. I can not detect the memory
|
| Can I access USB HID on CE embedded from C#? | 18 Jul 2008 09:37 GMT | 3 |
A bit of background. I have been asked to offer an independent programming study for high school students. I thought it would be really cool to challenge
|
| Anti-alised text in Windows Forms | 18 Jul 2008 09:13 GMT | 1 |
My requirement is to display anit-aliased text across my application. The technique that MSDN provides for rendering anti-aliased text, can be used when drawing individual text strings. However, i want that which ever label, button text i set, it should be rendered anit-
|
| IDE | 18 Jul 2008 06:15 GMT | 1 |
In my IDE VS 2008, the toolbox is hide, the key combination ( Ctrl + W,X) no work fine and need the toolbox for drag an drop controls. How re-install or re-call the toolbox? TIA,
|
| PictureBox reverts to previously selected image | 18 Jul 2008 05:21 GMT | 3 |
I'm having an issue that I can't quite figure out. I have a PictureBox that initially sets a picture from an embedded resource. The user clicks a listview item and if an image url is available, it sets the ImageLocation property to the url of the image and loads it.
|
| How to test if a control's validating or validate event has fired and is finished | 18 Jul 2008 03:56 GMT | 2 |
if i derive a reference to a control on a winform (ie Control activeControl = somecontrol on the form) how can i test if that control has a validating or validated event and more importantly how can i tell that those events have finished so that i
|
| C# Reflection--anybody use it lately? | 18 Jul 2008 03:39 GMT | 17 |
What good is C# Reflection, other than to find out what types are in an assembly? And to dynamically invoke methods in an assembly (.dll or .exe)? Also, bonus question, can you use Reflection to build a compiler? One
|
| Checking if it contains a flag. | 18 Jul 2008 03:06 GMT | 5 |
This question may be stupid. enum MyValues { Value1, Value2, Value3, Value4, Value5
|
| Any free assembly obfuscator recommended? | 18 Jul 2008 01:40 GMT | 7 |
|
| Help documents that compile with app | 17 Jul 2008 22:53 GMT | 2 |
In MCF apps we get a help section of our application solution which holds HTML documents and the Help Workshop HPP files that compile every time you build your app... is there anyway to do this in C#? I tried messing with the HHC.EXE HTML HelpWorkshop compiler and post build ...
|
| Activation of MIcrosoft Visual Studio.Net 2003 Academic Edition | 17 Jul 2008 22:38 GMT | 2 |
Sir/Madam I have just installed my Visual Studio.NET 2003 Academic Edition the second time and i am requested to activate it. Please how do i go about it and which website do i use to accomplishe this. Please i am not talking about the DVD type. Thanks
|