Create A Dynamic Map Instead Of Static Map For Standalone Application?

Mar 26, 2010

Currently i only managed to implement the google map(static) into my application,but i want to replace it with a dynamic map. Is there any website or example for me to refer? I tried reading up google API website, but i still dont get it.

View 2 Replies


ADVERTISEMENT

Convert An Existing Standalone Java Application To A Dynamic WEB Application?

Mar 24, 2010

how to convert an existing Standalone Java Application to a Dynamic WEB Application which can be deployed on Apache-Tomcat Server container ?

View 2 Replies

Created A Windows Form Application, But Cant Create A Standalone Exe?

May 13, 2010

I have created a windows form application, but when i publish it (to cd setting), and then try and install it, (on windows 7, only tried there so far), I get a cannot open or read mainfest file, or cannot connect to download from the original pc's IP address error messages.

I have spent considerable time relearning visual basic (used microsoft basic man many years ago), and now want to use the program on my other computers I can upload/paste the error file if needed

View 1 Replies

Forms :: Static And Dynamic View?

Apr 27, 2011

I'm building one application with vb.net, but for my interface i need a static and dynamic view. Can someone explain me how can i do this or with what can be done?

View 1 Replies

Replace Static "If...then..else With Dynamic?

Feb 2, 2010

In my work i work with a custom program.This program has hundreds of conditional statements in code " if ...X="A" and Y = "B" or Z = "C" and W = 1000 then S = 1 else S =3 ,F = 2 end if".Any time we want to make a change we have to hunt down all these conditional statements and change them accordingly.I was thinking of separating them from the code,storing them away and preferably testing them and i believe i have an idea about the syntax of how to put them in SQL tables but..the real probelm is how to "parse", "evaluate","run" pick a choice.I just want to get rid of them from the code so when someone comes and add a parameter this won't require me to hunt it down.I am "dreaming" of somekind of console where i could feed the parameters and get back the value i need.So is there any parser that can handle this kind of "dynamic" conditional statements.?

Function CalculateMaximumWeight
if x = 100 and y =50 and h = 200 then
.....if material = "wood" the maximumweight*1.15

[code]....

View 17 Replies

Store Dynamic / Static Query In String?

Jan 4, 2011

Can we execute any string like "Button1.Text = Value"
Question arises from sql server where we can store a dynamic/static query in a string (varchar) and execute it and it will put the value to the button1.

View 3 Replies

Create A Standalone .exe File?

Sep 2, 2010

It is my understanding that Visual Basic 6 allowed you to create a standalone .exe file (compile all files into one .exe) with its package and deployment wizard. Does VB 2010 have an equivalent to this? If so, how do I get to it?

View 5 Replies

Create A Standalone Windows App?

Feb 16, 2009

I was wondering that when you go and publish your application that you can do it in such away that all the necessery files are there so all you have to do is click on one file and it loads without it installing on the hardrive.

View 3 Replies

How To Create A Standalone .exe File

Jul 29, 2009

i have create a application. i want to create a .exe file on the desktop without having to go into the project folder then bin folder to open the .exe file. How do i create that kind of standalone .exe file?

i try copy and paste the .exe file on the desktop but there is always having this error <project name> has encountered a problem and needs to close. We are sorry for the convenience.

View 8 Replies

[2008] Create A Standalone Exe?

Jan 20, 2009

I am using visual studio 2008 professional. I would like to create a standalone exe. Meaning that the program will run off one file and doesn't need to be installed.

View 14 Replies

Asp.net - Updating A Hybrid DetailsView (with Static And Dynamic Fields)?

Dec 12, 2011

I've got a DetailsView which has some static fields defined in my markup and adds some extra fields dynamically in the VB codebehind. It should be noted that the DetailsView lives in an UpdatePanel.Assume that I would like to get inventory information for a number of warehouses, but I only want to see those which have stock on hand. In addition I have some static information such as product, sku, etc.

The problem I was having was that every time I clicked the "Details" button it would just keep appending the dynamic fields to the end and never re-rendering the table. I figure I either need a conditional or to tell it to re-render somehow. I suspect this problem arises from my use of the UpdatePanel but it's important for the user experience of my customer to keep this.

'Warehouse Stock by Location
Dim stockDT As New DataTable
For Each row As DataRow In stockDT.Rows 'Add column for each Warehouse that has stock

[code]....

View 1 Replies

Create A 'standalone Executable' Proyect

Nov 11, 2009

Well I have a program, and I want to the program works alone at determinate time. I know that I have to create a "standalone executable" proyect or something like that. I really don't know how do this kind of things.

View 2 Replies

Create A Standalone Program And Always Stay On Top Of Everything?

Dec 16, 2010

I'm planning to create a standalone problem that triggered by scheduler.When the program is triggered, I would like the program to stay on top all the time, even though user clicks on other programs.

View 4 Replies

Make A Standalone Application?

Oct 12, 2011

I need to create a standalone application using Visual Basic 2010 without .ico, .deploy, .manifest files.

how can I create only its *.exe file ?

View 1 Replies

VS 2008 How To Create Standalone Setup File

Jan 19, 2010

I had developed a small windows software. Now I want create a setup file so that a client can install it on off-line. I used the publishing wizard, it successfully creates the setup file but if I try to install it on other computer which doesn't have the .net Framework, it tries to get it from the net. To avoid this I want to include .net framework into the setup file. How can I do this ?

View 7 Replies

Create Standalone Distributable Exe, And Choose Installation Folder

Jan 13, 2010

I created a Visual Studio 2005 application that works and installs on other user's computers, but not the way I want.

1. I want to create a single file that I can distribute to any user so when he clicks it, the application will be INSTALLED.

2. When it installs, it chooses to do in its own location. It does not give the user an option to save or install in a specific folder (where the application will be used because other files are there). How do i allow the user to save the the application in a specific folder?

3. I would like a single file that the user clicks to RUN the application. Is that the in*.exe?

View 1 Replies

Drive A Crystal Report In A Standalone Application With .NET Objects?

Jul 17, 2009

I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.

I found this tutorial and it looked promising as an answer to my question, but after diving in it only seems to apply to web development.

Am I out of luck in trying to power a Crystal Report with .NET objects in a standalone application?

View 2 Replies

Force Multiple Instance Of A Standalone (3rd Party) Application

Jul 14, 2009

I need to be able to run multiple instances of a standalone (3rd party) application. This application prevents multiple instances from being ran from within the application. I need to basically override this.

I know it can be accomplished by hexing the original executable, however I would like to stay away from this method as I'd like for other users to be able to use my application from the get go without needing to hex the 3rd party app themselves or me having to send them the hexed app. Is there any way to achieve this or am I just taking crazy pills?

View 2 Replies

Vb 2005 Create Standalone Program To Auto-send Datagrid Via Email?

Jun 12, 2011

Now i wan to create a standalone program to send datagrid data via email . izit any way to send the datagrid to email body ? below is my code.

Public Class Form1
Dim oLapp As Object
Dim oItem As Object

[Code]....

View 1 Replies

Create A Static Class Like System.Math

Mar 6, 2010

I have a module with generic constants, subs and functions.I would like to be able to use the module in multiple projects in one solution.I also want it to work like the class System.Math, where you do not need to declare and instance of the class before you can reference it.[code]I want to be able to call ClassLibrary1.MyGenerics.Half() just like I can call System.Math.Abs()

View 10 Replies

C# :: Can Share A Static Field Across Application Domains

Aug 2, 2010

Consider a process, in which multiple Application domains are created. Can we share a single static field across these Application domains or can we pass this static field across these application domains? How does CLR handle this?

View 1 Replies

Dynamically Create Another PictureBox On The Form While The Program Runs (to The Left Of The Static One)?

Aug 12, 2011

I've created a form with a PictureBox on it and would like to dynamically create another PictureBox on the form while the program runs (to the left of the static one). I've written this code:

Dim temp As PictureBox
temp = New PictureBox
temp.Image = StaticPictureBox.Image
temp.Visible = True

