home *** CD-ROM | disk | FTP | other *** search
-
- <!-- #include virtual="/quickstart/howto/include/header.inc" -->
-
- <%
- Dim runsample as String
- runsample = Server.MapPath("/quickstart/howto/samples/resources/read/")
- Const viewsource = "/quickstart/howto/samples/resources/read/ReadResource.src"
- Const icon = "/quickstart/images/genicon.gif"
- Const caption = "ReadResource.exe"
- %>
-
-
- <h4>How Do I...Read resources?</h4>
-
- <div class="indent" style="width:660">
- This sample illustrates how to use external resources so that applications can be easier localized.
- </div>
-
- <h4>Example</h4>
-
- <p>
- <div class="indent">
- <a target="_blank" href="<%=runsample%>">
- <img style="border-color:black" border=1 src="<%=icon%>"><br>
- </a>
- <div class="caption"><%=caption%></div><br>
- [<a target="_blank" href="<%=runsample%>">View Sample</a>] |
- [<a target="_blank" href="/quickstart/util/srcview.aspx?path=<%=viewsource%>">View Source</a>]<p>
- </div>
-
-
- <h4>Source Code</h4>
-
- <div class="code">
- <xmp>
- <!-- #include virtual="/quickstart/howto/samples/resources/read/ReadResource.cs" -->
- </xmp>
- </div>
-
- <!-- #include virtual="/quickstart/howto/include/footer.inc" -->
-