Jefis's Q&A profile
Visual Studio Express Editions How do I: Modify Published Project
I can't figure out how to design / make changes to the code / form after I've published it. How can I go back and make changes I can't "view" the form any more. I can't add any objects or modify any of my code. I've saved the project using the "Save All" feature and published my application to CD. Now I want to go back and make cosmetic changes and code changes - however, I can't figure out how to bring up the de ...Show All
.NET Development Null is returned for GetManifestResourceStream
I posted this in the web services and XML serialization group first, because I thought someone may have seen the error in relation to web services with types that implement IXmlSerializable. However, upon further reflection I believe the issue is really a Reflection issue (pun intended). The link to the original post (including example code) is: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=470391&SiteID=1 The scenario simply p ...Show All
Visual Studio Javascript Error with report viewer 'oReportDiv' is undefined.
Why do I get the Javascript error on the page when I am using the Report viewer in local mode. This is my RV declaration on the page..Appreciate a prompt response and things to try to get rid of it. Thanks < div id ="DataContainer" runat ="server" visible ="false"> < table id ="ghsdfgjkhfsdkg" width ="100%" border ="0" runat ="server" cellspacing ="0"> < tr > < td cl ...Show All
Visual Basic Improve this code (for fun)
Hi all, Just thought if it's allowed, i'd make a 'improve this code' type post. No real point, just to see how it ends up. The code is for making 'flying text' on a form. All you need it to make a new project, and replace the form's code with this code. No adding of controls needed. The code is not commented, i figure it's pretty self-explanitory. Basically right now, the animation is triggered by a created timer, and text is draw ...Show All
Visual C++ Embedding comments in the dll for the managed classes
If I have this code: #include "Something.h" /// <summary> /// Description... /// </summary> public ref class Test { }; Is it possible to embed the comments of class Test as metadata in the dll (like in C#) If this is not possible, how can I restrict the compiler (when using /doc) from getting the comments from specific files For example, in the above example, how can I make the compiler not ...Show All
Game Technologies: DirectX, XNA, XACT, etc. vmr9.h
I'm trying to view a video in my game but get this error. My friend tried the same code, but generated no error, my SDK is aug 2005 his SDK is dec 2004. Please help d:\-=Source=-\DirectX\CruS\When Angels Fall\Game.h(7) : fatal error C1083: Cannot open include file: 'vmr9.h': No such file or directory You can download the Microsoft Platform SDK (R2) and choose custom install and select only DirectShow components. ...Show All
SQL Server Incompatible Data Types question
Hi, I've got a dimension table with an Int32 primary key. I have a few fact tables that have an Int16 field, which is acting as a foreign key to the dimension table. I can't actually change the data types of these tables in the SQL database, but I'd still like to create a cube that uses those 32 bit dimension tables with the 16 bit field entries. Unfortunately, the cube designer won't let me specify a relationshop between the t ...Show All
.NET Development Debugging ASP & Jscript
Can you debug legacy ASP pages in Web Express I have a project in ASP, I built an Empty Web Site project in Express and dropped it in. The first time I tried to debug, it said it didn't like .asp postfixes. Is there some config trick I can use to have it accept asp pages for debugging Also, how about jscript I notice only VB and C# appear on the project wizard But legacy Interdev supported jscript and so does IIS5 and IIS6 ...Show All
SQL Server yukon's transactional replication
Hi yukon gurus, Does yukon transactional replication supports immediate update on subscriber with text, image and binary data types tnx and regards, ArisenX y Hi ArisenX, Immediate update of text/ntext/image at subscriber will not be replicated to the publisher. Update of binary types is supported. For a complete list of considerations for updatable subscriptions for transactional replication, you can refer to BOL topi ...Show All
Visual C# How to change the color of the app's title bar?
Hello, How do I change the color of the app's title bar (where you have the Close, Minimize and Maximize buttons) in C# Mateusz I personally wouldn't create a user control for the borders. The non-client area is built for these situations. The correct way to do this is to create a form with your own borders. How to do so is described here . P.s: Try to post windows forms specific questions he ...Show All
Visual Studio Custom editor, property grid commands
Hi, I'm developing a custom editor and I need to have VS property browser showing my custom commands (verbs). I can do this in the standalone application by passing IMenuCommandService to property grid context (site), but I can't do this while developing VSIP package. (However I'm able to use property grid for selection and editing properties of the selected objects). Editor view is inherited from WindowPane class and I'm trying to use IMenuCom ...Show All
Visual Studio VS.NET 05 OnBuildDone Event (BUG?)
It clearly looks like that parameter is not being set properly when a Rebuild is performed, seems like it just uses what happened prior. This is pretty easy to replicate, create a new Addin, register for applicationObject.Events.BuildEvents.OnBuildDone in the OnConnection() method. In the event handler, trace out the value of the parameters passed in. When the addin is registered, start another VS05 session and use a different solution an ...Show All
Visual Studio Team System Can merge be run from the api, or do I need to shell out and run command line?
Hi, I'm writing an 'promotion tool' application, that takes a workitem with its associated changesets, and promotes that workitem into another branch. I'd like to be able to run the merge command. Although I can shell out to the command line, and this does work, I'd prefer to use the api. Is there a way to merge using the api Thanks. Yes, you can use the Merge() method on the Workspace object. Yo ...Show All
Visual C++ Power Saving Problem
Hi, I want to keep the PC into Standby Mode. When I do that I got the following error: System Standby Failed The device driver for the 'Alcatel Multimedia Keyboard gateway' device is preventing the machine from entering standby, Please close all applications and try again. If the problem persists, you may need to update this driver." Kindly give me some input to solve this issue. Thanks in advance. Raja Rathees ...Show All
Windows Forms User Data file?
Hello, I have an XML file that contains that contains fuel rates. I need to come up with a way to copy the file to the users machine during setup and put it in a place where everyone running the application will have read/write permissions to the file. The application will have a form that is hardcoded to interface with the file and display the contents in a DataGrid. The user can change the data via the datagrid. I will also create a w ...Show All
