| Thread | Last Post | Replies |
|
| Design Question: onChange Event populating a second list box | 25 Jan 2007 11:31 GMT | 1 |
I'm looking for thoughts on the "correct" design for this problem (DotNet 2.0 - in winforms). I've got two combo boxes (combo1 and combo2), both are populating via database calls (using a separate DB handler class). "combo1" contains a list of countries and is fairly static, ...
|
| toolbar button with colour stripe | 25 Jan 2007 09:44 GMT | 1 |
Ok this is probably really easy and i am just being really stupid, but how do you create a toolbar button similar to the highlight/fill or Font button as seen in microsoft products where the colour stripe changes depending on the colour selected. I need to add a colour
|
| Clearing bitmaps | 25 Jan 2007 09:29 GMT | 2 |
How do I clear a bitmap to a single color, or draw a rectangle into a bitmap to clear it? Do I have to iterate over the pixels myself?
 Signature Dr Jon D Harrop, Flying Frog Consultancy
|
| How to cancel this event | 24 Jan 2007 15:57 GMT | 6 |
Does anyone know how to actually "abort" the event (component change) described in the following link. Apparently it's doable as mentined in the "Remarks" section but how. Alternatively, it would be better to prevent this event from being raised in the first place if anyone knows ...
|
| VB.NET StartupNextInstance and ClickOnce (.NET 2.0) | 24 Jan 2007 08:56 GMT | 1 |
VB.NET StartupNextInstance and ClickOnce (.NET 2.0) VB.NET StartupNextInstance and ClickOnce (.NET 2.0): A call to ApplicationDeployment.CurrentDeployment.ActivationUri.Query returns same paramaters in event handler MyApplication_StartupNextInstance as
|
| The amazing, vanishing programmatically-entered data in my DataGridView | 24 Jan 2007 06:28 GMT | 5 |
I'm trying to automatically enter some data into a row when the user first enters the row. So I created a RowEnter event handler that contains several statements like the following: _dataGrid.Rows(rowIndex).Cells(columnName).Value = newData
|
| Design Question regarding Events | 23 Jan 2007 16:18 GMT | 1 |
I'm looking for input / ideas on the following design problem: As an example for the business layer, there is a class "DataObjectHandler" with one method "Get()" that returns an initialised list of the class "DataObject". It also contains a method "Add(DataObject)" This adds the ...
|
| Client Location of Published Application | 23 Jan 2007 13:55 GMT | 2 |
When using the Publish Application option in a Windows form application in VS.Net 2005 to a file share, the client successfully installed it on their pc and can run the application. However the application.exe file can not be found on the pc and the start menu shortcut does contain ...
|
| Visual Studio 2005 IDE (C# file )problem | 23 Jan 2007 13:37 GMT | 1 |
I got IDE problem. Some key is pressed by me and It uses dot(.) for every white space Can anybody know how to reverse this? Any short cut key or setting I tried to find in option-text editor but cannt get any thing..
|
| Launch IE with a complex string | 23 Jan 2007 09:28 GMT | 3 |
I am working on integrating some help modules and i need to launch the browser with a url like X:/WebHelp_WithTOC/index.htm#mergedProjects/ProductA/ProductA_Form1.htm while i can have a form and a webBrwoser control in it and pass this as
|
| Drag and drop file to list view in Vista | 23 Jan 2007 07:11 GMT | 2 |
I wrote a c# winforms application in .NET 1.1 which uses DragDrop functionality to allow a user to drag a file to a list view. It works fine in Windows XP, but in Windows Vista I get the "No drop" symbol. This holds true even when right clicking the application shortcut and ...
|
| Topmost visible window of a screen point | 22 Jan 2007 21:25 GMT | 1 |
I am building an application that is similar to spy++. I want the user to be able to click on a 'window' (textbox/combo/etc) and have it highlighted. BUT... the window they click on may share common coordinates with
|
| Reason for Application.ThreadExit | 22 Jan 2007 21:10 GMT | 3 |
We have the strange problem that sometime in our application Application.ThreadExit is raised and out application shutting down. We do not see any previous exceptions before this event fires. Moreover the Application.ThreadException event is not fired at all, so
|
| There is a pure win32 control, I don't know how it's created, But I just wanna show it in a form control | 22 Jan 2007 15:42 GMT | 2 |
The point is I completely don't konw how the win32 control is created, other than I can get its handle. Besides, I have to show it in a windows form control, hwo to? Thx.
|
| Switching from Classic to Windows XP controls look bad?? | 22 Jan 2007 11:06 GMT | 2 |
I have a desktop appliction currently compiling with Visual Studio 2005 written in C#. The client recently switched from Classic Windows to WindowsXP and many of the controls and background colors are washed out and can't be seen.
|