Thursday, 11 March 2010
Back to Flickr!
.
Gates of the Valley, Yosemite National Park
Feet up!
Beauty
IMG_9401
• disorder.
67/365 ...los pajaros en el cielo. ( ...the birds in the sky.) [EXPLORE]
WEEK 11. Feeling as Low as my Shoes. *explored
Delicate Arch
Moments.............
Purple Rain
ruffles
Airportman #2
Below the Lighthouse
Loch Ard
Every child is an artist. The problem is how to remain an artist once we grow up. (Explore)
NATURAL BEAUTY
multi-color-in sn☺wy day
create folder date by date with calander c++ .net PDF Print E-mail

bir işe yarayan ilk programım .net ve c++ kullanım çok basit bir şekile yaptım.Program o gün tarihli bir dosya yaratıyo örn: 09.02.2009 sonra o gün yapmıs oluğum download çalısma ıvır zıvır ne varsa bu oluşturulan klasöre kaydediyorum bu sekilde günler geçiyor ardından ben su tarihte napmısım etmisim diye açıp bakabiliyorum benim için faideli bir tool oldu severek kullanıyorum.

constructor kısmımız

public ref class Form1 : public System::Windows::Forms::Form
{
public:
Form1(void)
{
InitializeComponent();

DateTime date;
this->button1->Text = L"create: " + date.Now.ToString("d");
this->Text = L"FolderCell v0.1 Today: " + date.Now.ToString("d");

}

ve buton fonksiyonları

private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {


DateTime date;
System::String^ path = "d:\\date\\" + date.Now.ToString("d");
System::IO::Directory::CreateDirectory(path);
this->webBrowser1->Visible = 1;
this->webBrowser1->Url = (gcnew System::Uri(L"d:\\date\\" + date.Now.ToString("d"), System::UriKind::Absolute));



}
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {

this->webBrowser1->GoBack();

}
private: System::Void button3_Click(System::Object^ sender, System::EventArgs^ e) {

this->webBrowser1->Visible = 1;
this->webBrowser1->Url = (gcnew System::Uri(L"d:\\date\\", System::UriKind::Absolute));

}

Bookmark with:

Deli.cio.us    Digg    Facebook   
 

Your are currently browsing this site with Internet Explorer 6 (IE6).

Your current web browser must be updated to version 7 of Internet Explorer (IE7) to take advantage of all of template's capabilities.

Why should I upgrade to Internet Explorer 7? Microsoft has redesigned Internet Explorer from the ground up, with better security, new capabilities, and a whole new interface. Many changes resulted from the feedback of millions of users who tested prerelease versions of the new browser. The most compelling reason to upgrade is the improved security. The Internet of today is not the Internet of five years ago. There are dangers that simply didn't exist back in 2001, when Internet Explorer 6 was released to the world. Internet Explorer 7 makes surfing the web fundamentally safer by offering greater protection against viruses, spyware, and other online risks.

Get free downloads for Internet Explorer 7, including recommended updates as they become available. To download Internet Explorer 7 in the language of your choice, please visit the Internet Explorer 7 worldwide page.