![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jan 2008
Posts: 9
Rep Power: 0
![]() |
Force VB Application to bottom....???
Anyway to make a VB app sit on the bottom. For example if I clicked on it, it wouldn't overlap my other open program.
I want to do this because it shows information about a program that hovers over it... (winamp) ... but when i click on it on accident, I don't want it to show over winamp, I'd like winamp to stay ontop. anyway to do that? |
|
|
|
|
|
#2 |
|
Cookies!
|
Re: Force VB Application to bottom....???
Sounds like a cool program. I understand, your program knows where winamp is located. You could make a big transparent hole where winamp is located, so it is on top, but still shows winamp.
Good luck ![]()
__________________
http://www.thedesignforums.com |
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,435
Rep Power: 8
![]() |
Re: Force VB Application to bottom....???
But then you'd have to forward clicks on your program to Winamp. Starts getting complicated.
A bit of Googling found this: FormName.ZOrder 1 Stick that in your Form Activation method, and possibly a couple other methods. Obviously, change FormName. Should sort things out. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PC application with bluetooth | urip | Java | 5 | Feb 13th, 2008 12:15 PM |
| Deploy VB Application | praveensamra | Visual Basic .NET | 8 | Jan 18th, 2008 6:10 AM |
| Force footer to bottom of page | Obtruse_Man4 | HTML / XHTML / CSS | 145 | Nov 13th, 2005 2:02 PM |
| creating an application that stands between the browser and the serve | ronias | Visual Basic | 5 | Oct 30th, 2005 4:22 PM |
| "Not Responding" Message in Windows Form Application | G_Zola | C# | 1 | Apr 29th, 2005 10:15 AM |