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

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

dtchinh

Member List

Neo_4583
_Rab_
Zerd
anderl
The Samster
NeoHippo
groberts1980
fdsyrtt
KFowler
jca_john
SharpCarp
xyzt
Mallioch
Flores
partt
syouki
Siraj Salim
Ramkumar Viswanathan
Jon Parker
Stijn Lambert
Only Title

dtchinh's Q&A profile

  • Visual Studio Team System FxCop is not suitable for Web Applications?

    We are implenting code analysis as a check-in policy. Recently we found an article indicating that FxCop (which is the base of the code analysis function) is not suitable for web applications. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=101038 Is this true If this is true, how do we indicate which projects should be skipped automatically We know for sure that it is not the case that web applications are automatically SKIPPED as we ...Show All

  • Windows Forms Reference problem

    Hello, I've got a strange problem with the References in my project. Let me outline the structure of my solution: I've got the user interface in one project (Winform application) and two class libraries with the business logic (one for each year so& ...Show All

  • Visual Basic Language Setting in Spell Check

    Hi, I am not getting perfect syntax for spellcheck through MS Word in my windows based VB.net application. its good if you give me suggession in C# also. I am getting synonyms but not able to get spell check syntax I am sending you my Code below Private Sub Button25_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button25.Click Dim word As Word.Application Dim doc As Word.Document Dim s ...Show All

  • Windows Forms RichTextBox question

    Hi to all of you, So far I have MDI with Child Form and RichTextBox on it. I can open either Text or RTF files (by changhing the code to RichTextBox.Text or .rtf) is it possible to select any file format without changing the code if I am understanding you correctly you could do one of the following if (IsRtf) { RichTextBox.rtf = filecontents } else { RichTextBox.Text = filecontents ;} you could also use a ...Show All

  • Visual Studio GetService gives null for my DTE request

    I'm using following code within my Initialize function on my package. DTE dte = GetService(typeof(DTE)) But dte is allways null. What's wrong with my code Also i should note that my package is loaded at startup that is I've used [ProvideAutoLoad(UIContextGuids.NoSolution)] attribute on my package The reason for not being able to retrieve the DTE at this point is that the shell is not fully loaded - it has zombie state. The good t ...Show All

  • Software Development for Windows Vista Development Tools on Vista

    What are the development tools that can currently be installed and used on Vista 1. Can I use VS05 RC1 2. Can I use VS03 3. What SDK do I need to use I am trying to setup a development environment for C++ on Vista and any help would be appreciated. Thanks, AlBu. Hi AlBu, Check out the CTP madness tool at http://channel9.msdn.com/ctpmadness/Default.aspx  . It will show you exactly what is compatible with wh ...Show All

  • Visual Studio Team System TFS and Project Server 2003

    Hi, When I create a new project in Project Professional 2003 not connected to Project Server 2003, I select the option Team>Choose Team Project, everything works fine. When I create a new project connected to Project Server 2003, I select same option and the following error appears: TF80071: Team Foundation encountered an error while accessing the work item database ... The scenario that I want is the ...Show All

  • Windows Forms RichTextBox page breaks

    Hello, I'm dynamically inserting text into a rich text box.  How do I insert a page break Thanks. hi u didn specify which language u r using.... in VB.Net u can simply use vbcrlf... rtfTest.SelectedText = "Hello" rtfTest.SelectedText = vbCrLf rtfTest.SelectedText = "Hello Man" in C# ..try the below code rtfTest.SelectedText = "Hello" ; rtfTest.SelectedText = char .ConvertFromUtf3 ...Show All

  • Visual Studio Team System WEB Test Setting Environment variables inside IDE

    I notice that VSTS has the ability to import & export settings. Is it possible to import environment variables as well History: I have been working on creating a method to set context variables that will work both in console mode running MSTEST, as well as from within the IDE. Console mode is easy - set Test.FOO then run MSTEST. Setting an envronment variable from the properties window of my computer is almost as easy, and can ev ...Show All

  • Windows Forms Help.ShowHelp from inside of a SYSTEM process

    I have a Windows service that communicates with a system tray application.  The system tray application, for security reasons, runs under the SYSTEM account so that someone can't simply "end-task" on the process.  For whatever reason, I can't get Help.ShowHelp to work at all.  When I run the same system tray application under a "real" account the call works fine, so it isn't the code per se. Any ideas TIA, Jason ...Show All

  • Software Development for Windows Vista Problems with the Demos

    Hello, I’ve tried to start with WinFX developement and for that I wanted to try the Demos of WPF. But I’m not able to build any of them. I use VC# 2005 Express, the WinFX Runtime and the Windows SDK. Now I load the Avalon Calculator Solution and press F5. Now the following Error occurs: System.Windows. Application .LoadComponent( this , resourceLocater); Cannot locate the resource 'myapp.baml'. That Problem is in every Demo. Where ...Show All

  • Visual Studio Express Editions How to display Message Box using C#

    Hi, Im using c# as my code behind in my aspx page. How to display message box using c# in my aspx page. Nakkeeran You should try posting your question on http://forums.asp.net  as they are concentrating on web development questions and topics. ...Show All

  • .NET Development how to prevent modification(deletion, rename) to an assembly?

    hi , suppose i have an application which uses a assembly "***.dll" and it loads the assembly using reflection and creates a object of it that too using refelection. now i want that if the assembly is loaded nobody should be able to delete it or rename it.how can that be done.more specifically how to lock that particular assembly dll. thanks and regards ramneek .NET does not provide that type of security. You mu ...Show All

  • SQL Server customizable report model ?

    Hi friends we created report model for our clients to create reports using report builder which works fine. we have a situation now , as we've different clients for e.g.,individual doctors, hospitals etc., so we need to have smart report model which hides some entities/attributes if client is individual doctors or hospitals. what i mean some entities and attributes are unique to a particular type of client. so we want to hide some entities/attri ...Show All

  • .NET Development Programmatically retrieving remoting settings from app.config...

    Other than loading up the XML blob from app.config and manually traversing thru the XML, does anyone know of a better way of retrieving Remoting settings (e.g. port, scheme, etc) from an app.config file Kind rgds, Patrick Try System.Configuration.AppSettingsReader. The method GetValue() reades out of a config file. greetz dya ...Show All

©2008 Software Development Network

powered by phorum