Forcing Focus To Desktop

Jul 6, 2011

How can I, in VB.NET, force the focus to the desktop?

View 1 Replies


ADVERTISEMENT

Forcing Focus For Desktop Applications Built In .NET?

Jul 30, 2010

I have a production application that I always want to force focus on. Sometimes the users will accidentally click off the form and the blue focused window will turn gray. I have a timer that fires every 30 seconds and I want to programatically give focus back to the form so that it goes from gray back to blue with focus. I've tried using the .focus event and the .activecontrol property but none of those seem to work and I'm not seeing any other viable options. I'm using Visual Studio 2008 in VB.Net.

View 2 Replies

Open Excel On Local Desktop Using Remote Desktop Application ?

Jun 11, 2012

We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?

View 1 Replies

Start Explorer.exe - Switching To A New Desktop It Starts A New Instance Of App In That Desktop?

Sep 5, 2011

Some of u already know I'm making a 'virtual desktop'- thing.Only one problem. When switching to a new desktop it starts a new instance of my app in that desktop (works) and on the form load event it says process.start("explorer.exe") <- here is the problem. It only shows a window not the actually bar.Also this may be important it shows the window, but when I navigate to explorer.exe 'C:Windowsexplorer.exe' and open it there. The explorer bar does show up.

View 14 Replies

Forcing 32 Bit Using Corflags.exe?

Oct 8, 2011

I understand that I need to run ... corflags.exe /32BIT myapp.exe against my VB .Net app if I want to make sure it's associated 32 bit dll's will be forced to run as 32 bit on 64bit computers.

If this will work this looks like a good idea to me since I don't have the opportunity to recompile them on a newer Visual Studio that supports targeting 32bit. But I have a couple of questions...

Question 1:Is there an easier way to get the corflags.exe program without having to download the whole .Net Frameword 2.0 SDK?

I guess this is what I need to download if there is no easy way to get the corflags.exe file...

Download 1:Microsoft .NET Framework Version 2.0 Redistributable Package (x86)

[Code]...

View 3 Replies

Forms :: Changing The Backcolor Of A Control When It Has Focus And Lost Focus?

Feb 16, 2011

Is there a more efficient/easier way changing the backcolor of a control when it has focus and lost focus? Let's say I've got 10 text boxes. Right now I would have 20 different events...10 for Enter event and 10 for Leave event. Of course, entering would change the back color to "green" and leaving would change it back to "white".

[Code]....

View 4 Replies

Window Focus - Right Click On The NotifyIcon, Excel Gains Focus?

Mar 10, 2009

Here is what I've done:1) Created an Excel COM add-in for Excel 20032) Added a NotifyIcon to the Windows taskbar notification area (aka system tray) during ThisAddIn_Startup3) Added a ContextMenuStrip with a ToolStripButton to the NotifyIconWhy is it when I right click on the NotifyIcon, Excel gains focus? If after clicking on the NotifyIcon to display the ContextMenuStrip I choose not select an option on the ContextMenuStrip and instead click back on the Excel window, I get a weird flashing cell in Excel.I've created a video of the problem to help you see what I [url] anyone know how to prevent this? Ideally, I'd like to be able to click back on Excel and only have the ContextMenuStrip close and Excel regain focus.

View 1 Replies

Forms :: Form Losing Focus - Keeps Loosing Focus ?

Nov 26, 2009

I have two forms in an application. One is he background and then I show another keypad form called with the show() method (not showDialog) because I need to perform some validations on btn click.

The kepad has 10 buttons and an Enter Button. The problem is that the form keeps loosing focus (I checked this with a messagebox which keeps poping up once for focus=true and again for focus=false, it continuously keeps losing and gaining focus) so it does not process any keypress events untill i click somewhere on the form. I tried using me.focus() in form load event but to no avail. The forms TopMost property is also set to true.

View 5 Replies

C# - Forcing Inf And Nan To Excel Interop

Jun 22, 2010

I am creating a report in my asp.net application. The report outputs to excel using the excel interop. Some calculations in the report cause excel to display "Inf" or "NaN" I want to force these calculations to zero so that the report displays zero and NOT "Inf" or "NaN"

View 1 Replies

Forcing A Date Variable?

Jul 16, 2009

I have a date, myDate = 07/16/09 14:22I would like to arbitrarily force the time portion of it to a predetermined value like myDate = 07/16/09 18:00.

View 5 Replies

Forcing A Paint Event?

Oct 3, 2009

The only way I know to force a paint event in my pictureboxes is to do a 'Picturebox1.invalidate'. I read that this isn't the best way to do it though, so what's the best way to make my picture boxes repaint?

View 8 Replies

Forcing Button To Act - Use WM_LBUTTONDOWN

Jan 17, 2011

I am using VB.Net 2008 Express on Windows XP, and am trying to use WM_LBUTTONDOWN in one of my programmes.

CODE:

This appears to work correctly, in that it goes to the Exit button and I can see the effect of WM_LBUTTONDOWN and WM_LBUTTONUP, but the programme does not actually exit; it just sits there with the Exit button highlighted. I added all the TimeDelay() subs to see whether it needed the extra time.

I also made the following changes, and again, it goes to the Exit button and I know that it is on the button using Spy++, but the programme does not actually exit

CODE:

How do I force it to exit?

View 3 Replies

Forcing Form To Be On The Screen?

Jun 18, 2009

Is there a way to force a form to be active and shown?

From another form i am doing:

Me.Hide
Form2.Show

When this code is run, the Form2 is minimized.

I've also tried:

Me.WindowState = FormWindowState.Normal

in the load event, and it still loaded it in minimized mode.

View 1 Replies

Forcing Re-sizing To Be An Odd Multiple Of 8?

Sep 11, 2011

I have a couple of split panels nested inside of each other. The problem is, I'm rendering an 8x8 tiled game inside of the center panel. Basically, the height and width of the panel need to be an odd multiples of 8 so I can find the center tile displayed easily.I need the width and height to be divisible by 8. The number 8 is multiplied by should be odd:EDIT AGAIN these numbers below do not refer to the size. They refer to two number being multiplied. I've changed them to a * to show this. These numbers below apply to both the height and width. One number should be odd, the other 8. 8*x

5*8 - Good
6*8 - Bad

View 2 Replies

Forcing The Caret To Show?

Feb 4, 2009

I have console application embedded in a Panel on my Form. The problem is that the Vertical scrollbar of this application always stays at the top, and I would prefer that I was always able to see the caret (prompt) so I can see the latest info.

How do you force a Window to display the caret?

Do solutions give the option of the caret being at the top of the window or the bottom? I would prefer that the carat is at the bottom so I can see all the info immediately prior to the caret, as in this screenshot.

View 6 Replies

VS 2008 Forcing Size?

Sep 22, 2010

so ive set the size to be locked so you cant drag it around. is it possible to place a button and when i press it the size goes from 300,200 to 500,300?if yes, how would the code be?

if no, would it be possible at all with any settings?

View 3 Replies

Forcing 'launcher' App When Main Exe Is Opened?

Mar 14, 2011

way to have a launcher/updater app for a program I'm working on. It'll have people register, and not let them run the main program without registering. So, say, I have launcher.exe, and main.exe, and I open main.exe. I need it to exit and open launcher. I was going to use sockets to do a simple ping/pong type deal, but sockets are breaking my face in vb.net since I've only used them in vb6.

View 2 Replies

Forcing A PictureBox To Retain Its Image?

Oct 7, 2009

My pictureboxes sometimes clear of all drawings when they are done creating the image, or sometimes halfway through. Calling GC.Collect() before the drawing starts lets it draw MORE before it clears, but how can I stop it from clearing entirely?

View 2 Replies

Forcing The Clipboard To Paste Images With A Different Name?

Jul 12, 2010

with the following code it is possible to place some images in the clipboard

Dim Sc As New StringCollection
For Each itm In FileNames
Sc.Add(itm)

[code]....

is it possible to force the clipboard to change name when these images are pasted by the user?

View 9 Replies

Forcing Validation Within DataRepeater In Winform?

Mar 18, 2011

I have a form with a datarepeater that contains various controls (i.e. datetimepickers, text boxes, combo box) that are populated via a binding source. I also have other controls on the form that are not part of the data repeater.

I would like to force validating all controls after the data is populated. I have successfully forced validating the non-datarepeater controls using Me.ValidateChildren() at the end of my load event. However, it does not fire the validating events for the controls within the data repeater.

I have unsuccessfully tried many different attempts to set and move focus within the datarepeater controls trying to get the validating events kicked off. I am not sure where would be the best place (e.g. in drawItem? in ItemCloned?) to place the code and what it should be exactly. Here was my latest attempt:

Private Sub DataRepeater1_DrawItem(ByVal sender As Object, ByVal e As Microsoft.VisualBasic.PowerPacks.DataRepeaterItemEventArgs) _
Handles DataRepeater1.DrawItem

[Code]....

Note: I successfully handled the validating events in the data repeater caused by user input errors. However, I have the unusual situation that the data coming into my form is already bad for some of the controls. The purpose of the form is to validate the data coming in to it and from user-input.

View 3 Replies

Visual Studio Forcing Indentation?

Feb 23, 2010

I am having a problem editing VB.NET .aspx pages in Visual Studio 2008. If I edit a line that is flush against the left margin, Studio automatically indents it 4 spaces, and there is no way to undo it! I am forced to save the file with that 1 line I edited indented differently than all the other lines!

Edit: How do I turn this off?

View 1 Replies

VS 2008 - Forcing Dialog Box To Display

Feb 14, 2011

I'm calling one program from another using the shell command. When I call the second program it loads a file and then displays the details on the screen. But when it runs nothing appears to happen and it is only when the file is loaded that anything is displayed. One of the first things that happens is a Resize, so I expect the dialog box to be displayed, I have added a refresh at the start but the dialog box is still not displayed untill the file is loaded. How can I make the program display the dialog box at the start to show something is happening?

View 6 Replies

VS 2010 Forcing A Messagebox To Appear More Than Once If Needed?

Oct 24, 2009

On my emailer program ive created a messagebox to appear if any of the textboxes are empty when i clcik send, its works fine (first time) but if i leave a textbox empty for the second time and click send i get an error.[code]

View 20 Replies

VS 2010 Forcing VB To Use A Specific .net Framework?

Feb 10, 2010

I used to write code at a previous job in lots of languages, VB just one of them. At my new job I am tasked with writing code again. I have picked up VB 2010 express to get started and will move forward from there. The problem that I am facing is that 2010 uses the .net 4.0 framework. This is too new for the add-ins to support.

It follows, my question: Is there a way that VB .net 2010 can be forced to use a specific .net framework? Can I tell it to use the .net 2.0 for instance?

View 7 Replies

C# - Books With A Focus On .NET Framework And Not So Much With A Focus On The Language Used?

Jul 18, 2010

recommend a book that focuses on the .NET framework in general and isn't too language specific.

View 3 Replies

Lost Focus Event, What Control Is Getting Focus?

Mar 21, 2012

I have a textbox on a form that when it loses focus it updates other text boxes on the form. But before it updates the other textboxes I check the input value in the textbox lostfocus event if it is undesired I return focus to the the textbox and alert the the user with a msgbox. However where my problem is, is that when the cancel button is clicked I don't care what the input in the textbox is because the changes are being canceled but if the value is undesired the it keeps returning focus to the textbox instead of canceling the changes. Is there a way to see what control was clicked on before or in the lost focus event? Can't seem to figure it out tried enter and leave events but no luck!

So for example something like this...

Code:
Private Sub TextBox1_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.LostFocus
If Control that was clicked <> btnCancel then

[Code].....

View 2 Replies

Forcing Upper Case On Text Fields?

Aug 22, 2009

I have a series of text fields on a simple form (inside a group box) I would like to enforce all the text be upper case upon submission to the database. I know I can use the Ucase command. The question is implementation. How can I very efficiently force all the field values to upper case vs. say doing Ucase(TextBox1), Ucase(TextBox2).... ( I have 12 fields in this case) Is there a way to treat the text boxes as a collection and do it in one shot? Just trying to be very efficient and create clean, tight code even on such a simple thing.

View 2 Replies

PDF - Forcing Image To Take Up Entire Width Of File?

Dec 14, 2009

The following is a generated PDF with a few images. How do I force the image to take up the entire width of the pdf file?

View 1 Replies

VS 2005 - Forcing An Owner Draw Property

Oct 27, 2011

some controls(e.g. buttons/labels) dont have a drawmode property. Im looking to create buttons with rounded corners because they just look nicer :P. Now, the problem is that even when you have a custom paint event, the button just gets drawn first and the custom paint event will draw on top. Especially with rounded corners, where you see the parts of the default button in the corners. Is there a way to only execute the custom paint event / block the default paint?

View 2 Replies

VS 2008 : Forcing Program Into Windowed Mode?

Aug 11, 2009

How can I force a program that is executed though VB into windowed mode?

View 1 Replies







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