How To Create A Exe Application

Apr 30, 2009

for example after i finish coding some application using vb 2003 /5/8 how can i create a exe file so that if i were to bring over to another computer , i just need to install it and can use the application i created earlier without needing to install vb.net .

View 4 Replies


ADVERTISEMENT

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A VB Application In VS2008 Without Requiring The Application Be Run On A Computer With A .NET Framework In Place?

Feb 26, 2010

How can I create a VB application in VS2008 without requiring the application be run on a computer with a .NET framework in place?

View 4 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

Create An Application That Captures A Resource From Another Application?

Dec 17, 2009

I understand this is possible but I am not sure where to start. I want to either buy or create an application that captures a resource from another application so that I can fire off another application. In other words, I want to start an application (which I did not write) that is database driven so the form has a number of text boxes. When someone keys something into that field I want to be able to validate the value, outside of the original application. For instance, if the program asks for a zipcode and it doesn't validate the zipcode, I'd like to trap for that and write something that would validate it. At this point I don't think I'd have to send anything back to the textbox/resource.

View 1 Replies

Create An Application That Can Connect To Others Using That Application?

Oct 29, 2009

I am unsure about how to go at this, what I want is to create an application that can connect to others using that application. Things such as if I change something on the forum it will be changed on someone else who is looking at the forum, granted it would be a specific person who i am connecting with,

View 4 Replies

.NET : Create A Web Application?

Jul 7, 2010

I want to create a web application where I can read and write data into MS SQL data base or an .MDB file (for testing), pls guide me what should be the mean of connectivity to database? ADO /ADODB /OLEDB

View 6 Replies

Create A GUI For That Application?

Apr 27, 2010

I'm working on a project with regard to college. I have been assigned the task to create GUI for a telecom related software.My task is to create a GUI for that application. My job is to create a GUI in VB.NET. My program has to remotely connect to a Linux system and execute a program there. All this has to happen in the background when my user clicks a button on my program. My program must be written on the windows system. I have consulted some people and they suggest the use of Remote procedure calls. But i don't knowhow to implement this in VB.NET. Please give me some tutorials,etc.

View 5 Replies

Create A UI Such As This For An Application?

Aug 27, 2010

Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want.

View 3 Replies

Create An Application For MAC?

Oct 14, 2009

Is it possible to write applications for Mac using VB.NET 2008 SP1 DotNetFramework 2.0?

View 1 Replies

Create An Ink Application In WPF?

Sep 1, 2008

I want to create an ink application in WPF. I also want the application to recognize the ink that's on the ink canvas. From what I understood- to recognize the ink I need to install the Tablet PC SDK. I downloaded v. 1.7 on my Vista, and ran setup. But in the middle of the setup- it said: "Windows installer has stopped working"- and it closed. What should I do? Is it not compatible with Vista? Are there other ways to recognize ink in WPF?

View 1 Replies

Create COM+ Application?

Jun 12, 2009

I don't know whether this issue has been post or not. I have been developing a COM+ application and already register the dll using regsvcs, If I test locally It works flawlessly but if I execute the client code on another computer It's always show can't create activex component.[code]....

View 3 Replies

Create SMS Application Through API

Apr 15, 2012

I want to develop a application that send sms on any mobile. if any one done this project then kindly give some important consideration for developing this application.

View 4 Replies

Create A Localization Of My Application?

Jun 15, 2011

I try to create a localization of my application. I tried 2 versions:

1.http:[url].... but when I am changing in the combobox the language, nothing is happen.

2. the example from the Training Kit of the MCTS Exam 70-511: Windows applications development with Microsoft .net framework 4. The example works, but the problem is that I want to change the language in the current form not in another.

Also I meet next problem. In my form I have many components: labels, charts, calendar etc. When I select for example German from the combobox, the header of the calendar is changed but all other components are the same, you can not see anything changed.I checked the resources, but them are ok. I tried also to use me.refresh(), but it was useless.

View 1 Replies

Allow Users To Create Application Add-ons?

