| Thread | Last Post | Replies |
|
| What language should I use? | 21 Jun 2005 09:02 GMT | 2 |
I would like to develop a software like NetMeeting and MSN Messenger. What language should I use? Thanks a lot
|
| VS.NET 2003 and VS2005 co-existence or changeover | 21 Jun 2005 03:00 GMT | 4 |
I'm sure these questions have been asked a million times, but in my search of posts back to the beginning of May I didn't see a post. I also looked in MSDN but didn't see it there either. Can VS.NET 2003 and VS 2005 co-exist on the same PC?
|
| vs.net not allowing design mode, no errors present | 21 Jun 2005 02:06 GMT | 3 |
I am using Beta 2.05 of VS.Net and lately the program has been running very oddly. It started when I was coding a price_quote.xnet page, which deals with inputs to create a simple price quote for a product. Currently there is only about 40 lines of code for this page and every ...
|
| VS.NET just goes away!! | 21 Jun 2005 00:36 GMT | 3 |
I had a problem that when I hit build in VS.NET with my ASPX project (that has about 144 ASPX Pages), the VS.NET program just ends! Dissappears - no message, no error, no nothing. I posted on this forum and got advise to (1) run repair & (2) add more memory.
|
| Error List Messages? | 20 Jun 2005 14:57 GMT | 2 |
In the error list tab, you have a button for errors, warnings and messages. Now you can produce errors and warnings by using #error and #warning. Is there a #message or something like it that will cause custom messages to show up there?
|
| strange link error | 20 Jun 2005 01:20 GMT | 1 |
I have my VC7 app installed on two side by side computers. One of them is giving me a LNK2019 error for an unresolved external symbol and the other does not. The code is just about identical on the two computers and I've especially
|
| S.O.S. Need help by Forms ! | 18 Jun 2005 14:07 GMT | 1 |
I am very new at working with c# and my English is not very good. Before I am wrote programs with Delphi. I would like to to write a class, who test a form example for an object as System.Windows.Forms.Label.
|
| Web setup project fails to build. | 18 Jun 2005 06:16 GMT | 1 |
After adding a couple of content folders to my web setup project, it fails to build with the following messages: Unable to build folder named Styles Unable to build folder named Styles
|
| I need to add code signing AFTER my distribution solution was crea | 18 Jun 2005 02:43 GMT | 8 |
I wrote and tested my Windows Forms based program (C#). Then I created a distribution solution (which prompted me to insert a certificate, a private key, and a time-stamp URL) none of which I had at the time.
|
| Problems with a C++ Setup project | 17 Jun 2005 22:52 GMT | 4 |
I'm working on my first Setup project using VC++ 2003 Standard Edition and have run into a couple of problems: 1. In the File System, I added the User's Send To folder via Add Special Folder, created a shortcut to Primary Output (Active) in the Application
|
| How to debug inside a dll | 17 Jun 2005 16:28 GMT | 1 |
I have created a solution for visual studio 2003 which contains a normal dll project and an mfc application project which is a test application for the dll. Now what I want is that when I call any function of dll from the application i want to go into the source code of the dll ...
|
| VC++ & .net framework requirements | 17 Jun 2005 15:14 GMT | 1 |
I'm considering buying a professional IDE & C/C++ compiler. I'm wondering if I buy visual studio and write an application in C++, am I forced into using the .net framework on the target machine or is using the .net framework an option?
|
| .net commands and tools | 17 Jun 2005 13:30 GMT | 1 |
Is there a place (website/book) that I can use to see what are "commands and tools" that are recommended to be used by the .net 1.1 developer? For example if I want to use com objects, what are all the combination of commands and tools that I can use?
|
| VS.NET 2005 Prerequisites | 17 Jun 2005 09:14 GMT | 1 |
Can anyone tell me the prerequisites for VS.NET 2005 please? What .NET framework is/will be required? 1.xx or 2.0?
|
| Problem with the MessageBox.Show("Hallo World"); | 17 Jun 2005 01:41 GMT | 1 |
I am very new by C# and my ewnglish is no very good. I would like to testing the MessageBox.Show("Hallo World"). I wrote a by Windows Application with a button. In the click event private void button1_Click(object sender, System.EventArgs e)
|