blah blah blah is here! blah blah » Close

1
votes
2 answers

Creating a dynamic page without calling the page just the parameter

I wish to create like a sub-folder to the site that each sub-folder represent is checked with the database and if found loads the page "www.debugging.com/center.aspx?id=test" but with different content. For Example: Collapse ...

0
votes
1 answers

Type Casting with Inherited class

I have to class that Inherit from the same base class. The base class is set in the Master-Page and from the content forms I Initialize it using either with Class Default or Home. Both of these have methods to load data. In order to use th ...

0
votes
1 answers

Globalization/ MultiLanguage/Localize in C# 3.5 Application

I have a multiple form/userControl windows application being coded with c# 3.5 on Visual Studio 2008. I wish to create one resource file with all the text for the labels, titles and Buttons inside. when I am finished with the English versio ...

0
votes
1 answers

Tabs with forms?

Could I create a form with the tabControl and each tab will be rendered from a form/userControl or something like that? I wish to design the application using tabs instead of multiple forms floating around the screen but I wish that the co ...

0
votes
1 answers

Windows DataGridview and a Dataset

I have a database the I am creating a control management system as a windows application. I created a DataGridView to enter Information to the dataset and then use the dataset to upload to the sql database. How can I do it. Copy informati ...

0
votes
1 answers

Shopping Site DB Help

I have a software project from school and I am developing a shopping cart. In my db i have different types of products, DVDs, Books, Audio Cds, etc how should I create the structure to create the best possible order part of the db. tblB ...

0
votes
1 answers

Combo Box

I have an option Form and in this I have designed a combo box with the following data: 15 min 30 min 1 hr I wish that when the option form is loaded it reads Properties.Settings.Default.frq and if it finds "15 min" then in th ...

0
votes
1 answers

Form Boarder Style

I have a program that I am wish to share with my friends. I wish that I make an option to change the form boarder from FixedSingle to None Since few wanted to be FixedSingle and others wanted it to be none. How can I do this and saving th ...

0
votes
1 answers

Changing the Close "X" Event

I have this program that when I press the X button at the top of the screen (In Normal application close the program) I wish to change the opacity. how to do it please? I am trying to find some us full code. Thanks very much in advance to y ...

0
votes
1 answers

Form Starting Possition

I have a form with the following sizes 256, 580. I want it that when running it will be displayed at the right of the screen how do I do it? this is the command that I found but there is no option like right: this.StartPosition = System.W ...

0
votes
1 answers

DATE as Monday, Tuesday not number

I need to see what is the day from my system time. // Get current date and time DateTime dt = DateTime.Now; // Get year, month, and day int year = dt.Year; int month = dt.Mont ...

0
votes
1 answers

Need to open another form and a menu

I wish that when I click on the icon in the notification area a men is display with some options. below is the code and there is a comment of were I think the command should come and what I need. using System; using System.Collections.Ge ...

0
votes
1 answers

Read system time

I need a command so I could get the local system time to I could trigger en event according to the time. Can some one give me a good code to get my local system time. If I could separate the hours from the minutes it would be better but to ...

0
votes
1 answers

if statment in a timer

I have created a timer. I Created this time to add the code to check the time. When the time is between 6 am till 6 pm it will run the code. this.visible = true; How to create the code to check the time from the users system time. and to ru ...

0
votes
1 answers

Need to do a GUI Program

I need to design a program that runs in the system tray. And every hour it opens a window with a given dimension and displays the message pre set according to the time.

Feedback