| Thread | Last Post | Replies |
|
| Cannot access virtual drive with OpenFileDialog | 06 Jul 2007 12:36 GMT | 4 |
I am creating a virtual drive with the subst command at the command prompt as follows: subst W: C:\WRoot Now if I view the directory structure in the Windows Explorer I see that I
|
| Clicking MDI child form doesn't always activate it | 06 Jul 2007 09:21 GMT | 1 |
We have recently converted a solution from .NET 1.1 (VS 2003) to .NET 2 (VS 2005). Since the upgrade, two of my co-workers can no longer bring MDI child windows to the front by clicking anywhere on them; it only works if
|
| Formatting Items in Combobox | 06 Jul 2007 09:14 GMT | 1 |
Please suggest me how we can do the formatting (e.g. BackColor Changed) for perticular Item in combobox.? I have done DrawMode = OwnerDrawFixed and written following code in DrawItem Event :
|
| Dynamically set button text in DataGridView | 05 Jul 2007 22:08 GMT | 1 |
I have a DataGridView with a DataGridViewButtonColumn that I want to use to enable and disable records in the grid. When the button is clicked I have code to change the value in a field called 'Enabled' from True to False, or from False to True.
|
| uisng delete for datagridview | 05 Jul 2007 22:02 GMT | 1 |
i would like to use delete key of keyboard to delete rows from datagridview.. how can i acheive it?
|
| simple drawing with a mouse | 05 Jul 2007 20:58 GMT | 8 |
I'm trying to create a small program, where a user can draw a simple line with the mouse. Imagine a signature application where you can write your name with the mouse. Or a tablet. Just like in paint. I've tried something like this:
|
| Something better than "application has generated an exception that could not be handled"? | 05 Jul 2007 20:34 GMT | 1 |
I ran into an error on a previously working windows form application that stated: application has generated an exception that could not be handled. I spent many frustrating hours before finding the issue to be a
|
| Problem with DataGridView formatting and default values | 05 Jul 2007 16:25 GMT | 1 |
I am rather unfamiliar with the DataGridView. I am trying to do a project with VS2005 and SQL Server 2000. Assuming a DataGridView bound to a table, what is the best place (best event) to catch new records and supply default values? (Also assume that several of these fields ...
|
| Search for performance analysis tool like fxcope for .net C# project. | 05 Jul 2007 10:40 GMT | 1 |
I am in search of a tool that checks the performace of my project so that I am able to improve the code accordingly.I found a nice tool FXcope that is Microsoft free tool it helps a lot.But it takes input as DLL of the project that I have to check.
|
| Where is main? | 04 Jul 2007 17:24 GMT | 8 |
I am new to form and controls. I do C++ programming for more than 10 years. I noticed that there is no main function. Can anybody explain what I am missing. I am sure there is some kind of philosophy out there
|
| TextRenderer measuring characters | 04 Jul 2007 12:58 GMT | 7 |
With .Net 1.1 I developed a text editing control using: Graphics.MeasureCharacterRanges; Graphics.MeasureString It worked but was not perfect as the text "walked" as new characters were
|
| removing from panel | 04 Jul 2007 09:58 GMT | 1 |
How to remove all elements from component "Panel"? There is no RemoveAll etc and for (int i = 0 ; i < this->panel1->Controls->Count; i++) {
|
| Switching to another form | 04 Jul 2007 09:28 GMT | 10 |
I've created two forms at design time: Form1 and Form2. Form1 is the main form. I'd like to switch to Form2 if a button is clicked on Form1. What is the proper way to accomplish that?
|
| combobox | 03 Jul 2007 12:00 GMT | 1 |
How to write into combobox collection of values in this way: I see only "january" and if I select this program see 1, for "february" its 2 etc... thanks
|
| DataGridView Glyphs | 03 Jul 2007 06:14 GMT | 2 |
Is anyone aware of a way to make multiple glyphs show up. I"ve set all column's sortmode to programmatic and assigned each column a sort glyph direction, but only the first one shows up
|