Making A Windows Application Extensible With JavaScript?

Feb 14, 2009

How would I go about making a windows application extensible with JavaScript?

View 7 Replies


ADVERTISEMENT

Making Extensible Application?

May 11, 2010

Anybody can show me an example how to use system.addin namespace?I need create an extensible application using "plug-ins" or "add-ins" and I only find a very few tutorials in C#

View 2 Replies

Javascript - Get Windows NT Logged User Name In ASP.NET 3.5 In Intranet Application

May 5, 2011

I have an intranet asp.net application and when a page is loaded, i want to log the IP Address, Computer Name and the Windows Account(from active directory) currently logged into the computer from which the page is being accessed.

So far, Im able to get the IP address and computer name but the windows account, am getting NT AUTHORITYSYSTEM

View 2 Replies

VS 2008 : Making An Application To Run On Windows 7?

Jan 9, 2010

I have an existing apllication that run on XP. What do I need to do to make my application to run on Windows 7.

View 10 Replies

Making An Application Blend In With The Windows Theme?

Oct 8, 2010

Previously I used to piddle around with VB6 to develop a couple of personal projects. Following my upgrade to Windows 7, I've decided to piddle about with vb.net Express Edition 2010.If I wanted my VB6 application to blend in with the visual style of Windows, I would use the code and techniques described here. In short, I would use a Manifest file and a couple of calls within the application and most of the elements would look similar to the XP theme applied. If it was run on 2000, 95 or 98 then it would look like a standard Windows app. All was good.

Now I've moved onto vb.net, I've written a simple "Hello, world" application but I have absolutely no idea on how to make it look like the Windows 7 theme (eg. the font matches the system font and the widgets are styled correctly).Just changing the font is a hack and will look out of place on machines that are set-up differently or run a different version of Windows where the default font is different.How do I ensure my application matches the applied Windows theme irrespective of the version of Windows?

View 1 Replies

Making Browser Do A Javascript Code

Jan 13, 2010

How do I make my WebBrowser one do this code?

View 2 Replies

Make The Application Adaptable To The Other Computers After Making Exe Application

Dec 14, 2009

I am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.

like below:

Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"

i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.

May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?

Just install and the application will run according like any exe file that we buy.

View 1 Replies

Javascript Type Tools For Windows?

Mar 15, 2011

it may be a silly question but can anyone pls clear why windows app do not have any such tools like jquery ,javascript for increasing performance .As some time we access data from remote server and use only app interface in our machine

View 3 Replies

Use Javascript / Jquery In Windows Applications?

Dec 2, 2011

This might be a stupid question but is it possible to use javascript/jQuery in windows applications? Im making this application in vb.net, just for personal use and im just making it to practice and to learn more about vb.net programming. I know javascript is ment for web applications but maybe there are ways to use them in windows applications aswell.

[Code]...

View 4 Replies

Open Multiple Popup Windows In Javascript?

Aug 2, 2011

I've got an sql datareader that has a bunch of paths in it. I need to open up multiple pop up windows / multiple tabs on the browser.So I tried looping through my datareader and doing a ClientScript.RegisterStartupScript but after the code completes nothing opens up.

[Code]...

View 2 Replies

Javascript :: Open Multiple Child Windows And Keep Track Of Them All?

Aug 18, 2010

So here is the situation. I have a button on one of my extjs pages. This button opens a child window as a pop-up. This child window has a .method attribute as well as a .ref attribute, and also a .id. I need the functionality to open another window with the SAME template, everytime I click that button.I was thinking set the childwindow .method property to something like 'getWindow', and the .ref to something like 'newWindow' and then create a javascript function on the backend to look something like this:

