Opening A Plink Window From An Application Without Showing The Black Plink Window?

Jul 20, 2011

I am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?

View 1 Replies


ADVERTISEMENT

Showing OpenFileDialog Window In Console Application

Feb 15, 2009

I have in a console application. I need the program to show a OpenFileDialog window when certain text is entered, such as "file". I've tried doing this and I cannot get it to work.

View 1 Replies

How To Hide The Black Window

Jul 1, 2009

I have a window that opens another window. The opening time of the second window is quit long because the application needs to build a complex interface. The annoying thing is that if the user clicks on the first window this become black as death! Is there a way to prevent this annoying behaviour?

View 16 Replies

VS 2010 : Close A Third-party Window (application) If A Specified String Was Found In The Window Title?

May 2, 2012

Excuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.

View 2 Replies

Close A Third-party Window (application) If A Specified String Was Found In The Window Title

Nov 30, 2010

I would like to know how one could close a third-party window (application) if a specified string was found in the window title.

View 4 Replies

Make A Window Not Associated With The Application Minimize Or Maximize Its Window State In Vb?

Dec 12, 2011

If you have ever noticed in the Task Manager, when you right-click on the running task, you have many options which include 'Minimize' and 'Maximize'. Is there anyway to do achieve this in vb?

View 1 Replies

Closing A Window While Opening Another / Opening A Url In The Same Tab

Jul 27, 2010

I am making a program that edits my website with the input that I put in. But, it is requiring multiple forms (obviousily), but I don't know how to make it close the one I am in while opening the other. For example: I have a form that opens first that requires a Username and Password, so nobody can obviousily use it without knowing them. When I submit the correct username and password and go on with the editing, I need the login form to close. I do not know the coding for this part. Is it:

[Code]...

View 6 Replies

Can't Opening New Window

Dec 23, 2009

I'm using a webbrowser control , when i open a new window i cant seem to get the new window to navigate to a different webpage.[code]...

View 8 Replies

Opening Window WPF?

Jan 19, 2011

I'm using VB.net and WPF 4.I cannot seem to open a new window in WPF consistantly. It will work one time, and then the next time I execute the same script, it throws the following exceptionXAMLParseException occuredProvide value ystem.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '4' and line position '208{Cannot evaluate expression because the code of the current method is optimized.}

View 1 Replies

Hiding And Showing A Window

Oct 11, 2009

I was just googleing this, and i came across this

Dim p As New System.Diagnostics.Process
p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden
p.StartInfo.CreateNoWindow = True
p.StartInfo.UseShellExecute = True
p.StartInfo.FileName = "cmd.exe"
p.Start()

Does that mean that i could show it again? if so, is there a code that can do this?Also, if i wanted to get the window that the user is currently in, how would i be able to hide that?

View 16 Replies

Popup Window Not Showing?

Jun 7, 2010

I have a form (f1) and a popup form(p1). On f1, when I click on a button, I call p1 like such:

Dim spp As New p1
spp.ShowDialog()

and in p1, I have a progress indicator that shows a long running process. The problem is that p1 doesn't show. I tried invalidate, update, refresh, doevents, etc. (both in f1 as well as p1). Nothing. p1 just doesn't show.

View 6 Replies

Showing A Window From A Process?

May 20, 2011

I have 2 desktop programms..I will call them P1 and P2.So, P1 launches P2 as a process. However, at some point I want to be able to show a window in P2. My problem was that this window, when called, was showing correctly placed, in the middle of the screen, but in the back of P1.So, in order to show it as the top most window, above all others applications running on my computer, I used the windows API:

Const HWND_TOPMOST = -1

Const HWND_NOTOPMOST = -2

Const SWP_NOSIZE = &H1[code]...

Now the window shows on top of all other, but it is placed in the top left corner of the screen, resized to much small dimentions, that I cannot even see the controls on it.

View 1 Replies

Opening A DOS Window With Some Path?

Apr 5, 2009

how to open a DOS window from a VB.NET app pointing to my own path which I pass as a parameter. For ex: I want the DOS window to be opened with D:TestBedMyApp. All I want to know is how do I pass the path "D:TestBedMyApp" to the DOS window.

View 2 Replies

Opening A New Window In A Backgroundworker?

Jul 3, 2009

I need to create a xaml FlowDocument with a background worker and it must be shown in a new window. The problem is that i can not pass back the flowdocument to the original thread otherwise an exception is raised because the flowdocument belongs to the second thred or opening a new window in the background worker?

View 2 Replies

Opening New Window In VB Browser?

Mar 16, 2012

recently im programming PHP for web based approach and i've been using ready made browser like firefox as my application. But now im switching it to custom browser with visual basic. I've created my own custom browser and it seems ok. but my question here is, how to open up a new browser (new VB browser window) as same as we open a new browser in firefox. I've been using html code that opens new window, but it open up explorer browser instead and it took very long time to open. I want it to open up as VB browser with my php codes inside. Is there any html or php code that could open new vb browser window? instead of explorer or firefox window.

View 9 Replies

Preventing Opening Another Window?

Dec 9, 2009

<VB.NET 2008>I created a MDI frame and I try to open a Winform by clicking menu.I do not want to allow opening same winform which is already opened by user.How do I check whether the winform is already opened or not?

View 5 Replies

Stop IE Window From Opening

May 15, 2009

How can you stop IE from opening up in a WebBrowser control on a new window (target=_blank")? I've gotten the WebBrowser_NewWindow thig and tried e.Cancel and CancelEventArgs and none of these work. What do I do?

View 1 Replies

Data Not Showing In Window Forms App

Oct 1, 2010

I am just learning vb.net using vs 2008. I have a small forms app which I have conected to a small, single table 2 column database. I enter some numbers into a text box, press a button and the data gets entered into the dbase. However the only data that gets displayed in the data table I have on my form is the existing data.No new data entered is shown until I close down and restart the app. I have tried many times using statements such as [code]...

View 9 Replies

Cannot Keep Web Browser Control From Opening A New Window

Oct 20, 2009

I am having an issue with using a VB 2008 web browser control to view local folders in Windows 7.I have an app that allows the user to browse local folders using a web browser control within a winform. This app has been working great with all of the users that currently have Win XP and Win Vista. However, with Win 7, every time a folder within the Web browser control is double clicked on (to navigate into its contents) Win 7 opens a new windows explorer window to display its contents. [code]....

View 1 Replies

Open New Form Without Opening Window?

Feb 4, 2012

I'm making a game in which you advance through the levels when you click some buttons, the way I'm doing it is "formname.show" and "me.hide" inside the button code, but the problem is, using this code, it shows somewhat of an unprofessional look because it opens a new window everytime I reach a new level, and it gets quite annoying also.

View 1 Replies

Opening A New Window As A Dialog Box Via Code?

May 5, 2012

I'm opening a new window as a dialog box via code.If I click on another application (let's say outlook) and then click on my project again in the task bar I get my main window and my dialog box is in the background and I can't get it back. What's wrong and how can I fix this?

View 2 Replies

Switch Between Forms Without Opening A New Window?

Jan 16, 2012

I might be going about this the wrong way, but I'm trying to create a form that will include a single button, for instance "Enter". When "Enter" is clicked, I want the form to then display the contents of form 2, which might include more buttons and/or a textbox, etc. I want to do all this without ever opening or closing a form.

View 3 Replies

VS 2008 - Opening File Into New Window

Dec 9, 2010

How to open a file from the harddrive that I just made through VB. I open/read a file > analysis it > Create new file and put info into new file > msgbox "Would you like to open the file you just created? [yes][No]" > if yes then open file to new window.

-Here is the Msgbox
If MsgBox("Your file has been created in the location of your choice," & _
" Would you like to open your file?", _
MsgBoxStyle.YesNo Or MsgBoxStyle.DefaultButton1, "Complete") = vbYes Then
Else
MessageBox.Show("Goodbye", "Complete")
End If

View 4 Replies

VS 2008 - Popup Window Opening In IE

Apr 29, 2010

I wrote the following codes;
Private number As Integer
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("[URL]")
number = 0
End Sub
[Code] .....
But, also opens a popup window opened internet explorer. I also want to open the same WebBrowser
What can I do?

View 5 Replies

Asp.net - Datagrid Property Window Not Showing The Row Related?

Jun 10, 2011

Iam using vb 2005,sqlserver 2005,vb.net web application in my datagrid properties window not showing the rowcommand. I need create row command/.

View 1 Replies

MessageBox Not Showing From Modal Dialog Window

Jul 5, 2011

I am trying to show a message box when an error occurs in a modal dialog window but for some reason the message box is never shown although I know the MessageBox.Show method is being hit. The try catch block is inside of an event handler for a windows form that is being shown as a modal dialog. I know that the event is being fired and that the error is being caught but the message box never opens. I've replaced the MessageBox.Show with another form show and it works fine but I'd rather use MessageBox instead of creating my own error form. I just can't seem to make MessageBox work. Is this a limitation of MessageBox? Here is a simplified version of what I am doing:

[Code]...

View 1 Replies

Showing Clickable Control On Non Owner Window

Mar 16, 2009

I made the awful mistake of using a module instead of a class. Now, I have a control, (who inherit from a web browser), hidden under a modal form. And I need to show his content (and being it clickable) to the user, but it is hidden, and I don't want to mess with the Showmodal of the hinder form. Until I modify my code, so I can do multiple instances of my browser, I need to show that control to the user on a third form. I think that I can temporary change the .parent property of the browser, so a third modal form shows it.

But I fear that I possibly made the browser control hard coded as working in the bottom hidden form, so If I change his parent, I may broke some logic. Is there a way to show the control on a third form, without changing his parent? (and still have it clickable). I know I are asking for trouble. It is only a short term solution until I move all my module into an instantiate able class. (And I remember had being advised to work ever with classes instead of modules. Now I learn the lesson the hard way).

View 1 Replies

Start The Command Prompt (cmd.exe) Without The Window Showing?

Jan 22, 2010

How can i start The command prompt (cmd.exe) without the window showing or in the taskbar, like "hidden" and pass a parameter onto it.

NOTE: I esnt to know this for a completly LEDGIT reason.

View 2 Replies

Javascript - Opening New Window On Radiobutton Selected With .net?

Jul 19, 2011

I have 2 radiobuttons as shown below:

<asp:RadioButton runat="server" GroupName="ebrochType" Text="Select Type 1" TextAlign="Right" ID="rbtSelect1" OnCheckedChanged="sel1" AutoPostBack="true" />
<asp:RadioButton runat="server" GroupName="ebrochType" Text="Select Type 2" TextAlign="Right" ID="rbtSelect2" OnCheckedChanged="sel2" AutoPostBack="true" />

When one of these is selected, I need to open a page in a new window with no menubar etc...

Is this possible in the code behind?

I tried this but it did not work (it just refreshed the page/updatepanel):

Sub sel1(sender As Object, e As EventArgs)

Page.ClientScript.RegisterStartupScript(Me.GetType(), "select1", "window.open('http://www.google.co.uk','','')", True)

View 2 Replies

Opening Word Document In A Window Form?

Aug 30, 2010

I have been able to open a word document via a button click which holds some text programatically.But what i want to know is" Is it possible for me to open the said word document within a windows form so that it will be within the application itself but not somewhere else.i have been using this code show the word document but i want it within the form like having a picture in a picture box on a form. not somewhere outside the application.

[Code]...

View 3 Replies







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