[code]....

When I run this code I can detect that the temp PictureBox does get created. However, it is not rendered onto the form. It seems like it's there but is invisible.

View 8 Replies

VB2010 Class Library: Create A Static Library Instead Of DLL?

Jun 21, 2011

I have a Visual Basic Class Library project. It generates a DLL. Is there a method to generate a static .LIB to which I can do a static link?Alternatively, can I do a static link against a DLL?

View 6 Replies

Create A Dynamic CSV - ASP.NET, VB?

Oct 19, 2010

I currently have a sub that has a string builder that I'm wish to use as the content of a CSV which I will email later from a webpage. My stringbuilder is creating the content for the CSV but I don't know how to create the CSV dynamically (I don't want the CSV on disk).

Private Shared Sub BuildClientTrustBalanceCSV(ByVal sb As StringBuilder, ByVal clientsWithTrustBalance As List(Of NonPaymentHistory))
If clientsWithTrustBalance Is Nothing OrElse clientsWithTrustBalance.Count = 0 Then

[code]....

View 1 Replies

C# - How To Create Dynamic Dashboards

Jan 11, 2012

I have a form as Dashboards. I want to automatically refresh data without the data being read from the database and the user are shown.What is the best late for this scenario? I did this using a timer, but the best for this scenario is late?

View 1 Replies

How To Create Dynamic Report

Jul 16, 2009

How to create a dynamic report?

View 1 Replies

How To Create Dynamic Variables

Dec 3, 2008

I need to create a label for every cell in excel that has a value depending on search criteria.Depending on what number is searched i need to display all cells in the row in different labels. There could be one label that needs to be created or many.Do i have to have each variable named differently or can i just use one label tag and give each label a different label.location = (x, y).

View 1 Replies

Can't Create A Dynamic Textbox With A Tooltip?

Jan 12, 2012

I was wondering if some of you can help me with a problem I can't seem to get around. I've got a database that contains a list of users who are connected to an application. The usernames and number of users connected will be random. What I need to do is to display two dynamic text boxes and also have a dynamic tooltip for each of the text boxes for each user displayed. If you look at the attached screenshot I drafted up, I'll only use the first user 'John' for this example.I will hardcode my example because getting the data from the database isn't the issue I'm having. My problem is figuring out how to make the text boxes and tooltips unique for each time someone visits the form. I would also like to be able to set the text within the boxes as well. So, I would need two textboxes for John called:

[Code]...

View 2 Replies

Create A Dynamic Calendar In Silverlight?

May 26, 2009

I am attempting to create a long range calendar that dynamically loads (and unloads) event data as the user scrolls left or right through time. I'm really struggling to figure out how to lay the basic framework of the UI out and how to dynamically build the interface as the user scrolls by clicking and dragging the mouse in the view area. See the image below for a basic diagram of the intent. Each slice would have potentially multiple rectangles in it for events that occurred on that day (slice). I would like each slice to be a canvas to allow me to position those rectangles appropriately.

There are a few problems that I am not yet sure how to tackle but this is the first big one that I've been mulling over for a while and can't quite wrap my head around:

I know how to dynamically create controls but how would I go about adding things to one end of the scrollable content while removing things from the other depending on the way the user is scrolling?

View 2 Replies

Create A Dynamic Jagged Arrays

Sep 25, 2010

I'm trying to create a dynamic jagged array. That is, one that i can increase the size of at runtime. Maybe its easier if I show you. I have a folder containing a varied number of files. What I want to do is set up a jagged array, with the file contents as the second array. So kind of like this:

Code:
FileList(0)
Filelist (0) (0) = Line1
Filelist (0) (1) = Line2
Filelist (0) (2) = Line3

[CODE]...

However, it throws a System.NullReferenceExeption when I try that. In addition, I don't understand jagged arrays all that well....Here is my code (that doesn't work). The jagged array must be accessible by other methods.

Code:
Imports System.IO

Public Class Form1
Public Skills()()

[CODE]...

View 4 Replies







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