^
It's not SEPPLES, it's C++/CLI or some other proprietary abomination with custom syntax
Name:
Anonymous2012-05-01 4:33
just c++ from visual studio 2010 and lbl1 is a lable that displays my trackbar value
the part i cant figure out is how to make the track bar value controll the opacity of form1
Name:
Anonymous2012-05-01 4:37
#pragma once
namespace helloworldwindows {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
/// <summary>
/// Summary for Form1
/// </summary>
public ref class Form1 : public System::Windows::Forms::Form
{
public:
Form1(void)
{
InitializeComponent();
//
//TODO: Add the constructor code here
//
}
protected:
/// <summary>
/// Clean up any resources being used.
/// </summary>
~Form1()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::Label^ lbl1;
private: System::Windows::Forms::Button^ button1;
private: System::Windows::Forms::Button^ button2;
private: System::Windows::Forms::TrackBar^ trackBar1;
>>3
no, it's eldritch's first digital abomination, take an electromagnet to your hard drive to be sure to be rid of it.
Name:
Anonymous2012-05-01 12:40
>>6
That's a neat little piece of code, compact and optimized, but in my opinion you need to add a few thousand NOPs somewhere in there to make it look bigger and therefore more professional. In today's business world such "tiny hacker code" is somewhat frowned upon, if you catch my drift. Peace :-o)