|
Hi,
My question is about nHibernate, or any other ORM for .net that can do what I am looking for : for my web developements, I use Django Framework; the admin pages are automatically generated, so that you can do the CRUD operations through a GUI -- web...
Started by Peyman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are a couple of scaffolding tools for asp.net mvc but I don't think none of them can be compared with Grails scaffolding capabilities: http://www.grails.org/Scaffolding
http://sharparchitecture.net/ http://www.twinforms.com/products/mvcscaffold/... .
|
|
So I've been thinking of going for Microsoft certification and I have to make a choice (for now) between Windows Forms and WPF for developing Windows applications. I have had good exposure to Windows Forms but never tried WPF before. Furthermore, most...
Started by Firas Assaad on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A-new-gui-is-wpf-the-preferred-choice-over-windows-forms
http://stackoverflow.com/questions/76522/should-my-c-net-team-migrate-to-windows-presentation-foundation
http://stackoverflow.com/questions/4347/where-is-a-good-place-to-start....
|
|
I have an application with one main window. In the window, you click on a button that spawns other windows. I was wondering if anybody knew how to keep these spawned windows within the original window and not let it be able to be dragged out of it?
Answer Snippets (Read the full thread at stackoverflow):
If you are using C# have a look at
Introduction....
To add a form to the MDI parent, just set was designed to do: have a container Form that manages zero or more child Forms.
To true in the properties window for the main form.
|
Ask your Facebook Friends
|
How to validate my windows forms in C#
Started by gokul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How to: Display Error Icons for Form Validation with the Windows Forms ErrorProvider Component
Extending Windows Forms with a Custom Validation Component Library
Validating TextBox
Link
checking....
form controls.
|
|
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 Jason on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Right....
Step 2: Add a n ew form to the project.
Give the project a name and location > OK.
So use a form; Windows Application.
If you use any form of MVC or MVP this problem would not arise.
To open and close forms.
|
|
Hello,
What is the difference between GTK# and windows forms? Are they totally different?
Thanks
Started by Josh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If your application will run under different OS' (like linux, ... .
If your application only runs on windows, in most cases you should use WinForms.
GTK has been developed for Gimp and is an approach for a multi os gui toolkit .
For windows.
|
|
Hello, I have a c# application that runs as a windows service controlling socket connections and other things. Also, there is another windows forms application to control and configure this service (systray with start, stop, show form with configuration...
Started by andrecarlucci on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If you should not couple forms and services, which I agree I guess because everyone said not too, how do you configure your ....
The main window and run it Application::Run(gcnew TMainForm()); } return 0; }
The main problems this question.
|
|
What is the best way to display and print XPS files in a Windows Forms application?
Started by Michael Damatov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would just drop a WebBrowser control on the form and navigate to the XPS file then call the Print.
|
|
Is there an Open Source Free Graph Control for Windows Forms .NET 2.0?
Started by Imesh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I would recommend nPlot
Thank you Jorge Villuendas and bioskope!! .
You can generate various types of graphs that look very professional .
I have been using ZedGraph for a while.
|
|
Is there a way to enable smooth scroll for ListBox class in Windows Forms framework? (I'm using C# and .NET framework 2.0).
Started by Paolo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Fredrik Bornander wrote same control, but this control writted according to windows mobile.
It might be able to give you new ideas.
But i think you can easy migrate your windows forms projects.
|