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


ADVERTISEMENT

Create A Desktop Shortcut To Application On Install

Dec 22, 2009

How do I create a desktop shortcut to my application when the user presses setup to install?

View 7 Replies

Create Desktop Icon When Installing An Application?

Jul 22, 2009

Does anyone know of a way to create a desktop icon when installing an application, in addition to adding it to the start menu.

View 5 Replies

Create Remember Me Chechkbox In Desktop Application?

Jan 26, 2011

this is me again.. a newbie to VB.NET..how to create Remember me Chechkbox in Desktop application with VB.NET.

so the case is, i have a login form, and my customer said that she will sell the application to people who doesnt good enough to memorize username and password, so she ask me to put remember me function to the login form...

View 10 Replies

Create Setup File Of A Desktop Application

Jun 12, 2009

I want to create setup file of a desktop application using vb.net.

View 3 Replies

Setup Application Create A Desktop Shortcut?

Jan 15, 2010

I have a project that I've published to a network drive with a setup file that works great but I cannot get it to create a Desktop shortcut. I don't have the option in the publish settings to allow this and I cannot find code that will work for me. Does anyone have any suggestions how to have the setup file automatically create a desktop shortcut? I'm using Visual Studio 2008.

View 1 Replies

Send Data To Create A Post On My Facebook Wall From Desktop Application?

Jan 11, 2012

I have written a vb.net desktop application for pipe collectors and one of the requests that seems popular is to be able to post pipe details (text) and an image of the pipe onto the user's facebook wall.

Basically the user will bring up their pipe details of choice and be able to click a 'Post To Wall" button which would then post the pipe details onto their wall.

View 1 Replies

Open Excel On Local Desktop Using Remote Desktop Application ?

Jun 11, 2012

We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?

View 1 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Running Application Can Know Name Or Other Info Of Desktop-shortcut That Started Application?

Apr 9, 2011

Let's say 10 desktop shortcuts, all with different names/icons, point to and can start the same exe application from the same directory. Is there any means for the application to know the distinct name of the shortcut that was doubled_clicked. Also is there any means for a running application to know if it was started by command line, by a double_click on the exe, by a double_click on a shortcut that points to it, or by another process' call?

View 4 Replies

Shortcut On Desktop Takes To Application Folder Not Running The Application?

Oct 21, 2010

I am trying to use Setup project. Want my setup to create a desktop shortcut with my application.I donot understand how to do it. Clicked on User's desktop, I created Shortcut to User's desktop, changed the properties Target and Working Folder as 'Application Folder'But it does not connect with MyApplication.exe When I ran the setup and tested Desktop short cut, it took me to the folder where application was installed, instead of running the application.How to make the application run using this shortcut?

View 1 Replies

C# - Deploy An ASP.NET Application As Desktop Application (with Server Component)?

Jul 7, 2010

Question: I created an ASP.NET web application. Now it originally was meant for deployment on a webserver.That is working, so, so far so good.My question now is: Is it possible to deploy it as a desktop-application, too? That is to say the installer installs some kind of server, plus the web application, configures the server to run this application on a localhost URL, and then creates a link in the start menu/desktop, where it opens that url (website, the application) on localhost in a web browser?

I think it should be possible, though the server wouldn't be IIS, because this is a windows component which can't be separately installed. Is there anything like this already out there The nonplusultra would be that it only starts the server when you click on the shortcut.

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

PHP + SQL Server - Desktop Application Can't Be Replaced By A Web Application?

Jun 22, 2009

the system is going to have two front-ends - one web application and one desktop application.The desktop application is going to be coded using VB.NET, and the web application in PHP. There's really no reason why the desktop application can't be replaced by a web application as well - except that one of the programmers seem to really want to code it in VB...However none of us have experience working with either of these pairs .

P.S. hosting service will be gotten from some provider and not be on the client's own server.

View 3 Replies

How To Create A 'Desktop Shortcut'

Aug 2, 2011

I am trying to create a 'Desk Top' Short Cut, for a Web Browser I created with Visual Basic 6. I will put it onto my website, so the public can download it (the Web Browser).*It will be an exe (Executable File).My short cut ( on the desk top) will*be a picture*ICON .ico file, which is a logo I created.I imagine it will be*stored*in the C Drive of most computers, in the Program Files. PATH: C:Program ilesHomeChannelTVHomeChannelTV.exe *I've tried to learn from many forums. The code I have created is below. I'm getting 1 error.

