| Thread | Last Post | Replies |
|
| Controls can't be deleted | 05 Aug 2004 21:31 GMT | 2 |
I am trying to delete some controls from a windows form but the VS 2003 designer doesn't allow me to do that. Simply the Cut, Copy, Paste and Delete options aren't available. The form isn't readonly. I am just hiding the controls I don't want anymore but the form is getting clogged.
|
| Process.Start problems | 05 Aug 2004 18:51 GMT | 2 |
I'm just starting to learn VB.Net (winforms) - having known classic vb for years... I was trying to build a 'dll compiler' just for grins, using the vbc.exe that resides in the DotNet Directory.
|
| transparent .gif question | 05 Aug 2004 18:12 GMT | 4 |
I've got some custom control buttons created with circular gif images. When I place them on top of a panel using a .wmf file as its background I see the form's color poking through the transparent corners of my buttons instead of the pretty .wmf image.
|
| Seting Focus | 05 Aug 2004 18:06 GMT | 2 |
Is there any codes or functions for ASP.NET that can set the focus on a control. e.g. after i hit a Search Button to find an employees information, i want the cursor to be on the control name of "LastName"
|
| Button Properties | 05 Aug 2004 15:45 GMT | 4 |
I was wondering if the "default" property of a button has been changed to something else or if it has even been included in the .Net classes for C# as it was in VB 6?? Regards
|
| CheckedListBox control not drawing correctle when checkbox is clicked | 05 Aug 2004 09:43 GMT | 1 |
I've a CheckedListbox control on a windows form which displays a number of items that I load dynamically. Now, when I go to select (i.e. check) and item in the list, if I click on the actual text of the item, then the checkbox for that item is checked as expected. If, however, I ...
|
| How to enter a new value in a combobox at runtime? | 05 Aug 2004 07:09 GMT | 3 |
I have a question. How to enter a new value in a combobox at runtime in VB.NET ?
|
| VS 2003 Designer bug? -- Duplicate declaration error | 05 Aug 2004 03:00 GMT | 1 |
I have a very simple custom control (just a button with a bitmap background). Sometimes when I add several of the controls to a form and run the app the last one or two controls appear to lose their properties and are redrawn blank at the top left of the form. I finally noticed ...
|
| Change Toolbar Button Images | 05 Aug 2004 00:49 GMT | 3 |
Im trying to figure out how to change the image of a toolbar button as the user hovers over the button - similar to word/excel etc etc. Is there a way of determining which button is being hovered over?
 Signature ~~~~~~~~~~~~~~~~~~ Just do something.
|
| Icon in Task Bar | 04 Aug 2004 23:46 GMT | 1 |
I have a VB.Net winforms program that monitors some report folder. All works well in that respect. I have the program start 'Minimized' and I also have the program automatically start when the system starts. However, the program sits
|
| UIProcess Application Block | 04 Aug 2004 17:08 GMT | 1 |
Sorry for the cross-post, but I wasn't sure which group would be best. I'm working with the UIProcess Application block in a C# WinForms application. I was testing a first go at it when I came across this error. I'm wondering if anyone has any ideas.
|
| Reset MouseHover trigger? | 04 Aug 2004 15:11 GMT | 1 |
I have a large Paintbox control as the background of a form in VB.Net. This paintbox control has various shapes on it and I wish to detect when the mouse is hovering over a shape. This works fine for the first mousehover event but once the event has been triggered, it will not ...
|
| Impressive Decompiler | 04 Aug 2004 15:05 GMT | 6 |
http://www.remotesoft.com/ Anybody tried the decompiler above. It seems to just decompiler any .NET code, even when using dotnet offuscator. Is there any way of protecting my intelectual property agains these decompilers?
|
| Inherit controls can use but it can not be showed in IDE | 04 Aug 2004 13:29 GMT | 1 |
I use a inherit controls to inherit a mustinherited control, however it can not be showed in ide with the error: An error occurred while loading the document, Fix the error, and then try loading the document again. The error message follows: The designer must create an instance of ...
|
| c# PropertyGrid | 04 Aug 2004 13:28 GMT | 1 |
How can automatic open all PropertyGrid trees? Thanks Sonia.
|