'Open With...' Pops Up When Trying To Use Program?

Mar 28, 2009

'Open with...' pops up when trying to use program

View 16 Replies


ADVERTISEMENT

'Open With' Pops Up When Trying To Use Program

Aug 5, 2010

i tried searching, so i hope this isn't answered and is in the right place, but i made a program in visual basic 2008 which was working completely fine when i finished it. i uploaded it online for others to download, which has also worked fine for them for several months. as of late, some users have reported that when they try to use the program, the 'open with...' window pops up because windows does not recognize the program needed to run my application. yet...it works fine on my PC, and most others (that i assume that have not redownloaded it causing this error to occur). i instruct the users to update their .NET framework in the original forum post to the latest update which was previously required for my application to work, but the issue still arises. regardless of all my searching, i haven't found a solution. or any issues that are even similar to mine. i'm a beginner programmer (only one semester in visual basic) and that was over a semester ago, so i'm hoping it is an easy fix i'm not aware of or am overlooking.

View 4 Replies

Create A Message Box That Pops Up?

Jun 14, 2009

I need to create a message box that pops up and says "I am looping, do you want me to continue" with a Yes or No option. If user answers "Yes", I need to continue the loop with another message box with the same question. If the user answers "No", stop the loop.

I have tried this over and over and I get it to the point where if I click "NO" the first time, the message box goes away. but if I click "yes" the first time, no matter how many times I click "NO", the message box will not go away.

This is What I have....

Dim intResult As Integer
intResult = MessageBox.Show("I am Looping. Do you want me to continue?", "Loop", MessageBoxButtons.YesNo)

[Code].....

View 5 Replies

MsgBox Pops Up Behind Window?

Oct 13, 2011

imbox As MsgBoxResult
If foundID.Value <> -1 Then

[code]......

View 4 Replies

Press A Button, A Textbox Pops Up?

Aug 3, 2010

I'd like to make it so that after I press a button, a textbox pops up that the user can enter comments into. I then use the text they entered and store it somewhere else. How can I add this?

View 7 Replies

Push A Button Then A Picture Pops Up

Oct 4, 2009

I was trying to make it so I push a button then a picture pops up, and I can't seem to make it work.

View 2 Replies

ContextMenuStrip Pops Up At DesktopLocation (0, 0) Regardless Of Original Location?

Dec 31, 2009

I have never had to do so in the past. However, I used the following code:

If Me.OnRightSide And Me.OnTopSide Then
Me.ContextMenuStrip1.SetBounds(Me.DesktopLocation.X - Me.ContextMenuStrip1.Width, _
Me.DesktopLocation.Y, Me.ContextMenuStrip1.Width, Me.ContextMenuStrip1.Height)
ElseIf Me.OnRightSide And Not Me.OnTopSide Then
End If

I have also tried:

If Me.OnRightSide And Me.OnTopSide Then
Me.ContextMenuStrip1.SetBounds(700, 450, 200, 25)
ElseIf Me.OnRightSide And Not Me.OnTopSide Then
End If

why this ins't working?

View 7 Replies

Programming A Dialog That Pops Up When Error Occurs?

Jul 31, 2009

As part of a review of my program on Softpedia, the Reviewer stated the following: If you call on a piece of software and it is not installed on your computer the application will pop up a nasty error message that may discourage beginners. Popping a dialog saying the reason of the error or that the software is not installed on the system would be a great fix.

View 5 Replies

Message Box Pops Up 100 Times, Depending On The Number Of Errors?

Jul 17, 2009

I have a list of 100 assets that are pulled from AS400 and shown on a gridview alongside a dropdown box with 6 possible status and a textbox.

If the user selects a status other than "Found" (whether it's "Not Found", "Scrapped", "Sold", "Transferred","Other"), the user cannot leave the textbox empty. They must insert a comment into the textbox. Once the user is done he clicks "Save" and if, let's say, the status is "Sold" and the textbox is empty for all assets then a Message Box pops up saying "Please fill the textbox".

The problem is, the message box pops up 100 times (or once for every asset that has the error).

1) What can I do so that the message box only appears once even when 100 assets have the error?

2) Also, when the message box appears and I click "OK" the information the user had filled up to that point gets erased.

SAVE CLICK EVENT

Protected Sub Save_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Grabar.Click
Dim comando As String = ""

[Code].....

View 4 Replies

Register 2010 Express Edition / Notification Pops Up Always

Mar 12, 2012

I am experiencing an issue with my copy of Visual Basic 2010 Express. I know my copy will run for about, 22 more days. But even when I try to register my product so it can run forever, a notification pops up always saying the same thing - "This product needs to be re-installed." What does that mean? Is my copy fine with no problem? Or do I not have a .dll file that I need to install? Please, help me so I can register my product.

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

Error: Msconlib Pops Up When Attempting To Delete An Image File

Oct 13, 2011

I wrote a program in vb.net long time ago. I ran into a problem when I tried to programmatically delete a file. Every once in a while, I get an error saying: Error:mscorlib The process cannot access the file. Could anyone explain to me what causes this error.

View 3 Replies

Forms :: ChildForm Pops Parent Main Tool Strip?

Oct 2, 2009

The Parent has a Tool Strip and on the tool strip is a button that when clicked loads the child, this works fine.But when I set the child form to maximize its title-bar jumps over the Parent tool strip. Pushing it down a bit. I do what this. I would like the child to be completely contained within the Parent including the Parent forms tool strip.

View 6 Replies

Whenever Run Application And Close It / It Stays In Memory / Pops Up Again After Approx 5 Mins

Dec 14, 2011

