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

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

YunXu

Member List

nidionys
c_shah
paso
j2associates
fofofree
Antfor
BhuttCrackSpackle
clayhien
Helen999888
NoEgo
darynk21
dimitrod
GraemeP
su45937
david999
sureshsundar007
Fraas
WoZoI
mike11d11
MarcoSartore
Only Title

YunXu's Q&A profile

  • Visual Studio Trapping Ascii keypress events.

    Hi, I want to handle Ascii key press events in my .Net 2003 plug in. I am able to trap arrow key press events but could not trap the same for ascii keys. There is only one linechange event in text editor, but what if one insert data in the same line.This will not raise any event. Is there any other way to do this. Kindly help me out please. Thanks and regards, Ruhina Parveen. Hi Jon, I have tried the approach you told me. But i am facing some problems. I have not worked in COM/OLE earlier.It is getting a little difficult to understand the details. I was able to get a text manger but i could not get a textmanagerEvent object . And how to add anew command filter to ther view. I have tried the following code ...Show All

  • SQL Server Concurrent Cube Processing

    Is it possible to have multiple incremental updates to the same cube or partition We have imports into the same cube that would occurr at different times as the data from multiple business areas is processed and becomes available to the cube for processing. Further to this, is it possible to query the cube when processing is taking place If so, what data is visible Is the data visible as each row is added to the cube or is it only available one the transaction is 'commited'. This is quite important for us since it will define the partitioning and processing strategy. I was actually wondering if you can have multiple independent processes doing updates to the same cube, but in different par ...Show All

  • Visual C++ How can you tell if a DLL was compiled with RTTI turned on?

    I have a large number of DLL's and I want to see which were compiled with RTTI turned on. Any suggestions I thought I could do this with dumpbin, but I am not sure what I should look for. thanks Please read the question. How can I tell if the DLL was COMPILED WITH RTTI TURNED ON. I think this is a VC++ question. Obviously there is not an answer. Thank's for proving my point about this board. ...Show All

  • Visual Basic Using LIKE inside Stored Procedure.

    I have a 'People' table that has CompleteName, Address, and Phone. I'm trying to look for the Name, and return the Phone number. I would like to use LIKE in the SELECT statement for the name. The code in VB is this: Using Command As New SqlCommand( "SearchPeople" , MyConnection) Command.CommandType = CommandType.StoredProcedure Command.Parameters.Add( "@Competename" , SqlDbType.NVarChar).Value = Textbox1.Text Using DataReader As SqlDataReader = Command.ExecuteReader() While DataReader.Read 'write stuff to a file, DataReader( "Phone" ).ToString End While End Using End Using The stored procedure code is this: CREATE PROCEDURE [dbo].[SearchPeople] @CompleteName ...Show All

  • Visual Studio Team System Strange workspace behavior

    I've recently had a get operation perform oddly and while trying to find an explanation, I've noticed that the workspaces have working folders mapped that should not be (I did not add these mappings). I'm working with both the VS2003 and VS2005, and am using the Visual Studio Team Foundation Server MSSCCI Provider. Does the Visual Studio Team Foundation Server MSSCCI Provider interact with TFS in a way that might add strange mappings to a workspace Is there a way I can perform an integrity check of the TfsVersionControl database Hello, I can speak for Msscci provider. If you see dialog that let you select server path, local path and workspace (server path in form of treeview) and workspace combobox is ...Show All

  • Visual C# calendaring and presence information

    Hi all, I'm interested in developing a client-side application that can grab calendaring information and presence information and display it like a signout board. Can someone help me get on the right track for that I looked into trying to use the ActiveX control object namectrl, which is easy enough to use, but the information that I need is automatically placed in a popup pull down menu and I can't figure out how to grab that information and put it elsewhere in a webpage. Thanks in advance, Fe can you point me to more information about the sharepoint web services It sounds like this can work which will be great. ...Show All

  • Visual Studio Solution file error MSB5010: No file format header found

    Hi, I am trying to use MSBuild to build a 2005 C# .sln file on a Windows Server 2003 sp1 machine which has version 2.0.50727.42 of MSBuild installed. The output I am getting is as follows: C:\cc.net\fotech\Chameleon>msbuild /validate /v:d /p:Configuration=Debug Chameleon.sln Microsoft (R) Build Engine Version 2.0.50727.42 [Microsoft .NET Framework, Version 2.0.50727.42] Copyright (C) Microsoft Corporation 2005. All rights reserved. c:\cc.net\fotech\Chameleon\Chameleon.sln : Solution file error MSB5010: No file format header found. I have tried running it on my development machine (which is XP sp2 and has Visual Studio installed) on the same source code and it works fine. What does that error code mean Is there any way to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SpaceWars SceneItem implemenation

    I've been going through the code files for the SpaceWars sample game. I was somewhat confused by the SceneItem class, because it inherits from List<SceneItem>. This throws me off because I wouldn't expect a "scene item" "is a" list of scene items. Does anyone have any insight into the logic here I've added function to update the position like: public void updatePostion(Vector2 deltaP)...(it's 2D stuff I'm working on) I calculate the delta every frame and call the function, then the Position-Property is accessible without side-effects...there could be the place to calculate once but I guess you have to add a member more to store all data; parent postion, local offset and one for th ...Show All

  • Windows Forms Using Animated Gif image in C++/CLI

    Hi, I'm trying to use an animated gif image in a form within C++/CLI. I looked at picturebox control but the image stay still, no animation. I browsed the NET to find any clue to my problem and got a few articles stating the fact that I have to make somekind of class that would rather display one at a time each frame found in my GIF. Any clue or easier way, any example on how to do it Thanks in advance, Stephane Hi again, Just a little note. On another thread, someone made me realize that I was using the wrong property to specify image filename. Instead of using "BackGroundImage" property, I realized I should rather use "Image" property and then ajust size to pictureb ...Show All

  • Windows Live Developer Forums VE 3, MS Ajax beta 2 and IE7 weirdness

    I just updating a site to use MS Ajax beta 2, from beta 1. Everything was fine under beta 1, but code that used to work under beta 1, is throwing an error under beta 2. Oddly enough it all works great under IE6, but not 7. I have just spent some considerable time examining the data, and everything looks fine. The problem seems to be with drawing a poly line, i.e. simply commenting out the line which adds the polyline to the map stops the problem happening: map.AddPolyline(poly); The array of lat/long looks fine, there are no nulls or anything odd, and doing ' map.SetMapView' on the array of points is fine too. To make the problem even more maddening, the problem is intermittant, and only on IE7, so for the moment I'm giving up ...Show All

  • Visual Studio Tools for Office Is Microsoft taking problems serious?

    Today i came back from a 2 week holiday, before my holiday i had to investigate or InfoPath could be of use of one of our customers, i installed infopath 2007, and was looking for some developer tools for VS2005, since we want to use infopath serverside/webbased. After installing several servicepacks (why are those not advised in the microsoft updates ) i finally got what i want! (took me 4 hours). Using infopath in VS, but when creating a blank infopath c# solution i get some stupid memory error. Offcourse there is no clear error, like in 99% of all MS errors it only tells what's the problem, not what's causing it, and offcourse not how to fix it! After using The Google for 2 hours, i gave up, since the error could be caused by ever ...Show All

  • Windows Live Developer Forums Doesn't VE already do geocoding natively?

    Just trying to understand how to implement a geo coding system into a VE map. If anyone can point me in the right direction that would be great. I did notice however, that if you use the map.route() function you can use lat/lon or an address to plot the route. Technicially this geo codes teh address to a lat/lon point on the map. From this shouldn't there be a method of using and address in a funciton and getting a lat/lon out of it Hi, Actually in order to use the services now replace http://local.live.com with http://dev.virtualearth.net/legacyservice You can also refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2339290&SiteID=1 for more info Hope that he ...Show All

  • Software Development for Windows Vista WorkflowRuntime events are missing when using an indexer! Bug or Feature?

    Hello, we are getting some strange behavior from the WorkflowRuntime when using an C# indexer within a SequentialWorklfowActivity, the events like WorkflowCompleted are not being fired anymore. Here is the scenario/code: namespace WorkflowConsoleApplication3 { public sealed partial class Workflow1 : SequentialWorkflowActivity { public Workflow1() { InitializeComponent(); Console . WriteLine ( "MySequentialWorkflow ctor" ); Variables = new Variable2 [] { new Variable2 ( "WorkplaceName" , "" , false , "" ), new Variable2 ( "UserName" , "" , false , "" ), }; } [ Description ( " ...Show All

  • Community Chat Is MS trying to throw away menu bar?

    In IE7, classic menu bar is disabled by default. In Office 2007, there is not menu bar at all. Also the traditional toolbar is gone. I can't find a way to create my own custom toolbar too. What's happening I know menu bar is very classic and not pretty, but it is one single place that I am 100% sure that I can get all the features from a program. I don't want to lose it. Choose a diety and take it's name in vien........ Who on earth needs a gallery do do word processing Let's get real. Before long we'll need 3-d Glasses just to word process. Why does anyone need a live preview I rather thought 2003 was the penultimate. Even with the quick bar, itms are in groups and every time I want to c ...Show All

  • Visual Studio Questions on Visual Studio 2003/2005

    Hello, I'd like to know which version is included of Crystal Reports in Visual Studio 2003 and 2005 I know in the 2002 (and 2003 ) it's version 9 (or equivalence) Also I would like to know which full Crystal Reports versions we can use with the .NET studios I've tested CR10 with 2003 and it fits but could XI work with 2003 for instance A list of compatibilities would be advantageous I also created an MSI from the merge modules and installed it but that didn't help. I tried downloading the XI R2 and installing it, but I don't own a copy of XI R1 so I don't have a registration key...... I'm still confused - if it is included in VS2005 (Beta and RTM) why would I have to pay to upgrade to XI R2 ...Show All

©2008 Software Development Network