Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
relative
- Page 1
Re: How did you learn about DaniWeb?
Community Center
Meta DaniWeb
2 Months Ago
by Reverend Jim
Way back in 2010. Probably a Google search. I landed here and stayed. Sort of like that one
relative
who drops in for a visit and never leaves. ;-)
Re: Relative Links in VB Files
Programming
Software Development
13 Years Ago
by Teme64
… your application. To be more precise,
relative
to the [U]current directory[/U]. Here's the code: […
Re: Relative path - $_SERVER["DOCUMENT_ROOT"]
Programming
Web Development
15 Years Ago
by digital-ether
…since it requires knowing where you are
relative
to the document root.
Relative
paths only require you to know where… your file lie in your php application,
relative
to your application base directory. So if your app…includes/file.php includes/file2.php[/QUOTE] Then your
relative
paths only need to be: [QUOTE]"includes/file…
Re: Relative path in VB.Net
Programming
Software Development
15 Years Ago
by Mikayil
… question. What I missed is the "\" in the
relative
path . So the correct code is: [code] Me.WebBrowser1.Navigate…") [/code] Hi everyone, I am having problem with the
relative
path in VB.Net. My project contains PDF file that…I am missing here. Everything I need is to create
relative
path so that I can use my application on any…
Relative Paths and Subdomains
Programming
Web Development
19 Years Ago
by senexom
… my site and realized that links are not
relative
to the wwwroot, but
relative
to subdomain root, I was wondering if anyone…
Relative Link
Programming
Web Development
18 Years Ago
by irfan.motiwala
well i have started software and web Development business. But I dont have an idea about
Relative
Link what is this.When i develop website for my client how i use
Relative
link in my Client's Website
Relative path of MS Access Database
Programming
Web Development
17 Years Ago
by ebabes
…\grades.mdb[/COLOR]. But when I make use of a
relative
path in my data source such as [COLOR="red… correctly? What should be the correct code to have a
relative
path to the Access Database?
Relative path in VB.Net
Programming
Software Development
15 Years Ago
by Mikayil
Hi everyone, I am having problem with the
relative
path in VB.Net. My project contains PDF file that … I am missing here. Everything I need is to create
relative
path so that I can use my application on any…
Relative position is not cooperating with width!
Digital Media
UI / UX Design
11 Years Ago
by garyjohnson
…, I have a few links that I have given a
relative
position. They have the widths set to 200px, however they…{ background:rgba(0,0,0,.4); font-size: 15px; position:
relative
; height:50px; left:0px; color:#FFFFFF; width:200px; padding:2px…
Relative directory in Compass
Programming
Web Development
9 Years Ago
by rouse
…’t seem to convince my compass project to give me
relative
directories “../” for my sprite images. I compile my sprites with…’t seem to convince my compass project to give me
relative
directories “../” for my sprite images. I compile my sprites with…
Re: Relative Link
Programming
Web Development
18 Years Ago
by Dani
An absolute link is when you specify a URL path that is
relative
to the current document when linking between documents or to images. For example, if the page is [URL]http://www.daniweb.com/techtalkforums/index.php[/URL] then if you are trying to access [URL]http://www.daniweb.com/techtalkforums/pagetwo.php[/URL], you would just use pagetwo.php.
Re: Relative path of MS Access Database
Programming
Web Development
17 Years Ago
by ebabes
Just a follow up, I am using C# as my script. I make use of OleDbConnection and OleDbCommand to facilitate my SQL transactions. How can I make use of
relative
path in MS Access?
Re: Relative Links in VB Files
Programming
Software Development
13 Years Ago
by djjavo
… Teme64, will try that. So when exported it will be
relative
to the current directory of the .exe file but while… I'm still writing it, it will be
relative
to the current directory of the Visual Studio solution file…
Re: Relative position is not cooperating with width!
Digital Media
UI / UX Design
11 Years Ago
by nauticalmac
… from. ul li { background:rgba(0,0,0,.4); position:
relative
; height:50px; left:0px; width:200px; padding:2px; margin:0px…
relative paths in c
Programming
Software Development
18 Years Ago
by rwagnes
Hey, I am trying to open a file with a
relative
pathname: e.g. file=fopen("/files/index.html"); …
Relative path
Programming
Software Development
17 Years Ago
by virus220
I have to display a picture in a picture box in vb.net form but i donot want to give full path of the pic i want just to specify a
relative
path how it could be done ?????
Relative Path
Programming
Software Development
17 Years Ago
by rahuldravid
Can anyone tell me how can I set
relative
path to database in a crystal report? The crystal reports are created in Visual Studion 2005 with help of the wizard. Thanks,
Relative paths in Java
Programming
Software Development
16 Years Ago
by diasmvds
Hi all, I have a folder structure like this. dir1 ---> conf ---> a.txt dir1 ----> dir2 ---> dir3 ---> Test.java How can I read a.txt file from my Test class ? How can I use
relative
path there? File newFile = new File ( "<how to specify the path>" ); Thanks Darshana
Re: Relative paths in Java
Programming
Software Development
16 Years Ago
by stephen84s
… your current working directory is [icode]dir1[/icode], then your
relative
path would be [icode]conf/a.txt[/icode] Else if…
Relative File Path
Programming
Software Development
16 Years Ago
by swinefish
I'm busy working on a simple XML formatter. Now I've got the app doing everything I want, except that I have to give it the absolute path of the XML file I'm using. Is there any way to get te
relative
path of such a file if it is known that it is in the same project folder as the application itself? Thanks in advance. Mark
Relative path - $_SERVER["DOCUMENT_ROOT"]
Programming
Web Development
15 Years Ago
by Stefano Mtangoo
…/includes/inc.terms.php[/url] I want it to be
relative
path instead of absolute path equivalent to : "/gospel/"…
Re: Relative path - $_SERVER["DOCUMENT_ROOT"]
Programming
Web Development
15 Years Ago
by Stefano Mtangoo
Thanks!
Relative
paths you provided works. I will retain DOCUMENT_ROOT for includes. I hope it is good idea Isnt that so? Just reply though I have marked it solved
Re: Relative path - $_SERVER["DOCUMENT_ROOT"]
Programming
Web Development
15 Years Ago
by digital-ether
[QUOTE=evstevemd;961687]Thanks!
Relative
paths you provided works. I will retain DOCUMENT_ROOT for includes. I hope it is good idea Isnt that so? Just reply though I have marked it solved[/QUOTE] Yes, there is no harm using $_SERVER['DOCUMENT_ROOT'] as you can be sure it will be correct on all PHP servers.
Relative Path Vs Absolut URLs
Programming
Web Development
15 Years Ago
by gtyagi
I know what is absolute &
Relative
URLs theoritically.Frnds can u explain me in with regard of coding?
Relative Path in webBrowser
Programming
Software Development
14 Years Ago
by Nexgr
…:\xy.htm) it works, but how i can use a
relative
path (ex. the page is into the same folder with…
Re: Relative Path in webBrowser
Programming
Software Development
14 Years Ago
by nick.crane
You can not use
relative
paths in the WebBrowser. But you can find the path of the executable by using Application.ExecutablePath. [CODE]string folder = System.IO.Path.GetDirectoryName(Application.ExecutablePath); string url = System.IO.Path.Combine(folder, "xy.htm");[/CODE]
Relative path to create setup file
Programming
Software Development
13 Years Ago
by ashwinshenoy
…. Could anyone please help me how can I give a
relative
path or any other solution... Regards, Ashwin
Relative path name in VB.NET
Programming
Software Development
13 Years Ago
by Sophiron
I'm trying to open a text file in a program I've created but it won't work unless I specify it as an absolute file path. I can't seem to make a
relative
path name.
Relative Links in VB Files
Programming
Software Development
13 Years Ago
by djjavo
Hi I am wondering how to point to a
relative
file that would be the same on all computers. How would I go about this. Many Thanks
Relative Positioning a Title with CSS
Digital Media
UI / UX Design
12 Years Ago
by fcvolunteer
… for eac title and I need something that will be
relative
and not need to be specified for each title seperately…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC