Displaying Form On Second Monitor?

Jun 6, 2011

in vb, is it possible to open a form on a second monitor, apart from setting the forms screen position?

View 1 Replies


ADVERTISEMENT

Make A Process Monitor Tool With WMI That Monitor The Processes Created Or Deleted - Code Will Not Work

Sep 9, 2010

I want to make a process monitor tool with WMI that monitor the processes created or deleted, but the code will not work. Note to reference System.Management,

CODE:

Code dowload:

CODE:

View 4 Replies

Monitor The Registry For Changes Similar To How Sysinternals Process Monitor ?

Jan 31, 2011

Can I monitor the registry for changes similar to how sysinternals process monitor does it in VB? I have checked many different articles and C# samples but not come any closer to getting an answer, I would like to know if there an easier way (a VB sample perhaps)that you folks can share. Ultimately I'd like to be able monitor other things too like file system, processes etc but wonder most about how the registry can be done in VB...Would using system.management be a start? Or WMI? if so is there a nice VB sample..

View 3 Replies

Monitor Many Times Someone Gets To Form 2?

Mar 11, 2010

I have VB2008 Express.I have a main form. From the main form you are eventually lead to form 2.

Main Form - Form 1 - Form 2 - Form 3 I want to monitor how many times someone gets to Form 2. How many times Form 2 is opened but then closed without proceeding to Form 3. I do have an "exit" button on form 2, that will go back to Form 1.

View 2 Replies

VS 2008 Getting A Form To Appear On A Second Monitor?

Apr 28, 2010

Right so I want the following to be achieved. Working with the Windows media player COM Form loads up into second monitor, my current screen res is 1400 x 900 Form stays on primary monitor, but video feed from windowsmedia player is on secondary monitorI have been googling all day and haven't found my answer, can you help? Basically I have everything set up but just need to figure out how to bring in a second monitor into the equation. As everyhting seems to be stuck on my main display

View 2 Replies

Monitor A Process's Progress Using A Form?

Feb 26, 2011

Bit of a Noobie question here, I have a process, for example[code]...

I need to launch the process from within code in a form or module and I want to monitor its progress, for example with a progress bar.

The problem I have is that in order to use a 'progress form' I have to show a form modally, then kick off the process (usually with a button) and allow a cancel option.

I want the form to show then start running automatically without user intervention.

View 4 Replies

Direct A Form In Program To Open And Maximize In Second Monitor?

Feb 23, 2012

Is there a way to direct a form in VB.NET to open and maximize in the second monitor. That is if there are two monitors displayed, to have the form load in the second window maximized by default?

Say a program was made with two forms and a computer has two monitors attached.

I want FormA to show in MonitorA by default and FormB to show in MonitorB maximized by default

View 1 Replies

Form Objects Resizing On Different Monitor Screen Size?

Nov 29, 2011

I designed a form which contains about 50 objects all kinds including tableadapters,buttions,grids, tabs. What is the best way to optimize the loading with less time consuming. I cannot split objects in on different form as all the objects has to appear on screen as a requirement.

But my primary question here is, i designed this form with all these objects on a 15" monitor which fitted 100% on the screen. Now i am using 17" monitor when i open this form on run time, all the objects are appearing as designed but theres a 30% form area which is left blank. How can i make the form objects resize automatically on run time itself to fit on different size of monitor with no area left blank.

View 2 Replies

Start A Folder Monitor Service At Runtime And Pass On The Folder Path To Monitor?

May 27, 2010

I have the following windows service file:

Imports System.ServiceProcess
Imports System.IO
Public Class fswService

[Code].....

2 problems: first, intellisense error saying: 'fswService' is a type and cannot be used as an expression. second, I can not figure out a way to pass on to the service the path of the folder to watch (which is stored at My.Settings.userPath).

View 2 Replies

Resize A Form , Its Controls According To User's Screen Settings And Physical Monitor Size?

Nov 19, 2010

I am creating an application for a company and this CD will be distributed to hundreds of people. Many users will have different computer screen size and different screen settings such as their resolution set to 1024 x 728 and their monitor size 17" inches.

I noticed when I loaded the application on a different computer with different settings the application was to big for the screen and did not work. I notice that lot of other programs from microsoft resize their controls and text but never knew how they did it. How can I resize the form and control according to the user's setting.

View 6 Replies

Displaying Contents Of Ms Access Database Form On A Form Using .net?

Sep 16, 2011

How to display contents of ms access database form on a form using vb .net...in visual studio

View 7 Replies

Displaying A Pop Up Form?

Dec 12, 2011

how to display a form like a menuStrip?

View 1 Replies

Displaying A Pdf On A Windows Form?

Aug 24, 2009

in vb.net is it possible to display a pdf file on a form?

View 3 Replies

Displaying Child Form?

Mar 15, 2011

There are two panels in my parent form. In the right panel there is one list view. The problem is that whenever I load the child form, the child form goes back of the list view. I want to load the child form at top of the list view. I tried to set the property of list view

View 2 Replies

Displaying String Value In A Form?

Oct 15, 2011

How do i display the value of a string variable in a textbox that is in a form without pressing buttons in the form?

View 14 Replies

Displaying Text On Form?

Jan 26, 2009

I need to display text on the form (not a msgbox). A large text box would be acceptable if it's background could be made transparent with no border, but it seems that is not allowed.

View 7 Replies

Displaying Web Browser On Different Form?

Nov 26, 2011

I have a web browser on form2 and I got it to display in form1 and in a panel. But how do I get it to auto re-size in the panel on form1?

View 3 Replies

Form Not Displaying Properly?

Mar 30, 2010

I have a windows form with listboxes, buttons and a checkbox. It works fine at home but when I take it to school it doesn't display properly. I have been given full privileges and the .NET framework V3.5 is installed. I have all my buttons/checkboxes on the right hand side but they don't display like they aren't even there (there is no extra blank form space either). The form sized wasn't locked

View 3 Replies

Second Instance Of A Form Displaying

Nov 10, 2009

I've been working on a project now for some time and as a result, when I have something new to try out, I do a little "proof of concept" project and then port it over to my real project (mainly to make it easier to follow when trying to work out new issues).Up to now, I've been relatively successful at it.But here's what I'm running into with this particular project.First, a little background.When the operator enters data into certain input fields (textboxes), either a listview or a datagridview appears displaying multiple columns of information.Once the line is selected with the proper info (equip. id or type of job or whatever), that info gets displayed in the textbox.The problem occurs when display is clipped by the window size.Let's assume for simplicity sake that I can't enlarge the display window.

So I rethought that and decided to create another form that has no borders and the only item displayed is a bound dgv.So I created a proof of concept project that consisted of two forms: form 1 that contains a text box and form 2 that contains a dgv control.when run, form 1 is displayed.When I type a character in the textbox, it calls form 2 and searches the dgv for the first char I entered.Since form 2 is the current form, as I enter additional chars, I build the string, search and if the chars are valid input chars, echo them to the textbox.Once the data line on the gridview is found, the tab key is used to do the select, close form2 (the dgv) and populate the textbox of form 1.This all worked.That is until I tried to port it over into my real project.This is where I'm obviously missing some key aspect of VB.Net and how all the forms and threads and handles work.To get right to the issue and skip alot of what happens in my real project, I was able to duplicate the problem by just creating one more form in my proof of concept project that just has a button on it.That button when pressed, brings up form 1.When I start to type in the textbox, after I enter the first character, form 2 displays, which is as expected. But when I enter the second search character, a second instance of form 2 opens and it searchs for the second character I typed.If I enter another character, it gets added to the second char and located in the dgv of the second instance of form2.When I press the tab key, textbox of form 1 does not get updated but the second form2 does close.The first form2 remains.

View 7 Replies

Monitoring 12 Video Feeds From Video Cameras - NEXT Or FORWARD Button On My Monitor Form

Dec 24, 2009

I am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.

So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.

View 4 Replies

VS 2008 Form Screen Resolution While Using Monitor Size Like 21 Inch And 15 Inch?

Jul 16, 2010

I have to know how to set system resolution of all tools in forms, which i using for my application.

I attached two screen shots. When i work my application with my system, form window and their tools placed correctly with my monitor fit(15 inch monitor).

But when i work my application in 21 inch monitor, all tools re arranged and

not in format. post me the code to set resolution as per system??

View 2 Replies

Displaying A Mathematical Formula In A Form?

Jun 21, 2010

How can I print a mathematical formula in a form? For a example I found in wikipedia a guide to do it in HTML: [url]

[URL]

But how can I do it in VB2008, showing the formula in a form?

View 1 Replies

Displaying A Sequence Value On Form Load?

Jul 10, 2009

Iam using ab VB.net windows application. I have placed a label on an windows form, where the sequence value should display on this label each time the form loads.

View 1 Replies

Displaying Data From Database In Second Form Using First

Feb 15, 2012

I seem to be having a problem with displaying data in a second form. I've created a linear search algorithm which works just fine - it locates the records from the database. I now want to be able to display the record in another form, I've attempted this using the code below but it doesn't seem to work:

Public Class formSearch
Dim searchItem As String
Dim currentRecord As Integer
Dim Provider As String
Dim Source As String
[Code] .....

The commented out lines are the ones that don't seem to work. The "txtfirstname" and "txtlastname" fields are located in the coding of another form, called "formcustomers".

View 19 Replies

Displaying Data From Form To Richtext?

Jan 19, 2009

i got a problem in displaying my data from the form to rich text format. what i want to happen is that: the rich text should display the text according to the order of inputs in the form. for example: the form allows the user to make and exam with answers. what will be display in rich text are the questions from the form with answers in a separate page.

View 6 Replies

Displaying Form After Removing AxUpDown

Jul 2, 2010

I'm migrating from VB6 to 2008. I am replacing a text box and a AxUpDown control with a Numeric UpDown. I have added the Numeric Updown before deleting the AxUpDown - to check its working. There are no references in the code to the AxUpDown but when I delete the control and run the application I get the form displayed but all the fields are blank, the form is partly see through and the application hangs. I'm not sure what is going on and don't know where to look.

View 3 Replies

Displaying Form With WMP Control On Another Screen?

Jun 11, 2011

I am writing a program to control light and sound for a show I'm working on.
The program has buttons and stuff controlling music and sound effects but I am at a loss as to how to get the video part to work.

My computer is hooked up to a projector in extended desktop mode. (I can't change that, otherwise my control panel would show up on the big screen.

I need the video to display on Screen 2 (the projector), so I made a form and used this code:

Dim screen As Screen
screen = screen.AllScreens(1) 'the array is 0 based
Form2.StartPosition = FormStartPosition.Manual
Form2.Location = screen.Bounds.Location + New Point(0, 0)
Form2.ShowDialog()

to display it when I press a button. This worked fine, I set form2's border to none and fullscreened it, tested again, no probs. My problem arose when I tried to add a WMP ActiveX control. I ran the program, pressed the button, and... form2 (along with WMP) appeared on my laptop display. I desperately need this by tomorrow. If no solution is available, is there an alternative to WMP?

View 2 Replies

Displaying Record In Detail Form?

Oct 2, 2009

I can display a record in a detail form using the same data source:

[Code]....

View 5 Replies

Displaying Search Results In A New Form?

Jun 6, 2011

i'm working with a sql (2005) database and using visual studio 2010. I've created a system where one of the forms is a find/search form. A user can enter in for example, a customerID and once they click on "find/search" the customerID will be searched in the database and if found, all relevant information about the customer will be retrieved and displayed in another form (find/search results page). I realise that this can be done using an SQL statement like follows

searchStr = "SELECT * FROM Customer WHERE CustomerID LIKE CIDTextBox.Text%"

What i'm unsure about is how to execute this SQL statement once the "find/search" button has been clicked and how to display the founded results in another form.

View 7 Replies

Prevent Main Form From Displaying

Sep 21, 2009

I wrote a small bit of code to prevent multiple instances of my program from being loaded. Here is the code.

[Code]...

View 2 Replies







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