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




How To Set The Form StartFormposition In Windows??


Hi All,
My question is simply....

How to set the Form startFormposition in windows??

Please give the guide and some coding..:P




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
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

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.

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

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.

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.

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!

How To Keep The Form Always On The Right Side Of The Windows?
how to keep the form always on the right side of the windows?
help please



Edited by - wtkm on 7/20/2007 2:23:40 AM

Login For Windows Form
Hello I'm brand new to VB an .NET.
I'm trying to get my feet wet by diving right in and I've hit a snag. My question is how would one place a login windows form in front of another windows form which is attached to an ACCESS database?

Key Form AND Modal Windows On Top
Here's my problem:

I've got a frmMain that I'd like to remain on top. From previous posts, I've learned how to keep this window on top of all others. However, at various points, this form launches various modal "response-type" windows, using the standard code: "frmResponse.show vbModal, me". The problem is that these forms don't show up. If I set the main window not be be on top, then launch form, the new form is visible, but I lose the effect of keeping the application on top of other applications. I don't want to use MDI windows if I can help it.

Is there a solution to this?

Many thanks in advance!

Cheers!

Windows XP Keeps Changing My Form Colors..
Hi, I am new to this forum, and already tried the search feature to find my solution, but no sucess.

Anyways, I have a problem. My XP Color Scheme is blue. Well, I designed my app, and set it to what I want to look like. It looks good. Problem is, if a user has a different color scheme set, it looks bad. You can't read the buttons, the images I used don't match the form color anymore....It's horrible. I would like to know if there is some sort of VB code or some property to make the app stay the same color no matter what color scheme they have. Any suggestions?

Thanks!

-Jud

Form Resize To Windows Screen Rez
How do you make the form resize to fill the screen rez of the background? like say the windows background rez is 800x600 and the form is bigger like 1024x*** (i forget what it is) to make it so it shrinks and that every item on the form is in the right place and not all messed up?

Multiple DDRAW Windows On A Form
I want to have 3 DirectDraw Pic Boxes on a form. I have one right now, how do I implement the other ones?

Thanks

How To Find PID Or The Windows Handle Of A Form?
I have a module which can terminate a process given the Process ID or windows handle but how do I find those out (using code), plus processes running in the background won't have a windows handle will they?

Another question what is a windows handle and is it always the same or does it change along with the PID every reboot?

Need Help Keeping Borderless Form Behind All Other Windows
hi, firstly im not good with techno babble so i need english answers lol.

i have a borderless border that i am using as a replacement shell for windows xp. I have my shell doing everything i want n it all works perfectly. The only problem is getting it to act in the way of a desktop shell. I can't get it to stay behind other windows and apps. if i accidentally click on my desktop form, apps and windows dissapear behind it and cant be used lol. I really would appreciate it if someone could give me an english and understandable answer to this. I know it can be done as i have done it in the past but unfortunatly can no longer remember the procedure or code lol.



thx

chris.

Minimize A Form To The Windows Taskbar
I followed the advise posted by Ivan F Moala in this forum:
http://www.xtremevbtalk.com/showthread.php?t=139435
This code worked for me but I have a question for any api buffs out there. Can I modify this code to minimze my custom userform to the windows taskbar, instead of the bottom of the excel window? I'm on XP, Any help is appreciated

-ON

Add A Menu To A Windows Form Programmatically
I followed the guidelines in MSDN as followings but the compiler complained not recognising type MainMenu() or MainMenu. Please advise and thx.

Add code within the method similar to the following to create an instance of the MainMenu component:
' Visual Basic
Dim mnuFileMenu as New MainMenu()
Me.Menu = mnuFileMenu

Pop Up Windows Stay Behind Main Form?
Hi Guys,

I wonder if anyone can help me,

I have a single form with some command buttons, when you click the command buttons they save and back up files, but say the files are in the backup location already, a small box pops to say the file exists overwright yes/no?

The problem I have is these little pop ups stay behind the form instead of being on the top, since VB generates these pop ups im not sure how to tell them to stay on top of the open form.

Any assistance is appreciated.

Regards
Colin

Windows File Download Form
hi all.
I would like to put several links on a website (as active desktop) which points to different .exe's files.
Whenever I click on each link, I get this 'File download' form, asking me if I want "to run this program from its current location" or "Save this program to disk".
How do I bypass this form and go straight to the .exe (executing the executable).

THanks all.

Form Load When Windows Atarts
hi everyone!
i'd like to know how can i get to load a form automatically when windows starts... i don't even have a clue about it...
... any suggestions?
thanks in advance >>> damkauf

SendCode To Dos Windows/ Resize Form
There was a question from someone wanting to know how to open a dos windows and send data to it. Also there was a question on having a scrollable form. I found sample code for these two problems at:
http://www.coderoom.com/system/system3.html (for the write to dos code)

http://www.coderoom.com/forms/forms8.htmll (for the scrollable form).

Hope this helps someone.

Phillip

