| Thread | Last Post | Replies |
|
| Combo box items ( text with images) | 21 May 2007 11:33 GMT | 4 |
I am new to windows forms C# 2005, How can i have a combo box with image and text meaning * 1Star
|
| C# Transparent Form Problem | 21 May 2007 07:54 GMT | 1 |
I have a problem with transparent form. I set TransparentKey to pink, then in OnPaint I draw form background (some areas are pink in bitmaps I use to compose). All is OK, form is transparent in place where pink is. Problem is that sometimes, that "pink" is visible on form and
|
| Folders wont auto refresh view | 21 May 2007 06:42 GMT | 1 |
I have a new laptop and lets say I am in my documents and I right click and choose 'new' and then 'folder', it should immediately show that new folder without me having to update the view under the 'view - refresh' drop down. My desktop running exactly the same Xp version SP2 ...
|
| offline files | 20 May 2007 17:48 GMT | 1 |
i have offline files in my computer, i left the company so there's no source to the offline files, i was working in the files till i deleted the user that made the offline files in my computer and created a new user account. and now i can access the offline files anymore. please ...
|
| data binding questions | 20 May 2007 13:05 GMT | 4 |
I have experience with windowsforms but not with data binding. Before I take up with the subject I would like to ask some questions just to make sure I am on the right path: A data source (array or similar) is bound to a datagridview.
|
| Drawing A Dotrted Line | 20 May 2007 05:20 GMT | 2 |
I am needing to Draw a Rectangle with a Dotted line. Where do I find the Brush that will accomplish this?
|
| new to codedom | 20 May 2007 02:42 GMT | 1 |
I have a problem that I think codedom will solve, but it looks like a real mess to me, and I don't know where to start. I'm using .NET 2003 FW 1.1 VB. I have a few selection criteria, and each is easily implemented in 5 to 10 VB statements resulting in a boolean output ...
|
| ClickOnce Prerequisites Having Dynamic Locations | 20 May 2007 02:37 GMT | 1 |
I've posted this question on a couple of other newsgroups but no one has responded but I really need to know if this can be done and I can't imagine I'm the only one who wants to do it. I'm working on an application that is installed via ClickOnce. It has
|
| Flash Interface in Windows C# Form for Audio/Video Player | 20 May 2007 02:33 GMT | 1 |
I want to use Flash interface in the C#.net windows forms, but in the manner that when ever i run the application i only wants to see the flash interface and not the whole form with background. Since I have done this thing with the static .bmp pics and it is wirking as i want, ...
|
| webbrowser | 18 May 2007 23:12 GMT | 3 |
I need create some application which will use webbrowser control and make some action with content. It should be something like this. 1) open in webbrowser page - http://msdn.microsoft.com
|
| How to fix a corrupted form? | 18 May 2007 22:13 GMT | 2 |
Yesterday, all was fine with my project. I closed it and turned off the computer. Today, I try to open up a form and I get the error message shown here: "ObjectDisposedException" Cannot access a disposed object named "TextEdit".
|
| Form.Load vs Form.Shown | 18 May 2007 22:03 GMT | 1 |
What is the difference between Form.Load and Form.Shown event? Thanks!
|
| Need to create new row in DataGridView | 18 May 2007 21:44 GMT | 3 |
I have a DataGridView on my Windows form with one ComboBox column. I have set the ComboBox to use the DropDown style, through the EditingControlShowing event handler: private void dgvSentences_EditingControlShowing(object sender,
|
| Finding Memory leaks | 18 May 2007 17:01 GMT | 6 |
Is there any way to find any memory leaks within your applications, using Visual Studio.Net 2005?
|
| DataGrid MultiColor Titles | 18 May 2007 14:26 GMT | 2 |
I am creating a windows .NET application (in C#) that uses a datagrid. I am using Visual Studio .NET 2003. In the title row of the grid, I'd like one of the headers to appear in two different colors. For example, the title of one of
|