Tuesday, 16 March 2010
Crazy colors ......-- [ Explore]----[أكسبلــور]--
夕陽無限好
Unsaturated perspective
Paris #14 prescan
Strings of Color
faro portinax
Milk is Really Better Than Coke (Explored Front Page)
life support
Lochside Trees - Loch Tulla
My Beloved Husband in Qatraneh Castel {Explore}
The first one this season
down and dirty
suit day
purple flower power.
paris
Moon Over Pacific Ocean
74/365 Tribute to samanthajane81
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.