Make A Program Who Can Open Add-ons Like Firefo

Sep 21, 2009

Just for fun i am trying to make a program who can open add-ons like firefox. I was thinking that i maybey can use something like this: Me. Controls. Add(the add-ons file}and if it's possible, what kind of files shuld i use, dll?

View 2 Replies


ADVERTISEMENT

VS 2008 Make Button Open A Program And Make It Windows Size?

Aug 23, 2009

How do i make my button open a program and make it windows size?

View 6 Replies

Make A Program That Will Open An Image?

Oct 14, 2009

How can I make a program that will open an image, put it in picturebox1, and save it resized?So far I have the open code

OpenFileDialog1.ShowDialog()
PictureBox1.ImageLocation = OpenFileDialog1.FileName
Me.Text = OpenFileDialog1.SafeFileName
PictureBox1.SizeMode = PictureBoxSizeMode.Zoom

View 3 Replies

Make Exe Form Open Only Once In Program?

Oct 13, 2009

I have a vb.net form which has a button in it. The button will call A.exe (it's a vb.net exe) using the command Shell("A.exe ", AppWinStyle.NormalFocus).

How can I make sure that everytime I press on the button, A.exe will only open once, and does not open a new form each time?

View 4 Replies

Make Program Open On Startup?

Sep 15, 2009

I want my users to be able to have my program open on startup. I am coding in vb.net. How can I go about doing this?I can't find a "system startup" folder anywhere that I could just copy a shortcut to.

View 4 Replies

Need To Make Program Open A File

Jun 3, 2009

I need to make my program open a file, write a length of 142 bytes over an existing 142 bytes and save. Please help. I have gotten no where with it so far...

View 3 Replies

Make A Program Open When Another Program?

Aug 27, 2009

Is it possible to only make a program open when another program opens it? so when someone tries to open it themselfs by clicking on it, it pops up a error message?if so then how would someone go about doing this in VB 2008?

View 9 Replies

VS 2008 Make A Button Open Another Program?

Jul 6, 2011

i need to know the exact code that once you click a button on visual basic program it will open a program in a directory for example:C:Program FilesiTunes.exe

View 5 Replies

VS 2010 How To Make Program Can Be In Open With List

Sep 20, 2011

how i can making my app in open with list for windows like if i chose my app to open txt file my app will open the txt file like example: ex.txt ==> open with my app and my app with view the ex.txt

View 1 Replies

Code To Make Windows Open A Program At The Startup?

Aug 21, 2009

what is the code to make windows open a program at the startup?

View 4 Replies

Make A Relatively Program To Get All Open Window Titles In A ListBox?

Oct 2, 2011

i'm relatively new to vb. I'm trying to make a relatively simple program to get all open window titles in a ListBox. I'm kinda borrowing off some tutorial's/sample code so I might have some declarations I don't need but this is what I have:

Code:Imports VB = Microsoft.VisualBasic Public Class Form1 Declare Function GetWindowTextLength Lib "user32" Alias "GetWindowTextLengthA" (ByVal hwnd As Integer) As Integer

[Code]...

View 3 Replies

VS 2010 : Close And Open A Form - Make A Login For A Program?

Jul 16, 2010

How do I Close a Form and then open a new one straight away? Im trying to make a Login for a Program, but I want the Login Box to open first, then disappear when the credentials are correct and a new Form to load.

View 3 Replies

Make 'Button1' Open A External Program Of There Choice Using The File Browser

Feb 26, 2011

Question 1: How to make 'Button1' open a external program of there choice using the File Browser.

Question 2: How to send 'TextBox1.Text' to an external process

Question 3: How to save data in a .dll file made from Visual Basic

If anyone has source codes that I code edit for Visual Basic 10/08,And If you could sort of walk me through what I would need to edit to make it work for my programs

View 3 Replies

Program First Open And Saving Data When Program Is Closed?

Nov 19, 2011

I am currently working on a menu driven console program that so far has 4 menu options of checking internet connection, decrypting/encrypting a message, calculator, and a logout, and i am wondering about a few current things.

1. How do i make it to where, when a program starts for the first time, it asks for a user to enter in his data, like signing up for a site for the first time?

2. How do i make it to where the program will save the data entered, and does not delete when the user closed the program.

3. How can i make it to where when a user signs in, his/her data is read correctly? Like an array search for a multidimensional array.For my "New user" sign data i created a function...

Function createNewUser() As String()
Dim name As String
Dim userName As String[code]...

View 2 Replies

Cannot Find A Way To Make A Program That Write Make A Shortcut In Start Menu For All Users

Jun 6, 2009

I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?

View 5 Replies

Make Photo Viewer Open When User Open Drive C And Get All Photo In The Drive To Be Shown In It?

Jul 12, 2011

I design photo viewer app using this code

[Code]...

now how to make my photo viewer open when user open drive C and get all photo in the drive to be shown in it ?

View 14 Replies

Command Line Strings - Make The Program Close If The -1 String Is Sent With The Program

Feb 25, 2010

If e.CommandLine.Count > 0 Then

Dim IncomingCommand As String = e.CommandLine.Item(0).ToString

If IncomingCommand.Substring(0, 2) = "-1" Then

form1.close()

End If

End If

I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.

View 1 Replies

Screen Resolution - Change My Program's Size Correct To Make Program,  800x600 Such As Minimum?

Jun 1, 2010

I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?

View 9 Replies

Make A Program That Opens A File In The Folder The Program Is Stored?

Aug 26, 2009

How do I make a program that opens a file in the folder the program is stored?

View 6 Replies

VS 2008 Make A Program That Searches For A RGB Color And Clicks On It WITHIN The Program?

Apr 3, 2010

I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.

View 2 Replies

Do= Make A Program That Will Make Multiple Accounts?

Dec 30, 2010

what im trying to do= make a program that will make multiple accounts

[code]...

ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage

View 4 Replies

Make A Program In VB Make A Sound When It Starts?

Jun 9, 2011

Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.

View 2 Replies

Make A Webpage Open Only Once?

May 5, 2009

[code].....

View 5 Replies

Make An Open Dialog?

Mar 6, 2009

Firstly, how can i make an open button, so i can open saved html pages.Secondly, how can i save html pages in my browser.

View 4 Replies

Make Popup Open In New Tab?

Apr 4, 2011

i am trying to make a webbrowser but i am not having any luck with opening pop ups in say webbrowser2. I click a link when browsing in webbrowser1 and a ie instance pops up. Is there a way to not let the pop up come in a different ie and have it go to webbrowser2(other tab)? like how it does in google chrome or other major webbrowsers.

View 1 Replies

Make Two Forms Open Next To Each Other?

Oct 1, 2010

i want to make two forms open next to each other. So when button 1 is pressed form1 and from6 will open. I know how to make them open but i want form1 to be on the left and form6 on the right with atleast one inch in between them.

View 4 Replies

Make App Added To "open With Menu" Sub Menu Which Appears When User Make Right Click On Any File?

Jun 21, 2011

I have made an app and I want to add it to " open with menu" sub menu which appears when user make right click on any file ie I made photo viewer app and I want to add it to "open with menu" so user when make right click on any photo and go to "open with menu" sub menu will find my app name to chose it to open the photo with it

View 7 Replies

Text Editor Program-when Open A .txt Program Loads With No Text In The Textbox?

Feb 27, 2010

I believe I need the code for Load Event. I have tried many ideas. I have searched the threads here and also google of course. No luck as of yet. Better description: I have a file named hello.txt. The contents of this text file are "hello". I use my program as the default for .txt files. I dbl click hello.txt. My program loads and the contents are blank and it should have "hello" in it.

View 31 Replies

When Use The "anything.show" Command, It Will Always Open In A New Window - Make It Open In The Same Window?

Jun 12, 2009

when i use the "anything.show" command, it will always open in a new window... How can i make it open in the same window?

View 11 Replies

How To Make A New Form To Open A File

Apr 21, 2009

For creating a new form I use: Dim form2 As New Form Form2.Show()How to make the new form2 to open a text file in its textbox?

View 6 Replies







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