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

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

p_dinesh

Member List

Hansonlion
NeedsHelp
Light Walker
JohnsonInBeijing
Talbengal
BranchL
Mike Kushner
Bill Tang at ut
The Masked Blit
AnonymousALE
TV32246
KChampion
FSilb
Rocky Raher
erhm
edburdo
David Fullerton
HeHeHeHeHeHe
sethgold
banchuan
Only Title

p_dinesh's Q&A profile

  • Visual Studio How to support Exception Assistant

    I want to support an exception assistant to COBOL Exceptions. How can it support It seems that it has realized by putting an XML file on the   ExceptionAssistantContent folder of an IDE folder about the standard exception for Visual Studio. Best Regards. Hi Shinya, it appears that ExceptionAssistant is supported for VB.NET, C#, and J#.  I do not see any extensibility points to add languages. ...Show All

  • Visual Studio Express Editions Inventary Remote Control Software - Visual Basic 2005 Express Edition

    Hi everybody! I'm new here. I 'd appreciate if someone could give me a link of a web site where I can find a code about Inventary Remote Control Software in VB 2005 Express Edition connected to SQL Server 2005. This is a desk software that it's used to controlling stock of products, but the special feature is that it can be used to do that from different departments of an organization which doesn't use a LAN or WLAN. This software has to incl ...Show All

  • Architecture Need help on solution architecture employing BizTalk Server & MSMQ Server

    Hi, I have a potential software project for a large ad composition agency. The requirement is briefly as follows: 1. There will be front offices located in more than a dozen locations across multiple states. These front offices would be posting requirements about advertisements to multiple back office located in some other country. Each front office would have about 10 users. 2. Each ad ...Show All

  • SQL Server Common Password

    Hi, I would like to setup a common password for all the MS SQL Server Users. Is there any generalized script for the same Thanks In Advance. In SQL Server 2000, you can use sp_password. CREATE LOGIN is new DDL available in SQL Server 2005 only. Here's the equivalent syntax using sp_password: sp_password NULL, 'new_password', 'user' You can search for "sp_password" in BOL for SQL Server 2000 for additional info on this. Thanks Laur ...Show All

  • SQL Server Why are rules deprecated?

    So here's the problem - we have a defined domain for a percentage number that will always be { 1 >= x >= 0 }. First thought is to create a User Defined Data Type named "percentage" and attach a rule to it to enforce this domain. Looking in the Books Online, however, shows that apparently, "CREATE RULE will be removed in a future version of MicrosoftSQL Server. Avoid using CREATE RULE in new development work, and plan to modify applic ...Show All

  • Visual Basic panel question

    im tring to remove controls from a panel Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim ctrl As Control For Each ctrl In Me .Panel1.Controls Me .Panel1.Controls.Remove(ctrl) Next ctrl End Sub this only removes half the controls. what am i missing Thanks, dan Not sure why, but ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Getting Direct3D 10 Samples (April SDK) running

    Hi! I'm using the Vista Beta 2 and I'm trying to run the Direct3D 10 samples in the April SDK. Unfortunately they all don't work on my computer. They should work in a Direct3D 10 software emulation mode, right Do I have to change any (DX) settings Or do I need extra software Thanks Nico Which operation system do you use The Direct3D 10 part of the June SDK works only with Vista Beta 2. ...Show All

  • SQL Server DB Owner & SqlDependency Problem

    I deleted the account owning Test Database after creating Test Database. Everythings work well except SqlDependency. SqlDependency OnChange Event is not working. I have tested SQL 2005 ent RTM & VS 2005 Pro RTM. I'm curious why it happened. Thank you. SqlDependency needs the EXECUTE AS infrastructure to do it's work. If the account that created the database was deleted, EXECUTE AS user 'd ...Show All

  • Visual C++ MFC displays XP visual style only when VS2005 installed

    HI. I'm writing an MFC app and trying to use visual styles. I added the manifest file with the various lines, including: [...] name = " Microsoft.Windows.Common-Controls " version = " 6.0.0.0 " [...] My problem is that although this caused the application to render correctly in testing (e.g.: white menus), when I run the application on a machine that has XP, but not VS2005, it renders in the old style (e.g: grey menus). Anyone know wh ...Show All

  • SQL Server Connecting SQL2000 problem

    Hi All, I have a sqlserver 2000 & 2005 both installed on same server with the instance name as servername\sql2000 and servername\sql2005. When i try to connect the sql2000 database from dotnet2002 or 2003, It comes up with an error as sql server doesnot exist or access denied but when i tried with dotnet2005, i am able to connect it. I guess it has to do with an dotnet framework 1.0 & 1.1 but i am not sure where to look for it. ...Show All

  • Smart Device Development How Visual C++ 8.0 is compliant to ISO C++?

    Hi, Could anyone point me to list of  new features of Visual C++ 8.0 compiler for mobile devices related to ISO C++ Standard compliance I'm using eVC++ 4.0 with latest ServicePack and AFAIK this compiler is based on the VC++ 6.0, so there is a lack of many C++ features, not to mention limited version of STL. So, I'm strongly interested in moving to the latest Visual C++  8.0 but I'd like to gather more information first, before ...Show All

  • SQL Server Linked measure groups

    Hi, I'm trying to manage linked measures group with AMO. I want to create a new cube with a linked measure group. I have a problem that I don't understand. The error I receive (I don't paste the real message because my installation is in italian) tells that the measure group I added doesn't have relations to the dimensions... The code I use is this: // Get the measure group to link from an existing cube MeasureGroup MGToLi ...Show All

  • Windows Forms Setting UP Limitlogin

    In the process of configuring Limitlogin I received the following error: The remote server return an error: 401 unauthorized I get this error at installation section of preparing AD domain for limitlogin when it ask you to enter the script share folder, IIS server name, and Web Service Login. Any suggestions. Please see: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8343 ...Show All

  • Smart Device Development positioning message box

    Hi, I am using visual studio2005 to write vb to pocket pc 2003. I would just like to know the easiest way to position a message box to appear in the bottom left hand corner of the screen. At the moment it appears centred in the screen, exactly the postion that i do not want. sorry if this is trivial, but hey you have to start somewhere. cheers nubie I am actually interested in this one however I do not know how. Perhaps you can ...Show All

  • Visual Studio 2008 (Pre-release) Security options reduced when hosted in IIS?

    When self-hosted, one can use ServiceSecuritySettings.SetUserNameAuthentication to specify a custom MembershipProvider or even custom UserNamePasswordTokenAuthenticator for validating users. Similarly, when self-hosted, one can use ServiceSecuritySettings.ThreadPrincipalMode with GenericThreadPrincipalMode to specify a custom RoleProvider or supply a custom ThreadPrincipalMode class. When hosted in IIS, however, these options don’t seem to be av ...Show All

©2008 Software Development Network

powered by phorum