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


ADVERTISEMENT

Create A TEXTBOX With Auto-suggestion For Windows Based Application?

Jan 21, 2011

I am trying to create a accept User Name in textbox and as additional feature i want to show suggestion to user automatically. For example if user press "J" he names starting with "J" (present in name table ) should be displayed as drop-down.

Can i do it with TEXTBOX or is there any other simple way?

View 1 Replies

Create Small Windows Forms Application That Accepts Pen-based Handwriting?

May 5, 2012

I am trying to create a small windows forms application that demonstrates how a user can use pen-based input(ona Lenovo X220 tablet PC) to enter text (rather than typing on a keyboard) I am using Visual Basic in Visual Studio 2010.I think the control I want to add to my Visual Basic Project is the Microsoft InkEdit ControlThe instructions I see on other parts of microsoft websites refer to a .net framework componed called InkEdit. The instructions I found so far is to right-mouse click on the tool box, click 'choose items' and then select the Inkedit Control from the .NET Framework components.

View 12 Replies

Can Uninstall Functionality Be Modified To Catch Other Instances Of Application / Also Uninstall Them?

Jun 23, 2011

Have a VB.net application that installs initially from CD and then when the user gets into the internet the application updates. In order to better support problems with this application is has been suggested in the past to uninstall it and do a fresh re-install. However, in investigation it was determined that the uninstall does not consider all installed objects and does not uninstall the CD install.Can the uninstall functionality be modified to catch the other instances of this application and also uninstall them?

View 11 Replies

Create Websetup For Clickonce Type Windows Forms Application By Publishing It To Some Folder

Feb 28, 2012

Trying to publish a click once type app to a local directory and create a websetup with the published contents- so that i can give tat setup to install in two different servers. but as the publishing wizard takes a URL - separate setup is required for each server. Is there any way that i can create a single setup which i can use it in two servers..?

View 1 Replies

Send Command To Command Line From Windows Form Application?

Mar 11, 2010

I am trying to send a command to the external command line (cmd.exe) from the Windows form application that I'm writing in VB.NET (using VS2008).

I can only access the external program thru the command line (its not my program) and I must do so from a form app.

I am trying to use the following code. I am able to call a cmd.exe window, but I can't pass the command line my command.

Using mp As New Process
With mp.StartInfo
.FileName = "cmd.exe"

[Code].....

View 8 Replies

Forms :: How To Create Window Based Application

Feb 25, 2009

how to create window based application in vb.net

View 2 Replies

Creating A Server Client Based Windows Application?

Jan 13, 2010

I am trying to create an application for official use. The idea is to built in the Chat communication. I am wrtting some code for Chat Server/client.

1) Where do I keep the DB (suppose if I have SQL server on hosted web site)

2) Can I configure DB on my home PC ( no matter where client runs throughout the world if should refer the DB on my machine)

3) For Server - How to read the Users(Name and IP) from domain(AD) as well as on LAN.

View 3 Replies

Display Text On Image In Windows Based Application?

Dec 13, 2010

How can i draw text with 180 degrees format on image in windows based application using vb.net.

View 5 Replies

Run Batch/DOS Command As A Windows Form Application In VB 2008 Pro?

Apr 4, 2011

I need to stop services on three different servers then reboot them, then check if services are up and running.

View 2 Replies

Uninstall One Application From Another?

Jul 28, 2009

I am looking for a way to uninstall one Vb application from another.It just needs to run the uninstall you would find in add and remove programs.

View 8 Replies

Automate Existing Windows Form Based Application Using Autoit?

Jun 15, 2011

I want to use automated testing using autoit for my existing windows form based application. Currently looking at the autoit documentation I couldnt figure out how to start a existing windows application in vb.net and then use it for further automation.

View 3 Replies

CompileExecutable Function Working For A Windows Forms Based Application?

Nov 16, 2008

I refer to the CompileExecutable function at.>> [URL] I have attempted to try and get it working for a Windows Forms based application from about my 4th post in this thread.>> [URL] Has anyone had any success in using it or a variation of it? links to VB.Net tutorials see here.>> [URL]

View 1 Replies

Display Text On Image In Windows Based Application Using Program?

Dec 13, 2010

How can i display text on image with 270 degrees format in windows based application using vb.netv

View 3 Replies

DrawText On Image With 90 Or 180 Degrees Format In Windows Based Application

Dec 13, 2010

How can i draw text(demo demo) with 180 degrees format on exist image(on photo) in windows based applicaiton using vb.net. (Here rotate text(demo demo is displaying text on exist image) with 180 degrees formate then display on exist image)

