Convert VB Application To A Web Based Applet?

Jul 11, 2009

is there anyway to convert my VB application to a web based applet

View 9 Replies


ADVERTISEMENT

Convert Agent Based Programming To VB?

Jun 13, 2009

I am converting an agent based programming language into a VB format. The agent based programming creates different agents (people) that each one of them has a distinct attribute (ex: ____, age). So if I have 5 agents, then there maybe male/female and a number assigned to each person. I thought about create an array for each agent, but I don't know how many arrays I should have because the agent based programming creates random number of agents.

View 1 Replies

Create Uninstall Command For A Windows-based Application In The Application Folder?

May 27, 2009

how to create a uninstall command for a Windows-based application in the Application Folder when creating a new setup project in visual studio 2008.

View 4 Replies

Convert A VB6 Program Based Off Of The Coordinate System?

Aug 5, 2009

I am trying to convert a vb6 program based off of the coordinate system. VB.net does not seem to recognize any of it.

View 2 Replies

Convert This String-based Sql Query To Use Linq?

Feb 3, 2011

I have the following routine (that works) but which is messy to update owing to the hand-typed strings it uses:

Private Sub ListDefaults()
Dim conn As New SqlConnection( _
"server=bas047AUTODESKVAULT;Database=DWGDetails;Integrated Security=SSPI")
'Dim conn As New SqlConnection( _

[code]....

View 1 Replies

Run Java Applet From Form?

May 3, 2010

how to run java applet from vb.net form its like when pressing a button in vb.net form the applet will run

View 7 Replies

Latest Image Upload 2.0 Applet?

Dec 12, 2009

I use the following coding to show six images from the latest photo album i uploaded picture to. However the images being shown are the 1st six images in the folder (which are the ones the oldest uploaded) not the final six images uploaded.Anyone can help me what should i change in the following coding to show the last six images in the folder.

<%
latestfolder = "na"
latestdate = cdate("01/01/09")

[code].....

View 1 Replies

Submit Button In Java Applet?

Apr 7, 2010

I have created a submit button "sbutton" that should take all totals from 3 boxes and if that total is greater than 1, then it should be subtracted from 1 and the remainder is suppose to be displayed as change...this is what i have