var myArray = [];
var count = 0;
function getWindow() {

[code].....

View 2 Replies

Making A Windows Service

May 6, 2010

I have a windowless application that I've long since have planned to refactor into a windows service.Basically I need my service running as any usual windows service. This service has several modes of operation which I want to change from time to time. Thus I need to provide some parameters to it.In a scenario I see my service should be controlled from the command line by launching the executable with certain command line arguments. This executable should check at first whether there is an instance of it already running and if it is it should pass the parameters to this instance.How should I check if the service is running - by looking through the processes or through the services?After I'd found my instance one way or another (see Q1) how should my executable pass parameters to it (invoke some method or smth)?My only two guesses about that is that I either use TCP connection or named pipes for that. Is there any other way?

View 2 Replies

Javascript - Jquery A Colorbox Popup Windows With Input Field?

Aug 11, 2011

the following sets my stage

vb.net
MasterPages
Usercontrol with defined events

This is what my usercontrol looks like:When the user clicks the 'Approve' button, an event is fired in the usercontrol that is then intercepted in the main page to do custom code (database update, mails etc...)

[Code]...

View 1 Replies

Javascript - Use The Ajax Function On Web Application?

May 30, 2011

I read alot about this on this forum, but I cant make it work.I want to use the ajax function on my asp.net web application

[Code]...

View 3 Replies

Making A Windows Service Work?

Oct 9, 2009

I have a program that i'm trying to convert into a service (it has no interface anyway).

View 2 Replies

Calling Javascript Function From Within Desktop Application?

Jun 24, 2009

I'm trying to do something which i am not sure is possible, im hoping someone will be able to prove me wrong.I have a desktop application written in VB .net which needs to post to google analytics, the interface they provide is javascript based. At the moment my application opens an internet browser, goes to a specified URL which in turn executes the javascript contained within, this is cludgey and memory gobling!

Is there any way of importing a javascript file and calling a javascript function without opening a third party browser? would preferably not want to use the browser control either.Is there a way of instantiating for instance a javascript engine and passing it the commands?

View 2 Replies

Making Some Parts Of Windows Form Invisible?

Aug 12, 2011

i want to make some arears of my form invisible, i have 2 scenarios, one how to hide parts of a form that have specific color such as blue

the other scenrio is to make the for invisible and show only controls on it such as group box, also how to give the form different shape not rectangular

as an example same as startup form for VS 2010, and how to make its corners more rounded

View 4 Replies

Making WebBrowser Connect To Different Windows User Accounts IE?

Oct 27, 2011

Would it be possible to make a webbrowser link to the cookies and such of any windows user account no matter which windows user account you were on. So the user would use a drop down list or something then press a button and be able to switch to another user accounts internet explorer favourites, cookies, and flash cookies, rather than having to log out and then log into another user account?

View 3 Replies

Windows Media Player : Making All The Controls Invisible?

Apr 30, 2012

i have created a application that has a video using the windows media player.i was wondering if there is anyway of making all the controls invisible so you just see?

View 3 Replies

Api - Making A Thumbnail Toolbar (windowsAPICodePack,windows 7) Button Invisible?

Nov 1, 2009

I'm trying to make a thumbnail toolbar button (TTB from now on)visible when the it is clicked. I know how to do stuff when it is clicked, AddHandler etc. But if I tell it TTB.visible=false then it doesn't become invisible. If I put TTB.enabled = False it will be disabled, so it's only the visible that isn't working.

Also I put a button on my form (not a TTB) and when that is click wrote, TTB.visible = false and that didn't work, so there is no way to make it invisible.

View 1 Replies

Making A New Playlist And Playinig It In Windows Media Player From VB 2005?

Apr 26, 2011

How do I make a new playlist and play it in Windows Media Player from VB 2005? This is what I have thus far. I do not know how to dimension "player":

Imports System.IO
Imports wmplib
Public Class Form1
Dim Playlist As IWMPPlaylist = Nothing

[code]....

View 9 Replies

.net - Making A Vb6 Application That Can Run On Android?

Jan 20, 2012

Sir, I am a vb programmer. I want to develope a vb application that can be run on an android phone or tablet.What I should do for that and how can i install this application on android phone or tablet and run it successfully? Generally i use ms access or sql server for my desktop application. Which data base should i use with my vb application on android phone or tablet?

View 2 Replies

Making A .net Application DPI-Aware?

Jan 24, 2010

I have an application written in VB.net 2003, and I would like to make it 'dpi-aware', but I haven't the faintest idea how to even begin. I am an experienced coder, but this is throwing me completely.

View 1 Replies

Making A .NET Application The Only Program Which Can Run?

Oct 18, 2011

What would be the best way to make a Windows .NET application be the only program that can be used on a computer? I have come across timers or events to switch windows back to a window with matching text and some api32 calls to make a form top most.

Is it possible to make an application like the windows lock screen where nothing can be done except that what is on screen? I want to block users from doing other things and only let administrators get to the desktop.

View 3 Replies

Making A Setup Exe For The Application

Jul 27, 2009

I have a vb.net application which dials another computer and send message to it with the help of cdrvlibnet.dll . I want to deploy this in another computer. I tried following steps.

1. Added a new project with type as deployment project

2. then build the project

3. took the setup.msi to another machine and installed it.

Here are my problems.

1. The icon which created in the desktop and start menu is not running the exe, but pointing to desktop only.

View 5 Replies

Making An Application To Run On .NET Framework 1.1?

Mar 25, 2009

I'm currently using MS Visual Studio 2008 Express Edition. My .NET Framework version is 3.5. I made an application in VS 2008 and it worked perfectly. However, when I ran it at my friend's place (who's got .NET Framework 1.1), it didn't run. Now, I know that the framework incompatibility is the issue.So, what I ask is, how do I code the application so as to make it run on Framework 1.1 as well while still using VS 2008?

View 5 Replies

Making Installer For The Application?

Apr 16, 2010

I made the setup project for mt VB.NET Application, but when I take it to another computer for installation, the wizard does not show any window for specifying the path. It just asks to accept the license agreement and then starts installing/copying files. Later after installation and rebooting I see the shortcut but it does not start the program/application. It just goes to a folder.

View 4 Replies

Making Window Application?

Apr 3, 2010

developing chat server which as a console application but i want to open that console when i click on to the window form button and another button to close that console application. so how to do that in window form to open console

View 2 Replies

Making A Console Application With A Login?

Mar 26, 2012

I'm making a console application with a login. The system I have now is extremely basic and very redundant. I would like the password to be masked as you type it in "*****" for example and If possible I would like to encrypt the password with md5. Can someone let me know how to/give me the code to do it.

This is my current login system:

Sub LogIn()
'A log in system to prevent unwanted users from acsessing the system
Console.Write("Username: ")
Dim username As String = Console.ReadLine.ToLower
If username = "sian" Then

[Code]...

View 1 Replies

Making A VB Application Place Itself In Startup

Jun 9, 2011

I've created an AIO tool in Visual Basic and i need to create some code so when the application is opened it places itself in the computer startup folder. I know i can do it manually but i want to do it on school computers (restricted access).

View 3 Replies







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