| Thread | Last Post | Replies |
|
| switching between code and winform | 29 Jan 2007 23:57 GMT | 1 |
I have this very annoying problem. for example I have a class , a partial class of a Form. When I modify some code in this class and I switch to the Form, I have to wait some time to refresh the control. It's very interesting because I don't modify a param regarding the form. ...
|
| Steps Involved in transforming the code to MSIL | 29 Jan 2007 20:01 GMT | 4 |
i am new to this group, i would like to know the steps that CLR takes to convert the code to MSIL. Thanks --
|
| Adjusting button height by font size | 29 Jan 2007 19:13 GMT | 3 |
All, I came across some code that doesn't work very well. It adjusts the size of a button based on the font that we use. The font can be adjusted by the user.
|
| Form Icon | 29 Jan 2007 19:03 GMT | 7 |
If you have a form where the FormBorderStyle=Sizable and no icon is assigned to the form; you get the WindowsForms 'generic' icon. Is there a way to remove the 'generic' icon and have no icon displayed? I tried setting the Icon property to Null in code but this didn't have any
|
| Refresh databinding? | 29 Jan 2007 15:43 GMT | 4 |
I have a form where I want to populate a grid wih a dataset table. To get the convenient designtime help I have dragged a typed dataset onto the form, thus receiving a dataset control and a bindingsource control on the fly.
|
| Studio 2005 and the ".Designer" file...?!? Code practice in properties. | 29 Jan 2007 15:11 GMT | 3 |
I have a created a custom usercontrol which inherites an Excel like usercontrol. In this usercontrol I have a custom property called SpreadTemplate, which is an enum with (at the moment) two members called None and Pipeline.
|
| Non-proportional (non Rectangular) resizing | 29 Jan 2007 14:44 GMT | 5 |
Hi all... I have developed an application for managing a very large resource of artist's paintings and posts them to a web site. The application works well. I'm trying to reduce the complexity of having to work with photoshop and
|
| RunWorkerCompleted call from worker thread in VB CCW | 29 Jan 2007 13:01 GMT | 1 |
I have a .net library with backgroundWorker object, and it is working fine in .net environment. Then I exposes the library to VB application to call. Using standard Callable COM Wrapper (CCW) method, the method can be called, but I notice that ...
|
| Property sheet and property pages in winforms | 29 Jan 2007 12:58 GMT | 1 |
I want to create a wizard based application in .net (winforms) In MFC/Win32 same can be achieved using property sheets and property pages. Whats the equivalent in .net?
|
| Stupid VS2005/ .NET 2.0 splash screen restrictions. Is there a solution. | 29 Jan 2007 09:35 GMT | 7 |
I have just moved from 1.1, where I had my splash screen to a tee, to 2.0 where I find it impossible to get a satisfactory solution and its driving me mad! This is how a splash screen SHOULD work (and did in 1.1) when you load
|
| Starting from .... | 29 Jan 2007 09:33 GMT | 5 |
A very small question, how set the starting form in a Winforms projects (VS 2005, C#2.0). I check in the project properties but I didn't see a way to select a form to start.
|
| simple path problem | 28 Jan 2007 16:08 GMT | 5 |
How do you get the path to the folder the program is in. Lets say i have something like this: c:\programs\myprogram\another folder\program.exe now in my program i want to get the path,
|
| DirectoryInfo - How To Get Name in Proper Case? | 28 Jan 2007 16:02 GMT | 5 |
I am writing an app where I want to save a directory path, provided it exists. If a user enters a path 'c:\temp' I can set up a new DirectoryInfo and check it exists. Unfortunately the data inside the DirectoryInfo returns
|
| simple combobox question | 28 Jan 2007 11:52 GMT | 3 |
Hello, just a simple comboboxquestion. i am using Visual Studio 2005 and .NET 2.0. I have a combobox on the form and i want that combobox to be locked, so the user can select a value, but the user cannot change the values inside of the
|
| Composite UI Application Block - Thread Safe | 28 Jan 2007 04:51 GMT | 2 |
Does anyone have any input on setting up my CAB application so that the application is thread safe, and cached appropiately? I read that this can be managed through Services, and dynamic injection. On the contrary, I was told that this can be handled using Enterprise Library
|