Answer Questions
morpheus3230 Keyword Expansion using Team Foundation Server?
Hello! We've just moved some projects from VSS to Team Foundation Server and have now noticed that the keywords e.g. $Log $ or $Header $ no longer get processed. Some advice would be greatly appreciated. regards, Michael Hi Michael, You may get a quicker answer by posting your question at: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=22 Regards, ...Show All
sqlguy ACTIVATION CODE FOR SECOND INSTALATION
I'm using VB Express and I want to use it at home too so I can learn it quicker. I installed it there but it needs an activation code. I do not have the internet at home(I live in the sticks). Is there a way to activate it I have searched through the online help, but have not found anything. Thanks! Ken I can help you out with this issue. Please e-mail me at jameslau@microsoft.com and I will be able to help you ...Show All
eclipse2k Problem in listview sorting
Hi All i have a listview control in my application where i display the search results. to allow sorting i have the following procedure [VBCODE] Public Function Compare(ByVal x As Object, ByVal y As Object) _ As Integer Implements System.Collections.IComparer.Compare Dim lv1 As ListViewItem = x Dim lv2 As ListViewItem = y If mNumeric Then If m_bAltSort = True Then Return CLng(lv1.SubItems(mColumn).Tex ...Show All
vishalavat Ink Over Video
I am trying to allow the user to draw on top of a mediaelement(video) when the clip is paused. I have tried overlaying an inkcanvas over the mediaelement and also placing the mediaelement as a child of an inkcanvas. Using both methods, when the user draws on the video it tears (the underlying video isn't refreshing the current frame). The best solution I have come up with is grabbing the current frame as a bitmap when the user pauses and overlay ...Show All
IRW Serious: Update multiples tables of Database through excel without TableAdapter
Hi All, As I have discussed earlier that I am not binding my list object into excelsheet through dataset/TableAdapter. I am using object option i.e. One class/function that I have created. I have done follwoing to bind my excelsheet through database without creating dataset through wizard. 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. ...Show All
Deler Problem with TextBox ControlTemplate
Hi, Is there a way to set the ControlTemplate of a TextBox and not putting a TextBox in it It looks like I will loose the functionallity of it when there's only a TextBlock in it. So, I have Rectangles, etc in the ControlTemplate. I have also a few Triggers in it. No the problem: I've defined a Trigger for "IsEnabled" Value="False" (Disabled) and I have this TextBox in the ControlTemplate of the Trigger: ...Show All
SCommisso Shared Add-In VS2005
Hi! I have problems to get Shared Add-in done with VS2005 ("final" version) with Word 2003. I manage to make same test with old VS2003 shared add-in project type and it's working fine with Word 2000. Is there some issues why .Net 2.0 Shared Add-in won't work with Office 2003 Also what I actually trying to solve is that I need add-in or way to add new command bar to Word where users can use my .Net windows form program. On VS2003 it wo ...Show All
kart newbie to vsto with problems
My Apologize is there is a thread about this already, but I've searched the forum and haven't found anything. I just installed VSTO and can't seem to run any of the code. It starts up the app (I tried word and excel) and then nothing happens. I tried to have a message box in the thisdocument_open event and nothing pops up. If I place a breakpoint over that line, it says this line will never execute. I also tried loading the VSTO Labs a ...Show All
Andrew_Shough "Microsoft.Sdc.Tasks" project is not getting recognized
I have created a web service with default settings. Copied the contents of the Install folder <from the GDN2[1].0.051004.000.zip file> onto a new folder called Build. I created a DevBuild.proj file with the following contents: < xml version = " 1.0 " encoding = " utf-8 " > < Project DefaultTargets = " Full " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " & ...Show All
Esther Fan MSFT Installing and securing visual studio 2003
I got hit by the gdi exploit in june so I want to ensure my new write of visual studio 03 is completely secure this time. These are the install options Ive used: as you can see its just the C++ options installed - Im a novice programmer still learning C/C++ and I dont need any of the advanced compilers or programs installed. Ive 3 questions so far: 1. It says on the visual studio download page that there is a Microsoft Service Pack 6 for Vi ...Show All
saeedbaghestani jumping ListBox
Hi! I have a little problem creating a custom ListBox in Dec-CTP. To see the problem, just paste the code below into XamlPad. Problem: Everytime you select an item at the bottom of the ListBox, the ScrollViewer jumps almost to the top :( Setting CanContentScroll="true" in the Template solves the Problem, but creates other problems in my application, so this solution doesn't help me at all :( Any tips from you guys how to solve this prob ...Show All
nacho_roncero unload Smart Document on initialize
I'm writing a smart document with VSTO1 (VSNET2003) and excel. I've implement " ISmartDocument " and in Sub " SmartDocInitialize " i make a test (like license). If this test go bad i want to unload the smart document, so that the document is a simple workseet of excel. The problem if that i'm not be able to do that. I've tryed so: Dim oWo As Excel.Workbook = CType(Document, Excel.Workbook) oWo.Save ...Show All
rbhatia GridView representation of XML
Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml ...Show All
xiaodao How to Set orientation of Report Document
Is it possible to set orientation as portait or landscape or Can it resize by itself in Reportviewer control Can anybody help in this regard Thanks. I have a page size of 8.5 in by 5.5 in. My printer prints this in ordinary portrait mode. Is there any way to NOT have the orientation set to landscape if width is greater than height The report viewer will pick this up automatically from th ...Show All
Christopher Webb UserNamePassword authentication in STS in Federation
Hello, I'm trying to build solution consisting of following elements: WebSite -> ASP.NET WebSite which is client to MainService MainService -> Main service which uses wsFederationBinding to redirect users to SecurityTokenService for authentication/and to receive claimset SecurityTokenService -> wsHttpBinding - Authenticates users by username + password against database and creates SecurityToken for use in MainService F ...Show All
