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

Software Development Network >> Chaz.RioterDecker's Q&A profile

Chaz.RioterDecker

Member List

abrisham
Bret Grinslade
SanK
Brian Lin
jero529
Hemant Rao
ECS
Randay
Peterbriffett
chuckstr
treasacrowe
Evgeny.Peshkov
brownmb
Jeffrey Schlimmer
Kimberly Blair
obulay
Hiney
redfox
Usha Pini
rgabel
Only Title

Chaz.RioterDecker's Q&A profile

  • Visual Studio Team System books for VSTS2005 for testers

    can anyone tell me which are the best books to learn webtesting and manual testing step by step or any ebook,tutorials thanks in advance. Check MSDN for tutorials on step by step web testing and manualtesting: http://msdn2.microsoft.com/en-us/library/ms182415(VS.80).aspx You might want to take a look at the following books: Software Engineering with Microsoft Visual Studio Team System by Sam Guckenheimer and Juan J. Perez Test-Driven Development in Microsoft .NET (Microsoft Professional) by James W. Newkirk XUnit Test Patterns : Refactoring Test Code by Gerard Meszaros Test Driven Development: A Pra ...Show All

  • Windows Forms Default Enter and Cancel button C# Winforms?

    Hi In my winform application I have multiple buttons. Of those buttons, I want one to behave as Enter key by default and other as Escape key.  Tried to search for it, but couldn't find a good solution. Please suggest how can I acheive this   Thanks in advance. Pankaj You can have event handlers for your AcceptButton and CancelButton but yo ...Show All

  • Visual Studio 2008 (Pre-release) __ComObject in DataTemplate

    I want to show Array of COM Objects (IUPnPDevice from UPNP COM library) in a ListBox. ListBox shows them as System.__ComObject. Here is my XAML: < Window.Resources >    < DataTemplate x:Key = " IUPnPDeviceTemplate " DataType = " {x:Type upnp:IUPnPDevice} " >       < Label Content = " {Binding Path=Type} " />    </ DataTemplate > </ Window.Resources > < Grid >    < StackPanel Orientation = " Vertical " >       < ListBox          Name = " ...Show All

  • .NET Development Loading and unloading XML

    I'm trying to load and parse from an XML file and unload the file at the end of the program. I'm using VC++ 6. We had a working code where each time we need to read or write to/from the XML file, we are loading and parsing it and when we are done, we unload it immediately. This was working fine, but due to the overhead of loading and unloading each time, I am trying to change it so that load and unload happen only once (at the beginning and the end of the program respectively). The code that is getting executed at the beginning is: IXMLDOMDocument *m_pXMLDom; ... ...  //Load the XML file in the DOM     &nbs ...Show All

  • SQL Server SSIS saved in MSDB

    I ran the SSIS wizard in Management Studio and saved the file in MSDB. I want to look at the design of the package but even going to BI development studio, I can't seem to find where you can open and work with the packages which were created in Management Studio and saved in MSDB. Anyone find a way to look at them You can connect to Integration Services using Management Studio. Navigate to Stored packages -> MSDB. You will find your saved package. You can right click that and export that package to File System. It will save the package as <PackageName>.dtsx. You can then open the Package in Mana ...Show All

  • Visual Basic BindingNavigator VB 2005 Beta

    Is there (or was there) a Save Button on this tool Thanks, Bill. ...Show All

  • Visual Studio Team System Web test failing RequestFailed: The value of the date string in the header is invalid.

    All webtests I run from VS2005 RTM are failing with a response of: RequestFailed: The value of the date string in the header is invalid. The request looks like this: GET /Angel63/sidebar.asp HTTP/1.1 User-Agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Accept : */* Accept-Language : en-US Host : 600m01 Cookie : ASPSESSIONIDSATDSCQA=LMGPKPGDJNEPFDPPJKBKILEP Accept-Encoding : gzip I can successfully run the same test using the beta 2 release of VS2005.  The only thing I can see that is different is that the request is slightly different. Request from VS2005 beta 2: GET /Angel63/sidebar.asp HTTP/1.1 User-Agent : Mozilla/4.0 (com ...Show All

  • Visual C++ a lock system problem

    Hi, I'm working on a program using a .ocx control purchased recently (whose function is calendar and calculator). However, whenever I lock the system by pressing Ctrl+Alt+Del or the screen saver with password is about to run, my program crashes. I know it's due to that control, so I asked the company for the source code. But it is too complicated to make myself clear on those codes in a short time. If sb. has the experiences of dealing with such problem, pls do me a favour,just show me where should be focused on. Thank you very mcuh. If you have the source code create a debug build. Launch the sample program that causes the crash. ...Show All

  • Visual C++ Derived Hashtable Problems

    Hi - I have created a class that derives from Hashtable whose items are arraylists, creating a multimap of sorts for which I can iterate through all the items of the same key. I have overwritten the set_Item property method so that adding an item always places it in the arraylist for the given key. I am having trouble with the get_Item method though. If I don't define the get_Item method than I get a compiler error when I try to use it, even though it is a valid public method of the Hashtable base class. Here's the error: error C2775: 'AEM::Shared::CListMap::Item' : no 'get' method is associated with this property see declar ...Show All

  • Visual Studio Express Editions disable the hotkeys in VB.net how ?

    hi i'm looking for help, I'm having problems figuring out how to disable the vb.net application hot-keys, the problem is i have a application and inside i have a browser pointing to a html file, i found out i could open a new window by pressing ctrl +n and so on, i don't want people to be able to see where the html file is coming from, i hope you understand. below is a code i tried, didn't work :( =================================================== Private Sub cmdDisableCTRLALTDEL_onload() Dim Ret As Long Ret = ( True ) End Sub =================================================== could someone point me to a ...Show All

  • Visual Basic Casting arrays with template

    What's wrong with the following code Compiler complains that TFrom is not derived from TTo. Public Class ListCast( Of TTo, TFrom As TTo) Public Shared Function Cast( ByVal fromArray As IList( Of TFrom)) As IList( Of TTo) Dim arr(fromArray.Count - 1) As TFrom fromArray.CopyTo(arr, arr.GetLowerBound(0)) Return DirectCast (arr, TTo()) End Function End Class See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=119914 Best regards, Johan Stenberg ...Show All

  • Visual Studio Express Editions Error Installing Visual Basic 2005 Express

    I'm trying to install Visual Basic 2005 Express Edition Beta 2 and I have been getting this error. I have done research on google and read the readme and tried some of the things it said, but no success. Here is the attached image of the error I am getting: http://img113.echo.cx/img113/6286/vstudioerror1rm.jpg Can you verify you're an admin on the machine I'm also wondering if the file got corrupt during the download portion. Another thing to check is if you have a virus checker installed such as Norton or Kaspersky. They've been known to be overly agressive and lock files so our setup couldn't acces ...Show All

  • Visual Basic Mathcad DLL

    Can I write a Mathcad DLL using Visual Basic 2005 Maybe making one from a class The last VB program I wrote was in VB6 and I've never written a C program, so I am very new to this. I have to make a function available to Mathcad and I only have very old C examples. Hi Bill, Welcome! Yes...... Here's an example with instructions on how to put a DLL together. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=214754&SiteID=1 ...Show All

  • Visual Studio Express Editions Learning C++

    Where would be the best place to learn C++ >> I wouldn't consider any resume that has listed as his or her primary education reading books. I have done no courses at all, ever. I consider that sort of rejection a lucky escape, I regard any interview as going two ways, and anyone who regards how I learned to be more important than what I know, I'm glad not to work for them. I learned entirely by reading books. I got my first programming job within 6 months, and became a C++ MVP within four years, the same amount of time it would have taken me to get to the point of having an entry level job in the industry after getting a de ...Show All

  • SQL Server Keep getting Virtual Memory errors

    Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Yunjing, Thanks for the reply. Is there a way to currently reduce the amount of data being transferred per sync. For example I know that there is 100 rows with 500kb on each row and I now know that 20 rows will work. ...Show All

©2008 Software Development Network