MyShortcut = CType(WshShell.CreateShortcut(DesktopFolder & ".lnk"), IWshRuntimeLibrary.IWshShortcut)
MyShortcut.TargetPath = Application.StartupPath & "C:Program

[code].....

View 4 Replies

How To Create A Desktop Widget

Mar 11, 2009

how do i create a widget in vb.net which should be in the desktop and when clicked should bring up Iexplorer and visit a website (ie helpdesk)

View 1 Replies

IDE :: Create A Desktop Shortcut?

Mar 4, 2008

I have been asked to create a web application which would allow users to login to the system using a shortcut from the desktop. The short cut has to be user specific.

View 10 Replies

C# - Communication Between A Desktop Application And A Web Application?

Dec 14, 2010

I have a desktop and web application connected to same database. Which is the most preferred method to make them communicate with each other?

View 1 Replies

Create A Desktop Shortcut For Project

Jun 20, 2009

how can i create a desktop shortcut for my vb.net project that i've done.?my project is a Sudok game.. .i mean how can i open it without using Visual programs?

View 8 Replies

Create A File On The User's Desktop

Mar 4, 2011

As part of a program for class we were instructed to create a text file on the user's computer. The instructions were to create the file to the C: (or the same drive as the Windows directory) but Windows7 requires Admin privileges to write to this directory. It works great if I run Visual Studio as admin, but I'd rather just write to an unrestricted area. For example the desktop. Is there a way to write directly to the user's desktop without knowing the user's username. Right now I'm using this "c:UsersNickDesktopScores.txt"; which works but of course the user's name is different on every machine. How would I go about specifying the user's desktop?

View 10 Replies

How To Create Desktop Shortcut Icon

Jul 25, 2009

I am working in VB.NET 2003. I have one exe file in a particular folder. I want to create desktop shortcut icon for that exe file. How can I do this?

View 1 Replies

VS 2008 Why Can't Create Folder On Desktop By VB

Jan 10, 2010

I don't know what went wrong, but I am not able to create a folder using the following code

My.Computer.FileSystem.CreateDirectory(Environ("%UserProfile%") & "Desktopabc")

View 5 Replies

How To Do Same From Desktop Application

Sep 30, 2009

[code]This works just fine in ASP.NET (web app) but, how do i do the same from Desktop Aplication (vb.net) ?

View 4 Replies

Create A Short Cut Of Itself On The Desktop When A Button Is Presed

Jul 9, 2004

i want my program to create a short cut of itself on the desktop when a button is presed. Say, Button1. I know that the desktop folder is found at:

[Code]...

View 1 Replies

Create A Text Document On The Users Desktop?

Sep 19, 2011

Iv tied;
Dim file As String
Dim saveLocation As System.IO.FileStream

[code].....

View 5 Replies

Enable Create Desktop Shortcut Option?

Sep 18, 2009

I have a client app written in VB (Visual Studio 2008) + VS 2008 SP1. I can see the option "Create desktop shortcut" under --- Publish > Option > Manifest but it is disabled.What do I need to do to enable it so I can have it checked before publishing it?

View 3 Replies

VS 2010 .net Create And Delete Desktop Shortcut?

Mar 24, 2011

I'm writing a vb.net (2010) app to extract a zip file in XP to a specific folder. That part works fine. Now I want to create a desktop shortcut to an application (if it exists I need to delete it first)

This should be an easy to find answer but I believe my eye is beginning to twitch!2 error messages: First Error: "Type expected" On Dim shortCut As IWshRuntimeLibrary.IWshShortcut = DirectCast(WshShell.CreateShortcut(FileName, IWshRuntimeLibrary.IWshShortcut), == this is a simple syntax error but I thought the type was the IWshShortcut ==

Second Error: On "With Shortcut" it fusses: " cannot refer to an instance member of a class from within a shared method or shared member initalizer without an explicit instance of the class."

[Code]...

View 3 Replies

Winforms - Create Shortcut On Desktop Without Installer?

Apr 6, 2011

I want to create desktop shortcut for exe file through program. I do not want to use installer to do this. Can a piece of code in program do this?

View 1 Replies

Add Text Into A Desktop Application

May 18, 2010

I would like to come up with a simple application that would add a specific phrase into a specific location on a desktop application. I assume this isn't very hard, but I'm kind of new.

View 1 Replies

Application To Sit On The Desktop And Not Be Minimised?

Oct 3, 2009

I want my application to sit on the desktop and not be minimised? Can I do this some way??? not showing on top either?

View 18 Replies







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