blah blah blah is here! blah blah » Close

0
votes
1 answers

Auto pop up window from task bar.

This question might be basic and I am sorry for that, as I am new to C#. I wanted to develop a program which can automatically pop up a window from task bar. I don't know if it is possible to pop up a window from task bar.

1
votes
1 answers

Creating a rectangle on a graphics window

I have no idea how to do any of this? I've written a lot of math programs in C# but I have no idea how to make a graphics window. Can someone just show me minimalist code to place a rectangle on the middle of the screen? Thank's so much!

0
votes
0 answers

C# window resize

Hi. I am beginner in C#, for creating projects I use Microsoft Visual Studio C# 2010 Express and in whole interent I haven't find working answer to my question: how can I change window size as an action after mouse click on some button? To ...

1
votes
1 answers

Displaying Child Windows

eeboy
499

I have several child windows that I need to display. To show the dialog I have been: [code] private void ButtonUsers_Click(object sender, System.Windows.RoutedEventArgs e) { //Make main window transparent this.Opacity=.6; ...

0
votes
1 answers

Program Structure

eeboy
499

I am creating an application which has a main window and several child windows. On the main window I have several buttons which launch these child windows. Each child window is tailored to manipulate data in a list. For example, there will ...

Feedback