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

Software Development Network >> Luis Esteban Valencia Muñoz's Q&A profile

Luis Esteban Valencia Muñoz

Member List

Alastair Q
prayami
Ross B.
Brian Gress
Chris Schroeder
Peter McEvoy
CharlieRussell
TELII
Henry Ong
Pigyman
MF Recruit
Scott Allen - OdeToCode.com
KAllbritain
Drew Marsh
.Net Pro
Gazuga
BitShift
James. L.
DonaldM
chris441962
Only Title

Luis Esteban Valencia Muñoz's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Working with buffers in 2D

    Hello all, I've been trying to figure out how the system with backbuffers work. In all examples I have found people are clearing the buffer before they draw something new. graphics.GraphicsDevice.Clear(Color.Black); ...draw some sprites... graphics.GraphicsDevice.Present(); I guess that when you enter the Draw method you are working with the backbuffer, so the clear() and the sprite draw() will affect the backbuffer. After that you call the Present() to draw the recently made backbuffer on the screen. My problem is that this is not how I would like to do it in my case. Everytime I enter the Draw() method I would only like to add some new things, and not clear anything. The easiest way to do this is to not have any backbuffer at all, but I ...Show All

  • Windows Forms chiled forms and parent form

    hi, i make a parent form and inside it i will create chiled forms when i click button a new chiled form created till now every thing is ok my problem is i want all chiled froms which is created apperas in the same location look to this image in this site we find that all chiled forms not in the same location i want to make them appear in the same location http://www.codeproject.com/csharp/MDITabBrowsing.asp before calling the Show() method, set the StartPosition of that form, like this: frm.StartPosition = FormStartPosition .WindowsDefaultLocation; ...Show All

  • Visual Studio Team System Usernames in TFS

    Hi! I have a question about the usernames (fullnames) in TFS. As TFS displays now, it displays the fullname of the user loginname in userrelated fields (like Assigned To). So if you have a user DOMAIN\User1 (With the full name FirstName LastName), it will display FirstName LastName in these fields. The problem is that if DOMAIN\User1 changes name to FirstName emaNtsaL on the domain, the userrelated fields still displays FirstName LastName! After some digging I found out that the fullname for the user account is stored in the table Constant, but it's not updated whenever the domain is.. Why's this The reason why I discovered this problem was that I am developing a lightweight webpart that should handle some WorkItemTracking, and ...Show All

  • Visual Studio Express Editions Looking for code to compute variance

    Hi, i'm trying to compute variance-covariance matrix (finance). I'm wondering if there is any free sample code of library that can help me such as codes that computes variance(like in statistics). Is there any free sample code or libraby for that Thank you in advance. Google is always good with questions like that. ...Show All

  • Visual C++ how to Show n no of ActiveX Control in a List Control

    Hello All, I have a List Control and 15 ActiveX Control now i want to Shpw All of this Active X Control inside my ListControl. So user can easily See all the Active X by Scrolling List Control up and Down.here we also can Choose any other control apart from List Control.but my all 15 Control Show Appear in the parent Window .and i can Scroll up and Down to See them.That's why i would like to go with list control Thanx You should direct this question to the MFC newsgroup (or similar) at http://msdn.microsoft.com/newsgroups . This is a language forum, and as such not meant for gui related issues. OTP. ...Show All

  • Commerce Server OrderQuery Schema

    This is related to another issue i had and is posted below but since it didnt get any responses i am posting this one on its own as it may help others. I am attempting to retrieve a PurchaseOrder using the OrderQuery message, however i am receiving an exception in biztalk: The search clause received by the send adapter is not valid for the CommerceServerOrdersQuery API call. Message ID: 1a18d3ad-dd9a-4228-a1b2-c86ccbb5a060. Exception message: The XML supplied does not conform to the search clause schema. Now, the only difference with my file is that i am missing the xmlns attribute: <CLAUSE OPER="equal" xmlns=" http://schemas.microsoft.com/CommerceServer/2004/02/Expressions "> Now, i grabbed thi ...Show All

  • Windows Forms Visual Basic Defaults

    I do not like some of the defaults that Microsoft has implemented in the 2005 Pro edition. I would like to change them but am at a loss as to how to go about this. Help or direction will relieve my current frustrations. An example of what I would like to change is: the label default properties for 'Autosize' is set to true, I want this default to be false. I have many others to numerious for here but if I can get the answer to this one I'm sure I can work the others out. Hi, These values or Control Properties are defaults which in my opinion are reasonable. If you want, you can subclass all the .NET controls and alter their default values. That way you can just use your own controls on all your forms, a ...Show All

  • Audio and Video Development Tee node and custom media source

    I used the WavSource MediaSource example and I used it in topology using a tee node. When I do that, an errors occurs after starting the session (0x8000FFFF). If I dont use a tee node everything works fine. I tried setting the MF_TOPONODE_PRIMARYOUTPUT and MF_TOPONODE_DISCARDABLE but that did not change anything. Marc Looks like it's fixed in RC2. I just finished installing RC2 (5744) and it works now. Thanks for looking into it. Marc ...Show All

  • Windows Forms Problem With NumericUpDown

    when i set the min value for 10 for example like this NumericUpDownMax.Minimum= 10 and then set again the Minimum to 5 for example like this NumericUpDownMax.Minimum= 5 the problemi is that the minimum doesn't change and stay at number 10 do you if I missed something Thank you in advance Dror. The only explanation for this is that you are using the wrong form reference. You might have created a new instance of the form that contains NumericUpDownMax that is not visible. Easy to do, especially in VB.NET. Call Show() after your statement to verify. ...Show All

  • Smart Device Development menu box

    Hi all, On "Word Mobile" for pocket pc/windows mobile 5.0 devices, when u hold down your stylus on the page a menu pops up. How is this possible to code I thought it was using the "Context Menu" option on Visual Studio 2005's Toolbox. However this does not work nothing comes up Any help/ideas Thanks Kp CHeckout this article http://msdn.microsoft.com/library/en-us/mobilesdk5/html/mob5samContextMenuExtensionHandler.asp Manav ...Show All

  • .NET Development Application Verification error

    I created a setup with InstallShield 11 and I'm running it through Application Verifier v 3.3 and I get the following errors: < avrf:logEntry Time =" 2007-03-01 : 11:05:48 " LayerName =" Heaps " StopCode =" 0x13 " Severity =" Error " > < avrf:message > First chance access violation for current stack trace. </ avrf:message > < avrf:parameter1 > 31b1fb1 - Invalid address causing the exception. </ avrf:parameter1 > < avrf:parameter2 > 41d042 - Code address executing the invalid access. </ avrf:parameter2 > < avrf:parameter3 > 13ad94 - Exception record. </ avrf:parameter3 > < avrf: ...Show All

  • Visual Studio Team System Team Foundation Server Licensing

    Hi, I am very confused with all the licensing for team foundation server, could someone please explain to me what licensing i need to be able to implement TFS. Our company already run on Windows Server 2003 There are 5 developers in the team, what licenses do i need to get the team up and running on TFS. For Example: If i get the Team Foundation Server, do i then need additional licenses for each user. I would appreciate it if someone could give me a guide price for Team Foundation Server with 5 users or point me in the right direction to find the information i am looking for. Many thanks Neil Senior System Developer Travel Trust Association You have two choices. TFS Workg ...Show All

  • Windows Forms MouseHover Event for Form Buttons (help please)

    This is my 1st time at using certain MouseEvents,what i'm want to do is this...The buttons i have now the Form and ToolStrip all have a Black BackColor..What i'm looking to do is when the persons mouse "RollsOver" a Button the Background color will change... The over all Effect i'm trying to Achive is similar to the Windows Media Player Beta 11 the button is Black ,but when Rolled over it Lights up!! Can someone help me with this cant seem to find any good example in any of my books to achive this look... Thxs in advance PS: here is some code i'v got to work partly..lol seems the only time the Button lights up Red is when the Mouse touches the very outer right side of the button...Not even the button itself,when i roll the mous ...Show All

  • .NET Development Problem with Message Queuing

    Catch a problem using interface of MessageQueue component : I can't see public queues of domain controller on domain computer. When I try to explore MessageQueuing-labeled node in Server Explorer => catch exception: "Workgroup installation computer does not support the operation." What should I do, to pass this problem Thanks ( and sorry for my English =) )... You need to login to a domain to allow public queues. Workgroups only support private queues. ...Show All

  • Visual Studio 2008 (Pre-release) Bind datasource to Panel

    I'm playing with Kevin Moore's AniTilePanel sample in his BagOTricks. The data in that example is a bunch of hard coded rectangles. I'd like to bind the panel to a datasource with a bunch of image URIs in it. I can't figure out how to bind a panel to a data source. How is this done ...Show All

©2008 Software Development Network