public void actionPerformed(ActionEvent evt) {
if(evt.getSource()==sButton){
change.setText(---"I DON"T KNOW WHAT TO PUT HERE")

[code].....

View 1 Replies

Convert An Integer Into A Boolean Array Based On It's Binary Bits

Jul 14, 2009

I am looking to convert an integer into a boolean array where each item in the array corresponds to a bit in the binary representation of the integer.

MyInteger = 3 '011 in binary
to
MyArray(2) = False
MyArray(1) = True
MyArray(0) = True

Also is there anyway to assign a value to an Integer in binary or hex (like MyInteger = 1010b or MyInteger = A7h)?

View 20 Replies

Determine If Java Applet Is Ready To Take Input

Nov 10, 2009

I am trying to navigate the URL to an applet login interface. Is there a way to determine if the applet is ready to take input? You know when Java is loading. My timing is not right, and I want to be able to make it stable by determining when Java applet login object is in a ready state.

View 1 Replies

How To Handle Webpages That Loads Java Applet

Apr 15, 2012

It's my first time to use this component and I manage to simply load a simple website in my program. My question is, how do you handle webpages that loads a java applet? I am able to load a webpage login form via navigate function and successfully logged in too, but now here's the problem, when I click a link, the page will load a java applet, how can I handle this?

View 1 Replies

Interface Java Applet Using Visual Basic?

Apr 13, 2010

accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information.

View 1 Replies

Java Applet Crashes App In Web Browser Control

Jun 13, 2009

i am using IE7Clone from

[URL]

I also commented

Enum oCommands As Long
Options
Find = 1

[Code]....

View 4 Replies

Launch A Control Panel Applet And Wait?

Jun 4, 2010

So here is what I have working: frmMain loads and detects the screen resolution. If the resolution is too low (below 1024x768) it tells the user to turn up the resolution.From here they can either click Yes(to open the display properties control panel)
or No to close the program.I have this working: clicking yes opens the control panel (desk.cpl).I need the program to wait until the user click OK/closes the display properties window; the control panel opens and frmMain continues to run instead of waiting.
This is what I'm doing so far:

result = Shell("rundll32 shell32,Control_RunDLL desk.cpl,,3", AppWinStyle.NormalFocus)

What comes next in terms of pausing the program until the window closes?

View 5 Replies

VS 2010 - Get The Handle Of The Java Applet And Set It To An X And Y Co-ord On Form

Jan 29, 2011

Ok i'm loading a webpage in the WebBrowser Control, but what i need to do is manipulate that webpage. Here is the webpage (you will probably need to take a look so you know what i'm talking about). [URL] Now i'm trying to remove the advert at the top of the webpage OR somehow get the handle of the Java applet and set it to an x and y co-ord on my form.

View 2 Replies

WebBrowser Control Won't Execute Java Applet?

Jun 19, 2009

In the process of upgrading one of our applications, it was decided that the users needed an image viewer. We already have a browser based application that does a great job at that task. Since a lot of time and effort was put into the browser based code, I really want to use our browser based viewer rather than write new code to do the same.So, I've added a WebBrowser control to a form and figured I will call our Java applet from there and not re-invent the wheel.

View 2 Replies

Convert Application To Platform Independent Mobile Application That Is Supported On All Devices?

May 13, 2011

I have a vb.net windows application. I want to convert some part of it to an application that can be run on all mobile platforms like iphone,windows mobile, ipad etc. It should be platform independent

View 1 Replies

Convert A VB2008 Console Application To Windows Forms Application

Feb 7, 2010

I have a fully functional multi-threaded VB2008 console application that I need to convert to a windows forms application. I am doing this to add additional functionality at a later time. How would I go about doing this?

View 9 Replies

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

Convert A Console Application To A Windows Form Application?

Apr 13, 2012

I have a console application code below. I am trying to convert this to a windows based form application but I don't know where to start. This code asks you to input a website and then it gives you the IP address for that particular website the user enters. All the code works fine but I want this in a windows form application.

using System;
using System.Net;
using System.Net.Sockets;
class GTest

[code]....

View 11 Replies

Winforms - Convert A Desktop Application To A Mobile Web Application?

Mar 9, 2011

I have an application that is written in VB.NET, using the System.Windows.Forms.Form as the front-end GUI. It runs perfectly on my Windows machine however recently there is a business requirement to convert this application to run as a web application so that people could view them in their blackberries when they go to the URL. Is there any quick way to perform such a conversion or I will have to translate the code line-by-line for such cases?

View 1 Replies

Asp.net - Convert Internal Web Application To Public Web Application

Aug 16, 2011

I have been tasked with setting up an internal web application to become public facing. The web site was written in ASP.Net and I am just looking for some advice about how I should go about this procedure. Apart from hosting the site on a public facing server I don't know what else I would need to take into consideration.

View 1 Replies

How To Add Service-based Database Application?

Apr 17, 2010

I'm developing a program working with database. Id like to use the Service base database but it gives me an error when I try to add it in my project Project > Add new Item > Service-based database

I wanted to use this database so I could make a table in it.

Error:

Connections to SQL Server Files (*.mdf) requires SQL Server Express 2005 to function properly. Pls verify of the component or download from the URL

go.microsoft.com/fwlink/?LinkId=49251

But when i go to that site its just the vs express websites.

Im using VS2008 Pro. I also installed other files like SQLEXPRADV_x64_ENU

Am I missing something that i need to install?

I already have "SQL Server Management Studio" listed in All Programs> Microsoft SQL Server 2008

Even the SQL Server Compact 3.5 is already installed

How will I know if I properly installed the required components or application?

View 1 Replies

Making A Window Based Application In .net?

Dec 15, 2011

I am making a window based application in vb.net.Now i have work in two sql databases, so i when the window opens it will show two databases..when i select first db then i can work in that particular db only..if select 2nd db then i can work in second db only..how to do that?

View 4 Replies

Error:Application Development Based On Opencv?

May 15, 2012

I done my opencv code using windows console application vs2008 than i make that as a dll and used it in windows application vb.net. while running i got this error.i didn't get where i did mistake.The error is like this

unhandled exception has occurred in your application if you click continue the application will close immediately.unable to load aranga.dll.The application failed to start because its side by side configuration incorrect.

aranga.dll is my dll having my coding opencv coding part.

View 1 Replies

Form Based Application Has To Run Invisibly At Times?

Apr 25, 2011

I have a form based application and I need to add the ability for it to read command line arguments and not display any forms if the app was started from the command line. How can I go about this?

View 5 Replies

Forms :: How To Create Window Based Application

Feb 25, 2009

how to create window based application in vb.net

View 2 Replies

Generate Digital Signature In My Asp.net Application Based On Some Value?

Jul 20, 2009

I wanted to generate digital signature in my asp.net application based on some value like date of birth. what is the way to do that ? i am using vb.net

View 1 Replies

Set Focus On Other Application Based On Process Name Program?

Jan 9, 2012

How can I set focus on other application based on process name in VB2010?

What I can do now is set focus on other application based on windows name using FindWindow then use SetForegroundWindow. Below is what I currently have[code]...

The problem is that FindWindow need exact windows name to works and I don't always know the exact name. (Because my program open up different website that the user enter, so I have no control over they site they open). So is there anyway that I can set focus using the process name instead? (in this case firefox.exe)

View 1 Replies

C# - .NET Based Desktop Open Source Booking Application?

Feb 11, 2011

Anybody know of an existing open-source booking systems in Sports Clubs or Leisure Facilities based on .NET?

View 2 Replies







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