...And on that day, Lister, Satan will be ice skating to work.... Rimmer, Red Dwarf

A VB6 Form Not Showing In Windows 2000
I have created an application in VB6 w/SP4 installed that connects to a database and is used to display data information from that DataBase(DB). The DB is in Access 97 format. I have created a logon screen as the first window that the user interfaces with. This screen contains a DBCombo box, that holds the user names, and a TxtBox that verifies the users enrypted password. The "OK" button goes and verifies the users entered data and returns with a Boolean answer. Obviously "IF True", then the program continues to load.

When the user has been ok'd to continue the Logon window is to ".hide" and the main window is to ".show". This has and continues to work under Win95/98/NT however, something strange happens in Windows 2K.

The verification of user name and password happens, and the Logon window dissapears, however the main form does not appear. The only way that I know that the program has not crashed is that I can see it in the task manager, and it shows up in the Processes as well.

Can anyone give me a clue as to why this might be happening? Any help would be greatly appreciated, thank you.

MDI Form && Adding Microsoft Windows!
IS there a way to add a microsoft window to my MDI Form? I want to add a game to my window (Example: Maddens Football)? Any Information will be Greatly Appreciated!

How Do I Make A New Form Load In Windows App?
Hi, Im new to vs.net, using vb.net....

I have form1, and it has a button...the on click even I want it to load form 2, what is the correct syntax?

Thanks,

-JBD

Making Form Stay Under All Other Windows.
Hi,
How do I have a form stay on the bottom of all other windows (other programs and other forms in my program), like, not cover other windows when it gains focus?

Printing A Windows Form Landscape
I wants to find out a way to Print my Windows Form in Visual Basic 6.0 Landscape in To Right Yop Corner of the paper. If any knows get me a solution soon as possible

Windows Task Bar Hidden By Form
When I start my compiled app, the main form (same size as the full screen) stays on top of the Windows task bar hiding it completely (I've checked that other programs e.g. MS Word behave properly allowing the task bar to stay on top). However this isn't happening when running it form the IDE.

The form's properties are:

Style = Fixed Single
Control Box =True
Min Button = True
Max Button = False

So what could I be doing wrong or failing to do?

Move Form Without Windows Skin??
I have a program, CELamp, and it is basically an empty form without the windows minimize, maximize, and close buttons and i need to know how to move it across the screen. I have made my own toolbar at the top and there is a spot that is set for moving, i just can't figure out how to do it.

Windows Media Player And Form...
How it is possible to change the sizes of the form if sizes of MediaPlayer vary?

Making A Form Like The Windows Taskbar
I want to make a form that looks and behaves like the Windows Task bar or the MS Office Toolbar. I don't know how to make it so other applications will not use that screen space like the Taskbar does.

Suggestions?

Preventing Windows Form Shutting Down
Is there a way to prevent windows from shutting down or restarting with vb?
(For example, I made a program that people nee dto log into and I dont want them to reboot if they havnt logged off)

Seeing The Entire Form When Running From Windows
I have a Visual Basic program which has been installed. My form is okay when I run it from VB. But when I run it from Start/All Programs/My Prog the form is too big. I can't see the command bar at the bottom of the screen and the navigation buttons below that. (This is a design pulled from the Data Form Wizard programs.)

I specified:

StartUpPosition - Windows default
WindowState - Maximized

(the same for both situations as both are running the same program.)

In the Start/All program/My prog execution I have to move the form up by clicking and pushing up on the top border just to see the bottom and then I can't see the stuff at the top. When I run it from Visual Basic it's okay. How can I correct this?

Robert

How Do I Gat Windows Media Playerto Wor In A Form ?
how do i gat Windows Media Playerto wor in a form ?


             

FTP Connetion Form Unix To Windows
heloo.....

i have tables and files in unix server and i want to transfer that table to windows through visual basic(FTP).currently i am transfering that table through cuteftp.but i want to do that task by visual basic as it is daily process.so please any one can suggest code for this ?

wating for u valuable reply.......

Getting Values Form The Windows Registry
Hello,

how to get a value form windows registry by using VBA in Access

Thanks

How Can I Hide A Datagrid Column In A Windows Form
I want to hide a datagridcolumn, but I don't know how??
Can someone help me on this question??

greetz

Windows Media Player In Access Form
When I click on a button or on the Windows Media Player itself in an Access 2003 form, I'd like to start at a certain position of a mp3 track. Let's say I have a table with two fields:
1. Name of the mp3 file (d:mp3 rack1.mp3)
2. Position (35)

How do I get this to work in an Access form?

I have it working in an Excel 2003 userform:
frmPlayer.WindowsMediaPlayer1.URL = "d:mp3 rack1.mp3"
frmPlayer.WindowsMediaPlayer1.Controls.currentPosition = 35

In Access it will not show me the 'url' and 'currentposition' properties.

Select The Run Command Form The Windows Menu
I want to Select the Run command from the Start menu so that I can load....

Net send (Username) "Hello"

How do I do this? or do I use a Shell

Cheers

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