Feature For IP Location Project?

Jun 14, 2009

Im making an application which is basically a lojack project. Im wanting to get some ideas for maybe other features or the best way to go about this for maximum tracking ability.Right now I have it working the way I think it should work and what it does is get your external IP, it then returns the City, State, Zip, Latitude and Longitude and sends all that info to you in an email. I have it check against a Database that houses computer registration, computer name, and then the status of the laptop which the customer calls in, if its stolen. Right now this is just a piece of software and Im currently working on something low level to do something before Windows loads up. Right now thats not something Im focused on hardcore, but Im working on it and itll get done.

View 2 Replies


ADVERTISEMENT

Where To Place Database In VB Project And How To Access With C:,D: Etc Means Open Location Not Fixed Location

May 3, 2010

dim cn as oledbconnection
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:valid.mdb")

[code]......

View 4 Replies

VB New Project Not Showing Location To Save Project?

Nov 22, 2011

When I go to create a new project in VB I only get Name in lower pane to enter a name. I do not get Location or the 1 under Location. How do I get those 2 to display

View 2 Replies

Project - Queuing Of Clients With Face Capture Feature And Text To Speech And Auto Generate Of Reports

Jun 26, 2011

Project about queuing of clients with face capture feature and text to speech and auto generate of reports.

View 7 Replies

IDE :: Getting "The Project Location Is Not Trusted" Message When Opening Project?

Mar 24, 2011

I have a VB project using VS 2008 Pro that I have been working on my Win XP SP3 PC for a while now. I am now moving to a different PC with Win 7, 32 bits. I installed VS2008 and VS2010 (also Pro) on the new PC. The source is stored on a server on our network. When I tried to open the project with VS2008 on the new Win 7 I got the following message:The project location is not trusted:

\DevServerProjectsSysMon Running the application may result in security exceptions when it attempts to perform actions that require full trust.I then click Ok and another dialog comes up mentioning:This project includes a password-encrypted key used for signing. Enter the password for the key file to import the key file into the local cryto-store databse for use.The dialog lists a pfx file. Why is it requiring this?

View 5 Replies

IDE :: Save An Already Saved Project To A Different Location?

Aug 25, 2005

I downloaded a sample Project from the web. I opened the sample Project in Visual Basic 2005 Express Beta 2. After making a lot of modifications to the sample Project, I wanted to save my new project with its own different name, and in the usual directory where I have been creating other projects. I pressed Save All and accepted the default choice. Unfortunately, after pressing OK, I realized that I had saved over the original downloaded sample project, and had saved my modified project in a temp directory designed to receive downloads from the web.It's not a problem that I overwrote the original sample project, because I have already retrieved a new fresh copy from the web. Nor is it a problem that I gave it the name of the original project, because I was able to figure out how to rename the modified project by right-clicking in the Solution Explorer.

My problem is that I didn't want to save my modified project in the download temp directory. I want to save the Project (and all its associated sub-directories and files) in a directory of my own choosing (the same directory in which all my other created projects are saved). But now that I have chosen to save the project in an undesirable location, I want to re-save it somewhere else.For the life of me I can't see how to do this. The Save All command doesn't give me the choice of selecting the name or location for my project, it just updates my currently undesired location. The other two save-oriented commands under the File menu selection (Save and Save As) seem to be oriented to just saving the singular item (form code, dialog box code, module, etc) on which I am currently working. I can't find anything such as a "Save Project As" kind of command. And I don't want to try to cut and paste the whole directory, because I'm too novice to know whether I am moving everything properly with regards to what VB2005 needs to find and where it needs to find it.

View 5 Replies

Location Missing When Opening New Project

Nov 19, 2010

When I create a new project in visual studio the New Project screen only has a Name box at the bottom, Location is missing. Is there a setting somewhere I need to set so this shows up?

View 5 Replies

VS 2010 Saving Project To A Different Location?

Jan 18, 2012

I have Visual Studio 2010 Ultimate.

When I click on "New Project", under the "Name" textbox, I get no "browse" button to save the project somewhere else other than the default Document and Settings folder. But, my friend see that "browse" button under the "Name" textbox.

