Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer Here’s the code: Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click WebBrowser1.GoBack() End Sub Private Sub btnFwd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFwd.Click WebBrowser1.GoForward() End Sub Private…
Tag: Video
SQL SERVER Tutorial – T-SQL: Built-in Functions – Working with NULLS – COALESCE – ISNUMERIC
T-SQL TUTORIAL
VB 6.0 Make a shutdown, restart, logout program
A quick tutorial on how to make a program that can log you out, restart your computer and shut it down, you can use this as a system control thing, or you can make a prank out of this so that it will shut your friends computers down or whatever. Sorry that there is no…
Adding CSS to ASP.NET master page
In this video you will learn how to add a color scheme to the master page so it pleases the eye.
PHP Tutorials: Create a Search Engine (Part 1)
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
ASP.NET Tutorial – Master Pages & Site Navigation – Part2
Use Master Pages and Site Navigation? Create a web site with a consistent layout and design across all its pages using ASP.NET 2.0 MasterPages. See how easy it is to add navigation to a web site using the new TreeView and SiteMapPath controls. For Best View: watch the video in Full Screen Mode.
Asp.Net IV : Label AssociateControlId AccessKey
Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey – Shalvin
ASP.Net 2.0 Membership IV Roles
Microsoft ASP.Net 2.0 Membership IV : Roles – Shalvin
NetBeans IDE 6.7 Conexión y consulta de BBDD MySql (Java EE 6)
Veamos como preparar NetBeans para que detecte nuestro SGBD MySQL donde tenemos las tablas con las que vamos a trabajar en nuestraa aplicación distribuida Java EE 6. En otros videotutoriales veremos como recuperar información desde esas tablas mediante técnicas avanzadas de mapeo Objeto-Relacional aprovechando las ayudas incluidas en el IDE. La idea es ir construyendo…
Asp.Net IV : Label AssociateControlId AccessKey
Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey