Дмитрий Павлов, никаких ошибок. Приложение запускается. Только я хочу чтобы оно было большим по размеру, вот допустим эту веб страничку как мы можем скролить вниз? именно так и хочу с приложением
Дмитрий Павлов, умещается. Там 35 кнопок. Все находится в пределах приложения. Просто не знаю как сделать так, чтобы создать эффект веб страницы со скроллом вниз
Да, дело в том, что я вот менял значение, и оно автоматически возвращается к изначальному. Лучше забью на это и создам веб версию приложения. Так будет проще, сделаю с Bootstrap и все
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.button17 = new System.Windows.Forms.Button();
this.закрытьToolStripMenuItem = new