37 Hosting Web www.ivys.es
Wed, 04 Nov 2009 03:56:19 -0800
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Web www.Ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosting Linux Web www.ivys.es
Hosti ...
|
Error while returning value from EditValue method
Wed, 21 Oct 2009 09:11:40 GMT
Hi,
I am Kaushik from India.
I am creating a SSDBCombo user control providing design time feature to configure columns.
Main user control class name is SSDBCombo. This class contains a custom property DBColumnsCols of type SYColumns
SYColumns is a class which have properties and those will be displayed in proper ...
|
82 Opinion Dsiconsolas.com
Fri, 16 Oct 2009 02:02:38 -0700
Hola mi opinion acerca de dsiconsolas.com es bastante buena, gracias a estos chicos pude tener el cartucho para que mi hijo jugara a todos los juegos, que me descargo de internet. Fueron amables y me digeron donde descargarme los juegos y configurar la tarjeta. Me dieron un pequeño manual que para deciros la verdad ...
|
Closing a parent form from a child form
Tue, 1 Sep 2009 10:13:41 +0530
Hi,
I have created a form using C# 2.0 named <Form1> and placed a button named
<Button1>. And i created a second form Form2.
I added a click event to Button1 in Form1 and when i click Button1, Form1
must be closed and Form2 must open. How can i do this.
...
|
Add existing Form project to a MDI Project
Mon, 24 Aug 2009 19:15:01 -0700
Hi
Im working in VS2008 C#. I created a Windows Form Solution/Project called
"Mailbox" that compiles to an Mailbox.EXE and runs fine as a single form
program. The form is basically a database table manager to add, edit, and
delete records from a DB table.
Now I want to Create an new MDI program called "C ...
|
Override List Of Controls
Sun, 28 Jun 2009 19:21:23 -0700
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.
...
|
Customize Name Property
Sun, 28 Jun 2009 16:21:39 -0700
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.
Public Property Name() As String
Get
Return _Name
End Get
Set(ByVal val ...
|
|
|
User Control
Sun, 28 Jun 2009 16:16:32 -0700
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 are unique, so I would like
to then change the Name property. Is it only changeable by typing in the
grid?
...
|
Assembly Name
Wed, 10 Jun 2009 17:53:11 -0700
How can I get the assembly name at design time?
...
|
Pass Variable At Design Time
Wed, 10 Jun 2009 16:06:33 -0700
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 out how to set a global variable
from here, or some other way to pass it in.
<Editor(GetType(MergeFieldName ...
|