Topic: Information

Date 26/04/2012

By den

Subject multimedia assign link-font design software

https://www.high-logic.com/font-editor/fontcreator.html

Date 25/04/2012

By den

Subject webmatrix hosting site

https://www.domaingurus.com/

https://webmatrixhosting.ru/index_e.html

cytanium.com

https://www.adhost.com/blog/2010/07/06/webmatrix-beta-hosting/

Date 06/03/2012

By ♥ Maria 20 sexy ♥

Subject ♥ free chat www.supondo.com ♥

♥ yes a free chatroom under www.supondo.com This chat also works on android and iphone, ipad, kostenlos , gratis, chatten , social network ♥

Date 13/03/2012

By Samaale Adan

Subject Re: ♥ free chat www.supondo.com ♥

and what kind of char room is this.
who meet inside this chat room

Date 04/10/2011

By wala magawa

Subject c# code for system tray Icon

https://www.dreamincode.net/forums/topic/116283-make-your-application-minimize-to-system-tray-in-c%23/

Date 04/10/2011

By wala magawa

Subject c# code

/// <summary>
/// Runs the Program on Startup.
/// </summary>
/// <param name="RunOnStartup">True to Run on Startup, False to NOT Run on Startup.</param>
private void RunStartup(Boolean RunOnStartup)
{
Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);
if (RunOnStartup == true)
{
key.SetValue("Application Name", Application.ExecutablePath.ToString());
}
else
{
key.DeleteValue("Application Name", false);
}
}

/// <summary>
/// Gets or Sets if the Program will Run on Startup.
/// </summary>
private bool Startup
{
get
{
return Startup;
}
set
{
Startup = value;
Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);
if (Startup == true)
{
key.SetValue("Application Name", Application.ExecutablePath.ToString());
}
if (Startup == false)
{
key.DeleteValue("Application Name", false);
}
}
}

Date 04/10/2011

By wala magawa

Subject c# code

https://www.dreamincode.net/code/snippet2601.htm

Date 04/10/2011

By den

Subject all about webmatrix,as.net

https://trainingkit.webcamps.ms/WebMatrix.htm

Date 05/09/2011

By den

Subject convert money value in words sites

https://a1vbcode.com/app-4713.asp

Date 18/08/2011

By den

Subject vbhtml page

https://www.asp.net/webmatrix/tutorials/asp-net-web-pages-visual-basic

Poll

What is you favorite Programming Languages?

Total votes: 697