Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am in my first year of programming and I was assigned to create a GUI using software such as Dreamweaver, VB, ect. I was hoping to get some input on how to go about this project, without learning a boat load of code or a software I am unfamiliar with.
I am familiar with DW and VB, but not really sure how to create a GUI using VB. I have heard of a designer feature in VB.
If you are using anything after Visual Basic 6 & are programming for Windows, Visual Studio comes with one. Should be File->New->New Project->Visual Basic->Windows->Windows Form Application or similar depending on the edition & settings of Visual Studio (The 'form' is the relevant part)
If you are a student, you can get Visual Studio Professional at DreamSpark. If not, you can get Visual Studio Express Visual Basic for free.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Microsoft website listed the Visual C++ samples at Visual C++: Samples Included in Visual C++, however, I could not find the download page.
Visual Studio menu, Help, Samples, does come out a dialog showing that I can download samples from online, but it seems not include the projects in the listing page above, for example, I tried to search "DLLScreenCap Sample: Demonstrates a Regular DLL That Statically or Dynamically Links to MFC" but to no avail.
I'm using Visual Studio 2013.
Where could one find such samples?
You can find every sample in the Visual Studio Developer Center.
Note that most of the examples on your page are deprecated, i.e. they are not available for download any more. You would have to find other samples that fit your needs.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I've Learned C# Using Visual Studio For Long Enough. It's So Fun and Easy To Code and Learn Programming Using Visual Studio IDE. But Sometimes, I Ever Think To Make A Real Program That Useful Like Usually Software. Could I Make Good Software Just Using Visual Studio ? and If Yes, What's The Shortage of A Software That Develop Using Visual Studio ?
Thanks,
of course you can create a "real" program using Visual Studio. Visual Studio is one of the biggest IDE (Integrated Development Environment) out there.
For example Microsoft is using Visual Studio to create all of their Applications.
Office, Exchange, Windows and the list goes on.
If you want to create useful software with Visual Studio and C# think small in the beginning. Try to create applications that help YOU with whatever you do at your pc, because if you are able to create software that is useful to you, then it might be useful for others too, right?
Everybody starts out small and works his/her way up.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am trying to install Microsoft Visual Studio Express 2013 with Update 3 for Windows.
I have downloaded its iso image, and the started the installation. But it seems to be stuck at "Configuring your system, this may take a while" for more than 2-3 hours.
Does it usually takes this much time only, is it normal, or there seems to be a problem with the iso file?
How much time does it usually take for complete installation?
Visual studio generally takes a lot of time as it is the new update, wait for some more time if it is still the same, cancel and try updating again.
I was having the same problem, if you're visual Studio just stuck for to long like mine was, use alt-tab, to switch to another windows.
This might show a hidden windows with the next steps. Hope that can help you
Here's also some info that could help
Visual Studio takes forever to start the first time
i recently downloaded the Visual Studio 2015 community and i agree that it takes much more time..... just keep your lappy away for installing and go away for doing some other stuff........it is going to take 3 hrs approx
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I have problem with Team Foundation Server 2010 and Visual Studio.
When I'm in offline mode the project builds very quickly but when I'm in online mode with TFS my project builds very slowly. When I stop the project it waits a long time.
Any idea what might be causing the problem?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I want to ask you if it is possible to build and run coded ui tests without Visual Studio 2010 Premium installed?
Or can I just install Visual Studio 2010 Premium and use it command line without licensing? I know it works, but is the license ok with that?
Nope, you would need to license it. If you want to run the tests on a 'test' machine or 'build' machine without using VS to run them, then I would look at the Test Agent, Controller, and remote execution in the Test Sku's available from MS.