How can I save the project somewhere else other than the default Document and Settings folder ?

View 2 Replies

Asp.net - Get The Current Startup Project's Physical Location In C#?

Sep 3, 2009

I want the location of the current execution project i.e in VB.NET/C# or the current class file's path? Ok,let me elaborate i got 2 projects in one solution file,lets say A,B are projects, my startup project is B ,and im accessing a class file in A ,now i need to know virtual path of B. because i need it for accessing the resource file coz error pops up when using ExpressionBuilderContext

View 3 Replies

Deployment :: Project Output In Custom Location?

Sep 1, 2009

im still fairly new to this. i have written a program, built it and created my setup project and can install it no problems, however, in the "setup view" where you have the threefolders "Application folder" "Users Desktop" and "Users Programs menu" ... u know "the file system view/setup1" ... well here is the problem, i click on "Application folder" and change the "default location" ... so i can specify the program is installed in "C:ProgramFilesJohns AppCalculator" ...... BUT when i build the setup and install the program it does not appear in this location !! arghh i can see all the program files on my pc ... except mine ( i have tried all day and all night the only way i can get it to appear here is by INCLUDING the "project output" into THIS folder ..... even though i only want it to be on the "users desktop" ....

View 4 Replies

VS 2008 Change The Location Where The Project Is Going To Be Deployed?

Feb 18, 2011

Using the clickonce deployment, how can I change the location where the project is going to be deployed? I want it to be deployed to program files!

Because at the moment and I suppose as default the files are going to C:UsersAdminmgrAppDataRoamingMicrosoft......, it is even hard to find them at all

And also how to create a shortcut after it installs ? those are the features I could not find how to do using the clickonce. I know there are setups as well but I have read somewhere that clickonce should be able those two things and I would prefer to use it.

View 7 Replies

Finding Exact Location Of Project Files From Intranet URL

Sep 4, 2009

I have a aspx project, I'm using web developer 2005. I am currently trying to locate the exact location of my project. I have no clue how to do it as I only know the intranet address. like the localhost and all. I need to find out the exact location of the project from the intranet address which is only any name. Is there anyway to find out?

View 1 Replies

Location Of App.config File In A Windows Service Project?

Feb 2, 2012

I am creating a windows service in VS2010, and in order to store a user's input during installation I've been told to write it to a file called app.config.However i cannot find this app.config file? Does it create one in a windows service project? or just in a WCF windows service project?

View 1 Replies

FAQ Item: Save An Existing Project To Different Local Location Via IDE Menu?

Jun 20, 2010

How do I save an existing project to different local location via IDE menu?

View 1 Replies

Forms :: UnBound DataGridView Location - Grid Must Be In The Correct Location According To The Pixel Point?

Dec 19, 2011

i am using an unbound datagridview so i can dynamiclly add rows. all that is working fine. but the grid is not is the location i have coded.. i am using the defualt form as a base then coding the unbound stuff in.. should i just create a blank class file and do everything? the only problem i am having is the grid must bees in the correct location according to the pixel point that i have given it. Right now it is placing the grid at point (0,0) no matter what point is entered on the line for location. so what am i missing??????

View 3 Replies

Substring Give Error - Says Index And Location Must Refert To A Location Withing String

Oct 22, 2011

I got a error when I run this code:

Dim btch As String
Dim LeftPart As String

[CODE]...

It says index and location must refert to a location withing string

View 1 Replies

2 Group Box Components And Both Are Same Size,font,location And Visible Is False - Both Component Cannot Locate At Same Location

Mar 13, 2012

I have 2 group box components and both are same size,font,location and visible is false. When i click button2, the groupbox1 won't appear(the group box2 is on bottom n group box1 is on top).

Example:

button1

groupbox1.visible=false

groupbox2.visible=true

button2

groupbox1.visible=true

groupbox2.visible=false

Because i want to show the different,so the location have a little different(actually both are same location). I think my code is no problem. The problem i guess is both component cannot locate at same location?

View 6 Replies

Error - You Cannot Start Application <App_Name> From This Location Because It Is Already Installed From A Different Location

Dec 10, 2009

we have a user that my program works fine for.. and another that it just crashes for.. they get this error

"You cannot start application <App_Name> from this location because it is already installed from a different location."

then they run it up again and it comes up.. and then just closes..in reading some stuff online it says its a framework 2.0 sp 1 issue ?these pc's have 3.5, but my program uses all 2.0 stuff..so is this a 2.0 sp level issue ? or should I make my programs start to use framework 3.0 instead ?

View 6 Replies

VS 2008 Round E.Location To Nearest Grid Square Location?

Nov 9, 2009

I was using this old method of creating a bunch of rectangles when I need to get the location of a certain point within a grid so I could draw images on the grid. The thing is, I don't want to use rectangles, I want to be able to just round the location as if I were using rectangles. I need it to be able to round the point (66,70) to (50,50) so if you can imagine a grid and the mouse position being within that square in the grid, I need to get the location of the upper left corner of that square.

View 5 Replies

Cannot Start Application Shell From Location Because It Is Already Installed From Different Location

Jul 21, 2009

I have encounterd a problem when trying to re-enstall a program i have writen in vb 2008.I get the following message:"You cannot start application Shell from this location because it is already installed from a different location."This program is to be used on many workstation computers and i need to be able to update any changes by just reinstalling the program, no uninstalling needed first. If the program was installed from a cd first and needs to be updated from a flash disk this error will be a problem, if the update is from a cd as well then there is no problem.Is there a way to change the installation package to ignore where the program installs from and just update itself?

View 2 Replies

Change The Location Of A Label ( Middle ) To Another Location When A Key Is Pressed Down?

Jan 27, 2010

I'm currently working on a project that has a simple game . I want to change the location of a label ( middle ) to another location when a key is pressed down. But there is something wrong with the first of the If statement .I've underlined "point " because it has the error.

Private Sub Space_Navigator_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Up Then If middle.Location = [u]Point[/u](156, 655) Then middle.Location = New Point(156, 547)
End Sub

View 2 Replies

Convert .net Location Pixel To Vb 6.0 Location Format?

Apr 3, 2009

i need to developer project from vb.net to vb 6.0 and i have already project in vb.net and i have to convert in into vb 6.0 but i need same GUI format,but i get problem that is in vb.net control height and weidth is in pixel formate and there is vb 6.0 i dont know so i copy control's height and weidth or size so i got there is difference in vb 6.0 so any one have idea how to convert vb.net location pixel to vb 6.0 location format .

View 1 Replies

Copy A Picture From One Location And Paste It Into Another Location?

May 3, 2012

I'm trying to copy a picture from one location and paste it into another location however VB throws out the following error

Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED)

both locations are on my local computer. So not sure what is causing the problem.

Here's the code

Module CPASU_SPC
Sub Main()
Console.Title = "MOARW Programs"

[Code]....

View 8 Replies

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

VS 2008 - Timer - Project A References Project B So Can Open A Large Form In Project B

May 5, 2010

For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.

View 2 Replies

Copy Folder From Location To Another Location?

Dec 18, 2011

How to copy folder with its content from location to another location defined by FolderBrowserDialog

View 7 Replies

Include Contact Project Into Another Project / Add More Items To Database / Forms In New Project?

May 6, 2009

I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.

View 10 Replies

Add Project Setup Project For Project For Visual Studio 2008?

Nov 15, 2010

i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :

1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices

2- i try make it with Setup Factory 8.2.1

3- i try with MSI Factory 2.0

4 i try with Setup Factory 6.0

and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :

[Code]...

View 3 Replies

How To Add Update Feature

Jan 29, 2010

I dont really understand how to add the update function to my program.I want it to update from my computer

View 5 Replies

Search Feature

Oct 17, 2010

Hey guys,

I am trying to make a search feature in my program. My program has a .csv file that the program will need to search for a equal value that was entered in thr text box. I am just not to sure how to go about this. Just need some insight on how to grt started. Insight please.

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved