Sharing Everything From My Experience And Knowlegde |
Download Smart Indenter v3.5 FULL for VB6 Posted: 17 Dec 2013 03:27 AM PST kemarin ada yang bertanya ke saya via ym tentang bagaimana cara indent source code/coding vb6 secara otomatis? ada yang belum tahu indent? indent adalah format "menjorok" agar source code/coding mudah dibaca/difahami terutama untuk bagian yang banyak IF THEN ELSE nya, contoh : if .. thenif...then elseif..then if..then elseif.. then select case .. case... case else if..then elseif..then else end if end select end if end if end if Bingung kan bacanya ? dengan SmartIndenter itu akan mudah untuk memformatnya : if .. then if...then elseif..then if..then elseif.. then select case .. case... case else if..then elseif..then else end if end select end if end if end if saya akan share add-on nya untuk VB6, kita bisa format per-sub/procedure, per-module dan bahkan per-project. Untuk di VBNET tidak perlu ada tambahan software untuk melakukan hal ini, VBNET sudah otomatis realtime Indenting Source Code. Download Smart Indenter v3.5 Full Tags: download add on vb6 free, free code indenter for vb6, cara format rapi coding vb6 |
DevExpress : Cara Delete/Remove FocusedRow, SelectedRows, CheckedRows di GridView Posted: 16 Dec 2013 06:38 PM PST OK, Kita lanjutkan belajar DevExpress-nya, bagaimana cara delete row pada gridview dengan 3 kondisi sebegai berikut : 1.Delete row yang sedang di click (focusedRow)2.Delete row row yang sedang di select/multi select/tekan CRTL+Click Row (SelectedRows) 3.Delete row yang sedang di checklist (contoh kasus jika ada kolom checklist-nya) (checkedRow) Lihatkah contoh yang sudah saya buat : Download Full SourceCode Tutorial ini menggunakan : 1.Database Northwind (SQL Server), Download sekarang (jika belum punya). 2.Devexpress 2012 (12.1.8), Download sekarang (jika belum punya). 3.VB.NET Visual Studio 2012, Net Framework 4.0. (Dapat dibuka di Visual Studio 2010) 4.Lihat Cara Buka Project VB2012 di VB2010 Tags : blog Devexpress Indonesia, tutorial devexpress indonesia, ebook devexpress indonesia, latihan devexpress indonesia, tips dan trik devexpress indonesia, contoh source code devexpress indonesia, visual basic devexpress indonesia |
You are subscribed to email updates from Djiesoft, All About Source Code To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment