| Thread | Last Post | Replies |
|
| Team System questions | 31 Aug 2007 22:09 GMT | 1 |
Does Team System require SQL 2005 for its's source control to work. Can it use SQL 2000 instead? Does the Project portal need Sharepoint to work, is there another alternative. Thanks in advance...
|
| Unable to open Windows Form files in VS.Net 2005 | 31 Aug 2007 21:57 GMT | 1 |
Lately I am doing mostly ASP.Net and my environment has been working fine. But, I created a Windows Forms application and found that I am completely unable to edit any .vb form files in a Windows Forms application. I can add and edit other things like class or module files. But I ...
|
| Use of Login Control | 31 Aug 2007 21:52 GMT | 7 |
Visual Studio 2005 Express. I would like to have the login control validate logins using Active Directory. That is, I would like to have user logins checked against the AD in our server (Windows Server 2003). How may I accomplish this?
|
| Cannot Display Image in Web Form | 31 Aug 2007 21:36 GMT | 1 |
Visual Web Designer 2008 Express. Whenever I try to place an image into my Login.aspx web form, it shows up in design mode, but when I view it in the browser (IE) the image is just a small white box with a red X in it. Images show in other web forms, just not my Login.aspx. ...
|
| Operator New in Visual Basic | 31 Aug 2007 19:19 GMT | 1 |
I usually use Visual C++.The operator "new" is used to allocate dinamic memory in heap for objects , retrieving address for these allocated objects. In visual basic i don't understand the meaning and the difference in declaring objects with new or without new...for example:
|
| Trouble with TabControl | 31 Aug 2007 17:38 GMT | 1 |
I have converted a VB6 program to Visual Basic 2005 (Running on Windows XP). I have a TabControl with (2) tabs with left side alignment. My problem; with 2005 the Tab Captions (Text) does not show (the tabs are there but no text). If the Tabs are aligned on the Top, there is ...
|
| setups, msi and upgrade installs | 31 Aug 2007 17:37 GMT | 1 |
What group is for vs2005 setup and deployment projects? How can you create an msi install within vs2005 that will work well as an upgrade install? I don't want the users to see the "Another version of this product is already installed." dialog, I don't want them to have to run an ...
|
| VS Snippet won't die | 31 Aug 2007 17:34 GMT | 1 |
I have a snippet that refuses to die. It was a great relationship at first, me and my snippet. It was my first, really, and you know the fond memories you have of your first. But then a newer, prettier snippet came along and it was time to kill
|
| Faster way to add function to class? | 31 Aug 2007 14:35 GMT | 4 |
I'm using Visual Studio 2005. I'm looking at a class I just created, it derives from CDialog. I want to add an OnInitDialog() handler. To have Visual Studio help me with this, I need to click on the "Class View" tab in the left-hand pane, click on the
|
| TCHAR problem | 30 Aug 2007 19:01 GMT | 1 |
I have a project in Visual Studio which compiles for a particular platform and I need to rebuild that project for another platform. I have created a new project and have populated it with all the .h and .cpp, plus all the include paths and the .libs from the previous
|
| Windows Service Help needed | 30 Aug 2007 15:24 GMT | 4 |
I've tried to creat a new windows service to copy Event Logs to a database. I was able to test my processing in a Windows Form project & have now moved that code to my Service. I get the service Built, installed & started, but it doesn't appear to be 'running'. The OnStart logic ...
|
| Projects and solutions | 30 Aug 2007 12:54 GMT | 2 |
I don't know how to make interactions between different projects inside the same solution. I would like call some functions from a project to another, for example starting application from a predefined base project form and at run-time open a form contained in some other projects ...
|
| Help me choose setup method | 30 Aug 2007 04:45 GMT | 1 |
I am programming a web service in .NET 2.0 and a Windows Service in .NET 2.0. Also, there will be programmed a Dynamics AX package (an .xpo package). I need to create an isntallation program for my entire package. The
|
| Updating two differnet Database with a single Datatable | 29 Aug 2007 08:22 GMT | 5 |
We have two different database 1. Oracle OracleOrder 2. VFP
|
| Overriding TEXTBOX controls vb.net | 29 Aug 2007 07:49 GMT | 8 |
im using vb.net 2005 with dotnet framework 2.0, i hv a question im using 2-3 forms, for these forms having number of textboxes, can u advice me, if i create a common class for textbox properties, like backcolor, font, forecolor, it should take it for all the controls,
|