Convert Vb Application To .net Application Not Only Files

Mar 15, 2010

any tool which can convert VB Application to .Net code,

i know , there are many convertor which convert code to vb.net or C#, i dont want to convert only file , i want to change whole project not only file

View 3 Replies


ADVERTISEMENT

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

VS 2010 Cannot Download Application, The Application Is Missing Required Files?

Feb 25, 2011

Every time I compile my application, during install I get the error:Cannot download application, the application is missing required files

View 3 Replies

Cannot Download Application / Application Is Missing Required Files

Dec 8, 2010

i am new to visual basic and have recently made a quiz with 16 forms. I have built the project but when I attempt to email it (with hotmail) the person at the other end recieves it but then as he recieves it the following message is displayed "Cannot download the application. The application is missing required files. Contact application vendor for assistance."

View 1 Replies

Published An Application And Copied The Application Files Folder?

Feb 10, 2010

I published an application and copied the Application Files Folder ,setup.exe and .application file to a network folder for others to install on their machines. What causes this message to appear. Should'nt the new version over write any previously installed version on a machine. Although in this case no other version has been installed. You cannot start application...from this location because it is installed from a different location

View 1 Replies

IDE :: Excluding Forms To Convert A Window Forms Application To Class Library Application

Jan 16, 2012

I am not able to find the Exclude Command in VB 2010 Express. I have no idea which version of Visual Studio it is working with. I've got one 217MB VB 2010 Express file and many 2008 VB Express files with one of them measuring 31 MB. There many other SQL files and .Net Files.

View 4 Replies

Convert A .net Application To Run In MAC OS 10?

Dec 16, 2009

Trying to figure out the best approach to convert a VB.net application built in VS 2008 and convert it to MAC OS 10. the app uses WebBrowser controls and Win API calls. I know very difficult to do... looking for a tool that does it or a pathway like convert to C++ then to Mac's C extended native lang.

View 1 Replies

Convert C# Application ?

Apr 15, 2009

Is there somewhere on the net - to convert C# Application to VB.NET?

View 4 Replies

Application To Convert .WPL To .HTML

Feb 17, 2010

I want a code and a ready executable format for a program that converts WPL (Windows Media Player Playlist) to a HTML code with this style in Visual Basic 2008

[URL]

I want the code to learn from it and the executable filee just for the quick action.

View 4 Replies

Convert A Delphi Application?

Nov 10, 2009

I get to convert a Delphi application to VB.Net.My last project i had to convert a Java app to VB.Net.Anyway I have most of the application converted however there are a few items that i have been unable to find the .Net equivalent. Most are from the Delphi. Sysutils class.

TSearchRec
FindFirst/FindNext/FindClose
faAnyfile[code].....

View 5 Replies

Convert Exe File To Other Application?

Oct 15, 2011

I am trying to convert an exe file to another file preferrably a BAT file or MSI fileI have converted an file into exe but now i want to convert it into another file

Private Sub Decode(ByVal strFrom As String, ByVal strTo As String)
Dim fileIn As New StreamReader(strFrom)
Dim fileOut As New StreamWriter(strTo)

[code]......

View 5 Replies

Convert VBA App To Stand Alone Application

Jun 23, 2011

I have the following code that i need to convert from a MS Office- Visual Basic App into a stand-alone application. I have debugged most of it to run in visual studio 2008, however it has a problem with the message box stuff. If i cant have a message box with the information in it then I want to put the output in a label but im not sure how to convert it to display in a label. [Code]

View 9 Replies

Convert Web Site To Web Application?

Mar 18, 2010

I've inherited a web site, which I've converted into a web application in VS2008. The conversion has worked for everything except a Gallery control.The compile error I'm getting is:Type 'Gallery' is not defined in file: gallery_oct07.aspx.designer.vb

Option Strict On
Option Explicit On
Partial Public Class gallery_oct07

[code]....

View 4 Replies

Develop Application To Convert AVI To Jpg?

Sep 2, 2011

