zross's Q&A profile
Visual Studio connection to MSDN library directly(e.g., using F1)
How can I use the MSDN library to get a help within the code of the C# project. (e.g., using F1 key). when I am using F1 key over a word like bool I get the message : "Information not found " instead of getting the discription of bool keyword I am installing the MSDN libraray 2005 , but I can't get a connection to it from the project code directly. I must open it in a separate window and search it. I am installing ...Show All
.NET Development .NET version 1.1 and 2.0 co-exist?
I recently installed .NET Framework 2.0 without removing version 1.1. I initially thought that like Service Packs, the newer version will overide the older version. Now in the Add and Remove applet, both version 1,1 and 2.0 are there. What is going on Should I remove 1.1 now that 2.0 is there You don't need to have 2002 and 2003 installed. .NET 1.1 applications will automatically run on .NET 1.0 Framework with ...Show All
Windows Forms Deploy Project built in XP won't run on Server 2003
Hi I am developing in Windows XP, and created a deploy package for a website. When I try to run the msi (i've tried on 2 different boxes, the one it was built on as well as server 2003), I get the following message: There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. I can do a build on my at work computer (windows serv ...Show All
Visual Studio Team System TF26000 problem when creating a new global/project group
I got an error message when i query a work items. (TF26000). My TFS is installed in single server and using workgroups. Let me show what i have done in Team explorer. create a global group named "Developer". assign an user "jobria" to that group (The account is local account). then i grant full right to that group in server and project. However, when i login the account "jobria" and query the work items, i show me the error mes ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80. ...Show All
Visual C# Monitoring a DB Table!
Hi, It would be great if someone can provide me a better solution to this problem. I need to constantly monitor a sql table. If any new records are added to this table, I need to fetch the newly added records and process them. Right now I am using an infinite loop to do this in C#. Is there any other efficient way of doing this. It would be helpful if you could provide your solutions in C#. Thanks & Regards, Frenz ...Show All
Visual C# Overriding Button Control
Hi there, I'm trying to give the button control (System.Windows.Forms. Button) a different appearence. Therefore I overrode the buttons OnPaint method protected override void OnPaint( PaintEventArgs pe) { do some paintings } The rendering works but the original button partially looks through my painting. How can I get rid of the original button surface Can anyone help me Thanks in advance... ...Show All
Windows Forms Model-View-Controller Implementation
I have learnt about Model-View-Controller concept and after reading it i tried to implement it in VC++. I am having trouble in making the modules M,V and C communicate with each other. I am not able to find out a method of making the controller a kind of bridge between the model and the view. So can anyone give me an example program which does so. Any simple program will do, like for example making a calculator with just three t ...Show All
Visual Studio 2008 (Pre-release) Deleiting Linq
Hello, I installed an early build of linq to my visual studio 2005 RC. Now I want to deinstall that version of linq. When I call the deinstall setup first a messsage with the content "Visual Basic 2005 not found" is displayed. After a while the second message with a general network failure appear. I tried to download the new version and install the new version, but the same errors are displayed. Is there a tool to deinstall linq comple ...Show All
Visual C# C# Express Publication
I am working on an application in C# Express. The program works perfectly in the IDE in debug mode. I went to make a test build with the the one-step deyployment that is provided in the C# IDE and it said the build was completed successfully. I then went to install the application but when I tried to run it the program would not start and I was propted to send an error report. Does anyone have any ideas on why my program would not build correctl ...Show All
Visual C++ Documentation for struct RUNTIME_FUNCTION
I have read the documentation in Visual Studio 2005 Beta 2 for this structure but have noticed that it is not complete. While it points out that the unwind info address must be a 32-bit offset, it doesn't say what it means when the offset is not to a 32-bit value. That is, if I run dumpbin /unwindinfo on C:/windows/system32/kernel32.dll, there are many entries that are not 32-bit aligned. So my question is, what do non-32-bit a ...Show All
Visual C# Type.GetMethod on method with complex signature
I'm trying to figure out how to use Type.GetMethod to retrieve a MethodInfo instance on the following method. I've been at it for about 2 hours now, with no luck after trying seemingly all possible combinations of trials. Can someone please shed some light on the answer, or possibly another direction to try public static Func <T, bool > Create<T, R>( CSExpressorOperator functionOperator, string propertyName, ...Show All
Visual Studio Express Editions This is probably a stupid question but ....
Ummmm ! ! I'm used to paying for things like compilers. I came to the Microsoft website just to see what the latest version of Visual C++ is and I found Express addition 2005. I kept looking around for how to pay for it, or restrictions on how I can use it etc, but I couldn’t find anything. So I just downloaded it and installed it and registered it. So my question is: will it be disabled at some point Or will the software police kick down my do ...Show All
Windows Forms FTP application
Hi, I'm building a visual basic.net FTP application. All my procedures and functions concerning the FTP part of my applications are in one class. When I want to download a file from a remote host the application works fine and does the job. The problem I have is I can't do aynthing else until the download is over. I have a cancel button which should let the user cut the connection and stop the download if he chooses to do so but thi ...Show All
Windows Forms Hosting WinForm Controls in VB6
I want to know if anyone has ever successfully hosted a .NET WinForm control in a Visual Basic 5.0/6.0 Form I have seen code posted that does register the control as an ActiveX control via adding a few extra registry keys, and as a result ...Show All
