Software Development Network Logo
  • Visual C++
  • Visual Studio
  • Windows Forms
  • Smart Devicet
  • SharePoint Products
  • Audio and Video
  • .NET Development
  • SQL Server
  • Windows Vista
  • Visual Basic
  • Game Technologies
  • IE Development
  • Microsoft ISV
  • VS Team System
  • Visual FoxPro

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

Matt84

Member List

suzq
Suresh .M.V
DavidIr
Eddie Garcia
JIM.H.
Raul Garcia - MS
DPMevents
The Loiner
aaks
Cam Bruce352168
Tdar
Vijay Guru Prasadh
sophy jue
Wagnericardo
Zaracattle
LouisVanAlphen
Dan Mikkelsen
j2associates
sna19
Joshizzle
Only Title

Matt84's Q&A profile

  • Visual Studio Express Editions Changing a URL in a webbrowser

    I have this webbrowser and have the default page on it. Could i have a address bar so i type in the URL in the address bar and click go and it'll change the URL in the webbrowser But I think using both is correct - if you look at something like Internet Explorer - it has a little refresh button which sort of acts like a go button for whatever is currently typed in the URL textbox. ...Show All

  • Visual C++ MFC unusual error

    hello to everybody, I am working into a project and I am using MFC v7.0 (Visual Studio 2003) Resenty, I encountered a very strange error: I created an interface class (with all it's functions pure) and I inhereted it, in to a new class that is also inherits a CWnd base class. The error occured in the deletion of an itnterface pointer that had presviously instantiated trought the new operator. The hole code is into a *.dll. Then i tried the follwing: I created a new dialog based MFC project and wrote the following code; - First i declared two classes: //interface class ITest { virtual void Test()= 0 ; }; // class RTest: public ITest, public CWnd { public : RTest(){} vi ...Show All

  • Visual Studio Team System What is the TFS equivalent to check out with "Don't get local copy" under VSS?

    To delay-check-in changes on a local file that has not been properly checked out under VSS, I can use a check-out with "don't get local copy" and then a check in. This is an important feature for us since some tools, e. g. FrontPage do not recognize the "read-only" flag. FrontPage just removes it without asking. To be sure that everything is checked-in properly afterwards, there must be a way to detect local changes on files that were not checked out and to "delay check-in" them. If I edit a local file under TFS source control with an external tool (remove read-only flag, edit with editor and save), then the Source Control Explorer doesn't detect this at all! The pending changes view doesn't list the fil ...Show All

  • Visual C++ Shallow Copy , Deep Copy , Memberwise Copy ,Bitwise copy

    hello ppl, i searched thru google but i didnt find the exact explanation for constructors. Shallow Copy , Deep Copy , Memberwise Copy ,Bitwise copy i got some conflicting answers.. and what is the difference between them.. .pls help me.. manish Shallow copy = Bitwise copy. Deep copy = Memberwise copy. Long story short, a shallow copy only copies the binary, in memory, print of a class. A deep copy "dives into" the members, and copy their logical data. Example: If you've got a class with one member, which is a pointer of irrelevant type, a shallow copy would duplicate the address, leaving you with two classes with pointers to the same value . A deep copy woul ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Quake bin release 2

    New release of my Quake port to XNA. This one as a lot of new features like player walk, weapons (axe and rl), teleports and items. I still don't have help on this so things move slow. http://perpixel.dyndns.org/~guillaume/xna_quake_release_0.02.zip Enjoy! Its crashing because you didn't copy the original Quake data file to your XNA Quake folder. Its not possible for me to ship this with this data included so if you don't have those file just grab the demo from id software FTP. Please read the README.TXT included with the release. I did release the bsp loading source code on my blog at http://perpixel.spaces.live.com/ and I plan to release everything when the game is complete. ...Show All

  • SQL Server Stored procs with variable number of parameters

    I have received a change request for a project i am working on which im unsure if possible or not. at the minute i have a very simple sp that simply selects data from a table by passing in one parameter CREATE PROCEDURE PHAR_SelectGrade @int_ID int AS  SELECT GradeID as ID, Grade as Description, RequiresText, SendEmail, Timestamp  FROM tbl8Grade  WHERE Obsolete=0 AND GradeID = @int_ID ORDER BY Grade the user now wants the option to select more than one grade type (there are 100's of different grades) so they might decide they want to see details for 2 grades, 22 grades etc. these would be selected and stored in an array (via an asp.net project) and then the stored procedure is called from within a ...Show All

  • Visual C# How to write code for Logout Page in ASP.NET 2.0

    i wrote following code but it is not working properly.i want ot erase url of page from Client Browser History . My Code is on click of Logout Button Session.Abandon() HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetAllowResponseInBrowserHistory( False ) Response.Redirect( "Logint.aspx" ) i got soln .same code but modify in page event ...Show All

  • Microsoft ISV Community Center Forums Passing on a value on an existing Access Report

    I'm currently fighting with an Access 2002 Report. Here's the thing... I've created a report based on a query i've created. The query itself displays a series of receipts which have been added to the database via certain form. However, the user wanted to interact with the Report in a way that he could determine the content of the report by selecting a period between x and y. I've done so by creating a Date Selection form which would pass a "WhereClause" to the Report in question displaying only the desired content. The next request was to have a total amount of receipts as well as the total price mentioned at the bottom of the page. So far i've added these two fields as "Unbound" at the page footer and i'm trying to pass on the infor ...Show All

  • SQL Server Floating headers in a matrix

    I added floating headers in a RS matrix and it worked great. I developed another RS matrix and decided I would add floating headers. I went back to the first RS matrix looking to find out how I did it. I couldn't find the location of the Header/ footer section that I checked that said " Header should remain visable when scrolling" Can someone help Please try the following approach: 1. Put the list into a main report. 2. Add a subreport inside the list. 3. Point the subreport to a report that has the matrix as a top-level data region. -- Robert ...Show All

  • Visual C# How to increment the array element in a FOREACH loop

    I have the following code: foreach (string word in words) { //do stuff to each word, as go through the loop } My question is: i want to check inside the loop if the word = "car", and if it does, then i want to concatenate that word with the next word in the words array. My code assumes all mentions of the word car is part of the word carpool, and some users enter it as two words. Hi, you cannot increment past an item in a foreach loop, you will need to use a standard for loop in this case where you can increment the index manually. Mark. ...Show All

  • Windows Search Technologies Getting "Runtime error" directly after starting wds

    Hello there, I'm getting an error after starting wds. Because of this error I'm not able to run the WDS anymore. I always get an "Microsoft Visual C++ Runtime Library" error terminating the WDS.... So here's what I've did: 1) Installed the WDS in German (WindowsDesktopSearch-KB907371-V2-x86-DEU.exe) 2) Deinstalled the WDS 3) Installed the WDS in English (WindowsDesktopSearch-kb911993-V2-x86-ENU.exe) 4) Installed the MUI I don't know why, but for me it seems like theres a problem with reinstallating the wds with a different language. Is this a known problem Any suggestions what I can do to solve this problem Best Regards, Daniel Daniel, Could you please tell me exactly what error you are receiving Also, a few other questions: ...Show All

  • .NET Development What is this ?

    What is the meaning of ASP.Net web Services 2ndly What is XML technology, Is it a language, database or what. I feel this is very populer, what is its benifits ASP.NET webservices...hard to explain. It's a webservice where people can access from within their applications, as if the application was on their local computer in a sense. Everything is done and sent over to the client via the webservice. So you could have a webservice which inserts data into a database for example, or things like MapPoint - based on WebServices I believe. Xml is a technology and a language of its own I guess. It's an e X tensible M arkup L anguage you can do really cool things with Xml, such as serialization. You can store items in xml, ...Show All

  • Visual Studio 2008 (Pre-release) Reliable messaging, Cannot create a sequence

    Hey, I'm creating a custom transport, and am currently trying to get RM to work. For some reason the server denies the client to start a reliable session, and I was hoping someone in here would know why This is what the RM part of my binding looks like: < reliableSession maxRetryCount = " 8 " ordered = " true " /> And the SOAP message sent is: {<s:Envelope xmlns:s=" http://www.w3.org/2003/05/soap-envelope " xmlns:a=" http://www.w3.org/2005/08/addressing ">   <s:Header>     <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</a:Action>     <a:MessageID>urn:uuid:858ee524-81e8-46d6-9c63-93d87ff8c909</a:Mes ...Show All

  • SQL Server About @@ERROR in SQL 2005 online book

    Here http://msdn2.microsoft.com/en-us/library/ms190193.aspx it is explained that @@ERROR will be cleared and reset. But here: http://msdn2.microsoft.com/en-us/library/ms190248.aspx http://msdn2.microsoft.com/en-us/library/ms187009.aspx we still see: IF (@@ERROR <> 0) SET @ErrorSave = @@ERROR Chester Is there a question here I assume you are asking if @@Error is reset during the IF statement. If you read the first link, it says NO. http://msdn2.microsoft.com/en-us/library/ms190193.aspx @@Error is reset by the next TSQL command. IF is a conditional statement and does not reset the flag. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What are the PC development system requirements

    In order to properly prepare for developing games on the xbox 360, what should my PC system specs be Specific questions I have are: Will I be able to compile equally on both AMD & Intel Processors What would be an optimum amount of RAM What are the minimum requirements for a video card (chipset / RAM). There were some mentions of D3D and DirectX compatability (shader 2.0 support is suggested), How does this apply to XNA, and what are the hardware requirements for PC development Both AMD and Intel CPUs will definately be supported. I expect that the minimum RAM requirement may be as low as 256MB, but I wouldn't use it with less than 512MB and 1GB or more would be better. If you're just creating XBox 3 ...Show All

©2008 Software Development Network