Halaman

WARNING!!
Please do not post links crack / patch in your comment

Wednesday, February 29, 2012

DevExpress 2011.2.8





FOR VISUAL STUDIO 2008/2010




After more than 30 releases in 180 countries, the next big thing for developers is here. We call it DXv2. Continuing the bridge from your technology position to where you want to be and taking a bold step into the
Touch-Enabled
Bring your software to life with intelligent touch-based applications. Use your existing development skills to tap into the growing demand for stunning tablet & touch-enabled apps across all platforms, including WinForms, WPF and ASP.NET. Build for today as you begin to re-imagine business applications for the Windows 8 Metro design aesthetic. DXv2 delivers the gestures, themes, and controls to put Touch within your reach, right now.
Visually Stunning
Today’s customers want smart, beautiful apps in every part of their lives, from work to home. Now, with the tools from DevExpress, you can build them better than ever. Apply sophisticated themes, create your own, and even integrate your corporate brand. Incorporate elegant office-inspired or business intelligence dashboard controls into your design so your users can view and manipulate data in more insightful and compelling ways. And do it all on the platforms you know best. DXv2 delivers the tools you need to inspire and be inspired by application design.
Productivity + Creativity
Never sacrifice one for the other again. CodeRush helps you build and manage your complex code base allowing more time to focus on your business logic. Fewer keystrokes and clicks on the way to quickly building gorgeous, high-performance apps. The eXpressApp Framework (XAF) delivers a powerful, modular application framework that helps you bring robust enterprise applications to market, faster. These are the developer tools you expect from the company you know and trust. This is DXv2—designed to help you use your time, skills, and creativity for what truly matters.
Your free trial of the Enterprise Subscription
Named the Best Software Development Tool by judges at the 2011 TechEd Conference, this 30-day free trial includes over 300 individual controls, libraries, and extensions.

Thursday, February 9, 2012

NavBarControl With XtraTabbedMdiManager DevExpress

Jadi ceritanya ada yang menanyakan bagaimana membuat BackStage Tab View seperti tampilan di product tertentu, waktu itu saya masih bingung dengan pertanyaannya, tapi menarik, saya coba tanya lagi , ternyata rekan kita tersebut menginkan tampilan seperti NavBarControl, tetapi form tersebut jika telah di panggil (Show), kemudian di panggil lagi tidak mengeluarkan form baru , melainkan form  tersebut seperti active lagi... akhirnya saya hanya mengucapkan... ya ampun.

Nah, istilah seperti di atas itulah yang menjadikan saya menulis ini, terima kasih sudah menjadi sumber inpirasi untuk menulis artikel ini.

Saya tidak akan memulai dari awal, jika rekan rekan ingin mengetahui bagaimana cara menggunakan control tersebut bisa ke artikel saya  NavBarControl In DevExpress dan XtraTabbedMdiManager DevExpress . Saya akan menggunakan Source Code di artikel NavBarControl In DevExpress, kemudian saya tambahkan Component DevExpress yaitu XtraTabbedMdiManager , seperti gambar di bawah ini :



Sekarang, tambahkan 2 form ke dalam project, sehingga didalam project ada tiga form, yaitu form1 yaitu form utama seperti gambar di atas, keudian gantilah Caption di form1 menjadi Form Pertama, kemudian form3 ganti Caption-nya menjadi Form Kedua, untuk membedakan masing-masing form anda bisa tambahkan component apa saja kedalam form2 dan form3 sehingga anda bisa yakin bahwa form tersebut tidak berubah.

Setalah anda tambahkan form, anda harus me-link-kan antara item di NavBarControl dengan form2 dan form3, seperti gambar berikut :



Anda klik pada bagian item NavBarControl (Form Pertama), kemudian anda klik gambar yang dilingkari (Events), muncul beberapa Events, anda pilih Events "LinkClicked", kemudian anda Double Click mouse anda di sebelah kanan LinkClicked tersebut, maka anda akan pindah ke Mode "View Code" dan masuk ke Event NavBarItem1_LinkClicked, kemudian tuliskan Scripts sebagai berikut :

Try
    My.Forms.Form2.MdiParent = Me       ' Menjadikan form1 sebagai MDI utama
    My.Forms.Form2.Show()                ' Tampilkan form2
    My.Forms.Form2.WindowState = FormWindowState.Maximized 
Catch ex As Exception
   Exit Sub
End Try
Lakukan hal sama dengan form3  pada item NavBarControl "Form Kedua "dengan mengganti scrpts sebagai berikut :

Try         
My.Forms.Form3.MdiParent = Me ' Menjadikan form1 sebagai MDI utama
     My.Forms.Form3.Show() ' Tampilkan form3
     My.Forms.Form3.WindowState = FormWindowState.Maximized
Catch ex As Exception
     Exit Sub
End Try

 Jika telah selesai jalankan tombol F5.....


Coba anda klik item Form Pertama dan item Form Kedua, maka akan tampil seperti diatas, jika anda klik lagi item Form Pertama dan Form Kedua maka form yang lama akan active lagi dan tidak membuat form baru... mudah-mudahan seperti itu


Salam

Source Code



Saturday, February 4, 2012

DevExpress 2011.1.11



Buat temen - temen yang pakai DevExpress , mengeluarkan update terbaru yaitu Versi 2011.1.11 Kusus untuk Visual Studio 2005


silahkan mencoba atau untuk belajar saja, jika ada yang tertarik silahkan membelinya di :
Developer Express Website

Salam

Search This Blog