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

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

Trisha1802

Member List

Toni Greco
abhi_rock_star
Dennis Mulder - dennismulder.net
Michael Herman - Parallelspace
Bruxir
jovilaura
Steveinbeloit
MielieSpoor
vgta
Peter D.252325
darkkeeper
logtorahul
boliath
Rachel Wang
eddy2705
robinjam
chaza
Edward1
Kalidas
David S. Anderson
Only Title

Trisha1802's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Video/Animation Playback

    Hi, I'm currently writing a library (for XNA/DirectX) for animation/soundless video playback, and I have a few design questions for the pros out there if you don't mind answering them : I'm having my animation class inherit from game component, and update the frame depending on game time in the overriden Update method, and render it in the overidden Draw method, but even when I preload my textures to render, playback is choppy. Not sure exactly why, but I notice this only when I have significant number of frames (I noticed it with 100 frames, but *not* with 10/15). This problem may be linked and solved by the 2nd point, so please read on. When I preload all the textures for the frames in the animation (and the no. of frames ...Show All

  • Visual C++ Error message PSAPI.DLL

    I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Ok, first of all, I'm not sure this is the right forum. So, if it isn't, I'd appreciate you telling me which one is. Now, to the problem. I just downloaded Internet Explorer 7.0 (yay!). But, whenever I click any of the usual toolbars (like File, Edit, View, etc.) or click any of the new toolbars (on the right side of the screen the down arrow next to the house, the down arrow next to Page, etc.) I keep getting the following message: McAfee AutoUpdate: UpdaterUI.exe – Entry Point Not Found The procedure entry point GetProssImageFile ...Show All

  • Visual Studio 2008 (Pre-release) Contract First, ComplexType naming standard

    What do you suppose is the standard for naming types defined in schemas I forgot where I saw this but someone said to postfix with Type Therefore PersonType, AddressType, and etc. Does this matter Suggestions Comments Thank you Michele, Another question, for versioning of contracts.  Should I use the: the version attribute (ex. 1.0) the schema id (ex.  Product1.0) the schema namespace (ex.  http://myorg.org/Product1.0 ) or a combination of them Thanks, Mike L. ...Show All

  • Visual Studio Express Editions How do you delete icons from Resources?

    See screenshot http://i15.tinypic.com/2uojm7n.png to see what I am talking about. One of the icons is corrupt and causing a ...tmp' is not a valid Win32 resource file error when I attempt to publish. I just want to delete the bad icon. I've did that. I still got the warning "Unable to apply publish properties for item...". In the project's "Properties", under "Publish", "Application Files...", I had to right click the bad icon and select "Remove from list...". That cleared up the warning message. ...Show All

  • Smart Device Development Addign Icon to Programs Menu

    How do I add the icon (shortcut) to Programs Menu of a Pocket PC Try looking here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292981&SiteID=1 ...Show All

  • Software Development for Windows Vista Problem with Workflows and WebServices

    I am tying to use MSN search in a workflow. I have used invokeWebservice activity to invoke the MSN searh. This MSN search web service implementes SearchCompletedEventHandler. What I would like to achive is to implement, in the workflow, an activity that would write the searchResponse to a variable once the SeachCompletedEvent is fired. I tried to use the EventDriven Activity but I cannot add it to the workflow. Any ideas how I could solve this problem Thanks, M. Vuksanovic. Below is a simple example of how to use the MSN search web service with the InvokeWebserviceActivity: using System; using System.Collections.Generic; using System.Workflow.Activities; using WorkflowConso ...Show All

  • Visual Basic I can't edit my project in diff machine

    I have a project using VB 2005 in my computer but when I'm editing it on another PC using VB 2005. It doesn't update. And the debugger said that the original code is not the same. How can I do the edit in different machine. One in my office and one in my home. That's what Iam doing. I'm saving it in a flash drive and trying to edit it in my home. I have a lot of changes and I notice that it didn't apply when I run my project. It's the same old code the VB is kept reading. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. fireballs follow character?

    ok, im not sure what im doing wrong... but when I stop press space bar(character is facing right) to fire and then decide to move my my character left the fire ball moves backwards with the character and vice a versa I can move my character left, right, left right repedatly and the fireballs stays with the character until I stop moving and they finish the x distance and disappear here are two methods im using protected void AddFireball() { if (_fireballsElapsed == 0) { bool _addFireball = true ; foreach ( KeyValuePair < string , Sprite. Sprite > aFireball in _fireballs) { if (aFireball.Value.Visible == false ) { aFireball.Value.StartPosition = new Vector2 (_tif.Position.X + 50 ...Show All

  • Windows Forms Custom lists into a PropertyGrid dropdown

    Hi, I'm working with a PropertyGrid class, and I want one of the selected object's properties to show as a list of strings. As far as I can tell the naive StringConverter derived class will not do for me since I want the list of strings to be supplied dynamically at runtime. How do I get around this Hi, The TypeConverter is the way to go. But you must override GetStandardValuesSupported (return true) and GetStandardValues (return your collection of possible values). You can look at the BooleanConverter in Reflector and see how it returns the true/false strings. Of course you must have the right set of Convert methods to ensure that the strings can be converted to your type (you didn't mention the type of your property). Hope this hel ...Show All

  • Visual Basic Click (by code) a web button in a webbrowser control

    Hi! I'm using the webbrowser subministrated by .net end I would like to know if there's anyway to, for example, click a web button by knowing its html code. I mean, I can take the html code and I can see where the button is set. Can I call any method to click this button I've found I know that with the IE web browser I can do that by searching by tag name and them calling the click method, but I would like to do that with the .net control. THANKYOU!!! take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=967938&SiteID=1 ...Show All

  • Visual Studio Express Editions Making Webrowser

    Hello everyone,i have a few questions about making an WebBrowser in Visual Basic 2005 Express. Question 1 : I'd like to make an progress bar,but wich codes do i need to add to let it work,and let it only be visible when the page is loading. Question 2: Wich Code is Required to open a new window by clicking on : New Window( in the ToolStrip Menu) I just want it to open a new window of my own browser.(see code) And wich one is needed to let ip open an File( See code 2) Private Sub NewWindowToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewWindowToolStripMenuItem.Click End Sub Code 2: Private Sub OpenToolStripMenuItem_Click( ByVal sender As System.O ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 360 Dev do's and don'ts

    Hi, My primary platform at the moment is Windows, but I want to ensure I don't code anything that is going to cause alot of pain when I eventually get around to subscribing to the creators club and deploying to the 360. I've read a couple of articles on GC and other performance related stuff, but I wondered if anyone has any advice generally on what to avoid or if there are preferences in how ceratin things are coded (e.g. there are many types of storage, is one better than another for XNA specifically) that will mean the transition to 360 is as smooth as possible. Any thoughts or comments welcome! Cheers :) If you would first look for infos by yourself, then you would know that there are just few main rul ...Show All

  • Windows Forms C# - VB6 Interop and Message Filters

    I created an Intellisense-like popup control (PopupList). I want it to behave in a similar manner to that of the dropdown portion of a ComboBox, so I implemented it as a Form so that it can be drawn outside of its parent's drawing area. The other behaviour of the combox box that was implemented was the ability to close the form when the mouse is clicked anywhere, save the PopupList itself; this was accomplished with an IMessageFilter that captures the required windows messages. If the control is hosted in a VB6 application, the PopupList stays open all the time no matter where the mouse is clicked. I don't know much about VB6 and I don't have access to VS2005 at the moment (I am using VC# Express) so I cannot debug the VB6 process. I am cu ...Show All

  • Visual Studio Express Editions Ping Pong Game?

    How could I make the ball in a ping pong game move and interacte with the other paddles http://msdn.microsoft.com/directx/XNA/default.aspx Charles ...Show All

  • Visual Studio Team System So why build creation wizard doesn't let me attach tests?

    When I create build though the Wizard and get to the tab where I can select tests to run - it desables Next button as soon as I check "Run Tests" checkbox. It allows we to select my only vsdmi but test list doesn't show in the box below. I've read some article that advices prior to this create test list with VSTS Test Edition - but it seems quite stupid! If I am Lead Developer who is in charge of builds - why do I need non-Developer edition And anyway - can I have both Editions on the same machine Can somebody clarify this   Has anyone managed to create a third party tool to do this yet so we don't have to wait a whole year for MS to bring a patch out which includes Test Manager for th ...Show All

©2008 Software Development Network