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

Software Development Network >> Sumit Chawla's Q&A profile

Sumit Chawla

Member List

Elham Sarikhani
nadasurf2
Tony512
barryt.net
Shyam Sundar
Stefan26
Marlin7
skrajmohan
vipulparmar
seancj
Navneeth143
PIBO
DiamonDogX
ANB_149
meconnell
Samer Selo
Christina Tabet
Diango
Rajat Solanky (MCSE, MCSD)
Melt16
Only Title

Sumit Chawla's Q&A profile

  • Visual Studio Tools for Office InfoPath 2003

    I want to do some coding for InfoPath 2003. The download for Microsoft Office InfoPath 2003 Toolkit for Visual Studio 2005 now directs you to the Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System which does not apparently provide support for InfoPath 2003, only InfoPath 2007. How can I get the tools for InfoPath 2003 Thanks! Kevin Winegardner Hi Kevin I picked up the following from a posting a while back. Does this get you to the right place << The correct version of the Microsoft Office InfoPath 2003 Toolkit for Visual Studio 2005 is now posted on ProductsWeb as the VS 2005 edition “ Tools for Office – InfoPath ”: http://productsweb/product.aspx productnamei ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem with limiting instances

    Hello there. I'm working with XACT in conjunction with a pool of programmers on a project. I 'm having problems limiting the instances of a sound. The limiting actually works, but when I demo the game in Windows, there is quite an obvious slowdown, runing the pace of the game. When I remove the limiting, the game runs fine. According to the rest of the team, it runs fine on the XBox but I'm struggling at my end with the slowdown. If anyone's got any suggestions as to what might be causing the problem, drinks are on me! Cheers, James What are the other Instance Limiting Properties set to (MaximumInstances, BehaviorAtMax, InstanceToReplace, HowToReplace) Is the sound bank streaming, or in mem Approximately how many other sounds are ...Show All

  • Smart Device Development sqlceDataReader.Read Error please help

    Hello there, I am looking to find out if I can get some help on an issues with the sqlceDataReader.Read mehtod in Visual Studio .NET 2005 Before I give you the snippet of code, I am going to give you all the background information as needed: Platform: Symbol MC50 using Windows Mobile 2003 Programming Platform: Visual Basic .NET 2005 Server Database Platform: SQL Server 2000 (Has SQL Server 2005 Mobile Edition Server Tools installed) Mobile Database: SQL Server 2005 Mobile Edition using Merge Replication Here is the background of the project. We have a barcode application that scans UPC barcodes of products and returns the basic product infromation. So all it does is reference data within a database. We orginally developed our c ...Show All

  • SQL Server round up

    X is a float and I need to perform x/10 and round the result up to the integer. So if result is 0.4 -> 1, if 1.1 -> 2. How can I do this with SQL Use the CIELING function:   SELECT CIELING(x/10) FROM YourTable   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 --     < JIM.H.@discussions.microsoft.com > wrote in message news:4165a8e6-3d64-4db1-9c4b-1cec7040f35a@discussions.microsoft.com ... X is a float and I need to perform x/10 and round the result up to the integer. So if result is 0.4 -> 1, if 1.1 -> 2. How can I do this with SQL ...Show All

  • Microsoft ISV Community Center Forums MS Office document and image writer print driver

    Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Hi I did just create a port of the name "Microsoft Document Imaging Writer port" then suddenly two ports of the name existed. So I deleted the one I created..... But I can not find the "Microsoft Document Imaging Writer Driver", not on my PC, no ...Show All

  • Visual C# c# common classes

    is it possible to reference shared classes in fm1.1,without we have to import them , like framework 2.0 do with app_code folder classes OK, the answer to this is twofold. 1 - If Microsoft released a new version of the framework and you could do everything it offered on the old framework, no-one would upgrade 2 - ASP.NET questions are off topic on these forums, you need to ask this question at www.asp.net . ...Show All

  • Visual Studio Team System Team system for software testers

    Is there any way I can open an .exe file and record the actions performed in the .exe file. Do you mean that you want to open a win forms app and record the actions that you perform. If so, then this functionality is not available in Team System. The recording functionality is only available for web applications. ...Show All

  • Software Development for Windows Vista Application COmp

    Hi All, Following are few queries in terms of Application Compliance. 1.Can any one list the best practice that needs to be followed to achive Applicaiton Compliance. 2. I want to deploy a web based application to vista platform and apply Application Compliance to the same. Also what are the detail steps and process for applying application compliance to a web based applicaiton. Regards, Ajay kumar I assume question number 1 is regarding window form applications and number 2 is regarding web applications... Both window and web applications are addressed in the compatibility cookbook: http://devreadiness.org/files/5/white_papers/entry10.aspx 1) The best practices for window applications in a least privileged ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Application development

    Hi, Can XNA be used for commercial application development (not games) on the PC I have heard that MDX is becoming deprecated, so is XNA our new alternative Are there any licencing or compatibility issues to be aware of thanks Andrew Griffiths Developer MDX is part of the .NET framework, and will not be "deprecated" for a long while. It is, however, in a "support" mode, where it's a part of the existing SDK, and won't receive more attention to move forward. ...Show All

  • Software Development for Windows Vista Comments, Suggestions, Features and WHAT THE HECK WAS THAT!?

    Hopefully, that got your attention. We're starting to sketch out designs for the next version of CardSpace. I'm starting this thread and makin' it sticky so we can continue a dialog around new features. Now, I realize that CardSpace ain't even out the door yet, but the planning is beginning. I can't promise anything, but I can tell you that I'll listen, and I'll bring everything to the team. So, What do you want to see in the Next Version of CardSpace g Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporation blog: http://blogs.msdn.com/garretts Johnnywayne-> you can remove it, but .net 2.0 and 3.0 apps won't run without .net 2.0. It won't break anything that ...Show All

  • Windows Forms Different Color for Diacritics in Arabic Language

    Dear felows I need your help in finding a way to enforce rich edit text box control to show the Diacritics in Arabic language using a different color than the text. I am using Microsoft Visual studio 2005 for implementing this functionality. Can you pls help me or guide me to the suitable API to do so I don't have any recommendations. You may search for a third party control. I found this workaround but it has many issues that it might not be useable. I placed this code in a button to color diacritics. String RTFString; RTFString = richTextBox1.Rtf; // You need to set the color table correctly with the suitable colors, to make it simpler, I assumed that there ...Show All

  • Software Development for Windows Vista Raising an event within a service

    I have the following event args and interface: [ Serializable ] public class EmployeeEventArgs : ExternalDataEventArgs { private String empId; public EmployeeEventArgs ( Guid wfinstanceId, String empID) : base (wfinstanceId) { this .empId = empID; } public String EmployeeID { get { return this .empId; } set { this .empId = value ; } } } [ ExternalDataExchange ] public interface IEmployeeOrderService { void ApproveEmpOrder( string empID); void CreateOrder( string empID); event EventHandler <EmployeeEventArgs > OrderCreated; } In the class where I implement the IEmployeeOrderService interface, what I want to do is, w ...Show All

  • Visual Basic how to implement the "Add new" button

    hi all, I am using the DataBinding to bind a couple of controls on my form to an Access db. i managed to do an update on the modified rows. I just cant program the button that is behind the "add new" button. I am using VS2005 Pro. please download the solution from here and make sure u change the path of the DB to wherever u put it . http://www.wegraphics.com/dotNet/addnew.rar this is the code in case u dont have the IDE ... thanks alot for any help. Public Class Form1 Public WithEvents dt As New DataTable Public WithEvents da As New OleDb.OleDbDataAdapter Public WithEvents conn As New OleDb.OleDbConnection( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se ...Show All

  • Visual Studio Express Editions tutorial on system.net.sockets

    Is there anyone in here who knows a good tutorial to learn system.net.sockets in VB 2005 EE. I was using the winsock control, but i keeps crashing on other computers. Thanks Thanks allot, It helped... But something i don't know yet, how do i implement the standard MSwinsockLib subs: Winsock_connectionRequest(byval requestid as integer) Winsock_DataArrival(byval requestID as integer) etc... in system.net.sockets Because i didn't find any examples of that... Thanks ...Show All

  • SQL Server Excel 2003 PivotTable Field List measures sort order

    We have OLAP database migrated in AS 2005 but still using client Excel 2003 Pivot table reports. Finally all dimensions looks good. As we expect in Excel 2003 field list - measure groups and calculated members are coming in one flat list but "there is no sort order". I looked in to properties of cube (in my case virtual cube with 5 linked cubes/object) and dimensions didn't find any thing. I know we can arrange order with in one cube by using "move up/move down" option but that doesn't help when there are more then one cubes and calculated members in virtual cube. I need to some how sort in virtual cube or while reading virtual cube from excel. ( sorry! don't know what to call the cube with 5 linked cu ...Show All

©2008 Software Development Network