| Thread | Last Post | Replies |
|
| directory browsing, save target as, not working for mp4 files (vista IIS).. | 24 Apr 2007 20:35 GMT | 1 |
I have setup a virtual directory for directory browsing and placed some mp4 files in there.. for some reason if you try to click on the file it wont open in a player nor will it allow you to "save target as"..
|
| visual studio 2005 causing(?) other programs to throw errors and crash? | 24 Apr 2007 14:31 GMT | 1 |
I recently installed Visual Studio 2005 Standard on my Windows XP (with SP2) laptop. Although VS2005 itself is working fine, suddenly I find that another program that previously used to work (TEXnicenter - an open source IDE for developing LaTEX documents), upon running
|
| Setup project and Setup wizard | 24 Apr 2007 05:16 GMT | 2 |
Which is the best way to build an installer for my .NET application? Setup project or Setup wizard? I have tried the MSDN help and googling about this but haven't found any good information on how to do. Where can I find information about this? Links? Books?
|
| How do I code a button's click event to run an exe | 24 Apr 2007 01:40 GMT | 2 |
Is it possible to code a button's click event to run an executable that was created when I compiled a Crystal Report? I'm using Visual Basic 2005 Express and I have several reports I created in CR v 8.5 that I desperately need to run for my users who don't have (or know how to ...
|
| DLL creation problem | 23 Apr 2007 21:15 GMT | 1 |
I have created a couple of basic Dll's using VS 05 for use as an add in to an MS Access app. They are compiled and I can see them in the GAC, but Access barks that they can't be referenced. Did I forget something? the code is below Public Class UserInfo
|
| .Count in Hex | 23 Apr 2007 13:36 GMT | 3 |
Whenever I do a .count, say in the immediate window, I get the result sin hex??? If I could calculate it in my head, then it wouldn't be a problem, but I can't. Does anyone know what made it start? I don't think I made any changes,
|
| Pity an old timer... | 22 Apr 2007 11:20 GMT | 8 |
Hi there, I have returned to Windows development after several years away to find it all changed. I want to finish a project I started which used C++, MFC and Stingray's Objective Studio, and although I could persist in this, I feel I would be "swimming against the tide",
|
| VS-2005 Documentation is gone! | 22 Apr 2007 11:14 GMT | 2 |
After upgrading from XP to Vista Business, the docs for MSDN Library for VS-2005 are gone! Is there an easy remedy?
|
| Rec'g false-positives from VS when using 'overrides' keyword | 22 Apr 2007 03:22 GMT | 1 |
I have a child-class that inherits from a base class that implements an Interface. The child class overrides a SUB from the base class that implements a sub from the interface. (The "MapAttributesForImport" is a sub in an interface that is implemented by the base class marked ...
|
| Outlining and Margin Stuff | 22 Apr 2007 00:41 GMT | 1 |
How can I set outlining to never be on. I always have to go Edit->Outlining->Stop Outlining which is a pain. Also, colored bars show up in the margin when do things, it's not something I want so how can I turn that off as well ?
|
| Click Once publishing issue | 21 Apr 2007 12:42 GMT | 5 |
I originally had this posted in the .net general section by mistake, so here goes again! I have an issue with publishing an application using Visual Studio 2005 click once functionality. Firstly, my project was written using the smart client software
|
| osk.exe | 20 Apr 2007 16:31 GMT | 3 |
I am trying to use the osk.exe which is the Windows On Screen Keyboard control in my C# application. While the application works, I also want to be able to remove the menus and the form controls so that the user cannot actually use any of the menu options on the keyboard control ...
|
| Suggestions wanted for applications for creating HTML\dynamic help for VB.NET 2005... | 20 Apr 2007 16:17 GMT | 2 |
My company has developed a product in VB.NET 2005 and would now like to create the html\dynamic help for it. We know there's an app that comes with VS2005 for doing this, but the person given the task of creating the help menu will not have a copy of VS2005 installed on his
|
| currency web service | 20 Apr 2007 14:07 GMT | 1 |
im developing an application that deals with mony, is there any web service on the net that i can make the application conect to it to get daily dollar and other currency values and rates ?
|
| Entering < in XML documentation CDATA section hangs IDE | 19 Apr 2007 16:06 GMT | 8 |
If I include a CDATA section within the XML documentaion before some class or member declaration, e.g., /// <summary> /// <![CDATA[]]>
|