I have developed a application on vb.net platform. After installing, whenever I run the application and close it, it stays in the memory and pops up again after approx 5 mins.

View 2 Replies

Deleting Multiple Files A Confirmation Message Box Pops Up For Each File Selected

Nov 24, 2009

I have a form with a treeview and a listview. The treeview lists the folders on your system and listview shows the files in the selected folder, similar to windows explorer. I have a delete button for deleting files.

[code]...

When deleting multiple files a confirmation message box pops up for each file selected. I would like to have it come up once and ask 'Are you sure you want to send these 'x' files to the recycle bin?' where 'x' is the number of files selected.

View 1 Replies

Office Auto-mation :: Annoying Window Pops Up From Hidden Excel?

Oct 20, 2010

I have an application that opens and saves spreadsheet via interop.At start up I set

Code:
_excelApp.Visible = false;
_excelApp.DisplayAlerts = false;

[code].....

View 2 Replies

Form With A Treeview And A Listview - When Deleting Multiple Files A Confirmation Message Box Pops Up For Each File Selected

Oct 27, 2009

I have a form with a treeview and a listview. The treeview lists the folders on your system and listview shows the files in the selected folder, similar to windows explorer. I have a delete button for deleting files.

Dim i As Integer
For i = 0 To lv1.SelectedItems.Count - 1
Dim csi As CShItem = lv1.SelectedItems(i).Tag

[CODE]...

When deleting multiple files a confirmation message box pops up for each file selected. I would like to have it come up once and ask 'Are you sure you want to send these 'x' files to the recycle bin?' where 'x' is the number of files selected.

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

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

Make A Popup Blocker Type Message Box That Pops Up When A Popup Tries To Load A Page?

Dec 2, 2010

im trying to make a popup blocker type message box that pops up when a popup tries to load a page, and it asks The page [URL]is trying to open,open in a new tab?

(label)
No (button) Yes (button)

how would i make a menu appear when i click somwhere on the page,how would i make it recognise a picture, and be able to copy it to a location on the local drive?

View 3 Replies

VB - Pops Up A Color Picker Dialog And Let User To Change The Background Color Of The Label

Feb 15, 2012

I have a question of VB event handler and color picker. Now I have a label, and I want when user click it, it pops up a color picker dialog and let user to change the background color of the label. Not sure how to implement this, can anyone give me a direction?

View 2 Replies

How To Open Another Program In VB

Jul 21, 2010

I have a button on my form. And I want to open for example winamp.exe

View 2 Replies

Program Can Not Open

Dec 8, 2010

I have an asp.net project developed in visual studio 2005. I created it on my machine, and then zipped the project and emailed it to the team lead to install the app on a central directory. However, when he double clicks on the .vbproj file (and if he attempts to open it using the 2005 IDE) he gets an error message[code]...

View 3 Replies

Run Program That Can Only Open Certain?

May 14, 2011

I am new here and I want to ask, I have 2 Program called O2jam.exe and O2SP.exe . I want O2SP.exe only can execute by O2jam.exe and cannot run Directly, when you run Directly there are Message Box "Run O2jam.exe".

View 1 Replies

Detect Whether A Program Is Open?

Jan 6, 2011

Objective : Time how long a user has been on the internet. I have never delved this deep into Visual Studio. I am suing Visual Basic 2010 Express. Please move it if you need to.

I want to have a program - that will detect running processes. If Internet Explorere EXE or Chrome or FireFox exe or any other browser is installed - as soon as that process starts the timer will appear.

When those processes are closed by the user the timer stops counting. This is possible but i dont know how. But i only want it to time just one internet process because timing them all when they are openend up at different times could cause bugs. Unless on the time form you have 1 timer for IE, 1 for FFox, 1 for Chrome 1 for Opera..

View 5 Replies

Exe Program Will Not Open .Txt Files?

Jan 18, 2009

Ok first i want to say im sorry if i put this inthe wrong section i have no idea what the thing im doing is called "I call it a notepad" Ok i made a notepad saved it ect now i got the .exe file i tryed making that my default notepad but when i click on a .txt file i get an error massage

C:Documentsand SettingsUserDesktopTry.txt is not a valid Win32 application

i dont get the point in making a program and not using it..The Notepad is only a simple one "My first project" Only has features like

[Code]...

Edit 1 If anyone can tell me the diffrence between TextBox and RichTextBox would be nice also

View 19 Replies

Get All Open Windows In Program?

Feb 25, 2011

I would like to have a way of getting all of the open windows in a windows system. I need an array for all of the active windows (what you see in the taskbar). I just want a function to do this please. Its the core of a program I am writing, and its where i am starting from, so no code yet.

View 1 Replies

How To Open Own Program From An Url (link)

Mar 30, 2011

I want to be able to send an email with a link in it like ... myprogram:customerid?1423 .r something like that. So when the user click the link, it must open "myprogram" and lookup the customer with ID 1423.

View 1 Replies

Moving To Another Open Program?

Mar 9, 2012

Ok so say I had a simple form with a button. This form has the TopMost set to true and when the button was clicked it would use the SendKeys.
But unfortunately you have to click onto the place where you want it to send the keys otherwise it will try typing it onto itself.

Say I have a .jar open in processes, how would I make it so when the button is pressed it would switch to make the .jar the "Front"?

View 3 Replies

Open CD And A Close CD Using Program?

Jun 4, 2010

Is it possible to issue a Open CD and a Close CD using VB.net? Are there any examples of code I could see or articles? Thanks for you help, in what seems to be such a trivial matter. (I know though that the simpler the function the more code seems to be

View 2 Replies







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