| Thread | Last Post | Replies |
|
| Advice on whether or not Microsoft has fixed the buggy combos .. thus worth the move from VS2003 to VS2005 | 09 Mar 2006 11:21 GMT | 4 |
To upgrade or not? This, to me, is based upon whether or not Microsoft has -- at least -- fixed the buggy controls from VS2003: Combo (clearing and binding context issues) Checked ListBox (checked items losing status when control goes visible)
|
| Saving data in the DataGrid | 09 Mar 2006 11:10 GMT | 5 |
I would like to save inserts, deletes and updates in the DataGridView bach to the database when the user changes the current selected row. Right now I am using the SelectionChanged event, but that fires everytime the user changes column.
|
| OnPreviewKeyDown requires UnmanagedCode SecurityPermission | 09 Mar 2006 05:33 GMT | 3 |
I am creating a Winform app will be run over the Internet and I want to use the default security profile for ClickOnce Internet apps. This app has custom controls that override the OnPreviewKeyDown method (necessary to get access to arrow keys in the OnKeyDown method). However, ...
|
| Bug in FolderBrowserDialog! | 08 Mar 2006 20:32 GMT | 4 |
I am having a problem with the FolderBrowserDialog. I have attached an application that exercises the problem by calling the FolderBrowserDialog. When I Run this app as a different user, and click "Make New Folder", the dialog does not update. (The new folder is
|
| SelectedIndexChanged and SelectedValueChanged don't get fired when using the space key | 08 Mar 2006 14:57 GMT | 1 |
If one uses the SPACE key to change the value in a CheckedListBox neither of the events: SelectedIndexChanged/SelectedValueChanged get fired. Anybody have a work-around for this?
|
| get control instance from handle | 08 Mar 2006 14:04 GMT | 3 |
Is there any way to obtain a reference to a control instance if i have a handle to that control?
|
| Saving Database records | 08 Mar 2006 13:46 GMT | 4 |
Hello I am new to C# compact framework. I have been working on a WinMobile app that everything seems to work correctly, I get no errors. But..... While debugging in the PocketPC WM 5.0 when I insert a new record or edit an existing record (created in database designer)the changes ...
|
| GUI Like VS2005 | 08 Mar 2006 12:03 GMT | 5 |
Hey guys. Does anyone know of a package that will allow me to have GUI effects such as those in VS2005? I'm specifically looking for the docking options, resizing, and the auto-hide (thumbtack) features. Thanks,
|
| Open image file on double click | 08 Mar 2006 00:28 GMT | 2 |
I have a picturebox and a textbox, the picturebox is showing the thumbnail version of the filename specified in the TextBox. I want when double clicking the PictureBox will open the underlying image. i.e. just like double clicking the image file in Explorer that open the image in ...
|
| Email validation in grid | 08 Mar 2006 00:14 GMT | 1 |
Is there anyway to validate an email address when typed in a field in grid to stop people from entering invalid email addresses? Is there a way to do a reverse dns lookup as well? Thanks
|
| Windows XP style compress files | 07 Mar 2006 16:49 GMT | 1 |
I have a bunch of files I need to put into Compressed (zipped) Folder, MyFiles.zip file, similarly to what Windows XP does when you send files to compressed zipped folder. What is the simplest way to compress these files into a .zip?
|
| Code wrap | 07 Mar 2006 14:13 GMT | 3 |
Hi, I have a major issue with .NET applications using .NET Framework. .NET applications are very easily reversed and the code is there (everything exposed), with the common use of Reflector applications. Is it possible to
|
| infragistics ultrawingrid Tablestyles mappingname | 07 Mar 2006 13:50 GMT | 3 |
Inside .net winforms datagrid you can defien datagrid tablestyles (MappingName) to hide/show/customise appearance for particular column. Is there any corresponding functionality in Infragistics Ultrawingrid ?
|
| Visual Studio - Debug Error Form | 07 Mar 2006 08:46 GMT | 9 |
I am looking to see if someone has created that form that pops up in VS when you hit an error during debug. The one with the error info, the connector line to the line causing the error and can be dragged around.Anyone know where I can find info on recreating this?
|
| Deployment: Creating an uninstall option on the Start Menu | 07 Mar 2006 01:47 GMT | 1 |
I have a windows forms application and a companion setup project. How do I modify this setup project to ensure that an uninstall option appears in the relevant folder in the Start Menu, like other applications have?
|