| Thread | Last Post | Replies |
|
| arrow keys | 14 Feb 2007 11:50 GMT | 5 |
How to intercept th arrows keys in a whole form? thanks in advance, Pascal
|
| Window messages | 14 Feb 2007 00:01 GMT | 2 |
I have an app I'm writing in .net 2.0. Basically all I want visible in the app is a system tray icon, that then launches a Windows form for configuration. I want to trap Window messages and, when I see a particular message, do some work. It works fine if a Windows form is up and ...
|
| outlook express ver 5.5 | 13 Feb 2007 22:09 GMT | 2 |
Can I get a version of Outlook Express to work with Windows XP? Is this still a downloadable version?
|
| A Label control that its text can be selected with the mouse | 13 Feb 2007 21:03 GMT | 5 |
Is there a way to allow the Label control to select its text with the mouse by the user? I've looked at the Label's properties but I couldn't find anything making this possible.
|
| TypeConverter question | 13 Feb 2007 19:53 GMT | 2 |
i've developed my own TypeConverter and i have some issue. Here is my custom control class definition : [Category("Appearance")] [Browsable(true)]
|
| setting form Size - hack at form.designer.cs ? | 13 Feb 2007 17:58 GMT | 2 |
I would like to set some properties to constants (these may ultimately come from app.config) eg the Size property. If I do this in my Form constructor - then the values seem not to get applied in the designer. Also - the "InitializeComponent" call has
|
| Global Exception Handling | 13 Feb 2007 15:26 GMT | 2 |
I'd like to be able to display a nice custom form to the user when any exceptions occur within my Windows Forms application. In asp.net I would use the global exception event that yuo can handle in global.asax. Is there something similar in Windows Forms?
|
| Setting a style for a selected row in the DataGridView | 13 Feb 2007 15:25 GMT | 4 |
Can anyone tell me if there is a property for setting the default cell style for a cell thats selected. I can see properties for the default cell styling and alternate row styling but not for selected styles. Am I missing something here? Do I have to write some custom formatting ...
|
| ReportViewer Display Mode question | 13 Feb 2007 14:58 GMT | 1 |
just a simple question... I've a report (rdlc) inside a reportviewer, and i'd like to catch a sort of "DisplayModeChanged" event, but the ReportViewer doesn't have this kind of event. So I was trying to figure out an alternative way...
|
| Assembly Version problems | 13 Feb 2007 10:22 GMT | 2 |
I have built a Windows Forms app (.NET Framework 1.1, VB.NET). I thought that if I left the Assembly version in AssemblyInfo.vb as the default (1.1.*) then the Build number would change every day (since Jan 1 2000), and the Revision number would change every second (since ...
|
| Logitech quickcam pro 5000 with windows xp media edition and MSN | 13 Feb 2007 08:10 GMT | 1 |
I can't get my webcam to work with msn at all! I've tried everything the logitech tech support have suggested. It keeps saying my webcam is either not connected or being used by another program..which it isn't. I know the webcam itself does work I am able to use it with yahoo ...
|
| Inherited RowValidating event | 13 Feb 2007 07:02 GMT | 2 |
I have a WinForms class (A) that contains a DataGridView and a class B inherited from A. The DataGridView of class A contains a RowValidating event, in class B no such event exists. But when I leave a row in class B this validating event is not fired, in contrast to an inherited ...
|
| outlook 07 TODO bar! PLEASE HELP!! | 13 Feb 2007 04:43 GMT | 5 |
i need to handle tasks in my app and i need to make something like the outlook 07 TODO BAR.... http://gidsfiles.googlepages.com/outlook_todo.jpg i need to know:
|
| Excel grid control in Visual Studio 2005 app | 13 Feb 2007 01:47 GMT | 9 |
I have an Excel spreadsheet, that holds some tabular data, and a macro, that exports it daily do SQL Server 2000 table. Now I want to build VS2005 application, that embeds Excel grid, that is connected directly to SQL Server.
|
| Resize nested control at runtime | 12 Feb 2007 14:50 GMT | 4 |
I have a VB.NET app that uses lots of forms which I am loading into a panel cotrol using..... Me.pnlMain.Controls.Clear() frm.TopLevel = False
|