I am very keen to build a simple application to convert AVI to jpg in order to learm a little about video processing. I know free applications that do this already exist. But, I'd still like to develop an application to help me learn more about avi's and to hone my programming skills a bit with a real project.I'm familiar with VB, so that's not a problem. I just don't know how to process an avi file nor how I would programmatically extract the frames from that file.Where should I start? What is required to extract frames out of the avi to individual jpgs?

View 2 Replies

How To Convert Project Into Application

Jun 22, 2010

I want to convert my project into application.But my program is working with the help of SQL Server through LAN.. I converted it as application software.. And It works well in my system only.. If i install and run it in some other system which doesn't have SQL Server,.Net framework, it shows Error.What i do now.

View 7 Replies

Convert .bat Batchfile To Console Application?

Jul 28, 2010

I have a problem with an friend of mine that uses for one of his server application a batch file to communicate with his server application.The problem is that he wants me to help him translating this batch file into an windows console application (actually he want this .bat file to be converted into an windows forms application - but having the console source code I can manage (I think) to put the code into buttons, textboxes, etc)My problem is to convert his script commands into .NET methods.I know that instead of echo I have to use Console.WriteLine but for the rest...

@echo off
del folder\file.cfg
del folder\folder\folder\folder\file.cfg
del /q file\file\file\logs\*.*

[code]....

View 3 Replies

Convert The Application To ASP.net Without Changing The Code

Apr 23, 2011

I want to ask is there is any way to convert the VB.net application to ASP.net without changing the code..

View 1 Replies

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

Convert VB To C# - My.Application.Info.DirectoryPath?

Jul 23, 2009

What are the best C# (csharp) equivalents for the following VB (VB.NET, VisualBasic) statements:

My.Application.Info.DirectoryPath
My.Computer.Clipboard
My.Computer.Audio.PlaySystemSound()
My.Application.Shutdown()

View 5 Replies

VB Form Convert To Commandline Application?

Jul 29, 2009

I am attempting to make a VB commandline application, I did originally write this as a form application. Our server administrator wants this as a commandline application, so I have done the following code:

Imports Microsoft.Office.Interop
Module Module1
Sub Main()

[code].....

View 1 Replies

Vb Versus Vba - Convert And Upgrade An Application

May 8, 2009

My company is in the process of analyzing how to convert and upgrade an application that was written in Microsoft Office Access 2003. Recently we purchased Microsoft Visual Studio 2005.

The first step we'll probably take will be to convert the Access data to Microsoft SQL. Is there a recommended way of doing that? What should be done with the VBA code?

The second step we're not sure about. We're wondering in we should develop all new software in VB or that we should still use VBA, if possible, after the data has been converted to SQL.

View 2 Replies

VS 2008 Convert From Application To A Web Service?

Aug 4, 2009

I have an application right now that requires a few different DLL's and some other command files and such. The problem I have with running it the way it is that it requires me to transfer the installer to my customers machine and then install the app i have built run it to get the report back i need.Network based to run this wouldnt work as all the customers are behind firewalls and it would take a miracle to get it opened up to make this work. So what i was hoping was to convert it to a web service/web app where i can have it run that report.

View 1 Replies

Convert A Java Tool Into A VB 2005 Application

Jul 20, 2009

i need to convert a Java tool into a VB (2005) application. Most things are fairly straight forward, but i have on a few lines my problem the appropriate VB function to find.

View 5 Replies

Convert Console Application To Windows Form?

Jul 18, 2012

I manged to get some code what works fine but it uses console application I have tried to convert it by hand and change things around to get it to work but with no avail Im certain it should be simple but I may be wrong [URL]...Ignore the title of the pastebin its not C# its vb.net If you think im trying to be spoon fed I can post my convereted code but it doesnt work and proably 99.9% wrong

View 9 Replies

Convert Java Class To Vb 2008 Application?

Oct 29, 2009

I wrote a Java class that parses a bpel text file and then returns a count of the number of occurences of certain words. I wanted to convert it to VB2008 Forms application, so that its results are displayed in a TextBox and not on the console. The problem is that VB2008 lacks Scanner and StringTokenizer classes, which are in my current Java class. Am not sure how to get the same functionality (or better) in VB2008. Can someone out there help to convert this class.

[Code]...

View 1 Replies







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