Omgili - forum search, search forums  
  

Discussions about windows form

Displaying 1 - 10 out of 148,209 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I have a need to close a parent form from within child form from a Windows application. What would be the best way to do this?
Started by on , 8 posts by 8 people.  
You need to do it asynchronously, for example you can ... .
So it's not a good idea.
Step 2: Add a n ew formWhen you close form in WinForms it disposes all of it's children.
Give the project a name and location > OK.
Windows Application.
I have a a .NET 3.5 windows form which I'd like to embed into another form. Is there a quick way to turn that form into a control? Thanks
Started by on , 4 posts by 4 people.  
There's also a way to embed a form in a control: Here's the code in VB: Public Shared Sub ShowFormInControl(ByRef ctl As Control, ByRef frm....
Change the form to inherit from UserControl instead of Form, then fix any compile errors.
Like Master pages in ASP.NET, do we have any similar concept for Windows Form application. So that I dont have to repeat the same portion of form (Header and footer) many times through out the application.
Started by on , 6 posts by 6 people.  
Once the "Master" form is built that, if you're in VS.Net 2008,....
Have to do is to create your "Master" form, add in all the UI you want, the default buttons, etc that I can implement them in the actual form that I'm then building.
Ask your Facebook Friends
I want to open Multiple Instance of a single from , and running simultaneously , independent of each other. is it possible in .net windows Form application , if yes how can I achieve it. Basically I want to make a chat Application using "**.net windows...
Started by on , 5 posts by 5 people.  
Make Sure, you are not showing form as dialog means Form3 objForm = new Form3(); objForm.ShowDialog(); in this condition, ....
This approach where every window was an instance of a Form Template, all shared the ability to shut down.
Windows Forms application: MainForm.cs - Windows Form Settings.settings - Settings class with an entry named "Test" Auxiliary.cs I can access the "Test" setting in my Settings.settings class within my MainForm.cs file just fine: Settings.Default.Test ...
Started by on , 3 posts by 3 people.  
So try by prepending Settings with the namespacename like this: String test = ApplicationName.Properties.Settings.Default.Test; Or place a using statement at the... .
Visual Studio places the Settings in the ApplicationName .Properties namespace by default .
Is there a correct way in Windows Forms to flash a titlebar without having to drop to P/Invoking FlashWindow? I'm using .NET 2.0 for compatibility and size reasons, so maybe I just missed the method because it's in newer versions of the .NET framework...
Started by on , 5 posts by 5 people.  
The form must be visible: System.Windows.Form.Activate() Activating a form brings it to the front if this is the active application: The .Activate() method,....
Or it flashes the window caption if this is not the active application.
My app is expanding, but the reqs dictate that there should be only one window open at all times, think of Nodepad where there is a menu, with each menu item different functionality but only one window open at all times as opposed to Excel where a user...
Started by on , 4 posts by 4 people.  
Are "one window - multiple functionallity" I would certainly go for a composable UI style of development.
Is there a way to set the StartPosition of a Windows Forms form using code? It seems whatever I try results in the StartPostion being the default. Here is what I am doing in the form to display: public DealsForm() { InitializeComponent(); this.StartPosition...
Started by on , 8 posts by 7 people.  
Read this (Microsoft Connect Customer Feedback): Windows Form StartPosition property only works for .ShowDialog method and not for .Show method Customer: "Windows Form StartPosition only works be already too....
Are not insane.
Hi, How can i Update /Get values in windows form while moving one form to other form(like cookies)? i need to update the values to some variable and again i am going to refer stored values and need to do some calculations. i have used Cookies in ASP.Net...
Started by on , 4 posts by 4 people.  
To access data declared in another form, use that form name with the variable: form1.x = 7 Another....
Public x as double If it is declared in a module, you can access it with the variable name only .
In a global module or in any form.
I have a Windows Form (C# .NET 3.5) with a number of buttons and other controls on it, all assigned to a topmost Panel which spans the whole Form. Eg the hierarchy is: Form -> Panel -> other Controls. As soon as i assign a BackgroundImage to the...
Started by on , 3 posts by 3 people.  
This will enable the double buffer on the form".
To be either 'center' or 'streach' to increase performance.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
Windows Forms    redirect to another form in windows application using c    how to redirect to another form in windows application using C    "Programming Microsoft Windows Forms" rapidshare    c adding right-click popup menu to windows form   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost