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

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

Parthasarathi

Member List

Pilot_cir
BadrK
MaryJones
Rob R
sakifcy
bilalso
Nigel Stratton
Jeff Zheng
oclaros
merbs11
Carlos Mendonça
bali
diegote
howard dierking - MSFT
kush28
Reece Williams
Vishal Verma
chakravarthy_b
thirdq
LiquidLithium
Only Title

Parthasarathi's Q&A profile

  • SQL Server Can't Open Encrypted Package After SP1 applied

    I have a problem where after applying SQl Server 2005 SP1 to my workstation, where it presumably updates Visual Studio, I cannot open a package that is password protected and was created before applying SP1. My colleague has not applied SP1 and can still open the package, but I don't even get prompted for the password. Has anyone else come across this Hi, What messages do you see when you try The package is stored on the File System or in SQL Did you apply SP1 to the release version of SQL 2005 or was it a pre-release/CTP version of SQL 2005 When your colleague successfully opens it, they are prompte ...Show All

  • Visual C# Getting name of system connected via terminal services

    I am writing an application which will be run on Terminal Services. Is it possible to get the name of the remote system running the application via TS So far the only luck I've had is getting the name of the TS server. Have a look at the post in this same thread by Gorm. He shows a Win32 API that you can call to retrieve this. Simply use the DllImportAttribute to call this method. If you have found some VB code to do this, it is very easy to convert VB -> C#, they are very similar. ...Show All

  • Visual Studio Express Editions PauseTime

    Hello all In VB6 I could pause an event by using the PauseTime property "eg: PauseTime = 0.01). How do you pause time in VB 2005 Express Thanks all Use the Thread.Sleep(timeout) ...Show All

  • SQL Server Execute phase Memory Error

    Hi, I have a data flow component that retrieves records from a table.  There is about 3 million records.  I do sorts on the records, then use a merge join transformation to join that sorted data with the dimension data.  However, when I pump 10,000 records through this transformation it works fine. When I try 3 million I get this error: DTS.Pipeline: Thread "WorkThread1" has exited with error code 0x8007000E.  I think this is a memory error. I have 1000 MB of memory 30 GB of hard drive space.  I am also running this on a virtual server. Option 1: Don't use merge join transformations and use Lookup's instead Opt ...Show All

  • Visual Studio Visual Studio Extensions for WinFX Beta 1 and broken MSDN

    Hello! I have recently installed Visual Studio Extensions for WinFX Beta 1 and it probably broken Table of Contents in Visual Studio 2005 MSDN Library. Do you know anything about it Is it possible to rebuild the ToC in of VS 2005 MSDN Library Hi Marcin, What do you mean when you say that the TOC is probably broken in VS when you install the VS Extensions for WinFX Just as an FYI: when you install the VS Extensions for WinFX is does swap out some of the .NET Framework content in the TOC with the WinFX SDK content, so the TOC will look a bit different. Also, what version of VS 2005 are you using Beta 2 is ...Show All

  • Visual Studio Express Editions Can I connect to my SQL Server 2000 with VS Express

    I seem to be having a difficult time connecting to my local SQL Server 2000 from VS 2005 Express. Can it be done If not, is there a way to import a table from SS2000 somehow Thanks. Yes, I have been using the wizard, and it just can't find any (local) SQL Servers. What I'll do is try it in code and see what happens. I think I'm just spinning my wheels using the Express version. Ever since it came out I've been having difficulty doing anything with SQL Server. When you try to jump ahead of the process with these Beta and limited versions it becomes more of a pain than a good experience. In a few days ...Show All

  • Visual Studio Team System Red X on the documents folder (was: Hello Somehow I did it)

    Hello, I had problems with security Issue's and I think I solved almost all of them except my last post. Now I have a red X in the document folder, what I should check   Avi   P.S My last Post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=183455&SiteID=1 10x If you mean the STS_WPG Group in "local users and groups" I added everyone to this group with full permission + in the IIS right click on the Share point site "permission" I added everyone too. Any other Ideas   ...Show All

  • Smart Device Development Configuring emulator for internet

    Hello Guyz, Can any one plz help me in configuring the emulator in VS 2005 so that it can connect to internet Thanx in Advance. Is this the correct placte to ask how this can be done in embedded Viscual C++ The steps stated above for VS do not seem to be possible for EVC++. Anyone any idea how to configure EVC++ emulator to connect to the Internet Thanks, Geoff. ...Show All

  • Windows Forms Changes to AutoScale & AutoScaleBaseSize

    When I compile a program in VS.NET 2005 Beta2, I saw the following error : Error 205 Warning as Error: 'System.Windows.Forms.Form.AutoScale' is obsolete: 'This property has been deprecated. Use the AutoScaleMode property instead.  Error 206 Warning as Error: 'System.Windows.Forms.Form.AutoScaleBaseSize' is obsolete: 'This property has been deprecated. Use the AutoScaleDimensions property instead.  I checked the AutoScaleMode enum and don't know how thay are mapped to the old AutoScale property. The AutoScale is a bool property, while AutoScaleMode has four members, which one could map to "AutoScale == tru ...Show All

  • Visual Basic mscomm vb6 --> vs2005

    I have a very simple vb6 program I want to convert to VS2005.  MSComm is nolonger available and I don't understand how to receive data without the mscomm_OnComm() event. Please advise.  Also, can this be implemented so that the code is exposed to MSAccess 2000   Ultimately I need to communicate to a piece of Lab equipment connected to the serial port using a production application written in MSAccess. Thanks *VB6 Code* Dim Buffer As String Private Sub MSComm1_OnComm()     If Me.MSComm1.CommEvent = 2 Then         Buffer$ = Me.MSComm1.Input      & ...Show All

  • Windows Forms Stop them from moving a form

    Is there a way to stop users from moving a form What I mean is, I have the main menu form and then they click on a button that fires up another form. is there a way of making the form not moveable http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbconmoveablepropertychangesinvisualbasicnet.asp ...Show All

  • Visual Studio Express Editions Saving and loading and conversion of saved file to a readable file

    Alrighty here's my deal, I used this code to enable my program to save... I'm making this for all of you to use, please get the simple beta program I've made so far from http://www.johnplaird.com on the upper left hand corner is a download link called ("VB Pad"), anyway here's the problem... ' from tool box get a save dialog form to put on your form, or this wont work. ' The code private sub is automatically loaded. Private Sub SaveFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles SaveFileDialog1.FileOk ' this is what you need Try My.Computer.FileSystem.WriteAl ...Show All

  • Windows Forms Problem adding items to combo box

    Hello. In asp.net I can add items to a dropdownlist like   ddlStuff.Items.Add(new ListItem(<name>,<value>)) But I can't seem to find a way to do this in WinForms. I am using a data reader and iterating through the query and adding one item at a time. I know there are other ways to do this, but this is the way I have chosen to do i ...Show All

  • SQL Server Customizing Report Manager

    As I recall, in RS2000 there was no way to customize the appearance of Report Manager. I see that RS2005 has stylesheets which permit some customization of the appearance (maybe these were available in RS2000 also, but I never looked for them), but it appears that the source code for the web pages is still not provided. Is that the case, or is it possible to obtain the source code for Report Manager so that more extensive page customizations can be made Thanks! -- Chris Report Manager can only be customized in two ways: * style sheets (as you have already discovered) * UI strings (e.g. "View Report&qu ...Show All

  • Visual C++ is this possible to do with an ActiveX MFC Control?

    Hi, I'm quite new to ActiveX controls and MFC... I started on friday. I need to do a control with menus, toolbars and 3 splitter windows with many more issues, but I don't know how. I started calling CWnd::Create in COleControl OnCreate event to build a window... after the application crashed, once tested in "ActiveX Control Test Container", I decided to add a toolbar or a statusbar, and although it doesn't crash, I can't see any toolbar or statusbar anywhere. Do I test it correctly Is it possible to make a window of COleControl or make an instance of a subclassed CWnd or CFrameWnd I don't know how to continue with that application and ...Show All

©2008 Software Development Network