| Thread | Last Post | Replies |
|
| Printing Source Code | 13 Apr 2005 21:54 GMT | 3 |
For some strange reason, when I try to print my source code in VS.NET 2003, it prints garbage. I am able to Copy and Paste it into WordPad and print it from there. It would be nice to be able to just print it from the IDE.
|
| Tooltip Question | 13 Apr 2005 17:34 GMT | 4 |
I have a tooltip associated with a button. When the user moves over the button I would like the tooltip to show and continue to show until the user no longer has the mouse over the button. I have code in the MouseEnter event and the message shows just fine. The problem is that it ...
|
| Listbox paint Problem | 13 Apr 2005 12:22 GMT | 3 |
I don't get it! I use a Listboxcontrol, overwriting the DrawItem method. The draw mode is OwnerDrawFixed, to get have every item in the same height. When resizing the control, the Items stay the same height, just the width is changed.
|
| Preventing recursion due to multiple button clicks | 13 Apr 2005 11:49 GMT | 2 |
How do you prevent multiple mouse clicks on a button from running a process multiple times? I have tried setting up a busy flag. I have also disabled the button while running the process.
|
| MainMenu item box delay in closing | 13 Apr 2005 11:05 GMT | 1 |
I'm running some code under a Mainmenu item click event that does some ftp stuff. When I click on it the Mainmenu item box takes to long to close. How do I get the box to close before the code is used? It's a owner drawn item boxes. Seams like the
|
| Managing client-side security for .NET UserControl under IE | 13 Apr 2005 06:11 GMT | 6 |
We're working on a new application using Graphics Server .NET based on a Windows Forms UserControl hosted under Internet Explorer. We have followed the instructions from Graphics Server on this approach. Everything except security is working as we'd like. We want to figure ...
|
| Inheriting a form | 13 Apr 2005 01:56 GMT | 7 |
Is there any pitfalls that I should know about when inheriting a form... I have an application that has several forms that are very similar but with a few differences. All forms have a Datagrid, and some common controls, but then there are a few extras and differences.
|
| Disable Menus | 12 Apr 2005 17:56 GMT | 1 |
is it possible to disable a Context Menu and a Bar menu at once? I mean: I don't want to disable any single menuItem but all the menu at a certain moment, which is not important in my question. Thank you.
|
| DataGrids with DataGridBoolColumn | 12 Apr 2005 12:15 GMT | 3 |
We currently have a datagrid bound to a data view. One of the columns on the datagrid is a DataGridBoolColumn and this binds correctly with the data source with the correct cells being checked/unchecked. The problem that I have is that when the user clicks on a cell in the ...
|
| searchable combobox | 12 Apr 2005 07:14 GMT | 3 |
I want to create a searchable combobox. In VB 6, I would use an API to do this, but in .Net, I am supposed to use core objects in the .Net Framework. I understand that the findstring() function returns the index of the list member that matches the entered key, but by itself, this ...
|
| CheckedListBox data binding to DataView | 12 Apr 2005 02:08 GMT | 4 |
I am trying to databind a checkedListBox to a dataview. The databinding works to certain degree with the different list of "Display Names" from the dataview being displayed as check boxes in the checkedList control. The problem is that when setting the "ValueMember" property ...
|
| Html Formatted Label | 11 Apr 2005 18:48 GMT | 1 |
I need to display formatted labels on a winform application. I just need simple formatting such as bold , italic, sub and sup. Thnaks for your help
|
| DefaultValueAttribute for DateTime properties of a control | 11 Apr 2005 15:27 GMT | 2 |
I have a custom control with several properties of type DateTime. This properties shall be browsable in the properties page and the DefaultValues shall be certain values like DateTime.MinValue or DateTime.Now. How do I do that? I tried:
|
| How to generate Thumbnail from non-image files? | 11 Apr 2005 13:26 GMT | 2 |
I want to generate Thumbnail from non-image files like vedio files, ms office document files, ppt, text file etc. in my application using .net frame work (most probably in C# .net ) Is there there any soln provided by .net for those ?
|
| CollectionEditor serialization problem | 11 Apr 2005 09:46 GMT | 1 |
I try to build my own outlook bar. In the design mode of this bar, I have inherited of UITypeEditor to build my own CollectionEditor on my item list. These items dont inherits from Control. I build also a TypeConverter. My problem is the serialization, in the source code of the ...
|