<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ProjectCreatorVB.aspx.vb" Inherits="ProjectCreatorVB"%>
<form id="Form1" method="post" runat="server">
	<P>Create "Sample EDK Project"?
		<asp:linkbutton id="OKButton" runat="server">OK</asp:linkbutton></P>
	<P>You must create this project to run the sample JSP code. Note that if you 
		receive an error upon creating the project, this is probably a timeout as 
		creating the project takes a few seconds. Just refresh the page after the 
		error.</P>
	<P><INPUT id="sourcePage" type="hidden" name="sourcePage" runat="server"></P>
</form>
