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

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

mjy78

Member List

JoEllen West
Sriteja
GBR
Alex DeJarnatt - MSFT
cab15
Ramraj Balasubramanian - MSFT
LarryWWW
SeekTechHelp
amurati
hwen
ST1
ewillie
MVPE
viki
Robert_Jr
Ken Porter
SimonH6804
Kevin P
Larry E. Ramey
Stefan Hasslinger
Only Title

mjy78's Q&A profile

  • Windows Forms using rendering

    i need some help. i using rendering() method for display information.when i use this it show that text which i given not controls.i need to display information before pages all control and methods are load.how i do this(just like gmail.com facility.when we login it show loading... on top left side and it remove when page load). plz if any one halp me then plz.. . ...Show All

  • Visual Studio Team System Tree control checked nodes not recorded by webtest

    Is anyone having problems recording check actions for tree controls When I record a webtest and check nodes in a tree control, then play back the recorded webtest, none of the node check actions are executed. Also, there is nothing in the form post parameters of the recorded webtest to indicate that a tree node has been checked. Can anyone tell me how to make a tree node become checked in a webtest Thanks. Thi ...Show All

  • SQL Server display column description

    I have this easy sql for a drop down. select code_value, desc1 from dbo.market_area_code where code_value in ('1', '2', '4') How can I add something to display something like if code_value = '1' then display 'Blue' if code_value = '2' then display 'Orange' if code_value = '4' then display 'Red' select code_value, case code_value when '1' then 'Blue' when '2' then 'Orange' when '4' then 'Red' else 'Unkn ...Show All

  • Visual C++ Visual Studio 2005 MFC Applications on Windows 98

    Hi, I am tring to build a unicode app to work on win 98/nt/xp. Built a sample MFC application in Visual Studio 2005 Team suite Beta 2. A unicode dialog app with a button. When run on windows 98 it shows this message.  Installed VCredist_x86 and .NET framework 2.0 latest versions downloaded from web. Also coped mfc80u.dll to the exe folder. Microsoft Visual C++ RuntimeLibrary Runtime Error! This application has requested the runtime to te ...Show All

  • SQL Server Background image problem

    Hi there, I have set a long image as background and everything is ok when i preview report but as i deploy the report to the server i have such a weird problem(maybe something usual but i couldn't change it): When i scroll down the web page to look through the report ,backgound image doesn't scroll down and remains at top position.I haven't thought i would experience something like that when i was designing it.Is it usual or is there ...Show All

  • Microsoft ISV Community Center Forums MS Access key problem

    I'm doing a little work for a lawyer that has an Access VBA system to handle billing and printing of some legal documents. I am not an Access VBA expert; I'm a C++ expert who has picked up a few Access skills. When his secretary adds a new client, she has to pick a record key, which they call MGMT_CODE. It is a four-character text field. Most of the existing MGMT_CODEs start with 0 and consist of four numbers. Some of them start with 9, though, ...Show All

  • Windows Forms MaskedTextBox allow "Null" Values - inconsistent bahaviour

    I want the user to be able to clear or remove the masked value without an error... What can I do starting with no value i can click into the maskedtexbox and then leave this control without problems but: if i just type just one "allowed" key and "remove/delete" it then afterwards i can't leave the control anymore... Any suggestions Peter   What validation event are you handling ...Show All

  • .NET Development MMC Snap in .NET

    Hi All, I want to use C# to develop a MMC snap in for 3.0. Documentation says .NET library is available. But how do i set the reference for it using Microsoft.ManagementConsole; regards Sudhir Hasbe I was in the beta for MMC 3.0 (originally called 2.1) and I'm in the same boat as you. Here is the run down: MMC 3.0 was really made for Windows Server 2003 R2. R2 is superset of Windows 2003 SP1, actually it instal ...Show All

  • Smart Device Development Strange TypeLoad exception in Microsoft.VisualBasic

    Hello. I get a very strange exception in my application. While developing my application everything seemed to work fine. After the last debug/test at my PocketPC I had no problems. So, I saved the project and closed VS2003. The next day when I reopened and tried to run my project I got this bizzare error (and the project wouldn't run again): An unhandled exception of type 'System.TypeLoadException' occurred in System.Windows.Forms.dll Additio ...Show All

  • Visual Studio Team System Test Reports?

    Please pardon my ignorance, but I'm just beginning to test the test tools. I successfully created and ran a web test, viewed the results and saw some issues there. Isn't there some way to generate a report from the tests We always have to show a report of the test results. Any clues appreciated. Thx, ts What about the MSTest.exe (comman line executable) publish commands. Can't they be used to store data directly to the TFS Operational data ...Show All

  • Visual Studio Team System Error 28704.Unable to connect to the Analysis server

    I have followed the migration instructions at this link http://msdn.microsoft.com/vstudio/teamsystem/b3rmigrate.aspx  to upgrade from TFS Beta 3 to the Beta 3 Refresh. However I get the following error during the setup process: Error 28704.Unable to connect to the Analysis server. Please check that you have the necessary permissions and the Analysis Server process is running on the data tier. I am running a singler server setup in Workgro ...Show All

  • Visual Studio vs 2005 beta 2 setup fails

    When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error  when installing ...Show All

  • Visual C++ How to Get SPY++ for desktop based application in vsts

    I am new to visual studio team system 2005 I want to install spy++ for windows application not remote spy I try hard but I do not reach to any result please help Spy++ should be installed as a part of VSTS by default.  It can be accessed from the Tools menu in the IDE and also from the start menu via: Start\All Programs\Visual Studio 2005\Visual Studio Tools\Spy++ I hope this is helpful, -Ron Pihlgren &nbs ...Show All

  • .NET Development Slow regexp for first time match

    hello, I have an apllication that have about 3000 regexp compiled using the form regexp = new Regex (expression, RegexOptions .Compiled | RegexOptions .IgnoreCase | RegexOptions .CultureInvariant); when a try to match a string against the 3000 regexp for the first time it take about 2 minutes on a Big machine !! the second time the match goes faster and take only few milliseconds what is going on ...Show All

  • Visual Studio Visual Source Safe Command Line

    Hi! What can be the advantages we can get by using the Visual Source Safe Command Line In any automated build environement with multiple code trees, the command line is much more simple and reliable when trying to create a specific version of the code set. Although the GUI is fine, the automation interface does not provide a simple method to get the "latest" version of a file that is PINNED to a prior version. Automated creation of comm ...Show All

©2008 Software Development Network

powered by phorum