View 11 Replies

Form Support Multilanguage At Runtime In Windows Based Application

Dec 26, 2010

My registration form has to support multi laguages at runtime based on user selection language from combo box in windows based application using vb.net

View 2 Replies

Winforms - Controls Based Security In A Windows Forms Application Using .NET?

Sep 5, 2011

I need to implement, Controls Based Security in a Windows Forms Application using VB.NET. I tried google but did not get anything much to work with.

I would like if someone, could suggest some books or tutorials.

View 1 Replies

Windows Folder For Application Files?

Dec 12, 2011

i want that multiple users of my application will be able to change a database of my application.

I do now write the application files to a c:ProgramData subfolder.

The problem is that i cannot write to this folder.

I tried to set its permissions automatically but this did not work either.

In which folder should the database of my application be placed so that even non administrators can change it ?

View 9 Replies

Windows XP Application Data Folder?

Nov 29, 2011

I'm trying to access Windows XP's Application Data - but I'm having a slight issue, I am using the following code:Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)This is working correctly in any other opperating system - but Windows XP - On Windows XP it directs them to: C:Documents and SettingsAdministratorApplication Data - this is not the folder I want.I want to access: C:Documents and SettingsAdministratorLocal SettingsApplication DataI have tried to do:

View 4 Replies

Add Command Line Arguments To A Vb Express Windows Form Application?

Nov 17, 2008

Is there any way to add command line arguments to a vb express Windows form application?

View 9 Replies

Copy A File In System32 Folder From Resources Folder .resx File Of Windows Application?

Mar 14, 2009

how should i copy a file in system32 folder from resources folder .resx file of my windows application?

View 1 Replies

Uninstall An Application In VB 2005?

Oct 26, 2009

I am looking for a way to uninstall an application installed using the MSI Installer.I believe there should be a way out to directly call the Uninstall module specifically for a particular application using VB.Net.How can I achieve this using VB.Net? I am using VB.Net 2005.

View 1 Replies

Delete A Folder While Uninstalling My Application Windows 7

Dec 25, 2011

I have developed an VB application for windows. The application creates a folder say "C:My_Folder", when I run the application. I want to delete that folder when I uninstall my application(through control panel > uninstall ).

View 1 Replies

Change The Resources Folder For Images In Windows Application?

May 8, 2009

I am building a windows application with different languages, when I change the language of a form visual basic will create a new form for me which i can change the settings for my new language and all was working fine, but recently i recognized that the images i am changing in the other language form is changing the images in the default language form, so i need to create two Resources Folders for images and manaully tells the application which folder to use.

View 3 Replies

What Is The Syntax For The Windows XP / Vista Application Data Folder

May 20, 2009

What is the syntax for the windows XP/Vista Application Data folder When i use

[Code]...

View 1 Replies

Windows Xp Program Delete Folder Application In VB 2008?

Apr 27, 2010

how can any windows xp program delete folder application in visual basic .net 2008?

View 1 Replies

VS 2008 : Work Properly With The Reflection To Create A Module/plugin-based Application?

Sep 24, 2009

I have found a lot of articles about Reflection and know how to create a class. I'm practicing how to work properly with the reflection to create a module/plugin-based application.So I found a simple example which is working great, but it isn't dynamic enough, 'cause it is hard-coded. I need to read all the .dll's from the application.startuppath & "modules" & *.dll and get there names (without the .dll).Code is was testing for practice returns the form (I know that this is not the correct way to call the dll dynamically):

vb.net
Imports System.Reflection Public Class Form1 Private Sub cmdOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdOK.Click Dim assemblylink As [Assembly] assemblylink = [Assembly].LoadFrom(Application.StartupPath & "/" & "LoginAssembly.dll") Dim LoginFrm As Form LoginFrm = assemblylink.CreateInstance("LoginAssembly.Login") LoginFrm.Show() End Sub

View 8 Replies

Save Created Thumnail Image In A Folder In Windows Application?

Jun 11, 2011

I am using windows application. in that form i place picturebox, openfiledialogue, loadimage, saveimage buttons.using loadimage button to load image into picture box.using saveimage button to save image into one folder(save image into harddisk)at the time of save image first we crop the image like height:100 and width:100 and next it saved to folder.

View 1 Replies

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

[2008] Copy Application To The Startup Folder In Windows When The Form Loads?

Mar 9, 2009

i was wondering if i can copy my application to the startup folder in windows when the form loads. The path i want my app to copy to is: C:Documents and SettingsAll UsersStart MenuProgramsStartup

View 1 Replies







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