Nov 24, 2010

I have a rather popular application, and I was wandering if I could allow users to create add-ons for this software. I was unable to think of a method of doing this, and I do not know where to start. If you have any questions in order to provide a better response, feel free to ask.

View 2 Replies

Create A 64bit Application?

Aug 20, 2009

I am using Visual Basic 2008 Express Edition and I want to create a 64bit application, but don't know how.

View 9 Replies

Create A Cd / Dvd Burning Application?

May 31, 2012

I want to create a cd/dvd burning application

View 1 Replies

Create A Multithreaded Application?

Aug 20, 2009

I am using Visual Basic 2008 Express Edition and I want to create a multithreaded application.

View 13 Replies

Create A Onenote-like Application?

Apr 23, 2010

How can i create an application similiar to Microsoft onenote?

View 1 Replies

Create A Setup For An Application?

Apr 12, 2010

I created a small application that uses various things such as .NET GDI Graphics, Text to Speech etc. I want to create a full fledged setup for my application so that the end user would install and start using the application.

View 6 Replies

Create A Shortcut Of .exe (application)?

Feb 3, 2010

On form load how would i create a shortcut of my .exe (application) and place it in c:my shortcut ?

View 14 Replies

Create A Video Of The Use Of An Application?

Jun 11, 2010

I have spent several weeks (off and on) trying to find out how to record a movie of the desktop when I'm using my application. For now I'm using prtsc, but that's kinda slow.

View 1 Replies

Create A Web Application That Will Connect To The Same Db?

Apr 29, 2009

i have windows application and now i want to create a web application that will connect to the same db that my windows application connected to.so what i must do?

do i need to create a new solution or create another project in the same solution??that's my first time so i don't exactly know what i must do?and what is the benefits of creating another project in the same solution??will i be able to share classes or modules or settings or what exactly?

View 9 Replies

Create A Windows 64 Bit Application?

Jan 20, 2012

I have Windows 7 x64. I recently installed Visual basic 2010 Express Edition. I have a few Questions in mind:

1) If I want to create a windows 64 bit application, do I need to install windows x64 sdk?

2) I am not able to set my target platform to x64.

3) Can some one guide me to steps for creating a very simple form and compiling an x64 project?

View 4 Replies

Create An Ad Supported Pc Application?

Nov 29, 2010

Is it possible to create an ad supported pc application. I know Kings Office is ad supported. Can I add them to an app I am developing too?

View 1 Replies

Create An API For Desktop Application?

Sep 17, 2010

Is it just me or did google change the way it returns results - drastically - ? I can't seem to find anything I'm looking for in the last week or so!I'm trying to find out how to create an API for my desktop application.

View 7 Replies

Create An Application Documentation?

Sep 29, 2011

I was wondering what options i have in order for me to create documentation for the applications i write? i.e. Some documentation for code written and some general comments on what the application is doing etc?

After a quick search i noticed a few options but most seem to be using VS 2003 (prefer something for 2010)

View 1 Replies

Create An Application For A Class?

Sep 24, 2010

I'm trying to create an application for a class buy I'm having a hard time. I have started it but I don't really know how to implement the message box or calculations

Here is the question Here is the code I have so far

Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
' declare
Dim diameter As Decimal
diameter = CDec(txtDiameter.Text)

View 5 Replies

Create An Application Protocol?

Jun 21, 2010

Does anyone know how to create a Application Protocol? For example on a web browser you click a link that goes to "steam://appid/5654" it opens the steam application and the same happens with a bitorrent magnet link. How would you do this in VB.NET?

View 1 Replies

Create An Application That Can Run In Both GUI And CLI Mode?

Nov 7, 2008

I want to create an application that can run in both GUI and CLI mode. Basically what I want is when a user double clicks an EXE they get the GUI but when they run it through a command prompt they can supply CLI arguments and run entirely in the command prompt. I know that VBScript has the difference between Wscript and Cscript, but I don't know how to do that in VB.

View 8 Replies







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