Disable An Entire Form?
Apr 25, 2009
I need to disable every control on my Form so that the user can not click or press any key that will change values of listboxes and other controls on the form. I need to be able to lock the whole Form like this because as part of the project I have to print the form 3times with 3 different colors and the only way I've been able to get it to work is with a timer. So for about 3 seconds the form is changing colors and printing itself, so in between that time the user could accidantely click something and change a value on the form when all three prints should be of the same form, only difference is in the color.I can't use disable as that will make all the controls look faded and messed up, I need a clean way to prevent anything from being changed.
View 39 Replies
ADVERTISEMENT
Apr 17, 2010
Ever since upgrading to Visual Studio 2010, I'm running into an issue where the first web request of any type (WebRequest, WebClient, etc.) hangs for about 20 seconds before completing. Subsequent calls work quickly. I've narrowed down the problem to a proxy issue.If I manually disable proxy settings, I don't experience this delay:
Dim wrq As WebRequest = WebRequest.Create(Url)
wrq.Proxy = Nothing
What's strange is that there are no proxy settings enabled on this machine in Internet Options. What I'm wondering is if there is a way to disable proxy settings for my entire project in one shot without explicitly disabling as above for every web object.
The main reason I want to be able to do this is that I'm trying to use an API [URL] which uses web requests, but does not provide any way to manually disable proxy settings.I have found some information suggesting that I need to add some proxy information to the app.config file, but I get errors building my program if I make an edits to that file.
View 2 Replies
Apr 12, 2009
I have another question (and anticipate that I will have about two more before I'm done with my class project). Here is my issue (and I'll copy and paste my code for clarification). I need to link up the control from the form on either side of the current form that I'm working on so that if I click on the buttons that I'm titling previous and next that I can click on the proper button and either go directly to the previous form or the next form. I was successful in doing this for two earlier forms on this project (with some direction from a couple of helpful people on this forum before), but for some reason, no matter what I details I use the controls do not connect to the previous and next forms.
Option Explicit On
Option Strict On
Option Infer Off
[code]....
View 4 Replies
Jun 4, 2009
I'm trying to make my form nearly transparent when the mouse is not inside the form by changing the opacity.I'm having trouble because if the mouse is moved quickly, I can't get its position accurately. when the mouse is moved into a control, it's considered to have left the form. Is there an easy way to do this that I might be missing?
View 6 Replies
Jan 15, 2009
I have a user who wants to print the form that is on the screen(the entire form not just the data) on the click of a button, is there a quick and easy way to capture it and print it. Kind of like a screen shot? I suggested that they could just do alt/printscreen and capture the form that way and print it but they want it all to be done from a print button for them.
View 14 Replies
Sep 11, 2011
I have a program and wish to generalise its appearance at startup on different machines. This worked OK until I moved it onto a Windows 7 unit with a 22" screen. The front page covers less than 2/3 of the screen. I know I've asked the system for 'working area' but could not find a reference to the entire screen which other applications seem able to use. How can I catch up with them? The code is from VB in VS2005. Is this my limitation?
[Code]...
View 4 Replies
Oct 23, 2009
I'm not sure if I stated that right in the topic, but I was wondering if anyone knows how I could make a textbox take up 100% of the form.
View 2 Replies
Feb 10, 2010
So I am making kinda of wizard, with options and a next buttons all in the same form but using hide and show.I have 3 of them. How can I make variables accessible to the entire form?
View 5 Replies
Aug 24, 2009
How to make main form large: entire workspace less 10% margins on each side using vb.net.
View 2 Replies
Jul 23, 2009
My form contains lots and lots regular expression and other things in one button. whch when pressed takes some time to process.. so the form kind of gets stucked while the processing is bieng done.is there any coding for which it diables the entire form until the process is completed? like disabling the entire form and showing a text "please wait ... processing data" so user can not use other buttons or features at the same time or it might get crashed.
View 5 Replies
Nov 15, 2011
I am using Visual Studio 2010..I have multiple forms and when I hit close button(red X, top-right) from any form, i want the project to close entirely.Now when I do this, this does not happen by default. I always have to click on the 'stop' button in VS for it to close.
View 6 Replies
Jul 24, 2008
how I would be able to print the entire portion of the screen which the form occupies,Basically, my problem lies in that the way I print now will properly print the form's buttons/labels/textboxes etc. But it will not print the WebComponent AxChartspace that I have added to it. So basically my form is partially blank.
View 14 Replies
May 14, 2010
How can I disable the parent form when I call a child form?This code doesn't disable the parent form like I thought it would:
frmChild.ShowDialog()
View 2 Replies
Mar 15, 2012
my application have a main form. i have set the isMDIcontainer to true on the form properties. How do i set other forms to child form of the parent. i need to do this because the other forms start position is CenterParent.but as it is now when i run the program the other forms start position is not the parent form centre.Secondly, how do i disable the parent form when a child form is on display. so that user cannot click on the parent form until the child form is closed.
View 1 Replies
Dec 22, 2011
I am confused what will happen, when I disable a timer. Will it finish the process and then disable or will it immediately disable without completing process? for example
[Code]....
I want to run getMessage from somewhere else, so I need to disable timer during that time to be asured not to override anything and also before timer disable it should complete that function code.
View 3 Replies
Jan 15, 2012
I'm new in vb.net. enable and disable form using MDI
View 1 Replies
Jul 29, 2009
on one of my form, if user press a button then it sync data with another database and it takes time. i show a hidden group box on form which show progress bar of processing. during this process i want to disable all the controls of the form so that user not able to do anything form until process if finished.because most control on the form has validation and if i do me.enabled = false, it disable the control but still use can click on any of text box and then depending on validation event get fired.in a nutshell, want to disable any kind of activity on form.
View 16 Replies
Feb 27, 2009
I need to disable keys using a form, when pressing a button, searching in the forum, I found this:
If (e.Alt = True) Then
If (e.KeyData = Keys.F4) Then
e.Handled = True
End If
End If
but I can't get it to work, is there a way to disable keys?I need to disable a, s, d , f keys?
View 4 Replies
May 26, 2009
This is a simple question, I am VB beginner. I was just wondering how I can disable the Delete Key on a form. Its simple question. I just want it completely disabled, preferably when the form is loaded.
View 4 Replies
Feb 12, 2009
how to disable the form border, and just have 1 button when your form loads i put a button on my form and i changed the background image but i can still see the border i know how to remove the controls on the form but i wanna see just a picture like bellow..
as you can see the form doesnt have any borders and that is what it loads when you click on the program.
View 2 Replies
Aug 16, 2009
I have a login form that opens during MDI form load event. What I want is during login process i want the MDI frm Menu strip to be disabled and can only be enbaled after succesful login. The login form is base on a table that I created with username and password and is working find. The only problem is i cannot disable the MDI menustrip from the login form. here is my code in login form that process the disabling of the menustrip1 from the MDI form
mainfrm.menustrip1.enable = false
View 4 Replies
Mar 26, 2009
I have been searching everywhere for code that will disable the Alt + Tab key press,
I am making a Lock PC program as a little project but I cannot find any way of disabling them.
I am using vb.net (Visual Basic 2008 Express)
View 2 Replies
Jun 8, 2005
Can we disable the close button on a form ? I can remove the minimize/maximize, but cant find anyway to disable the close button.
View 11 Replies
Oct 30, 2011
After maximizing a form, if I drag the title bar, the form moves out of position. This seems to be normal in windows, since IE does it also, but can I disable this? so the form stays fixed and unmovable?
View 1 Replies
Jan 19, 2012
My question is i have a table called tblLogin and it has Username and Password and Usertype in it Admin, Normal in usertype. How can i get when the user logs in as admin it shows cmsAdmin and if not admin they are normal it disables cmsAdmin this is the code i currently use for my login system.
[Code].....
View 1 Replies
Jan 8, 2012
I need to disable the form's context menu, when you right click on a form's caption bar a context menu appear.
View 5 Replies
Jun 21, 2010
I had a form (says form A)with control on it, 2 buttons with text "View Process Flow"(Button1) and "Manual trigger Process"(Button2). Both button will load and shows Form A in Panel1 in Form1, but button1 will let user to see the action but block them on clicking on it, button2 will let User see and clickon the control.
In other software, I can use a transparency button or form block User by acess formA(so, they can see,but not click), But VB2008 transparentcy option kind of idiot(Or i dont know how to use it?)seem it just change the control back color to parent's backcolor(totaly useless, and the "tranparen key" as well)
I cant disable control cause it will stop the animation, only ways i can think off is add in a IF statement in every button, so it will do nothing when viewing = true.
View 4 Replies
Dec 3, 2009
Problem: Form hasn't fully initialize but shortcut keys can be usedDetails: Launch an mdi child with database access retrieving data, and user is already using the shortcut keys while the data is still been retrieve which results to error since object hasn't fully initialize yet.
Goal: Hinder user from using shortcut keys by disabling the keys at initialization then enabling it after all objects are good to go.
Another Situation is:A form with a gridview and a button.I got a hotkey that when press, handles a gridview getfocus event.
The problem is that the gridview is still making its instance and when press the hotkey, it activates the getfocus property of that gridview(which is still creating its instance).
View 10 Replies
Mar 25, 2008
I am attempting to disable the close button "X" in the controlbox of a form and keep the maximize and minimize buttons. There does not appear to be a way to accomplish this with conventional VB code or using the Form's Properties.
So I ventured into the realm of API's.
I declared the following API Calls and Constants:
Declare Function GetSystemMenu Lib "user32" Alias "GetSystemMenu" _
(ByVal hwnd As Long, ByVal bRevert As Long) As Long
Declare Function EnableMenuItem Lib "user32" Alias "EnableMenuItem" _
[Code].....
View 7 Replies
Oct 29, 2009
I have a form that the user must enter some important information and the only way of leaving of that form is to enter the correct info. By mistake I close that form from the X on the upper right side realizing that my code restrictions on that form was not enough. How can I disable close (X) of that form? I checked the form properties but I couldn't find anything about that just to disable maximize and minimize.
View 7 Replies