Browse by Tags
All Tags »
VB .NET (
RSS)
Simple and plain explanation for a beginner like me... Check and download it all at here Share this post: | | | |
Get path of application directory : Path.GetDirectoryName([Assembly].GetExecutingAssembly().GetModules(0).FullyQualifiedName) Share this post: | | | |
For the last 2 days, i've been playing around with my little “fun code“ with VB .NET for my IPAQ. One new feature I like from VB 2005 is FormFactor property. It's not a reality show which told the contestant to eat something yucky , it just...
How to make VS 2005 editor in full screen mode : Shift + Alt + Enter Share this post: | | | |
How to display a whole text file in VB 2005 : My.C omputer.FileSystem.ReadAllText(“apasaja.txt“) Share this post: | | | |
How to uncomment a segment of code : block the segment, press Ctrl+K and without releasing Ctrl key press U Share this post: | | | |
How to comment a segment of code : block the segment, press Ctrl+K ,without releasing Ctrl key press C Share this post: | | | |
Memang bukan untuk pemula, soalnya prosedur sama functionnya pake modular. Tapi coba deh untuk tabel yang lain, tinggal fix sedikit sana sini, langsung jadi lagi. Kalo ada yang mau ngembangin listingnya , bisa jadi wizard baru.... Share this post: | ...
Input data sederhana pake SQL Command dengan SQL Server. Langsung copy-paste, soalnya cuman pake database pubs. Presentasinya bisa dilihat di situs saya atau langsung download di sini Share this post: | | | |