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

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

zyx100

Member List

Jim Fafrak
Satish33
somecrazyguy
curiousss
keopsito
StriderIRL
jitendra badkas
kushpaw
Esther Fan MSFT
jsedlak
Pavan Apuroop
Vladimir Bougay
Liquid-Crystal
Goh Wah
Handerson
ares_l
tomdart
jerry_tseng
Hans1982
wpcmame
Only Title

zyx100's Q&A profile

  • Visual Studio Express Editions Creating new row

    How to create a new Row in datagrid with same controls tht r present in datarid in previous row Thnx Figo 4 helping me. Byeee................................................. With regards, Mahender ...Show All

  • Visual Studio Express Editions About MFC examples

    I try to check some MFC examples in Visual Studio Express Edition, including, for example, mdidocvw. But on Linker study I have error: LINK: fatal error LNK1104: cannot open file 'mfc42.lib'. This lib was in SDK Lib directory, but only for AMD64 and IA64 version, not for x86. The same error were as for old MFC examples (from MSDN) and for new (from MSDN2). What is a problem How resolve them The VSEE version does not contain the MFC and ATL! The SDK containsonly the 64bit version ofthe MFC, but VCEE only supports x86! You need at least VC-Standard to get the MFC/ATL support! ...Show All

  • Visual Studio Team System Build history not deleted when deleting Team Projects?

    I have the following situation: Created Team Project "ProjectA" Created a new Build Type named "Nightly Build" and run it 10 times Then I deleted ProjectA with TFSDeleteProject Next I installed Scrum for Team System I then created a new project again named "ProjectA" I created a new Build Type again named "Nightly Build" I run that Build Type 2 times When I add a new Sprint Backlog Item and go to the "Bug Details" tab and click to open the Build combobox I get to see the total of 12 build histories while I was expecting to only see the last 2. In the database TfsBuild I can only see one build so these builds must have been cached in the registry Because I cannot access the Registry due to the net ...Show All

  • Visual Studio Express Editions Question for .NET developers

    I got an assisngment where I need to convert ASP and VB6 COM. to ASP.NET and C#. The application is huge and complex. I know how to convert ASP to ASP.Net but don't know what to do with VB6 Com . Can you please suggest me. Thanks in Advance! Hi, Ok, I overlooked that you were using VS2003. I was using VS2005 for the project. I just used the default converter in VS2005. It's in File->Open->Convert. As far as my project went through, I haven't experienced any problems. An Interop Assembly serves as a wrapper for your COM dll's to be accessed in .Net. I'm not quite familiar with VS2003 but in VS2005 it automatically generates these assemblies for you. cheers, Paul June A. Domag ...Show All

  • SharePoint Products and Technologies Application crashed if i set the data source of excel to "external data connections"

    My application would crash if the data source of my excel workbook on server is extracted from sqlserver . So I add a breakpoint to the code... I found it throw an exception when code run on "ExcelService.OpenWorkbook" I saw the post Excel Services Architecture said "You can develop applications that call Excel Web Services to calculate, set, and extract values from workbooks, as well as refresh external data connections" Any suggestion So it seems like the workbook you're attempting to load has an unsupported feature (namely Query Tables/external data ranges).  You can view a full list of unsupported features for this version here: http://msdn2.microsoft.com/en-us/library/ms496823.aspx In this particular case you have a ...Show All

  • Visual C# Save my program for God's sake!!!!

    Just as I was getting some decent work done on my project, I set down my keyboard to make a bathroom run, and once i returned, I found my cat lying on my keyboard... When I tried to clean up the constaint garbage that was created by him, I tried running my program and found a ton of new errors. What makes it worse is that I have this bugged sucker saved... Tried cleaning it up, and like a freakin moron, I saved it before I re-ran the program. Apparently I changed something mere mortals such as my self shouldn't have touched. partial class Form4 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel. IContainer components = null ; ...Show All

  • Visual Studio Team System How do I get the state (edit - xavito) of an item programatically?

    Hi, I need to find the state of a specific item programatically. For example I need to know that file 312.cs is checked out by Xavito. Any ideas on how to do it Michal is right. QueryHistory tells you about changes that have already been committed. GetPendingSets is the one for changes that are still pending. ...Show All

  • Visual Studio Team System Merge Conflicts for Identical Files ..

    When merging between two branches, TFVC displays merge conflicts ("The source and target both have changes") even when the file contents are identical. This probably results from the fact that the changeset numbers are different between the two files. Similar "false" warning show up in massive numbers (for large projects) during a baseless merge (probably due to changeset number difference as well). Is there a way from the IDE or command line to ignore these "false" warnings If not, is it possible to write a program using the object model to obtain a list of files which have "true" changes, and only manually merge those file The identical files could be merged with "AcceptTheirs" option, ...Show All

  • Visual Studio Team System Replacing Labels using MSBUILD and TFS RC

    Hi, I have successfully upgraded my B3R server to RC, but I have a problem now. I'm using TF Build and it has started failing when it tried to label a workspace when the label already exists. I'm sure in B3R you could reapply a label using MSBUILD. The error reported is: Label Name="MyApp 1.9.151" Recursive=True Version="WBUILD_Dev_APP" Child="replace" Workspace="BUILD_Dev_APP" Files="$/Dev" C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(348,5): error : The item $/Dev/Database/Stored Procedures/GetSystemSetting.sql already exists. C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2d sprite shrinks on x axis

    how can i stop my sprite shrinking on the x axis when i rotate it Or you can use a different overload for 'Draw' like; spriteBatch.Draw(Image, Position, null, Color.White, Rotation, Origin, Scale, SpriteEffects.None, 0); where Position and Origin are Vector2. Now you can make the Origin of your sprite the center; Origin = new Vector2(Image.Width / 2, Image.Height / 2); ...then use Rotate to set the angle (remember it's in Radians) ...Show All

  • Visual Studio Express Editions Copy Protection/Demo Disk

    Good Day, as a beginner I learned from a lot of you in this forum and wish to thank all of you who have help. Because of your help I have completed by first program and learn how to deploy onto a CD using ClickOnce. Where I need help understanding next is how do I build a demo disk the will either limit the number of entries or a time expire method so that the client will need to purchase a upgrade and how do I copy protect the software so that it can’t be copied to other machine. I have read a lot of the forums commits but most of them seem to suggest using third party software. I would like to learn how to do write code for these things for myself. Any suggestion on which way or what reading material can lead me in the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help with attenuation

    I am working on modifying some shader code so that the brightness of a vertex depends on the distance away from the light source. i.e. the greater the distance = reduced brightness. However, I dont know where to begin. Some help would be much appreciated. Thanks. Light intensity is typically modelled as being inversely proportional to the squared distance from the source. This means you can calculate intensity as 1 / (distance * distance). When you use this calculation though, you'll find that light intensity tends to fall off very quickly, which is why you may often see the use of constants in the equation. ...Show All

  • .NET Development Problems receiving packets from socket

    Hello! I'm new in this forum and in this awesome programming language. I came from Java and I'm actually doing a speed learning in C#. We actually have a single problem that it drives us crazy. We are connecting a serial old device in a TCP/IP terminal server (with a special RJ45-RS232 cable). In fact, the device receives the petitions from the client and sends them the requests to its sender. The device, I said, is and old device that sends the values of patient parameters that we ask it to send. We, then, create a Socket from our computer to the terminal server (is a Lantronix Multiport device server) and make the process of connect to the device, ask the parameters and configure which parameters we want to receive and it starts to send ...Show All

  • SQL Server Reminder - please indicate if a reply has answered your question.

    How do I indicate a post answered my question If a post has answered your original question, please indicate this by clicking on the "Mark as Answer" button for that thread, it helps us track which posts still need follow up. Thanks! Greg Y ...Show All

  • SQL Server Best way to learn SQL Mobile?

    I am an experienced web developer using PHP and MySql have experience with VB. What is the best way for me to learn programming pocket pc's Is using sql server mobile the best offline database to use as I will be using MySql Compact framework to connect direcly to our Linux server. Any help is much appreciated as I can't seem to find any useful tutorials on quering an sql databse to update, insert, read or delete. I have created a datebase however, I just don't know how to use it. Thanks in advance. Mark Hi Mark, Below is a specific link to IBuySpy Sample app available on MSDN http://msdn2.microsoft.com/en-us/library/ms174006.aspx IBuySpy Delivery 2005 Sample Application (SQL Server M ...Show All

©2008 Software Development Network