Software Development Network Logo
  • Windows Live
  • Game Technologies
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Architecture
  • VS Team System
  • .NET Development
  • Visual J#
  • Windows Forms
  • VS Express Editions
  • Visual FoxPro
  • Visual C++
  • Visual Basic
  • Visual C#

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

Vikas_purohit

Member List

LazLong
leekitswee
MMMSobo
Eswans2000
CPatrick_530
Schwantes
Niall McDonnell MSFT
grohlster
shine46055
ClaudiaM
Rodneyk
Breakpoint
Stylus Studio
madhatt30
Jacob Buys
Dencore
Reza Shams
paul388
gedw
kshawol
Only Title

Vikas_purohit's Q&A profile

  • Software Development for Windows Vista Using root activity parameters

    I've created a workflow from using a root activity class that derives from SequentialWorkflowActivity and adds some additional properties. These appear fine in the designer properties grid but I'm unable to find them in the browser when I want to associate them to properties against other Activities. I'm using Beta 2.2 version. Any help would be appreciated. Tim, Can you post the code snippet of your p ...Show All

  • Windows Forms Windows App Security Over network

    Hi I am kind of new with authentication an authorization on windows application and need some help with following situation. I have got a small little windows app writing in vb.net I would like to put it on the local intranet so that the w ...Show All

  • Visual Studio Team System Move data to different SQL server

    What are the steps involved in moving the TFS data to a different SQL 2005 server   Right now, TFS is set up in single server mode.  TFS B3 Refresh. Thanx, Robert we are currently working out the instructions for restoring Data to a different SQL server. I will provide a pointer to it in a week or so to get you unblocked. I strongly suggest you go through a dry run before you move data on your production servers. ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • Visual Studio Express Editions Adding Support for a new language...

    Hi, does anyone know if there is a way to add support for a new language I would like to use the intellisence system in VS also with my actionscript development, is this possible Thanks very much Pete http://blogs.msdn.com/jim_glass/archive/2005/10/03/476460.aspx Look for "Language Services" NOTE: I am almost certain that it is year or more of work if you include learning.. But you are better for to ...Show All

  • .NET Development XML-RPC

    Hi, I have XML-RPC request to be run on Sun Solaris 9. My realtime example goes like this. Can anybody suggest me how can i parse this XML request and handle the reposnse. What is best tool in Windows environment to parse XMl-RPC requests [ POST BEGIN ] POST /VoucherAdmin HTTP/1.1 Content-Length: 286 Content-Type: text/xml Date: Mon, 30 Aug 2004 13:17:39 MEST Host: ws2258:10010 User-Agent: IVR/2.0/1.0 Authorization: Basic dXNlcjpwYXNzd29yZ ...Show All

  • .NET Development XmlDataDocument and EncryptedXml Problem

    Hi there Gurus! Well, this is a new thing happening, and I believe it has not happened to anyone before because I did not find anything related to this problem on the web: I have this simple code. Dim Doc as XMLDataDocument Doc = New Xml.XmlDataDocument(Ds) Doc.PreserveWhitespace = True Doc.Load("file.xml")  'This file IS ALREADY ENCRYPTED Dim exml As New EncryptedXml(Doc) exml.AddKeyNameMapping( "some key" ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse Hit Testing when primatives used not meshes

    I did search the existing threads and have read them - those that I can understand - but they do not seem to apply - at least with my limited understanding. I have a "2D" card game started in DirectX3D using managed C#. I read Tom Miller's book as the basis and starting point. I have several "playing" cards rendered as CustomVertex.PositionedNormalTextured that I add to a VertexBuffer. I draw them with the DrawPrimative ...Show All

  • Visual Studio Tools for Office Deploying a Word Solution with an Actionpane

    Hi there, I've created an setup project within my VSTO solution which I've used to install the solution on several machines. I've also created an msi that updates the security on the individual machines. However, the actionspane does not open when the solution is opened after installation. When I manually open it using Templates/Add-in tools option, it just opens a blank Document Actions pane. Any suggestions Cheers Shafraz ...Show All

  • Microsoft ISV Community Center Forums pass parameter to stored procedure

    Hello, Can someone please show me an example of how to pass a parameter to a stored procedure I have a crystal report that uses the stored procudure. I can call the report with this: Set s = CreateObject("InternetExplorer.application") s.Visible = True     s.Navigate " h ttp://exch server/scr reports/Se rvice/Main tenance/ma intenanceI nvoice.rpt " ' prompt0=" & JobStatus.Job & "&prompt1=" & CStr(Now) ...Show All

  • Visual Basic Why does this code for create table from another not work in Access?

    Hi all, I am trying to create a table from another table in the same MS Access MDB. The code given below does not work for me. Could any one tell me what should be done to make this work Thanks, MNRaghu ' include a project reference to: ' Microsoft ActiveX Data Objects 2.8 Library ' (e.g. C:\Program Files\Common Files\System\ADO\msado15.dll) ' get values from the DB table, put into attributes Public Sub CreateTableFromAnother() Dim oConnection ...Show All

  • .NET Development Return autonumber key field in Formview_ItemInserted

    My ASP .Net 2.0 application inserts a new record into the database using a Formview. The key field for the database table is an autonumber field. In the Formview_ItemInserted event I'm writing some code to send out an email notification, which needs to include the value of the key field. So, my question is how do I return the value of the autonumber key field from the ItemInserted event Thanks in advance for your assistance. ...Show All

  • Windows Forms How to resize ComboBox?

    I'm writing a component - "vertical" version of ComboBox, derived from ComboBox (text comes from bottom to top, drop-down menu opens at the right). For this reason, I need to somehow change the width and height of the control but designer  ...Show All

  • Architecture need som direction

    Hi All, I'm a overseeing a project using asp.net tech uppfront for data capture and vb.net client where the data is manually manipluated and then returned SQL Server and back to the Asp.net client. Have any of you heard of an instance where you have used IIS to cache to relieve performance problems is this a often occurrance isn't this a sign that the application as such is poorly designed Background to my question are based o ...Show All

  • Visual Studio Team System Web Test: error 400 Bad Request?

    I am connected through our internal network to the server hosting the webservice. If I remote into the Server and bring up web service asmx page, I have the option of entering values and invoking the specific method. I copy n' paste appropriate values in the textbox, click Invoke, and it's successful. If I use the very same data on my machine, then run the webtest, it fails with error 400 Bad Request. Are there any issues with the webtes ...Show All

©2008 Software Development Network

powered by phorum