Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
location
- Page 1
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
3 Weeks Ago
by Yrth
… required, probably), then open a command prompt, and at that
location
, make a directory junction to the folder on D: with…
Re: Looking for a online dating service template
Digital Media
UI / UX Design
1 Month Ago
by Alex_188
Hi Tim, check out ThemeForest or TemplateMonster for dating templates with profiles,
location
filters, and payment options. Choose ones with good documentation and Stripe or PayPal integration for secure payments. This’ll help you avoid building from scratch and focus on customizing while learning payment setups gradually. Good luck!
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
2 Months Ago
by Reverend Jim
…can select properties for any shell folder and the
location
tab shows something like  You can change the
location
for some folders but you get an error for… others, even though the change
location
option is still presented. And the error message …
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Months Ago
by JamesMichaelm
I see it's been a while since you posted, but I'm curious if anyone here has tried using the Open XML SDK instead of Interop or OleDb for reading Excel files. I found it faster and doesn't require Excel to be installed, though it can be more complex for writing. Wondering how others handle big Excel files or ones with tricky formatting?
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Months Ago
by PitSterw
I've worked on something similar and found that using Microsoft.Office.Interop.Excel lets you open the file and loop through cells easily.
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Months Ago
by Pelorus_1
A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel COM object in your project.
Location
Programming
Software Development
11 Years Ago
by Decode098
…(null); } } Someone please explaine to me how to change the
location
on my txt2 to be aligned w/ my txt1. I…
Re: Location.X Location.Y not working?
Programming
Software Development
13 Years Ago
by Oxiegen
….Forms.MouseButtons.Left Then 'Then check to see if the
location
of the mouse is within the region of the form…) Handles Me.MouseMove If bMouseDown Then MyX = Me.
Location
.X MyY = Me.
Location
.Y End If End Sub Private Sub Form1_MouseUp(ByVal…
location of file pointer
Programming
Software Development
12 Years Ago
by anumash
… first byte of the file. How can we know the
location
of any byte in the file using the file pointer…? When I try to store the
location
of fp (file pointer) at a desirable
location
it gives me an absolute offset and… the file i.e 00. How do I know the
location
of any byte in a file from the file's…
Re: location of file pointer
Programming
Software Development
12 Years Ago
by deceptikon
> When I try to store the
location
of fp (file pointer) at a desirable
location
How exactly are you doing this? While… to mention non-portable). > How do I know the
location
of any byte in a file from the file's…/). Note that I didn't say that this is the
location
of any byte, because these functions return an *encoded* offset…
Location is not available : Storage and OS on same drive
Hardware and Software
Microsoft Windows
8 Years Ago
by PS189
… message below and the folder disappears "
Location
is not available is unavailable. If the
location
is on this PC, make sure… the disc is inserted, and then try again. If the
location
is on a network, make sure you're connected to… the network or internet, and then try again. If the
location
still can't be found, it might have been moved…
Location.X Location.Y not working?
Programming
Software Development
13 Years Ago
by mikejs
I am using the following to store the X Y cords [CODE]Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick MyX = Me.
Location
.X MyY = Me.
Location
.Y My.Settings.Save() End Sub[/CODE] but the Me.
Location
.X or .Y are not detecting the forms position when I move it?
Location Aware Browsing
Digital Media
Digital Marketing
Search Engine Strategies
15 Years Ago
by MktgRob
… 3.5 with a functionality called '
Location
-Aware Browsing'. The feature determines the computer’s
location
and asks permission to share it… the nearest restaurant, can provide information that relates to your
location
. Take this into consideration with the fact that Google Squared…
location and size questions
Programming
Software Development
15 Years Ago
by ctrl-alt-del
… along those lines) but that didn't work. Then a
Location
question. The intellisense tells me I can either get or…, though every time I try to use something like this.
Location
.X = 250; It tells me it isn't a variable… moment. Which property should I set to manually assign a
location
? (The point of this is that I would like to…
Location of element in an array
Programming
Software Development
14 Years Ago
by mjv89
… modify this program so that it also prints out the
location
of the element in the array that contains the maximum….println("The maximum is " + maximum + "its
location
is " +
location
); [code] class maximum { public static void main(String[] args…
Re: location and size questions
Programming
Software Development
15 Years Ago
by ddanbe
… for a TextBox. So if you want to change the
Location
of a TextBox, change it by assigning a new Point…
Re: location and size questions
Programming
Software Development
15 Years Ago
by Diamonddrake
… off this dock. the X and Y properties of a
location
type cannot be set directly. so no you can't… this... [Code = csharp] Public Int string Right() { get { return (this.
Location
.X + this.Width) - this.Parent.Width; } } [/code] So setting it…
Re: location and size questions
Programming
Software Development
15 Years Ago
by ctrl-alt-del
… all the help I needed. For reference to others: The
Location
property needs a variable like this [CODE] Point ExamplePoint = new… Point(200, 200); this.
Location
= ExamplePoint; [/CODE] And the Right property is read-only and…
Re: Location is not available : Storage and OS on same drive
Hardware and Software
Microsoft Windows
8 Years Ago
by rproffitt
Or it's ownership, permission,
location
issue. When you place a NTFS drive on another PC, …
Re: location and size questions
Programming
Software Development
15 Years Ago
by ctrl-alt-del
… it and use the variable Point to assign a new
location
. The controls in question are PictureBox and Form by the…
Location of a file in lan
Programming
Software Development
12 Years Ago
by Gauthamsan95
I am creating a computer project for lan chat through cpp...ill have to access a file in the lan ...ill don't know the
location
... Like c/mydocuments .... Etc ... Please send .... A
location
of a file in any of the nodes .....
Location of the files on server
Programming
Software Development
12 Years Ago
by abra_ka_dabra
… date. For the downloader, obviously i need certain information like
location
of the files on server or the URL could also… the question is: How do i get the information about
location
of the files to download it from "nseindia server…
Location of CD Rom drivers
Hardware and Software
Microsoft Windows
18 Years Ago
by Cyberxn
I need to know the
location
of the CDrom Driver's. The Symantec remove product tool, Has Removed them.
Location Issue With Controls
Programming
Software Development
17 Years Ago
by williams1987
… i do not want. I have already tried locking the
location
of the "Textbox or Combobox" but with no…
Location of temporary internet files in Firefox (Latest)
Hardware and Software
Microsoft Windows
13 Years Ago
by sree_ec
Where is the
location
for temporary files of Firefox in Windows xp. I am asking for latest versions of firefox( 5.0 or higher)
location and size change in different computer
Programming
Software Development
12 Years Ago
by 9tontruck
… nicely, every object in the form often changes in its
location
and size in different computer. I know it is because…
Re: Possible geo-location bug
Community Center
Meta DaniWeb
6 Years Ago
by alan.davies
Location
on Android turned on currently. The update button just seems to refresh the page https://www.daniweb.com/connect/profile#. Not sure if jiggerypokery happens is supposed to happen each time that page is opened. Edit Actually I think there is no refresh just a goto # so scroll to top of page.
Re: Location
Programming
Software Development
11 Years Ago
by stultuske
what do you mean: aligned? they are aligned. if you want them next to each other, instead of underneath, you'll need to change the values of the rows and columns in the constructor for the GridLayout. now you set: `new GridLayout(2,2,5,5)` try with: `new GridLayout(1,3,5,5)` you have searched the net for hours, but what is it you tried so far?
Javascript LOCATION constructor
Programming
Web Development
16 Years Ago
by Airshow
…] [B][U]Properties[/U][/B] [B]
LOCATION
.href
LOCATION
.protocol
LOCATION
.host
LOCATION
.hostname
LOCATION
.port
LOCATION
.pathname
LOCATION
.search
LOCATION
.hash[/B] All are public properties and…
Can't get accurate current position by GPS location
Programming
Mobile Development
12 Years Ago
by Adami
…
location
.Address; import android.
location
.Criteria; import android.
location
.Geocoder; import android.
location
.
Location
; import android.
location
.LocationListener; import android.
location
… status boolean canGetLocation = false;
Location
location
; //
location
double latitude; // latitude double …
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC