- 1,233 categories
- 40,617 scripts
Updated: 07/22/2005
- VB.NET 2005 Tutorials: Creating Menu and Menu Items - In this tutorial we will learn about Creating Menu and Menu Items - Main Menu, Context Menu, StatusBar and ToolBar. Windows users are familiar with Menu objects. The MainMenu control represents the container for the menu structure of the form. Menus are made up of MenuItem objects that represent the individual parts of a menu. You can add submenus to menus that will pop up when the user clicks an arrow in the menu item, display check marks, create menu separators, assign shortcut keys to menu items , even draw the appearance of menu items yourself.
- Categories
- Tags
- Platforms
- Licenses
- Author
- This tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text ...
- This tutorial presents a couple of ways to display your data in a graphical way by using charts without using server components. The first approach is using images with ASP to display bar graphs. The second approach is a Java applet that can display ...
- This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a specific keyword appears on the Webpage.
- In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a simple SQL query interface and more complex example of parsing and querying.
- This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneous...