Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




How To Dock A Form Above Windows?


hello,

I want to make my form appear over windows.
I mean that the form will "push" the windows screen down and
appear on the top of the screen.
how can I do that with my form?

for example, viavoice used this feature and old free surfing tools.

thanks.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Dock A Form Above Windows? (not On Top)
hello,

I want to make my form appear over windows.
I mean that the form will "push" the windows screen down and
appear on the top of the screen.
how can I do that with my form?

for example, viavoice used this feature and old free surfing tools.

thanks.

Dock Windows In Vb6
Hi Gurus,

It seems like a stupid question, but I'm having hard time to fix it.

I accidentally moved the Project and Properties windows from the right side of the main vb6 application window. Now I'm unable to "dock" it back there. The two windows are ready to sit on either the top or the bottom, but not on the right side. Please help.

Tia
Arun

Dock Windows To The User's Screen.
How would I dock a form to the top of the user's screen. An example of this is the Windows taskbar. I know I'd get the user's screen width and such like that but how could I move all other windows to make them viewable. To show what I mean, resize your windows taskbar. Increase the height. It moves all of the windows to a visible position. Any help would be nice. Later.

P.S. I wouldn't want to show the TOP, LEFT, and RIGHT borders of the form. Just the bottom border.

Code To Dock Windows Taskbar?
Hi, I've developed an Access app in Screen Res 1024 x 768, however user doesn't want to use this resolution all the time. I have code that auto changes her resolution up to 1024 when the database is launched, and back to 800 x 600 when it's closed.
Problem is that when this code kicks in and changes her res to 1024, the windows taskbar appears reduced in size, halfway up the screen, and needs to be manually dragged down to the bottom to dock it.

Does anyone have code that automatically restores the Taskbar to it's 0,0 position at screen bottom? I've seen little apps where the transparency of the taskbar can even be changed, so surely this is possible.

Thanks
D

How To Dock A Form To Another?
Hi r33d3r,

This might be a stupid question but I really can't find the code or how-to anywhere.

How can I make a form stick to another when I'm near that one, this feature is found is several program, example Winamp!

Dock Panels On A Form?
I have four different forms, one main one, and four other toolboxes. Is it possible to be able to dock those four other toolboxes on my main form in the left, bottom, and right?

Thanks!

How To Dock A Mdi Child Form To A Parent Form?
i want to dock a mdi child form to the side of its parent form. anyone who can help me with this?

Form Dock - Winamp Style
I have a module I found at Planet Source Code, it is a very nice window 'docking' - or snapping, like winamp does. It works very well, a form can be specified as a parent and other forms will 'stick' to it when the user moves it. BUT, I NEED this to work with MDI children and it does not. I have included the bas file, its implementation is simple:

on the form load:

DockingStart Me, True

The 'true' specifies a parent form. Then on unload:

DockingTerminate Me



Can anyone give me some idea how to tweak this to get MDI children to stick to the docking form set as a parent?

How Can I Dock SHBrowseForFolder In My Main Form?
Hey guys,

Could someone please tell me how I could keep the Explorer looking window (SHBrowseForFolder) in my main form? You know, so that it doesnt open a new browsing window but that it will always have a browsewindow open on the main form at all times. That way I can make it so that when a user clicks on a directory it will display the files in that directory in a filelist on the side. Any help would be appreciated. TIA.

5150

Dock A Form Inside A Form
Is it possible to dock a VB form inside another form?
- and how can I add scrollbar to the docked form, if possible??
-thanks

How Can I Open Child Form To Dock In A Specific Position In The Main MDI From?
I’m trying to open up a child form in the right corner of my Program. Like in word xp it has the “New Document” side bar that can be docked into place or float. How do I do this? I would be happy with getting it to dock on the right side and not move all around, but if someone knows I might as well add that on…

How Can I Dock A Form To MDI Form
Friends,

My project have MDI form with a chaild form. I want to make this child form to Dock with MDI. Same like Project explorer docked with VB design environment. Your's suggestions are appreciable.
Thanks in advance.

Dock Form On Another FORM
Hi
Does anybody know how to dock a form onto another form (not MDI)
any help, example would really be appreciated

Thank you
Sang

Dock Form To Screen, Reserve Screen Space
Dear all,

I've searched and searched all over the Internet. I've posted messages in newsgroups and only gotten responses that basically tell me how to do the opposite of what I want while also suggesting that I should want to do it their way instead of mine.

This is what I want:

I want my application to "dock" to the top of the screen. It should become reserved space so that all other windows, when maximized, will only reach the bottom of my application.

I do NOT want it to "auto-hide"
I do NOT want the user to be able to "move" or "relocate" it to a different side of the screen.
I do NOT want the user to be able to "undock" it

Every sample or answer I can find is a way to do it with all the things I said I DON'T want, and all the code I have to pick through has been confusing me. I cannot find what I need to just dock the application upon loading and leave it there until exit.

I've been playing around with the sample application called "AppBar" which I think came from MSDN or from somewhere on the Internet, but that application starts off floating and you have to dock it yourself. I cannot manage to pick out the functionality of just docking it and leaving it there.

Help, please!
Thanks.
Dan

"Dock" Form To Desktop
I need is some "simple" code that, how to say, "reserves" space to the right of the screen like for instance the ICQ contact list does, to ensure that all normal windows does not overlap.

Does anyone know how to do this? I have found huge modules that allows you to create a docking toolbar like the MS Office one that can be moved around and docked at every screen border etc. but I cannot find out how much and which code from these giant modules I should use.

Example: http://www.pscode.com/vb/scripts/Sho...22898&lngWId=1

Mac OS X Dock
Could any tell me how to make a skinnable Mac OS X style dock (a program launcher) in VB6 that works on Windows 95 and Up, buit with no trasnparancy so it'll be suppoirted on 9.x/me-Mibydock, YzDock are fgor NT based Windows-there's no equivlant with no alphablrmndin/win 2k xp onlt features disabled or not iv;ude.?

Dock
Where can I find some code for a program dock (Mac OS X type) cking toolbar?

VB Dock
How can I build a program launching Dock (at the bottom of the screen) similar to the Mac OS X Dock?

Dock
anyone have ANY code to dock a normal form window to another?
no MDI, but just normal SDI(i think) forms.

come on Gurus.. i am desperate =)

I mean dock as in docking inside the other, not attaching by form sides..

Dock Two Exe-files?
Is it possible with VB to dock two different VB-exe files, so that they for the user looks like one.

We are making an application where timing is a issue, and need to run the application in several different exe, but also have liked to dock them together.

Thanks for a speady answer..... :-)

Whats Up Dock???
I want to create an application that is a menu bar (probably buttons) right above the taskbar that is docked to that location.. it will be used to launch various exes that my company uses that i created... any ideas on how to make this docked form?

Dock A Toolbar
Can anyone tell me how to dock a toolbar?

How To DOCK A Control In Vb6.0?
Hi,

In vb.net, we can set DOCK/ANCHOR properties for a control to make it suitable to a form. But how can i do this in vb6.0?

Currently, i have a Frame1 in my Form1, and i have a datagrid1 in my Frame1.
When I resize Form1, i hope my Frame1 and datagrid1 can resize to fit into Form1.

Rgds
Grace

Forms Dock/undock
Hi..

I was just wondering if anyone could help me...

How do you create dockable windows such as for example the Project Explorer window, the Properties Window, the Form Layout Window and the Toolbox in the MS Visual Basic 6.0 IDE??

Please...really stuck here..! Thanx.

Dock And Move In Run Time
I do a ActiveX control and want to know who can I move it in run time
and how to dock one control to another in run time

Thanks a lot

How Can I Dock Toolbar In Msword.
I use word.application to run ms-word and show printpreview.
How can I dock toolbar in printpreview page. I want to see print preview only (don't do any thing except see).

Stick/Dock 2 Forms Together
Hi, any1 know how to stick 2 forms together?
kinda like how winamp & the equaliser stick together

Need A Toolbar That Can Be Dock And Float
i need a example about toolbar that can dock and float,it had better a .zip file
,i want a vb program .thanks

Trying To Dock A Window Using SubclassOCX And WM_MOVING
I am having some problems figguing out how to aling the form in this and dock it into the picture does anyone have any ideas?


Code:
Private Sub Subclass1_WndProc(Msg As Long, wParam As Long, lParam As Long, Result As Long)
On Error GoTo ERRORREPORT:
Dim lReturn As Long
Dim lStyle As Long
Dim Rec As RECT
Dim Rec2 As RECT
Dim Relative As RECT
If Msg = WM_MOVING Then
' MDIForm1.Picture1.Visible = True
lReturn = GetWindowRect(MDIForm1.Picture1.hWnd, Rec2)
lReturn = GetWindowRect(MDIForm1.hWnd, Relative)

CopyMemory Rec, ByVal lParam, Len(Rec)
Debug.Print "Left: " & Rec.Left & ", Right: " & Rec.Right & ", Top: " & Rec.Top & ", Bottom: " & Rec.Bottom & ", Side: " & wParam
Relative.Right = Rec2.Right + Relative.Left
Relative.Left = Rec2.Left + Relative.Left
Relative.Top = Rec2.Top + Relative.Top
Relative.Bottom = Rec2.Bottom + Relative.Top
Rec.Left = Relative.Left 'Relative.Left
Rec.Right = Relative.Right 'Relative.Right
Rec.Top = Relative.Top 'Relative.Top
Rec.Bottom = Relative.Bottom 'Relative.Bottom
CopyMemory ByVal lParam, Rec, Len(Rec)
' lStyle = GetWindowLong(Me.hWnd, GWL_STYLE)
' lStyle = lStyle And (Not MY_WS_DOCK)
' SetWindowLong Me.hWnd, GWL_STYLE, lStyle
' SetParent Me.hWnd, MDIForm1.Picture1.hWnd
Result = 1
Else
Result = Subclass1.CallWndProc(Msg, wParam, lParam)
debugAPIPrint Me.hWnd, Msg, wParam, lParam
End If

Exit Sub
ERRORREPORT:
Result = 0
End Sub

Dock Window Like TaskBar To Left
hi all,

How can I dock a form to the left of the screen just like the windows taskbar, so that all windows (even others that are not my applications) do not overlap on this docking form.

I have searched PSC, and found some code but with a hell lot of other functionality, I just want the damn docking part, cant seem to extract that part from the code....any one tried it before?

Thanks

Program Dock/file Manager
What code and controls is needed if I wanted to create in VB6 a?:
* Program dock (dock is Mac Os x's dock) or launcher-what code could I use to make it customizable-ie adding new buttons for launching new apps.
File manager

Windows Form Data-->web Form-->windows Form
Hi folks
I have windows form that ask the user to 'Add New customer' and the info entered by a user in this windows form will be First Name, Last name,
Address, City,State,Zip,DOB,Phone,SS,Driver’s License , Account Pswd. Now there is a URL on the windows form, upon clicking the URL i am stumped about the following two things
1- Upon clicking the URL , i want to log-in to the website, that opened on the URL click, automatically. I mean SOFTWARE should do the loging, rather than asking the user to enter user name and password by hand.
2-After signing in a webpage will open up that has same fields like windows form(the web page is also a Add New Customer page). I want this webpage to populate its fields with the data that we entered into the windows form?

Okay i have no idea how will i materialize aforementioned question number 1. Regarding the 2 , there are folks who have suggested me followign two things
i)-windows form data should be taken to the web form in a query string(i don't like this approach)
ii)-The data entered in a windows form should be stored into a database/file(preferrably in XML format), and then webpage should read the data from this file/database(I like this , however i don't know if its gud or not...i mean there could be better solutions)

So please guide me....and enlighten me with the probable solutions. I really appreciate your time and effort. Any help, comments will be highly appreciated.
Regards
Ahmed Saran

How To Make Listview Dock To Taskbar And Maximize Its Width
Hi VB experts..How will i do this? I tried changing the width property value as well as the left value but it has no effect during runtime..Anybody has an idea about it?...thanks in advance.

Passing A Value From Web Form To A Windows Form Vb6
Hi,

I have a vb6 form which has a label on it. When they click on that label it
will display the new web form and ask them to fill details. Once they fill
details it will give confirmation number. Can i pass this confirmation number
back to windows form and display it using Message box?

please let me know

Thanks,
Sridhar.

How To Dock Properties Window Below The Project Window?
At the moment, in my VB 6.0 IDE, the Properties window just floats. I can get it to dock to the left of the Project window but not below the Project window.

Form On Top Of All Other Windows
How to you make a from stay on top of all other windows

Web From Windows Form
Is there anyway to read a textfile into a string from the internet? I have textfiles that I want read (using the windows form, NOT a browser-based form) that are on a remote disk that is accessed using a line like:

http://myserverthingy.com/textfile.txt

Will the regular code work with this as the path?

Want To Keep A VB Form On Top Of Other Windows...
Hi there,

I hope someone can help me with this.

I've created a simple ticker with info scrolling across it. Problem i have is that when the user opens any other windows, it falls into the background. Is there a way to have the form on top permanently? i don't mind it covering the title bar of any other windows, just as long as the ticker is visible.

I'm sure there will be a simple answer to this, so i hope someone shed some light on this...

Much appreciated,

James

Windows Form Look
Hello,
I was wondering if there is anyway i could change the appearance of the windows form. there has to be a way to give it a different look and i dont mean changing the colors and fonts. Any inputs will be highly appreciated.
Thanks,
Joel.

Windows Form Immovable
hi!

i want a my window form be immovable, it´s posible,and how?

Get Vb Form To Open With Windows
hi there...I was wondering if someone could please help me with my problem. i have created a form and i wish it to open at th start of windows...but so far have been unable to do so...any help would be greatly appreciated...

Child Windows On Top In MDI Form
How can i have one child window always in front of the other, also when the other is active, i tried setwindowpos but it didn't work?

Thanks in advance

Form Always On Top Disrupts Other Windows
Iam developing a LAN management apps for internet cafes and network gaming shops which is about to be finished. Iam suppose to send a notification to individual clients when their time is about to expire or has expired. I have accomplished this but I have noticed some problems when the client is running games. The approach is to pop up a window (a form) showing the message, make it on top using SetWindowsPosition API for a few seconds, then unload it automatically. But when games using DirectX are being played, the game minimizes after my form is loaded. When games using OpenGL are being played, my form could not maintain being on top at all and disappears from the screen just as soon as it loads. Can anybody explain whats going on? Or better yet, can anyone help me work-around this problem?

How To Make A Form Always Be On Top Of Other Windows
I can't seem to find a property of a Form that will make it be always on top of other windows. Can anybody help?

Windows Explorer Within My Form.... Possible??
Hi,

Is there a windows explorer control like internet explorer control?
What i need is to display a Folder in my Form with all Windows Explorer Functions if possible...
I dont want to open a new Explorer Window because i want to control the ZOrder an Size of the Window.

Thanx

Stefan

Webpage In A Windows Form
I need help finding or making a code to open a web page in my application with out opening it's own widow , I want the web page to open in a text box type area on the form. I used the Microsoft web browser object. But after that i am at a loss as how to get the web page into it when i click on a button.
Some help would be great
I am making this program for work ....... But don't have a clue as to what i am doing
Thanks

MDI Form No Child Windows
How do I make out the state when there are no MDIChild windows open inside my main MDI form?

Windows Re-sizes My Form!
I am trying to make a label printing app, with the label layout on a form.

Because the label sheet is A4 (US Letter), the form is made bigger than the screen.

When I run my app windows re-sizes the form to screen size and the labels are cut off.

Is there any way to stop this?

Form Refresh In Windows XP
Hello,

I am working with a VB program that for some reason, in Windows XP, and NT environments, will work fine for a few minutes, but then stop refreshing itself. The program works fine in this respect on a Windows 98 machine. If on Windows XP, I set the compatibility mode to Windows 95/98, the program will refresh itself again. The program is automated, that is, you start the program, and it gathers some data and then ends. There is no user interaction other than starting the program. I have been told that there is a setting in the registry that can be changed to correct this. Does anyone either know what the registry setting is, or even why Windows XP treats the program this way? I don't want to have to use compatibility mode unless absolutely necessary.

Thanks!

Copyright © 2005-08 www.BigResource.com, All rights reserved