English 中文(简体)
• 如何在2010年视觉演播室张贴用户界面部件?
原标题:How to be smart about User Interface component positioning in Visual Studio 2010?

I know I could create a base form and then inherit from and extend upon that, but that s not really what I m referring to.

我想简单地做一些事情,如复制一个表格的标签或文字箱,然后在另一个表格上贴上同一个坐标。 “2010年视觉演播室”是否具备任何工具,使这种方便(因此,我不必人工检查每个组成部分的顶层和左边特性)。 总的来说,是否有一些工具使这类任务更加容易(例如,在同一左边的Paste,同前,同一权利,同Bottom,同Width,同一个Height)?

在这方面是否有任何良好想法? Something such as a GUI standards-enforcer plugin or tool that can work with or within Vision 2005,

最佳回答

视频演播室《2010年》似乎没有任何内在的工具/方法(我知道)。 或许smart 不要浪费太多的时间来寻找捷径,只检查坐标。 它可能比使用预期的民主选举学会原始/工具更糟。

问题回答

如果你掌握多语种的控制,复制和复制过去,其立场就相互保持,那么,你只能记住一种控制的立场,而其余则会照此办理。

围绕着它,另一种方式是,实行0米控制,并且总是使用这种米控和你想要的控制进行多种选择。 这样,你就有一个你知道的根基。

服装管制非常麻烦,其财产太多。 但是,这个问题是正确的,正如它所谈论的是塔比勒,需要在每个表格上看到特别的控制。 仅改变对父母财产的控制。

    private void tabControl1_SelectedIndexChanged(object sender, EventArgs e) {
        button1.Parent = tabControl1.SelectedTab;
    }

假设纽特1为先入第1页的纽吨。





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签