Post: HTML/CSS Menu Creator
11-24-2012, 03:21 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
HTML/CSS Navigation Bar

You must login or register to view this content.

src:

    
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace HTML_CSS_Menu_Creator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
Form1.ActiveForm.Size = new Size(790, 485);
}

private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked == true)
{
textBox1.Text = Properties.Settings.Default.hor.ToString();
checkBox2.Checked = false;
}
}

private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
if (checkBox2.Checked == true)
{
textBox1.Text = Properties.Settings.Default.ver.ToString();
checkBox1.Checked = false;
}
}

private void label2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://www.skilledengine.com");
}
}
}



Download: You must login or register to view this content.
Download: You must login or register to view this content. | Src You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to TheUnexpected for this useful post:

deneo24
11-24-2012, 04:42 AM #2
Midnight.eGo
from El Paso, Texas (915)
are you HSx9???
11-25-2012, 01:45 PM #3
Originally posted by Midnight.eGo View Post
are you HSx9???


Do I look like him? No, his name is "HSx9" not HS9-0.
11-25-2012, 08:50 PM #4
Originally posted by 0 View Post
HTML/CSS Navigation Bar

You must login or register to view this content.

src:

    
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace HTML_CSS_Menu_Creator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
Form1.ActiveForm.Size = new Size(790, 485);
}

private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked == true)
{
textBox1.Text = Properties.Settings.Default.hor.ToString();
checkBox2.Checked = false;
}
}

private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
if (checkBox2.Checked == true)
{
textBox1.Text = Properties.Settings.Default.ver.ToString();
checkBox1.Checked = false;
}
}

private void label2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://www.skilledengine.com");
}
}
}



Download: You must login or register to view this content.
Download: You must login or register to view this content. | Src You must login or register to view this content.


what is jesus pointing at? figured its the only reasonable question considering I dont have a clue to what u is talkin about.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo