Software Development Network Logo
  • Visual Studio
  • Visual FoxPro
  • Windows Vista
  • Audio and Video
  • IE Development
  • SharePoint Products
  • VS Team System
  • Game Technologies
  • .NET Development
  • Microsoft ISV
  • Visual C++
  • Smart Devicet
  • Visual C#
  • Windows Forms
  • Visual Basic

Software Development Network >> NyaRuRu's Q&A profile

NyaRuRu

Member List

Sebi Tauciuc
Keale
Alex Belik
QuantumMischief
j2associates
Larry Aultman
Jason Saunders
matt01
chaza
rikleo2001
Allah Is Here
Gurpreet_Sodhi_69db48
bio4ema
MSP.Saami
Lord Arokh
Evaristo9
Alexey Rokhin
AjaxWebSvc20
Burnt1ce
GraceCai
Only Title

NyaRuRu's Q&A profile

  • Visual Studio Tools for Office Retrieving attached template in a Word Template project

    Hi, I have a created a VSTO Word Template Project using a template "WordTemplate.dot". I will be creating several (9-12) .dot templates which will have very similar functionality so I have decided to use a single code-behind assembly and attach it to each .dot template at deploy time (by adding customization via ServerDocument) rather than creating a separate VSTO Word Template project for each template. However, in my code-behind I need to determine what the currently attached template is so that I can display the appropriate form. I have tried using the this.AttachedTemplate property but it returns a Template object for "Normal.dot" rather than for "WordTemplate.dot". I have also tried iterating through the ...Show All

  • Visual Studio Source Safe 2005 & IIS 7.0 ( Vista )

    I can't get the webservice to allow PUT requests ( checking in files ), I get a failed authorization every time. Everything but the PUT works. I'm guessing it's some time of setting/permission that's not allowing the PUT verb, but I can't find anything that could be blocking it. Anyong have any ideas Ahh, I see! Seems to be somewhat of a shame that you can't run it under Vista. Will this be fixed on the Longhorn Server, or is MS trying to force Team Foundation I find it funny that I got real responses here, and I didn't get a single one on the actual IIS 7.0 forum..... Colin ...Show All

  • Visual Studio Team System What's the correct process to archive the final, shipped stuff

    When my project was shipped, I need to backup these shipped stuff. Here is my process, 1. Create a branch; 2. Move the stuff under 'current' tree to 'branch\release\1.0' 3. Set the 'READ ONLY' permission on 'branch\release\1.0' is that okay Do I miss sth Thx. If I understand the question correctly, I can think of 2 things you could potentially do: 1. When we moved to TFS, we updated all of our relative paths (file dependencies, post-build events, etc...) to be absolute paths to a specific drive letter (like F:). It's fairly easy to map any folder on a computer to a specific drive letter, and this gives us the ability to quickly and easily change which set of dependencies we r ...Show All

  • Windows Forms listitem

    Is there a listItem class in winform 2.0 For example, in 1.x I can declare a variable as ListItem but do not find this in .net 2.0 Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using a Render Target with a Depth Buffer (bug?)

    I'm trying to make my game render to a RenderTarget2D, but when I do, it seems that that the Depth Buffer becomes disabled. In the LoadGraphicsContent() function, the code creates a render target: oRenderTarget2D = new RenderTarget2D (graphics.GraphicsDevice, graphics.PreferredBackBufferWidth, graphics.PreferredBackBufferHeight, 1, SurfaceFormat .Color); Then, in Draw() the code selects the render target, draws some objects (they use BasicEffect, almost right out of the help text "Programming Guide/Content Pipeline/How to: Render a Model"), then de-selects the render target, and uses the SpriteBatch functionality to draw the render target to the screen. If I manually set the RenderState.DepthBufferEnable to true, ...Show All

  • Visual Basic Reading/Writing INI Files

    I Add this code in a Module And i wrote this file that i called "Italian.lng": [DATA] Field1 = Speaker <DllImport("kernel32.dll", SetLastError:=True)> _ Public Function WritePrivateProfileString _ (ByVal lpApplicationName As String, _ ByVal lpKeyName As String, _ ByVal lpString As String, _ ByVal lpFileName As String) _ As Integer End Function <DllImport("kernel32.dll", SetLastError:=True)> _ Public Function GetPrivateProfileString( _ ByVal lpAppName As String, _ ByVal lpKeyName As String, _ ByVal lpDefault As String, _ ByVal lpReturnedString As StringBuilder, _ ByVal nSize As Integer, _ ByVal ...Show All

  • Visual Basic Renaming web controls fails

    I am having a problem with Visual Studio 2005 Team Edition. Specifically when working with a web application. It seems, on a new project, I can add a control, go to the properties and name my control without any problem. However, on a previously created solution (created with VS2005 as well), when I add a control to my page, when going to the properties and changing the name results in the name being changed back when I exit the property. For example, I drag a new button onto my page. Go to properties (which is currently named Button2). When I go into the ID for that control and change it to btnSubmit, when I tab out of that field, it changes back to Button2. Can anyone help Is this a bug This is frustrating. Regards, Chris ...Show All

  • SharePoint Products and Technologies Business Data Field as a site column

    Hello, Is there a trick or a work-around to use Business Data Fields as a site column We would like to add a Business Data Field in our Content Types. But when I create a new site column, I can't select "Business Data". Thank you, David Hi David, Business Data was an option for creating a site column in Beta2, but was removed from RTM due to technical issues. Unfortunately you have to create it seperately for every list/library that you want it implemented. Cheers Nick ...Show All

  • SQL Server Slowest SQL Server Standard Editio connection

    I'd found a serious problem connecting to SQL Server Standard Edition. The server has 8 processors, 16 gB of memory, SCSI RAID etc. Seems great, but the result is terrible. Web services are using ADODB, not ADO.Net to provide the compatibility with the client application which was realised using pure C++. The connection is incredibly slow, the application is unusable in such a condition. By other way COM+-based realisation of the same mechanism (used by classic ASP site) works fine. I'd verifed all the protocols (Shared Memory, Named Pipe, TCP/IP), but without any success. Can anybody help me Ok, i'd tried variuos modes to achieve connection to SQL Server 2005 under IIS web service using native SQL Server 2005 connection and IIS w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Excited to start using XNA!!

    For over half of my grade school years and all of my college years, I've been programming. When I do it for fun, I make small little text based games, and when I do it for classes- the "businessy" applications that we all have to make. I've given actual game dev a shot by using premade engines, 2D game dev with OpenGL and DirectX, and straightup giving a go at just making an engine. BUT, everytime I do- I get so frustrated and/or my brain blows up after spending lotsa time just to do the slightest thing.... most of this all in C++ However, lately I've been learning C#. I realized its almost identical to C++ and Java in one, so theres little/no difference and much to learn besides some of the API. Today, I saw that Microsoft released XNA ...Show All

  • Windows Live Developer Forums Driving Directions

    I have a code and I want to ablitity for the user to enter the address. I have the code set now so when you hit Find it kinda works, but I have in the area for address txtStart and txtFinish and they are trying to find locations for those, is there a way to edit that code and make it so it reads what is in those text boxes Here is the code <body> <html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); } function FindLoc() { map = n ...Show All

  • Visual Studio 2008 (Pre-release) Window Hiding and Showing issues (June CTP)

    Hello, I am trying to reuse a property window by using window.hide() and window.show(). The property window can be closed by clicking an ok button, close button, escape key, and the X button of the window. Currently, I listen to the Closing event, the implementation is like this: (as suggested in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286103&SiteID=1 ) private void HandleClosing(object sender, System.ComponentModel.CancelEventArgs e) { this.Hide(); e.Cancel = true; } However, in the June CTP, I will get a Run-time exception saying that I can not change the visibility of window while the window is closing. Is there any other way to achieve reusing window Thanks, C.Y. Leung ...Show All

  • Visual Studio Team System Schema Compare differences caused by extra parenthesis

    I tried schema compare for the first time and got a lot of false differences on defaults and check constraints because the script generator adds parens to numeric literals. I started by importing a schema (reverse engineering) an existing SQL 2000 db in a new SQL 2005 project, making some changes, and then doing a schema comparison between the project and the original db. Some differences were merely changing a column data type from "bit not null default (0)" to "bit not null default ((0))". I realize that the script generator loves to add parens, but could it be made intelligent enough not to add redundant ones It was observed that when Schema Compare Tools Options "Trea ...Show All

  • .NET Development DOA2016.DLL

    Could Someone please tell me I can download a DOA2016.DLL for an old version of Access form OfficeV2. That's the Jet 2.0 DAO library and AFAIK you would probably need to install Access 2.0 if you wanted to legally obtain the file from Microsoft. Otherwise, and I would imagine the legality of downloading the file from anywhere else would be questionable, you can try (at your own risk) the below site. Just make sure to spell the file name correctly when you search (DAO2016.DLL). http://www.webzila.com/ wz=dll ...Show All

  • Visual Studio 2008 (Pre-release) Invalid attribute when attempting to bind slider Value

    I get blue squiggles int the XAML when trying to bind a slider to a double value property (well of course it doesn't know that it's a double vlaue propert till runtime ..._ < Slider Margin = " 5 " Width = " Auto " Grid.Row = " 1 " Grid.ColumnSpan = " 2 " Grid.Column = " 0 " Orientation = " Horizontal " Value = " {Binding Path=Value} " Minimum = " 0 " Maximum = " 2 " TickFrequency = " 0.01 " IsSnapToTickEnabled = " True " /> Seems like a problem in the schema -- Dan Hmm, The Windows Presentation Foundation (Avalon) connection (siteid 212) only of ...Show All

©2008 Software Development Network