| Thread | Last Post | Replies |
|
| V1.1.4322 is being requested after I updated ATI catalyst | 26 Jan 2006 11:04 GMT | 2 |
When I bootmy computer I get 2 dialogue boxws open. They state I should have the above version of the dotnet framework. I have a Raedon 9600 AGP card and all my updates are usually from windows update automatic. Most times I choose Custom as multi lingual stuff is useless to me(I ...
|
| Embedding Office Documents in .NET 2.0 | 26 Jan 2006 11:00 GMT | 1 |
I am trying to embed an Office Document in a VS 2005 Windows Application which I can edit and save. The only documentation I can find uses a COM component Webbrowser control. I would like to avoid using this and use the new .NET 2.0 Webbrowser control
|
| "Use of Ole1 services requiring DDE windows is disabled" | 26 Jan 2006 10:56 GMT | 2 |
"Use of Ole1 services requiring DDE windows is disabled" I get this error whn I drag files out of my window with the "create link" mode (hold alt key). When I copy or move the file there are no problems. How do I prevent the error? How do I enable "Ole1 services" or how do I make
|
| Form title bar | 26 Jan 2006 07:23 GMT | 1 |
In an application I need to develop a transparent window's form with opaque title bar. The transparency of the form can be achieved easily with TransparencyKey attribute but in this case the title bar, which is also a part of the form, becomes transparent too. Can anyone please ...
|
| Catch key press in a datagrid | 26 Jan 2006 02:22 GMT | 5 |
I have a windows forms data grid where I want to disallow the editing of certain cells. At the moment though I can't get any code to trigger, whether I include it in any of the DataGrid_KeyDown/Up/Press events. Hopefully, I'm just doing something very silly.
|
| testing ... | 25 Jan 2006 21:08 GMT | 1 |
|
| location property | 25 Jan 2006 15:12 GMT | 3 |
Is there any way to have location property's X or Y greater than 32767. Thanks in advance, Regards, Swat
|
| Tree control | 25 Jan 2006 14:15 GMT | 2 |
am using a TreeView control. I want to do some operations on the control i.e. adding/removing nodes etc. Is it possible to somehow lock the tree control so that it won't update itself after every operation, so that when all operations are done then only update once.
|
| ReportViewer.RefreshReport: 'Microsoft.ReportViewer.WinForms.XmlSerializers' failed to load | 25 Jan 2006 14:11 GMT | 1 |
In my application VB.NET 2005 application I placed a ReportViewer, and link it to a server-report: Me.ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote
|
| Beginner Question: Visual Studio 2005 - Visual Basic - Charts or Graphs | 25 Jan 2006 10:10 GMT | 2 |
Good afternoon all, I am trying to work out the best way to create a chart/graph on a Windows Application. Previously I have used Microsoft Excel to create programs which had a Chart or Graph included. However, I wish to break
|
| null exception in TrayIcon.set_Icon | 25 Jan 2006 09:13 GMT | 1 |
I have an application that minimizes to a NotifyIcon. Occationally I get this error: System.NullReferenceException: Object reference not set to an instance of an object.
|
| How to set Site for Control? | 24 Jan 2006 23:49 GMT | 2 |
I noticed very strange behavior while setting Site property of Control, and I don't know how to solve that problem. here goes the stroy: I have written my custom control - assume its type is C - and some class which implements IComponent and IContainer - that container is going to
|
| HTML interface in a winforms application | 24 Jan 2006 21:59 GMT | 3 |
I'm developing a Add-On based WinForms app. The "Host" application is a basic shell of an application that loads modules that implement the actual functionality. OK, so that is out of the way. :) When the host app starts, I wanted to have an HTML "start" page displaying
|
| Determining the XP display style setting | 24 Jan 2006 21:23 GMT | 4 |
Is there a way to determine whether the user is running the WindowsXP theme, or the old Grey/Silver windows one. [what I'm actually trying to do determine the background color of a text-box when it is disabled :) If anyone knows how to do that as well, it'd be
|
| question on losing focus | 24 Jan 2006 20:44 GMT | 2 |
Hello, I have panel containing textboxes, I don't mind textboxes losing focus BUT I need to ensure the panel does not lose the focus until I am ready. How can I do this.
|