Setting Text Programmatically of a Databound TextBox
Language:
Visual Basic .NET
Today I want to share with you what I have discovered in setting a text or value in databound textbox in Visual Basic .NET. I almost spend a day figuring out how to do this.
...
Source: Free source code, tutorials and articles
How to Get Elapsed Time in VB.NET
Yesterday I was developing a XML reader where the app will wait for a certain period of time (in minutes) before re-processing the same xml files again. To get elapsed time in minutes, I used the TimeSpan class which represents the time interval together with DateTime object. By setting the Start time...
Source: Fryan's Digital World
Multithreading Template in VB.NET
There are number of reasons you want multi-threading on your application. One is making your application interface responsive while its processing another job, because nobody want a screen that freeze until a process is finished. A common use of Multi-threading is allowing your user to interfere with...
Source: Fryan's Digital World
Facebook Developer Toolkit for .NET
Recently, I got interested in developing apps on Facebook platform. Since I am more of a Microsoft .NET guy, I tried searching for a SDK for .NET and lucky me, I found the Facebook Developer Toolkit for .NET. This toolkit is provided as a Facebook Client Library similar to Facebook's PHP Client Library...
Source: Fryan's Digital World




