Advertisement

1 - 10 of 1236 containing alltags:("include") (0.001 seconds)
I just know I am going to feel really dumb when this question gets answered. I have been using BC5 for at least a year now.  In all my programs the first header I would include is windows.h.  Howe...
Zones: C++Date Answered: 05/05/1997 Grade: C Views: 0
This one should be simple and reminds me of the cross referencing problem notorious in the Assembler world. I'd like to find a more elegant solution to the problem, which as luck would have it I've...
Zones: Windows MFCDate Answered: 06/18/1998 Grade: C Views: 0
I want to know if there is a way to include a file as a resource into a executable at run-time, but not when that executable is running. I also want to know how that executable can access that reso...
Zones: Delphi ProgrammingDate Answered: 11/21/1998 Grade: B Views: 0
Does anyone know a way of avoiding having to hardcode the full path of the .HM file in the [MAP] section of a help project (.HPJ) file? I am sharing this file in a project between machines that ha...
Zones: Windows MFCDate Answered: 05/30/1999 Grade: A Views: 0
I have 2 files A and B. How do i include B in A? in other words calling B in A?
Zones: Perl, SSIDate Answered: 05/31/2000 Grade: A Views: 0
Hi, I want to create a file with javascripts in it.  I know that the include file doesn't have any tags around it just the functions.  The include statement <script src='jscript.js'> </script> shou...
Zones: JavaScript, SSIDate Answered: 10/10/2000 Grade: A Views: 0
I have an include file. It is specified as the "Default Include File" under Tools Options FileLocations. It shows up when I ?_include. But it is ignored when I create a form. I have to go to Form I...
Zones: FoxProDate Answered: 11/15/2000 Grade: B Views: 0
I'm wondering if it's possible to have an external file (containing HTML code), that can be called from within a standard HTML page? The result being that the page, when viewed will show everyth...
Zones: HTML, SSIDate Answered: 06/25/2002 Grade: A Views: 0
I have a jsp that will include a file depends on the parameter passing in. It's like <% String body = request.getParameter("test"); if (body.equals("file1")) { %> <%@ include file="file1.jsp...
Zones: Java, SSIDate Answered: 04/01/2001 Grade: B Views: 0
Hello everyone, I am having difficulty including an HTML file into one of my .ASP pages.  It's very odd.  The syntax I am using is as follows: <!--#include file="Help_Files\test.htm" --> N...
Zones: ASP, SSIDate Answered: 07/29/2001 Grade: A Views: 0