blah blah blah is here! blah blah » Close

0
votes
2 answers

Activating/Showing/Hiding Window Forms

I am sorry to ask such a seemingly abcd question but I have been trying in vain to hide/show forms. Also my main menu is made up of two forms, a main menu form is a central window, devoid of title bar, minimize, maximize and is mostly comm ...

0
votes
1 answers

C# Windows Form Application Errors?

Hello. I get these errors when trying to make a application in Program.cs: [code]Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());[/code] 1st Line Error: "Ena ...

0
votes
1 answers

how to activate a form

i have program with two form. how can i activate the second form from the main form by clicking a button? thx

0
votes
1 answers

sp.net c# search function? add friend function? help!

I need to create something which is like an Add friend function in my website which works like this: 1) User types in name of the person he wants to search in the search field and clicks enter 2) on the same page, the search result will c ...

0
votes
2 answers

Form does not load

Hi all, I am creating a Windows Application in C#. I created the form and also have a Main method as an entry point. But as soon as I run the project, only what is in the main gets executed and the result is displayed in the output w ...

Feedback