A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
Any way to override the list of controls in the properties window in winforms? I would like to add one more descriptive property. This is working with a custom control.
| On Sunday, June 28th 2009 at 10:21 PM by Derek Hart | No Replies |
Can I customize the Name property? Add my own code, such as changing it to a combo box of choices for names? I know how to make a combo box, just want to know if the Name property is off limits....
| On Sunday, June 28th 2009 at 07:21 PM by Derek Hart | No Replies |
Built a user control based off a textbox and am adding properties of my own. I want to be able to change Name property itself. Is is possible? I choose another custom made property, and all the items...
| On Sunday, June 28th 2009 at 07:16 PM by Derek Hart | No Replies |
How can I get the assembly name at design time?
| On Wednesday, June 10th 2009 at 08:53 PM by Derek Hart | 2 Replies |
I have a custom control with a property defined as follows. The UITypeEditor is a Windows Form called MergeFieldNameBuilder. How do I pass a variable to this form from this property? Cannot figure...
| On Wednesday, June 10th 2009 at 07:06 PM by Derek Hart | 2 Replies |
Any books out there on building controls, focusing on design time programming?
| On Tuesday, June 9th 2009 at 10:00 PM by Derek Hart | 1 Reply |
I have a property on a custom control that reads from a database, and I use this in the Visual Studio designer. The problem is that the list of items that are read from the database are constantly...
| On Sunday, June 7th 2009 at 07:15 PM by Derek Hart | No Replies |
I have the following fairly simple class which lists the States, and places it into a property grid in winforms with no problems. It gives a dropdown list of states as a property. I have an inherited...
| On Saturday, June 6th 2009 at 06:25 PM by Derek Hart | No Replies |
Hello, does somebody know, how I can make a UserControl / CustomControl which contains Buttons which can be clicked and resolve Events in designtime like a TabPage in a TabControl in designtime...
| On Saturday, June 6th 2009 at 04:54 AM by florian schmalriede | 1 Reply |
I have a UserControl that contains a DataGridView. The UserControl exposes the Columns property of the DataGridView so users can add columns. However, at design time the "Add Column" dialog does...
| On Monday, June 1st 2009 at 09:42 PM by Patrick B. | 1 Reply |
I have been trying to develope a custom form designer using the DesignerHost project as a starting point. Refer to http://support.microsoft.com/kb/813808 "INFO: Code Sample That Demonstrates How...
| On Monday, June 1st 2009 at 08:34 PM by Anonymous | No Replies |
How do you make a control behave the same at design time as it does in runtime? I have a control similar to an Outlook Bar with buttons that when clicked reveal a new sub panel. How can I make...
| On Tuesday, May 12th 2009 at 12:53 PM by Matthew | No Replies |
Hello, Anyone have a sample usage of CodeDomSerializer which serializes/deserializes a custom constructor? Thanks, Eric
| On Sunday, March 22nd 2009 at 12:43 AM by eschneider | 6 Replies |
At design time, I am using a BindingSource And TableAdapter to work with a 3rd party grid. It allows easy movement of fields on the grid. If I add a new field to a table, it takes a very long time...
| On Wednesday, March 18th 2009 at 08:17 PM by Derek Hart | No Replies |
In our software we have a UI editor/designer that is similar to Visual Studio UI designer. The person that wrote this functionality has left the company. While working on an unrelated bug i notice...
| On Monday, January 26th 2009 at 11:13 PM by Blitz357 | No Replies |
I have for some time struggled with a custom component, in which I need to execute some methods when the form is saved from within the Form Designer. Long story short, I have now discovered the CodeDomSerializer...
| On Wednesday, January 21st 2009 at 10:18 AM by ThomasD | No Replies |
Gateway has invested in training resources and developing best practices for application development using Microsoft=92s .NET architecture. Microsoft .NET architecture key features implemented:...
| On Monday, January 19th 2009 at 08:42 AM by Mark | No Replies |
When I add a control in a designer using IDesignerHost.CreateComponent, how can I set the Modifier property of the created control? I suspect I can do it through a PropertyDescriptor, but if so where...
| On Thursday, December 11th 2008 at 10:35 PM by Jack | No Replies |
I have a control comprised of a FlowLayoutPanel seated within a GroupBox (Don't ask- not my idea!). My goal is to enable controls to be dragged and dropped onto this custom control in the designer...
| On Monday, October 20th 2008 at 12:40 PM by Anonymous | No Replies |
I would like to create a control designer for a container control that will create child controls, much like the DataGridView designer adds and removes Column controls. Can anyone point me at some...
| On Tuesday, October 7th 2008 at 06:47 PM by Jack | 5 Replies |
I've created a custom UserControl with a GroupBox in it. When I add this user control into a WinForm, and then try to add controls to the GroupBox, the control gets added to the UserControl's control...
| On Sunday, September 28th 2008 at 11:34 PM by Jeff | No Replies |
hi, i am Inheriting from TableLayoutPane with a designer that inherits from ParentControlDesigner ..i would like to allow the user to resize the columns and rows ..All rows and columns SizeType =...
| On Tuesday, September 23rd 2008 at 09:10 AM by yoav.sagi@gmail.com | No Replies |
Hi everyone. I am using the extensibility feature in the Visual Studio .net 2005 to automate the creation of forms and child controls, using an add-in. All successful, but I want to learn a method...
| On Tuesday, September 16th 2008 at 02:14 AM by Khalil | No Replies |
Hy there, I have a really annoying design time problem. I have a class, BaseForm, derived from Form. The class contains a list of BaseComponents(class derived directly from Component). To populate...
| On Tuesday, September 9th 2008 at 10:43 AM by Anonymous | No Replies |
I seem to get different values for the below code depending on how this is called.... Dim p As String p = System.Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFiles)...
| On Monday, September 8th 2008 at 06:59 PM by schneider | 10 Replies |
Dear Sir/ Madam, I'm currently using a class designer. Where shall I put the getter and setter return value? I can't seem to find it in VB.NET 2005 Class Designer?
| On Monday, September 8th 2008 at 04:01 AM by Cypher Drive | 1 Reply |
New on-line workshop for making of internet stores was opened. The price is 1000 Rubles only. For details: http://weblancer.net/users/Inetsurfer/
| On Friday, August 22nd 2008 at 09:04 PM by Neamailer |
Hi... Sorry for the newbie questions but I've inherited a .net-written windows form app with a bunch of controls on it. A request came in to 1) make the form resizable 2) make the select boxes...
| On Thursday, August 14th 2008 at 03:36 PM by Anonymous | 7 Replies |
When someone is designing an ASP page in VS 08 I would like to be able to tell when they have deleted a component. I have wired into the event ComponentRemoved, but it also appears to fire when the...
| On Tuesday, July 29th 2008 at 02:00 PM by Anonymous | 2 Replies |
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write...
| On Monday, July 28th 2008 at 09:38 PM by DR | No Replies |
Hy there, I am working on a project and I want to add design time support. My problem is that I don't want to create controls. For example,some times I just need a class tat has a location,size and...
| On Thursday, July 17th 2008 at 05:12 AM by Anonymous | 3 Replies |
Hi everybody, I have a form (inherits from Form) that, among others, has its proprietary title bar and and a footer section. I'd like to prevent the user from placing any control in those areas....
| On Friday, July 11th 2008 at 09:03 AM by Olaf | No Replies |
I have an extender (IExtenderProvider) which extends certain types of controls with additional properties. For one of these properties, I have written a UITypeEditor. So far, all works just fine....
| On Tuesday, July 8th 2008 at 04:15 AM by Anonymous | No Replies |
How to make DateType? property display like normal DateType in property grid?? Rafal
| On Thursday, July 3rd 2008 at 07:32 AM by =?iso-8859-2?B?UmFmYbMgWmnqYmE=?= | No Replies |
Hi, I am using .NET CF 3.5 and Windows CE. I have inherited DataGrid and made my custom DataGrid. I just have few function on my custom datagrid. After adding my custom DataGrid to my form, the...
| On Tuesday, June 10th 2008 at 06:11 PM by Jayesh | 2 Replies |
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros. Tfno: 91452123334 Puedes ver mi anuncio gratis en: www.AnunciosGratis.de Anuncios Gratis www.AnunciosGratis...
| On Friday, June 6th 2008 at 12:38 PM by Anuncios | No Replies |
Hello, Can anybody please tell me how to blink the part of the text in richtextbox.? Thanks in advance, Regards, Gouri.
| On Friday, June 6th 2008 at 01:57 AM by Gouri.Mahajan7@gmail.com | No Replies |
Hi, I am using VS 2008 and .net cf 3.5. I have form which is derived from other form (BaseForm). BaseForm has just three buttons on it. When ever I try to open my derived form I get following pop...
| On Wednesday, May 28th 2008 at 05:33 PM by Jayesh | 1 Reply |
Hi,should the following code generate code dom statements with which i can genarate the same source code VS generate for a form? Form value=new MyForm(); DesignerSerializationManager manager=...
| On Saturday, May 17th 2008 at 10:54 AM by tomix | No Replies |
Hi, I have an inherited control that derives from a control from a vendor. Let's call the vendor control VC and my inherited control myVC. VC has a property Calendar which itself has various other...
| On Wednesday, May 7th 2008 at 07:38 PM by Gregg Walker | 6 Replies |
I want to build a Composite Control in Windows Application using C#.net, Inside it I want to have two labels , two textboxes , one button, one dropdownlistbox. whenever I click on Button I should get...
| On Thursday, April 24th 2008 at 02:46 AM by | No Replies |
Hi everybody, I'm working on a user-control whose behaviour is identical to the TabControl. That is, there is an area in which the active sub-container (i.e. TabPage) can be selected plus an area...
| On Wednesday, April 23rd 2008 at 03:29 AM by Olaf | No Replies |
I have a form (Form1) that has a DataGridView control on it. I inherited another form (Form2) from Form1. When I go to change some properties of the DataGridView control on Form2 I see all DataGridView...
| On Thursday, April 17th 2008 at 10:33 AM by Anonymous | No Replies |
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
| On Thursday, April 10th 2008 at 03:26 PM by DR | 1 Reply |
Hello, I'm trying to figure out how to change the lines following " '*** ' of designer code. I think I need to hijack the root designer and control designer. Looking for some examples and/or direction...
| On Monday, April 7th 2008 at 12:26 AM by schneider | 10 Replies |
Designer idea #1: Hello, I would like to see the Form in the control toolbox. I think there would be a lot of value. Why should the IDE decide what form to create. I could create custome Form...
| On Saturday, April 5th 2008 at 05:48 PM by schneider | 3 Replies |
Hello, I have a user control that has a custom type public property. I added de Browsable attribute so that it appears in the designer. When I drop that control on another control or form the...
| On Tuesday, April 1st 2008 at 08:07 PM by Patricio Vidal | 6 Replies |
Hello, I have a composite user control that contains a ListView and a PictureBox inside a SplitContainer When I drag this user control to another user control I would like the user to be able to...
| On Tuesday, April 1st 2008 at 08:03 PM by Patricio Vidal | 7 Replies |
Vendo coche de segunda mano, Seat ibiza, a? 2001 km 35000, Solo por 4500 euros. [URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL] www.AnunciosGratis.de Anuncios...
| On Tuesday, March 25th 2008 at 06:55 AM by Dont | No Replies |