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

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

TirthankarDutta

Member List

David Spectorman
jon don
ViXtor
James Talon
Andrey Titov
fc_curling
Alexander Khimich
High Hat
Ach25572
EddieBear
t341
Bob Willer
John Moore999
Subwoofer47
Wisdomtool
OxanaP
Safa2535
Wim_M
AmitKale
korggy
Only Title

TirthankarDutta's Q&A profile

  • Visual FoxPro how can i get the current active control's name in a form?

    thank you Jet Hi Jet, if you don't don't need the name of the control inside a grid you can use code like this to get the name of the active control: IF TYPE("Thisform.ActiveControl") == "O"   lcName = Thisform.ActiveControl.Name ENDIF It's important to check the type beforehand, because the ActiveControl property doesn't exist if there's no active control. For grids this code would return the name of the grid, not the name of the column or textbox inside the grid. ...Show All

  • Smart Device Development Pocket PC Web Services Error Handling..

    I am developing a web services application for Pocket PC 2003 using Visual Studio 2005 and .NET compact framework. I am testing using the Device Emulator in Vis Studio 2005. When i get an exception generated on the server using the emulator, the error message is correctly displayed on the emulator screen. When an error is encountered in the UK by my client who is using an actual Pocket PC device, he receives the message: "An error message cannot be displayed because an optional resource assembly containing it cannot be found". I have read varying articles with previous versions of .NET stating that the user needs the System_S ...Show All

  • SQL Server How to edit a custom property on an external metadata column

    I am using external metadata columns in a destination data component to match sharepoint fields to input columns.  I want to add a flag that the user can set to specify if a column is a lookup column (indicates that the component should look for a list item with the specified input column value, and do an update if the item already exists).  I added a custom boolean property to the medata column, but the property editor does not allow me to edit the column.  It appears to be enabled, but when I choose a value other than the default, the editor immediately replaces the value I chose with the default.  How do I set ...Show All

  • Visual Basic Need Publish My Application with dotnetfx.exe within setup package

    In 'Publish' of VB2005 Express , Item of 'Prerequisited' choose to install '.Net Framework 2.0' . I choose option ' Download prerequisites from the same location as my application' . Because I need to package within Publish package. (no need to use option 'Download prerequisites from the component vendor's web site' ) It shows error message 'The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\dotnetfx.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information' How can I fix this problem Thank you very much ...Show All

  • .NET Development Slow connection - Operation timed out

    I have a application written in C# which connects to a web service thorugh https, sends a SOAP envelope and get's a reply. My problem is that during the file transmision the application locks(freezes) 'till I get some king of reply and then displays the results. That's my first problem and the second would be that if the connection is slow I get a reply saying that the operation timed out no matter if a set or not a timeout value for the proxy. No I don't use an asyncronous method for communication. I see that the cursor is moving down in my textbox by drawing a vertical line, but nothing is beei ...Show All

  • SQL Server DM Windows Forms Controls in November Feature Pack for SS2005

    Hello, There is a download in the Feature Pack For Microsoft SQL Server 2005 - November 2005 for the Microsoft SQL Server 2005 Datamining Viewer Controls. Unfortunately I cannot find a shred of documentation for said controls. It would be nice to know what their names are, where they are installed, how you add them to your toolbox. Sample apps would be of great benefit as well (but I don't want to ask for too much). Here is the description for the controls which I find somewhat confusing. Are they Web Controls or Windows Forms Controls The Data Mining Web Controls Library is a set of Microsoft Windows Forms controls that enable sof ...Show All

  • SQL Server installation of SQL Server 2005 CTP (June) error 2147944003

    During installation of SQL Server 2005 CTP (June) I get the error 2147944003. This error refers to the installation of tools (client components). The server components seem to be ok., services are running. My os is Microsoft Windows XP Professional Service Pack 2 (Build 2600). Could anybody help me, please -------------------------------------- This is a part of summary.txt: Machine         : WBG5 Product         : Microsoft SQL Server 2005 Tools CTP Product Version : 9.00.1187.07 Install         : Failed Log File & ...Show All

  • Visual Studio Team System Team Build & Multiple Team Projects

    I'd like to know what would be the best way of setting up a solutions so that they can share the source for common projects. For example, I have two different Team Projects (projectA and projectB). ProjectA has the following structure: WebApp WinApp BusinessLogic WebServices DataAccessLayer CommonWebControls CommonLibrary ProjectB has the following structure: WebApp CommonWebControls CommonLibrary What I want is a way both teams can work on CommonWebControls and CommonLibrary. I think I have actually got this stage working, by creating the projects in ProjectA and then adding them to ProjectB by selecting 'Add Existing Project'. However, ...Show All

  • SQL Server jobs on 2005

    i copied couple of scheduled jobs from 2000 to 2005. They still take the same amount of time as 2000. Shouldn't they be quicker on 2005 anu suggestions ok pretty reasonable. Well lets say jobs like this: Process cubes Process shared dimensions Build tables Move tables from one database to another Create indexes Drop indexes does that help ...Show All

  • Visual C# Default printer

    Hi, i need to set a certain printer as the default system printer from within my C# application any ideas Hi, You can use the Win32 API call SetDefaultPrinter by using Pinvoke. See link: http://www.pinvoke.net/default.aspx/winspool/SetDefaultPrinter.html Regards, Vikram ...Show All

  • Windows Live Developer Forums Windows Live Messenger Beta Invitation Winners

    Last week, the Messenger team offered Windows Live Messenger Beta invitations to the first 5 people who submitted Activity Apps that passed the provisioning process. Drum roll please...  And the winners are: 1. Notesaic by Daniel Tse 2. Quatro by Chris Weeink 3. Boter kaas en Eieren by Glenn Klijn 4. Let's Play Chess by Prasad DV 5. CooperYoung by Frans-Willem Hardijzer Congratulations to the winners!  You will be receiving your beta invitations shortly via the email address used when you submitted your application to the contest. Keep the apps coming!  The Worlds Best App contest continues until midnight (PST) December 31, 20 ...Show All

  • Microsoft ISV Community Center Forums Need recommendation on Office/VBA/.NET/C# solution (cross-posting from the VSTO Forum)

    ****** The reason that I am cross-posting this from the VSTO froum is to reach the widest expert base. Thanks. ****** We want to move logic currently in Word XP VBA to C# component(s). What the VBA code basically does is calling Web Services that are implemented in Java, and display the returned data in Word documents. Our requirements are: improved performance easiness to install the components on end-user's PC's ability to be shared the components across all the products in the Office suite After doing some reading, there seem to be 2 solutions to me: Register the C# components as plain-vanilla COM objects using COM interop and call ...Show All

  • Visual Studio Express Editions Tool Strips, Text Box Focus and Accept Buttons

    I'm working on a program that uses the Tool Strip to access data in my dataset. First, I'm trying to save keystrokes by having the cursor start focus( ) in the text box of my tool strip, so I can start typing without having to mouse click there first. Any suggestions Second, on the Forms property there is the property to choose a button to execute when the Enter key is pressed. I'm unable to figure out how to set that so the button on my tool strip will execute when the Enter key is pressed. Any suggestions I have to access the stuff in real time, quickly, so I'm trying to save every keystroke I can. Eventually, I intend to go to s ...Show All

  • Visual Studio Express Editions Importing a form into a project

    Hello Friends, I created an application in Visual Basic with Visual Studio 2005 beta. That product is no longer alive. I want to be able to run that application in VB Express. It was apparently not in a project in the beta, or at least VB Express does not recognize that it was. I can copy and paste the code into a VB Express project, but I don't see how to import the form itself. What should I do moontube Depending on which beta it was, you may be better off copying & pasting the code into a new project as there were a lot of changes between the betas and the final release code. james ...Show All

  • Visual Studio How do I get Reporting Services 2005 with Visual Studio 2005?

    Hello: I am trying to find what to install to add the Reporting Services (Business Intelligence) project type to the Visual Studio August CTP. I checked the DVD and couldn't find anything there to install reporting services. Is there a version of the 2005 Reporting Services that can go on the same machine as the Visual Studio 2005 August CTP Thanks, Rob Thank you very much for your help! I'll try it out when the new CTPs are released. ...Show All

©2008 Software Development Network