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

Software Development Network >> satyam amin's Q&A profile

satyam amin

Member List

Dave Greene Magenic Technologies
Amritha Chand
Alex Mujar
tiomeg
CarlosV
iSerg
Miao1106
ILoveOregon
corbin
pkhannah
giddy
debuggger
hotaruu
Sarath.
Jonathan Stratford
Denvas
Andrius Bolsaitis
Roshan_wp
Chris Nahr
tendresse
Only Title

satyam amin's Q&A profile

  • Visual Studio Team System Determine if there is a label already applied to the latest version

    Is there an easy way to determine if there is already a label applied to the latest version Thanks for the info. It's good that there is a way to accomplish the task, I just hesitate to tell our developers about this solution because it exposes deficiencies in the product when compared to VSS. Don't get me wrong, I absolutely love VSTS but I do hope that future releases to the product (especially the Team Foundation Server and client) are released on a more regular basis. ...Show All

  • Windows Live Developer Forums printing custom tile maps.

    Hi.. I am encountering a situation with printing the VEMap and I can not find a solution..so I hope one of you out there knows about this problem.. When I add custom layers (composed of transparent . png tiles containing visual information) from my server on top of the VEMap only the top layer of the map will print. The implementation of my server and client is described here http://www.viavirtualearth.com/vve/Articles/RollYourOwnTileServer.ashx Only the last added layer will print. The odd thing is that if I try to print preview it, it behaves correctly and it displays the whole map with its added layers... if I try to print it though.. it prints just the last added layer. Any clues or help are very welcome!! Thanks i ...Show All

  • Software Development for Windows Vista Which is a better way to initialize workflows....

    I have built some workflows and now wanted them to use in a WPF application... I was wondering if it is better to initialize workflows as static or not.... If I make the workflow initialization methods static I cannot modify any of the properties in the UI (as they are not static)... I don't know if there are any disadvantages of removing the "static" keyword, as I've seen that in a window application Visual studio makes the mothod for initializing workflow static.... Any tips, ideas, help (and so on...) is greatly appreciated. markovuksanovic wrote: I don't know if there are any disadvantages of removing the "static" keyword, as I've seen that in a window applicatio ...Show All

  • Software Development for Windows Vista Replicator and Generic IList question

    I have a custom activity that looks like this: using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Serialization; using System.Workflow.Runtime; using System.Workflow.Activities; using System.Workflow.Activities.Rules; using HFO.BusinessDataSet.Pricing; namespace MCP { public partial class CreateStagingRecordsActivity: System.Workflow.ComponentModel.Activity { public CreateStagingRecordsActivity() { InitializeComponent(); } public static DependencyPr ...Show All

  • Visual Studio Express Editions How to Detect another applications GUI controls in C#

    Hello, I'm new to C# (and OO programming in general). I'm looking to make a program that detects controls on another application and manipulates those controls. For example, can detect a radio button on an MSI installer and click it, or detect fields of a web form and fill them out. I'm sure there must be .NET libraries for this sort of thing, but I couldn't find what I was looking for. I could use AutoIt instead, but that would hardly be good C# practice :). Can anyone point me in the right direction Thanks. Hi, You mean you want to develop an application that spy other application, right If so, could you be more specific about which kind of application you want to spy If I've misunderstood you ...Show All

  • Visual C++ Problems with STL Implementation of Visual Studio 2005

    hi people i hope you can help me out with this. Ok first I apologize for my english, hope you can understand me. Here's the thing, I'm making an aplication about graph's that make an intesive use of STL structures like map and list and I noticed that runs extremely slow in all procedures that uses iterators and that stuff. But if I try the exact same code in other compiler it works perfectly. Now, someone told me that this is due to the Visual Studio 2005 STL implementation that uses a lot of iterator checks that i really dont need at all. So, i downloaded the SGI implementation of STL but when I change the include files directory in the options to include de headers i downloaded instead of the default Visual Studio headers i get this erro ...Show All

  • Visual Studio 2008 (Pre-release) use UserControl

    Hi all am new here and am teaching xaml, but I have problem *can anybody tell me how to use the userControl that I have made *and how to call webservice thnx for help Simple, first add the Refrence of your control's dll to the Consumer application, then Go to the xaml of your Consumer application and add the local refr. to your control < Window x:Class = " Consumer.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " Consumer " Height = " 740 " Width = " 1280 " xmlns:local = " clr-namespace:UserControlLib;assembly=UserControlLib & ...Show All

  • Visual Studio Express Editions Text Document at start up

    In this up i made i need to have a text document start when the app is fired for the first time then not again after that. The setting is saved per user and per version of your application. If you have run the app in the debugger, you can use the "Synchronize" button in the settings designer in order to "reset" the setting to its default value. You don't need to do this in order to publish your application, however - as soon as another user runs the app, it will be the first time for them (on that machine) Best regards, Johan Stenberg ...Show All

  • Visual Studio Can't Edit and Continue

    I'd like to figure out why I can't use Edit and Continue on my box. I've tried this with a trivial C# Console app that consists of the following: namespace EditAndContinueTest { class Program { static void Main(string[] args) { int a = 1; Console.WriteLine(a.ToString()); a = a + 1; Console.WriteLine(a.ToString()); } } } I break on the first Writeline and try to edit the line below to a = a+2; and get the following dialog: "Changes are not allowed when the debugger has been attached to an already running process or the code being debugged is optimized". I'm running in XP Pro (not 64Bit), Edit and Continue are enabled, running in "Debug" mode, (not "Release&qu ...Show All

  • Visual Studio Express Editions Help

    Hello I installed VC++ 2005 express edition and whenever i try to create a new project (anykind of project in VC++) it gives me this Error "Automation Server Cannot Create Object" -Thanks I have no idea what might lead to such issue. I can't reproduce it on my machine. Try re-installing if still the issue exsits, please report it at http://connect.microsoft.com/Main/content/content.aspx ContentID=2220 Thanks, Ayman Shoukry VC++ Team ...Show All

  • .NET Development Help with TripleDES and RC2 cryptography.

    I have 2 questions - 1) I get the following Exception when I try to decrypt data using TripleDES. - "An unhandled exception of type 'System.Security.Cryptography.CryptographicException' occurred in mscorlib.dll Additional information: Specified initialization vector (IV) does not match the block size for this algorithm." How do I make things right The code is as follows - /* Provides TripleDES encryption and decryption using classes in the .net Framework 1.1 */ public class TripleDES_Cryptography { public static string Encrypt(string plaintext, string key, string IV) { TripleDES des3 = new TripleDESCryptoServiceProvider(); des3.Mode = CipherMode.CBC; byte[] by_plaintext = Encoding.ASCII.Ge ...Show All

  • SQL Server Matadata translations - Editions

    Hi, the link http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx Mentions "Metadata Translations" is a feature of the enterprise edition only - is this true Means if i want to have a dimension name in german and english this is only possible in the Enterprise edition The Sample shows translations and it works in the standard edition - I guess its only a mistake in the documentation - is it HANNES If some of the limitations are not enforced by Analysis Server this doesnt mean you can use it in the way it is not intended. If documentation clearly states you cannot use one of the features in certain edition, you should not. If, say, tomorrow Analysis Server starts enforcing the limitation, you might not ...Show All

  • .NET Development Please help me! Anybody can tech me how to write a [WebMethod] that can search Database(ServerSide) and return infomation!

    Hi all, thanks for come in!! My problem is: I write a web sercive which have two method, GetFreinds and GetFriend. GetFreinds Method can return all friends infromation from database when invoke this method, I use DataSet to do this and it works!     [WebMethod]     public DataSet GetAllFriends()     {         // Step 1. Create the connection string and command string                string connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + this.Server.MapPath("Friends.mdb");         string comStr = "Select * from Friends";  &nb ...Show All

  • Visual C++ does the sprintf work wrong?

    for(int xx = 0;xx<50;xx++) { HRESULT hr; IPAddr ipAddr; ULONG pulMac[2]; ULONG ulLen; char ip[20] = {0}; int ret = sprintf(ip,"192.168.0.%d",xx); printf(ip); //if i delete this sentence,it will not get any MAC. ipAddr = inet_addr (ip); memset (pulMac, 0xff, sizeof (pulMac)); ulLen = 6; hr = SendARP (ipAddr, 0, pulMac, &ulLen); if( hr != NO_ERROR ) continue; ...... } through the code above,i can get all the MAC address of the local net. but when i delete the sentence:"printf(ip); " which i have marked above. it doesn't work well,why thanks any way! Can't repro this either. Please give us exactly the code you're using (rather than making us hunt for dependencies and compile code differently than you). D ...Show All

  • Gadgets file is .gadget but IE downloads as .zip

    I have packed my gadget files in a zip file. I then changed the name to *.gadget. The icon changed to a gadget icon and double-clicking it installs it. I then uploaded the file to my webserver and it is there are a gadget file. I then linked to it as a gadget file. When I click that link it downloads a .zip file and asks where to save it rather than downloading as a gadget file and installing. What am i doing wrong Well, Microsoft rejected it again. They said they couldn't unzip my "zip" file that was actually a cab. They will not accept a cab file even though it is a valid file. You MUST upload a zip file. I built the cab and renamed it zip thinking it would be a good work aro ...Show All

©2008 Software Development Network