SNB Solutions
and
Microsoft
ASP.NET
Sign in
|
Join
Home
Contact
Search
Tags
CSS
fancybox
jQuery
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2012 (1)
June 2011 (1)
June 2009 (2)
May 2009 (1)
March 2009 (1)
January 2009 (3)
December 2008 (1)
October 2008 (4)
May 2008 (3)
March 2008 (3)
February 2008 (3)
January 2008 (2)
January 2009 - Posts
5
Comments
Embedding JW FLV Media Player in ASP.Net forms
by
stoian bucovich
Recent days I got a project with requirement to play flv video, so I found an free for non commecrial purposes flv player, but the problem that I had was how to find way to "control" what the player is going to play by the users' choise. So what I needed...
5
Comments
Get Windows Serial Number with VB.NET
by
stoian bucovich
I'll show you fast and easy way to get operating system serial number that the application is running on. Here how to accomplish this task: In Page_Load event handler (for example) getting WSN: Dim MOS As ManagementObjectSearcher = New ManagementObjectSearcher...
0
Comments
asp.net send mail with vb.net
by
stoian bucovich
Sending mail is with asp.net is simple, you can find it yourself with the next a few lines of code which are handled by button click event: First importing the namespace: Imports System.Net.Mail Than the Handler code: If Page.IsValid() Then Dim mySmtpClient...
More Posts