How to include a file in a project -
hi
i have to play a midi file, so i have added the mediaplayer component.
now before i play the file, i have to write the path of the midi file
so when i build the project, there are 2 files on the harddisk:
the exe file created and the midi file the if is deleted the program don't work.
so i want to know if i can include the midi file in the final exe file
so that, there is only 1 file on the hard disk:
exe file
when i open exe file, the midi is played
thanks
Embed RTF in project exe -
In VB6 you could "store" an RTF file right in the RichTextBox control. And when you compiled the project it would display. I didn't have to include the RTF with my exe.
I don't see how I can do that with the .NET RTB control.
So, how do I include my RTF file in my EXE.
[2008] Include xls File in Project -
Is it possible to include an excel file in your project, and make reference to it in your code without having the actual file on the computer that the program is running on?
How to include a file in a project -
hi
i have to play a midi file, so i have added the mediaplayer component.
now before i play the file, i have to write the path of the midi file
so when i build the project, there are 2 files on the harddisk:
the exe file created and the midi file the if is deleted the program don
[2005] VB.Net Deployment Question -
I have just finished a VB.Net project and I wanted to make sure that I know which files I need to include in my zip file.
I believe I need to include:
1) INI file
2) EXE File
3) I have an ICO file that I made, but I don't think I need to include that as it has been compiled to th
ASP newbie - help on data binding and #include file -
1) How do I bind controls in an html form on an asp page to a database?
2)I tried to use #include file="filename" to include a particular file's contents. However, I want to include a file which, the name for which is dynamically generated and so tried something like
include file not found -
HI All,
I have a file called generalroutines.asp residing in an include folder
The include is referenced :
<!--#include virtual="/include/GeneralRoutines.asp"-->
The Include directory is on the same level as the asp page trying to use it.
When I try and run m
A Suggestion About Project Zip Files -
When most people zip up and post a project they include the vbw file. If you don't know, that is the Visual Basic Workspace file and it contains information about the size and position of your forms, modules and classes in the IDE. That information is not needed by anyone else and if o
Ssi -
Include a file dynamic??
I want to do a include file that can be done
dynamic..
I have tried this ways:
<!--#include file="<%=Page%>"-->
This doesnt work becuase the code is in the <!-- --> I guess...
<%= "<!--#include file=' &
[2005] Accessing a .prx file -
In a project that captures videos, I use a path to locate the .prx file used in the video capture. I need to include the prx file in the project but I am not sure how I would access and read the prx file. So far I have created the folder for the profile and added the .prx file to the p
.h files within .h files -
say i make a .h file that contains a class that i made. If i include the iostream.h file within the .h class file, and within the .cpp program file, so that it has been included twice within the project. Will this cause errors or anything. And will it include it twice, and then make
what should i include to submit my project -
I've just completed my project and I want ot burn it into CD. However, I've used components like ADO and CDONT. Do I have to include these files when i burn them? I developed my appllcation in Visual Interdev and do I have to do anything like VB where you have to make an .exe file? Ple
How To Include CrystelReport in The Setup -
Hello.
I have in my project alot of crystal repots and i want to know how can i include this report when i making a setup to the project. i try to include the CR file in the setup but on computers without the VB program (and the CR program as well), the crystal reports doesnot workin
Microsoft Strikes Again - SourceSafe Problem! -
This is yet another thing that I can't believe that you can't do with MS VSS...
I have a project that has an include directory. I want to share that include directory with another project. But here's the kicker...I want a dynamic share - if I add files to Project1/Include I want the
A smart way to include libs... -
Hi
I am learning Direct3D, and I need to compile alot of samples along the way. But every time, I have to browse my hdd to include d3dx9.lib, d3d9.lib and winmm.lib. I once had a header file that could include them just by adding that header to the project....anyone know how to do it?
customized icon -
If I include a customized icon in my visual basic.net program(one not included in windows), do I have to include this file in one of the directories the project is saved, or does it automatically embed and/or save this file in my program? Just wondering if I'll be able to view my pret
Include a file dynamic -
I want to do a include file that can be done
dynamic..
I have tried this ways:
<!--#include file="<%=Page%>"-->
This doesnt work becuase the code is in the <!-- --> I guess...
<%= "<!--#include file=' " & Page & " '-
includes are making me batty -
Hi all i am using visual interdev to develop my project. Lets say my website name will be
http://www.ohyeah.com. Now my virtual name that i set up on my test project is yeah. Now i want to include an includes file that will be located in folder includes. So i typed
<!--#include v
VB - Esy way to include microsofts assistance into you apps -
here is an dll file that will allow you to insert the microsoft assistant into your projects.
well into this zip file there is the dll for it, that you need to include into your projects.
and there is an demo project, and a dir where avery possible help file is included.
big projects -
Hi.
I would like to know what is the "standard" way of dividing a project into separate files.
Until this point i only made small projects with standard libraries and never had so many lines of code to be compiled together, so i don't know how to do it.
No DLL's or so, jus
Including a file -
Hi everybody,
how can i include a file into my asp file?
I'm looking for something like 'include' in PHP...
I know about <!-- #INCLUDE FILE="..." --> but I don't know how to include a file with a name that was generated during the run process of the scipt.... I mean
Include files with HTML -
I am trying to use an include file which I normally call like this
<!-- #include file="Calendar.js"-->
I am now trying to call it from another folder in the web project how do I call it?
Cheers
[2005] How to include PIA Office.dll in references of Project -
How to include PIA Office.dll in references of Project
Please help as its visible thru brows but we cant include it in our project so tell me what is the alternative of this problem
DLL as resources. -
Say if i make a DLL in Delphi, C++ or even VB and i want my program to be stand alone still, would this be possible to include the DLL into the project so that i can still call from the DLL?
I was thinking along the lines of including the DLL as a resource inside the project (like y
problem with .h files in include -
im a C/C++ begginer just startin out. i got a book with some stuff and it says i need the following .h files
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>
#include
*RESOLVED* Include file problem -
I have created an automatic-link-includer (ALI), and wanted to use it as an include file, problem is, when I tried to include it (<!-- #include virtual = "..."-->), the server said file not found. I used the virtual AND file parts to it, full file paths vs just file nam
How to include a .mdb file when publishing -
I've tried searching but to no avail....
How in gods name do you include an Access database file (.mdb) when publishing a project?
<!-- #include virtual ="\scripts\checklogin.asp" --> -
My question is abou tthe include, i have a file that i want to reuse in all my pages, that file is in the /scripts which is a root folder. I've tried declaring the include statement in every way to include the file but it gives me an error saying it could not find the file. Any help
bat file in vb.net setup project -
i have user mscomm.ocx in my vb.net project.
i need to register the control in client machine at installation time
i craeted a bat file which has the following code
regsvr32 \s mscomm32.ocx.
plz tell me how to include bat file in setup project. and how to make it to run first whe
Link to another form in an embedded RTF file -
I intended to include it with my other post, but anyway, here it is:
If I have an RTF file displayed in a rich text box in Form A of my project. This RTF file was created in MS-Word. Is it possible to, during the editing stage in Word, include a link that when used in the rich text
Standard way to structure a multi-header-file & multi-source-file project -
I'm used to seeing header files included in source files, and to see header files included in header files. However, when you have lots of source files, it seems more sensible to include the source files in one main file, with all the headers included at the top, rather than including
Accessing source code -
THis is probably a silly question but.....
How can I include another class file in my program. I assummed that if there were several source code files in the same folder they could all be accessed from the source code file that had "main" in it. What I am probably looking
Windows h -
Ok I'm trying to compile a C++ program but i am getting a message saying
"Cannot open include file: 'Windows.h': No such file or directory"
I just downloaded the platform sdk with all the include files. And i have added the windows.h file to the project but i am getting
Different types of #include files... -
I understand that some #include files do not need inverted commas surrounding them since they belong to Windows... and that the ones that I have created require the inverted commas... How do I make it so that a lib and .h file pair that I have created can be included in the following m
VC++ 6.0 problem with Afxres.h -
Can anyone please help? I am new to VC++ and I have a problem when trying to create a new project. When I use the MFC AppWizard to create a dialogue based project I get an error message:
"Fatal Error RC1015: Cannot open include file Afxres.h"
Originally, I found that t
Include DLLs in project -
Hey, I was wondering if there is a way to 'include' a DLL in a project so that it's functions can be called like regular code and the DLL doesn't have to be registered on the computer running it. Example: TO run a program of mine the user must have COMDLG32.OCX. Is there a way to 'add'
Including a file dynamically -
I expect this has been asked 26.4 times already but...
I am passing a page name to an ASP in the request string. I want to then include it using <!-- #include file='filename' -->
(fName is the variable holding the page name)
if I do<%
response.write "<!-- #i
Basic ASP Question -
When the query string "dest" is "news" or "members" or whatever, i can get it to load the proper include file, but if their is no query string at all, it displays the page without any data in the body. (the info would normaly come from an include file)
Can I include a text file in my project -
Hi,
I want to include a text file in my project. I want to put some data in it and be able to use that data at run time.
Can I do it?
[02/03] Install IIS within WebSetup file -
Hi all,
I have a small problem with setup file for may Web Project.
I've created a setup file for my project.
but when i run that file, it requires IIS version > 4
How can i include IIS install file into my Setup file like .NetFramework file.
Thank for any suggestion!
Help ! i need a Setup file for my project ! -
I finished working on a project for my college and now i need to create a setup file to put it on my online portfolio. I opened a new setup project and went through the "setup wizard". Now i see three folders ; Application folder, User's desktop and User's programs menu.