all groups > dotnet windows forms designtime > september 2006
Editing Windows Forms built on VS2002 into VS2005 and get them back to VS2002
Posted by fpmalard NO[at]SPAM gmail.com at 9/26/2006 7:53:59 AM
Hello,
I have a C# project which must run on both VS2002 (.NET 1.0) and
VS2005(.NET 2.0).
This project has some Windows Forms.
If just open this project and compile it inside VS2005 it does not
change the way the Form's class is implemented (does not change to
partial class style).
The prob... more >>
Custom type property in property editoe (like Font in Control)
Posted by zofcentr at 9/25/2006 8:32:02 AM
Hi,
I am traying t ocreate similar property as Font in TextBox. I have created
custom class with two private strings fields and coresponding properties. I
have added attribute Serializable to this class as in Font calss. Then I have
created control with private member of above mentioned class... more >>
Designer Hosting
Posted by Mark Dykun at 9/21/2006 4:55:10 PM
Hello,
I am hosting the designer using the 2.0 framework. When a component is added
to the designer form I catch the ComponentAdded event and would like to
change some of the properties of the control. However any properties that I
change do not seem to stick. I have tried direct settings s... more >>
Designer problem with inherited user control
Posted by mgauthier at 9/19/2006 12:00:00 AM
I have a user control called "View" with a nested panel that correctly
accepts components at design time. I have derived another user control called
"FunctionView" from View where I want to add more components at design time.
However, the derived user control does not accept components when they ... more >>
loosing Collection properties when I am Closing MS Visual Studio IDE
Posted by loudajack at 9/18/2006 2:36:20 AM
Hi All
I have a Collection property in my custom datagrid control ..
when I am adding values in this collection it updates and adds the
design code also..
But when I am Closing MS Visual Studio IDE I am loosing Collection
properties .. but the code generated is still there ...
How to reta... more >>
how to connect asp.net with MS-access and also how to pass data to
Posted by Jack at 9/13/2006 6:05:01 PM
hI,
Anyone here know how to connect asp.net with MS-access and also how to pass
data to a table?
The following is the code which I have but unfortunately its not working..
Public Connectionstring As String =
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source =
C:\Inetpub\wwwroot\Dee\ASPd... more >>
DataGridView causes Studio to crash
Posted by Jakob Lithner at 9/13/2006 5:57:01 AM
I have a VB WindowsForms 2005 project with several DataGridView controls.
In the designer I click the arrow to get hold of the "DataGridView Tasks".
When I click the combobox for "Choose Data Source" my whole IDE crashes!
This happens every time, which makes me quite frustrated.
The odd thing ... more >>
VB to C# issue
Posted by Arvi at 9/12/2006 3:41:22 PM
Hi,
im converting a VB web app to a C#.
i have problem with the following line
ds.Tables[0].Rows[ind].Item["taskid"]
ERROR - 'System.Data.DataRow' does not contain a definition for 'Item'
whats the alternate that i can use?
please let me know
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C# FTP Client
Posted by Arvi at 9/7/2006 9:41:22 AM
Hi,
i need to write a application which gets the parameter of a file name and
reads the file.
the file has a list of paramters like ftp name, username, password,
passivemode, etc
and then it has to do a ftp transaction depending on the content of a file.
is it possible? or someone ha... more >>
|