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