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

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

Atleta

Member List

JFoushee
Polity4h
dazjack
Keith Chapman
Rach M
Wartower
JanusKH
SalvaPatuel
Markm11
flash.tato
Closer
ljc-ljc
Matt_
AB Vallejo
gfe
chaza
dbasharon
mumle
bookysmell2004
Rob Hounsell
Only Title

Atleta's Q&A profile

  • Visual Studio Team System error when get new version file from TFS, (gzip, crc)

    Hi all, I checked out a power designer file (db.pdm) from team foundation server and moified it, then I gave it to my teammate, he changed some and copy to the folder override the original one. next time he can not got the latest version of this file, very time he meet this error: the crc from Gzip script does not match the crc that calculated from unzip data . ( I use chinese version, so I translate the error description to english, I paste the original chinese error description below: GZip 注中的 CRC 与 解 的 据中 算出的 CRC 不匹配) Thanks in advance. V.C. It's on the local machine. I did a test last night: team member A and B are working together, and they all need operate abc.pdm by Power Designer. ...Show All

  • SQL Server SQL Query Help

    I got a form to return a cd by just entering the movies id. What i want it to do is add a fine to the user if the cd is late and then add it. So i know i need to times the price by dayslate. Rent table contains: cd_id, Member_id, date rented, datedueback, returnedDate, dayslate cd table: cd_id, title, price_band price band: price_band, price, daysRent Member: Member_id, name, fines, noof_cds_rented How should i go about doing this and most of all what would the SQL be to do this Change of plan guys was making it to complicated for myself. What i'm going to do is have two SQL querys. What i need to do is just get the the price of the cd being returned. For this i ...Show All

  • Visual Studio 2008 (Pre-release) Animation of nested resource properties?

    Can someone help me out and suggest how you animate nested properties of drawings in resources I'm just playing with animations for the first time and can't seem to figure out the syntax I need. The idea is that I have a reusable vector image in a resource and I want to animate a portion of it in one of the instances on the screen. Here's some sample xaml: <StackPanel xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'> <StackPanel.Resources> <ResourceDictionary> <DrawingImage x:Key="test"> <DrawingImage.Drawing> <GeometryDrawing Geometry="F1 M 20.4167,29.0833L 40.25,29.0833L 40.25,40.5833L 20.4167,40.5833L ...Show All

  • Windows Search Technologies IGatherNotify

    Hi if I good understand IGatherNotify interface is to adding URLs do WDS, is it true When i'm trying create IGatherNotify COM obiect I have error "class not registered, ....". How to register that class or it shouldn't be registered by WDS during instalation Is it other way to add urls to WDS. (I have my own protocol handler registered... etc.) Tomasz Rutkowski I know now that c731055c-ac80-11d1-8df3-00c04fb6ef4f is GatherNotify CoClass CLSID in WDS 3.0 and is differ in 2.6. I'm using 2.6.6 But it still doesn't work correctly. WDS completely do nothing after I run Init("RSApp" "MyIndex") and then AddScope procedure. It doesn't call my protocol handler, and I ca ...Show All

  • Visual Studio Express Editions assigned variable to database row

    hi guys, using vb 2005 here what i'm trying to do is assign a row of a database to a variable. here's what i have i have a database with columns team, player1, player2, player3 let's say row 1 for each is Wildcats, Joe, Jimmy, Bill ok, now in the program i have a variable 'pg' that i would like to be assigned with row 'Joe' Now, I made a combobox databinded to the database where I can pick the school I want. I then made textboxes that are databinded to the rows. Then I assigned 'pg = txtbox1' etc. This works. However I would like to get rid of the textboxes if I can. I got to 'pg = teamdataset.schools.player1column.tostring'. But, I'd like to get to the row. Is this possible and if so, how do I do it. I hope all this made ...Show All

  • Visual Studio Team System Error when running tests: Column 'TestType' does not belong to table test.

    I and everyone on my TFS team is getting the following error message box when trying to run unit tests: --------------------------- Microsoft Visual Studio --------------------------- Column 'TestType' does not belong to table test. --------------------------- OK --------------------------- I checked the TFS databases, and I couldn't locate any table named test, so I'm not really sure where else to look. Has anyone seen this before We've been able to run tests before and this just started happening today. We are using the RTM version of Visual Studio Team System with TFS Beta 3 Refresh. We've never seen this issue before. This should indicate some miconfiguration like replaced assembly, etc. In order to ...Show All

  • Windows Live Developer Forums Sandbox getAccounts() error

    I'm getting the following error when attempting to invoke the getAccounts() method of the CustomerManagement class; Server was unable to process request. ---> |-199999|-1|MSN adCenter cannot perform the selected action due to undefined system errors.| Anybody know what this means (it was working fine yesterday) Thanks in advance pete Hi Pete, The Sandbox experienced a small window of downtime due to server maintenance. Everything should be working fine now . Please let us know if you should experience any further errors. My apologies for any inconveniences this downtime caused you. Best Regards, JasonDT - MSFT ...Show All

  • Windows Forms Dataset & DataGrid???

    I have a dataset that holds some data, and when i show it in the data grid i would like it to be editable, and changed in my dataset, can anyone send me a link or shed some light on how i should get this done Can i do that in the same button click event Because if i click the button the data loads then its going to call the update before I insert the data in the grid right so what should be the best way to get this done should i just make a another button that just handles the update ...Show All

  • .NET Development wsdl bug in code generation from xsd

    hi folks, i am trying to create a web service signature classes from wsdl file using wsdl.exe tool on .NET 1.1 my wsdl uses a xsd for data types. following is a datatype from the xsd. < xs:complexType > < xs:sequence > < xs:element name =" Authentication " type =" nms:Authentication "/> < xs:choice > < xs:element name =" UpdatePermission " type =" nms:UpdatePermissionParams "/> < xs:element name =" DeletePermission " type =" nms:DeletePermissionParams "/> </ xs:choice > </ xs:sequence > </ xs:complexType > when i use the wsdl.exe to generate my web service classes and methods, the above ...Show All

  • SQL Server Identify queue that activated sp ?

    Hi there I have multiple queues with the same activated stored procedure (for various reasons we are trying this scenario). My biggest obsticle is i cannot figure out a way to determine with the activated sp which queue caused it to activate. Basically i need to make the sp dynamic, so that no matter which queue activated the sp the sp can determine the queue name and use that dynamically to do the receive command from the right queue. I am sure it is possible since sys.dm_broker_activated_tasks shows how many sp's are activated by each queue, however the sp name is the same for all queues so that does not help me. How do i determine within an activated sp which queue caused it to activate Thanx ...Show All

  • Software Development for Windows Vista How to apply BitmapEffect in pages displayed in hte DocumentViewer?

    I have a custom bitmap effect that i want to apply either whole XPSDocument or each pages before displaying pages inside the DocumentViewer. When i apply to DocumentViewer, it applies whole DocumentViewer itself, that I don't want. I was thinking possibilites: 1. Traverse the visual tree of the DocumentViewer and apply effect on page element. 2. Extent DocumentViewer class and override some method (i have not looked deep so I dont' know all the details) to get the effect. Any help Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Looping in Update(): Q for Bill Reiss about his hockey tutorial

    I have a question about Bill Reiss's excellent tutorials at http://xna101.spaces.live.com/ . In Lesson 19 he suggests a way of smoothing the appearance of a bouncing puck. He suggests this code in the Update() method of his main Game class: float seconds = (float)(gameTime.ElapsedGameTime.TotalSeconds); int numberOfSlices = 10; float timeslice = seconds / numberOfSlices; for (int i = 0; i < numberOfSlices; i++) { CollisionStates collisions = CheckForCollisions(timeslice); if (collisions == CollisionStates.None) { puck.Position += puck.Velocity * timeslice; } } I understand that the idea is to update the puck's position 10 times (or more) per Update() loop in the main. But my question is: why should this make a difference i ...Show All

  • Windows Forms differentiate between right and left-click??

    specifically with a notifyIcon...it seems the "MouseClick" event recognizes right and left clicks the same...how can I differentiate to tell which the user is pressing the MouseEventArgs tells you which mouse button was clicked. You can have MouseButton.Left or MouseButton.Right, here is an example for left:   void Form_MouseClick(object sender, MouseEventArgs e) {    if (e.Buttons == MouseButton.Left)    {       //do stuff    } }   that is the event handler for the mouseclick ...Show All

  • Smart Device Development Dll Import from Regular C++ to C#

    Hello, I am developing a smart device application in VS.NET 2003 and want to import dll from C++ program. [DllImport("mydllimportTest.dll")] public static extern int GetInt(); While the import command works fine with normal windows application project, the following error is generated in smart device application. "An unhandled exception of type 'System.MissingMethodException' occurred in.." Can you please help me out Thanks Tijnars Hi You have to build (recompile) the DLL using the Smartphone 2003 SDK (and compilers) Here are some initial steps to create a native C++ Smartphone 2003 DLL project. Get Visual Studio 2005 (at least the Starnda ...Show All

  • Visual Studio Express Editions dont get how to compile my apps

    ok, ive writte a simple application using visual studio express but i dont get how to compile i click on complie solution and then it says "========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========" but i cant start the applicatin when clickon on "start without debug" because there is no .exe-file in the projects directory what am i doing wrong greets, Halan It looks like your program compiled with no errors. It probably also ran quickly, just have a system (pause) at the end or try running your program with CTRL-F5. Thanks, Ayman Shoukry VC++ Team ...Show All

©2008 Software Development Network