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

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

Debojyoti

Member List

olichap1
Jean-Nicolas
SGirase
Suite
QUT lecturer
cbwick
Kimberley Scott
Pradeep
Aleksander Dye
Lant
TechTnT
tdanut
Yalei Wang - MS
Jennifer N
Steven Twitchell
Harshal Kherde
Sancho_D
StacyJ
TimLovestrand
rote
Only Title

Debojyoti's Q&A profile

  • SQL Server SQL Native: Connection refused by using IP

    Hi!!! I got a problem, if i try to connect with SQL Native client by IP (exemple: 192.168.1.2\MYDATABASE) it doesn't work. But I use: HOME\MYDATABASE it works. But in the 2nd case i cannot connect to SQL Server from another computer. Thanks fr your help. fred >> But in the 2nd case i cannot connect to SQL Server from another computer. Do you mean you can connect to SQL Server from another ...Show All

  • SQL Server SA password

    Hi expert, I just install SQL server express. Very smooth installation and allow me login into the server by using window authentication. How i want to login as sa. if I using sa as login and SQL Server authentication. I cannot login to ther server. Thanks. Hi, http://support.microsoft.com/default.aspx scid=kb;EN-US;Q285097 HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Displaying non-characters in text

    For an app I'm building, I have a few icons that need to be placed in blocks of text.  As far as I know, they aren't in any standard character sets.  How should I go about doing this   It would be something like: "Find  ...Show All

  • Software Development for Windows Vista Could you tell me how should I do to enable the work flow foundation can be used?:

    I have installed vs.net 2005 in my computer just now and there is no something which indicates the work flow foundation is available. So I downloaded the file of " Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe" from http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en. But the product code is required to install it. could you tell me the produ ...Show All

  • Windows Forms Disable input to controls on a form without disabling?

    Is there a way I prevent user input (mouse and key events) for a control (or all controls on a panel) without disabling it I have a smart client application where accesses to the server are done on background threads. To prevent new interaction with the controls until the running access is done, I want to prevent new events. When disabling the panel all controls "blink" in a rather anoying way (when they are greyed out and then enabled). Instead ...Show All

  • Visual C# To move from one textbox field to another

    I make my sample form with textboxes on it, and buttons as a control to add, edit, save, undo, delete & close form, just to study the behavior of this controls, setting the tab order too.  But when i compile my form and run it, the cursor sticks at the first textbox field when I press the enter key, not if I use the tab key or mouse, Do we have to make a code for every textfield just to move to another textbox or other control ...Show All

  • Visual Studio Team System API Question #1

    Does anyone know what this method does/means public System.Boolean ImplementsExplicitly ( Microsoft.Cci.Method meth ) Member of Microsoft.Cci.TypeNode   Thanks so much for your reply. You gave me exactly what I was looking for and answered the same question about the Implemented InterfaceMethods method that I was thinking about posting! There are other API specific questions I have and if it's OK w ...Show All

  • Visual Studio 2008 (Pre-release) certmgr tool is not working, wher can i find it

    hi, i am trying to create some certificates my certmgr.exe is not working so can some body point me wher i can download it. thanks prasanth Hi Prasanth, Try the following: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin or C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin   Good Luck!   Guy Burstein http://blogs.microsoft.co.il/blogs/bursteg   ...Show All

  • Visual Studio Team System TF42056: The build service could not connect .... TF30063: You are not authorized....

    This message is displayed on a client box (running VS 2005 architect) when we attempt to execute a build type. The build type is referenceing the build service on a different server. TFS is running great and check in / check out, etc works fine. However, I do not have a domain in place since this is all installed on virtual instances. All logins are local and everything works great except for this. My problem is that since the build service acco ...Show All

  • Visual Studio Team System Using stored procedures in web tests.

    I know I can use sprocs in unit tests, but is there a way to use stored procedures in web tests Thanks, Tom If you mean as a datasource, then the answer is yes with a little work. We do not have out of the box support for databinding to sprocs. But I wrote a blog post that shows you how to so this. Check out the post and let me know if you have any questions: http://blogs.msdn.com/slumley/archi ...Show All

  • Smart Device Development MFC CPropertySheet/CPropertyPage

    Good day. I use MFC classes CPropertySheet and CPropertyPage to implement tabbed application. I've got some questions: 1. How can I move tabs to the top of screen I tried to apply TCS_BOTTOM attribute, but it doesn't work: CTabCtrl* pTabs = this->GetTabControl(); DWORD flags = pTabs->GetExtendedStyle(); flags |= TCS_BOTTOM; pTabs->SetExtendedStyle(flags); 2. When I have only one PropertyPage in my Sheet, components of this pag ...Show All

  • SQL Server How to Select Delimiter in 'Results to File'

    I want to use custom delimiters for different queries when I send the results to files. However, that choice seems to be missing from the menu in Management Studio: Tools>Options>Query Results>SQL Server. There is a Genereal tab, Results to Grid tab & Results to Text. What's up Just checked it on My Management Studio (CTP September), as you said, on Results to Text tab, there is Output Format drop d ...Show All

  • Visual Studio Team System "Currituck WITs" failure whilst trying to create a new project...

    I am getting a "Currituck WITs failed" when I try and create a new project, the exception has the following... System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK__@members__24C087ED'. Cannot insert duplicate key in object 'dbo.@members'. The trouble is I can't seem to find which database or table this is refering too.  Anyone any idea Cheers Simon All fixed. i did a complete removal of everything and r ...Show All

  • Windows Forms Setting WebBrowser DocumentText fails silently sometimes.

    Hi all, I'm currently trying to modify a xhtml document that is being displayed by the new WebBrowser control in .Net 2.0. Loading the page using the Navigate method works fine, but if I read the document text, modify it inside a XmlDocument and then set the DocumentText from the XmlDocuemt OuterText, it is a roll of the dice as to whether it will be set. This brings up two issues: 1. The assignment doesn’t seem to stick :-) 2. There is no ...Show All

  • Visual Studio VSS 2005 with Visual Studio 2003, login problem

    Dear all, I followed the steps of configuring VSS2005 over the internet & worked succesffuly over the internet with Visual studio 2003. But in fact my PC acts as both Server that holds the SourceSafe database and Client as am a developer with the rest of my team. Any way it worked perfectly with the clients that connects to the source safe database on my PC.But the problem is that I can't work in my PC with that project as it requires lo ...Show All

©2008 Software Development Network

powered by phorum