.NET Hore....

simple beginner .NET geek
See also: Other Geeks@INDC

Browse by Tags

All Tags » VB .NET (RSS)
Nice free ebook
Simple and plain explanation for a beginner like me... Check and download it all at here Share this post: | | | |
Posted: Apr 12 2006, 07:54 PM by soetam | with 2 comment(s)
Filed under:
Oneliner Tips ( VI )
Get path of application directory : Path.GetDirectoryName([Assembly].GetExecutingAssembly().GetModules(0).FullyQualifiedName) Share this post: | | | |
Posted: Mar 24 2006, 05:09 AM by soetam | with 2 comment(s)
Filed under:
Form Factor
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...
Posted: Mar 24 2006, 12:49 AM by soetam | with no comments
Filed under:
Oneliner tips ( part IV )
How to make VS 2005 editor in full screen mode : Shift + Alt + Enter Share this post: | | | |
Posted: Feb 03 2006, 03:02 AM by soetam | with no comments
Filed under: ,
Oneliner tips ( part III )
How to display a whole text file in VB 2005 : My.C omputer.FileSystem.ReadAllText(“apasaja.txt“) Share this post: | | | |
Posted: Feb 03 2006, 02:53 AM by soetam | with no comments
Filed under:
Oneliner tips ( part II )
How to uncomment a segment of code : block the segment, press Ctrl+K and without releasing Ctrl key press U Share this post: | | | |
Posted: Feb 03 2006, 02:48 AM by soetam | with no comments
Filed under:
Oneliner tips ( part I )
How to comment a segment of code : block the segment, press Ctrl+K ,without releasing Ctrl key press C Share this post: | | | |
Posted: Feb 03 2006, 02:47 AM by soetam | with no comments
Filed under:
Walkthrough Edit Data
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: | ...
Posted: May 03 2005, 04:08 AM by soetam | with no comments
Filed under:
Walkthrough Input Data
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: | | | |
Posted: May 03 2005, 04:04 AM by soetam | with no comments
Filed under: