Monthly Archives: January 2009

VB.NET 2008 & Shockwave Flash

Alot of people are wanting to embed flash object,movies or video streams into thier applications these days. I’m going to show some examples and tips & tricks of using the Shockwave Flash object and namespace. VB.NET and the Shockwave object … Continue reading

Posted in General, Programming | Tagged , , , , , , , , , , | 6 Comments

INI Handling Using VB.NET 2008

Private Declare Ansi Function GetPrivateProfileString Lib “kernel32.dll” Alias “GetPrivateProfileStringA” (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As System.Text.StringBuilder, ByVal nSize As Integer, ByVal lpFileName As String) As Integer Private Declare Ansi Function WritePrivateProfileString … Continue reading

Posted in General, Programming | Tagged , , , , , | 1 Comment