mordor_fr's Q&A profile
Windows Forms Exposing a Component Control of a UserControl
I have this usercontrol (which is like a main panel with 3 other panels for header, detail and footer). My custom panel (type of the 3 panels) has a designerverb basically for hide/show. I want the three panels to be exposed or clickable on the designer so when I drag the control onto a form, I want to be able to click on any ...Show All
Visual Studio Why not tighter integration with things like MSBee????
As a huge fan of Visual Studio 2005 it has been very demoralizing lately to look at the passive adoption I know my employer will have because of the amount of risk associated with running parallel versions of the IDE. That combined with the obvious requirement to start upgrading our shared enterprise framework to start taking advantage of .NET 2.0 features and all of the regression testing associated with that has me feeling like this will not be a very good Holiday season for me or my fellow developers. Wait a second ... I just heard the pitter patter of tiny hooves on the roof. Was that the .... could it be .... it is ... it ...Show All
Visual Basic VB2005 Express - Sub Main in Windows application
hi, Is it possible to use a custom Sub Main on a VB2005 Windows Application project It was possible to set the entry point to Sub Main manually in VS2003, however in 2005 I can only set it to start a form. Thanks, Hi Ryan, Well, in the full version of VS2005, you can. If you go into the project properties, you can uncheck the box labeled 'Enable Application Framework'. Once that's done, the 'Startup Form:' dropdown becomes a 'Startup Object:' dropdown, and you pick your sub mains and stuff. In VBExpress I'm not sure if it's the same deal - give it a try, and if not, then I guess you can't :) ...Show All
Visual Studio Express Editions Inheriting Form Issue in VB2005
Hello All, As usual, I think I'm doing something that's not "Kosher" in trying to inherit a form to a new Item. I get a ton of errors including data connection, etc. The solution works and builds, publishes and all that, but there seems to be settins somewhere that are pointing the inherit function somewhere else. Please Help...I don't want to redo all of those controls and buttons again on the new pages. Thanks, Elgee... PS...Any ideas on how to map the numeric keypad to a masked textbox I can't figure out how to advance the digit after a mouse click...I can only get one digit to enter ...Show All
SQL Server SQL 2005 release date?
We are looking to do some software upgrades in our shop so we were wonder what the release date of SQL 2005 will be Thanks Hi, Nov 7th 2005 it is. Here is the official PressPass from Microsoft on this: http://www.microsoft.com/presspass/press/2005/jun05/TechEd2005Day2PR.mspx Regards, Vikram ...Show All
Visual Studio Express Editions cant create windows applications
I did what was told about the comment lines in appSettings.htm like downunder. Step 5: Generate and build a Win32 application to test your paths. In Visual C++ Express, the Win32 Windows Application type is disabled in the Win32 Application Wizard. To enable that type, you need to edit the file AppSettings.htm file located in the folder “%ProgramFiles%\Microsoft Visual Studio 8\VC\VCWizards\AppWiz\Generic\Application\html\1033\". In a text editor comment out lines 441 - 444 by putting a // in front of them as shown here: // WIN_APP.disabled = true; // WIN_APP_LABEL.disabled = true; // DLL_APP.disabled = true; // DLL_APP_L ...Show All
Visual Basic VB Express - Debugging is very slow.
I just installed the new release of Visual Basic Express. Before installing, I removed all the Beta products and verified using the removal tool. I then ran a registry cleaner to get rid of left over references. I have turned on "terminal services" which got rid of the "binding error" some have mentioned. Unfortunately, now when running my application under debug, it just hangs with a half drawn form. It seems to compile and I can run the exe outside of the IDE. I have searched the forum and seen similar problems, but none of the suggested fixes have helped. Any insight would be appreciated. Thanks, ...Show All
SQL Server Can't deploy reporting service to report server
Dear sir/Madam My computer uses Visual Studio 2003 and SQL 2000. I have downloaded SQL reporting service evaluation 2000. But I can't deploy the reports i create to report server. It shows the message like no report server found at http://localhost/ReportServer . By the way, when I set up SQL reporting service 2000, it show IIS is not configured or configured in a way that is incompatibe with reporting component. Thanks in advance for your help Best Regard Chear ...Show All
SQL Server Custom Stored Procs: Determining source table name
Hello all ... I'm looking at writing some customized insert, update and delete stored procs for a replication target. For various reasons I would like to write a "one size fits all" custom stored proc for each of these tasks. It looks like I can get the data values passed as parameters just fine. I was wondering if there's a way to also pass the source schema and table name as parameters, or to determine these on the fly in my all purpose stored procs. Some replication products refer to these types of values as "tokens" that can be included in the replication data stream sent to the target. I can adjust the s ...Show All
Visual Studio Team System OverflowException when analyzing performance data
I'm running the RTM version of VSTS on a dual-core AMD64 processor and XP SP2. I'm attempting to profile an application I'm working on, and I've made great strides in improving performance using the VSTS SD profiler. However, lately, I've been seeing a message box that says, "Value is either too large or too small for an Int64" whenever I attempt to open the results of an instrumented run. The problem goes away if I reduce my scenario enough, but that also means a lot less data to work with. Even the full scenario I'm trying to profile only generates about 130K of data. I've done a bunch of Googling, but can't find any reference ...Show All
Visual C++ C6.0->VS2005 -user messsages- ON_MESSAGE error C2440: 'static_cast'
Help Needed: I'm moving a program from C6.0 to Visual Studio 2005 C++. It's an MFC program. The problem I am having is with ON_MESSAGE handling user messages. The compiler is not happy with the function prototype for the message handler. I've made the needed changes to the code to satisfy the stronger type checking of this compliler, but don't understand the 'static_cast' comment. I've tried making the function 'static', but it makes no difference to the compiler. [from acquiredoc.h] public : afx_msg LRESULT OnSetCameraParms(WPARAM w, LPARAM l); [from acquiredoc.cpp, lines 135-140] BEGIN_ME ...Show All
SQL Server beginner
I need to make a record of a table, a column in another one. Can it be done How Thanks Do you mean, you need to make a foreign key constraint -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 -- < fzuniga@discussions.microsoft.com > wrote in message news:3135e834-0c97-4013-8068-3b8ee20bb8d5@discussions.microsoft.com ... I need to make a record of a table, a column in another one. Can it be done How Thanks ...Show All
Visual Studio Team System Thanks Rob Caron!
Thanks Rob Caron for telling me about this site (I love being the first!) and for helping me with TFS and VSTS. You can find all my VSTS/TFS blog posts on this channel here . Sam Gentile INETA Speaker, Microsoft MVP - .NET/C# Ok, we all acknowledge that Rob is a stud (go Rob!). Now we just need some real conversations going on here. Has anyone submitted a birds of a feather session for Teched ...Show All
Windows Forms I am trying to use print dialog for richtextbox contents. Help me please.
In my MDIForm, I have tried a small code to to use print dialog (eventually trying to copy from msdn example). This works well for file reading, but not for the contents of richtextbox. I have limited knowledge about this issue. Experts please help me find/fix the issue. I know the issue is here //bug! streamToPrint = new StreamReader(childForm->sqlRichTextBox1->Text); //working streamToPrint = new StreamReader(S"C:\\temp.txt"); Thanks, Jil Here is the code (VC++) private: System::Void menuPrintFile_Click(Object* sender, EventArgs* e) { Form* activeChild = this->ActiveMdiChild; if (activeChild != NULL) ...Show All
Visual Studio Tools for Office Microsoft PSS VSTO 2005 Client Troubleshooter Download
Announcing the Microsoft PSS VSTO 2005 Client Troubleshooter is now on MS Downloads. http://www.microsoft.com/downloads/details.aspx FamilyId=C9FB6A54-8069-4918-A6F9-E744928DFAC3&displaylang=en Have you ever had one of the following questions on VSTO2005 1. What version Office does VSTO 2005 work with 2. Do I have the Office PIA installed on my computer 3. Is the VSTO Runtime installed on my computer 4. What version of .NET Framework on my computer 5. ....... Microsoft Visual Studio 2005 Tools for Microsoft Office System: Microsoft PSS VSTO 2005 Client Troub ...Show All
