Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA 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.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis 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.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating 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.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

.NET Windows Forms Design Time Newsgroups .NET Windows Forms Design Time Newsgroups

1 2
(58 threads in 2 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Override List Of Controls

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

Customize Name Property

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

User Control

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

Assembly Name

How can I get the assembly name at design time?

On Wednesday, June 10th 2009 at 08:53 PM by Derek Hart | 2 Replies

Pass Variable At Design Time

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

Books

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

Refreshing Property

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

Property Grid In Visual Studio

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

UserControl Clickable In Designtime Like TabControl

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

Right Way To Expose The Columns Property Of A DataGridView Within

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

Custom Form Designer With Copy/Paste

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

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

CodeDomSerializer

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

Refresh BindingSource And TableAdapter

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

Why No Property Removal In PostFilterProperties?

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

How Do I Add Custom Code To The Form Constructor Via A

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

Key Feature Of .NET Development @ Gatewaytechnolabs.com

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

Specifying Modifier When Adding Control Via IDesignerHost.CreateComponent

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

Mlknj

Lijh?oijh

On Friday, October 31st 2008 at 02:24 AM by jerinic | No Replies

Missing/worthless DragDrop Args In Designer

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

Control Designer That Creates Child Controls

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

GroupBox Within A UserControl

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

Tablelayoutpanel Resizing Columns\rows

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

Q: Automating The Creation Of Localized Forms.

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

Design Time Bug When Building The Project

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

System.Environment.GetFolderPath Bug?

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

Class Designer

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

The Price Of Internet Store Is 1000 Rubles Only.

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 | No Replies

Resizing A .net Windows Form Controls

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

IComponentChangeService

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 Buffer?

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

Using Classes Not Derived From Control At Design Time?

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

Custom Form With Its Own Designer / OnPaintAdornments (VS2008)

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

UITypeEditor And IExtenderProvider

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

Nullable Property In Property Grid

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

DataGrid IsupportInitialize Compact Framework Problem

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

Test

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

How To Blink Part Of The Text In Richtextbox

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

Unhandled Exception In The Designer

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

How To Use CodeDomSerializer?

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

Changing The Designer DefaultValue For A Property Within A Property (Nested Property)

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

Reg Composite Control In Windows Appln

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

User-control With Multiple Control Containers - Design-time Issue (mimicing The TabControl)

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

All Properties And Events Are Grayed Out In Designer Properties Wi

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?

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

Need Help To Modify Designer Output Code

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?

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

User Type Property In The Designer.

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

Composite Control Issue

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

Dont Read

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
1 2
(58 threads in 2 pages)
Sponsors
Discover Geekpedia

Other Resources