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

Software Development Network >> Ji Zhang [MSFT]'s Q&A profile

Ji Zhang [MSFT]

Member List

Maxbaviaan
pu132
ramkanna
DCollins
Andrea Williams
pvphuc
Ronald L
ProSlamBanO
Snickel65
LiamD
Manoj Kumar Goud
JeradM
THE RAZI
CIB
Tanmaya
Ather.
psykota
Milzit
Sarah71
cool_chandu
Only Title

Ji Zhang [MSFT]'s Q&A profile

  • SQL Server Referencing the temporary Dataset in Lookup control SQL

    Does anyone know how to reference the ongoing dataset within the dataflow in sql So here is the scenario I have. 1) OLE DB SOURCE 2) Lookup a value and that column gets added to the dataset 3) Lookup another value but this time I would rather code the sql rather than select a referencing table. How do I reference the current dataset Thanks, Cheston I'm not clear on what you are trying to do. You can use SQL in a lookup transformation. You can even build a lookup table with literal values in SQL in that lookup transformation without hitting a table. ...Show All

  • Visual C++ More _Interlocked intrinsics?

    Are there any plans to support more _Interlocked intrinsics in the next VC++ You took away inline asm in the x64 compiler so it's frustrating not having immediate access to stuff like "lock add/sub" or "lock cmpxchg16b". I think it would be very cool if the compiler supported custom user-writable intrinsics, but getting at least cmpxchg16b would be a great. That link doesn't work anymore - it directs me to Connect (which I use often, but have never seen a VC++2005 suggestion box). Have a different link Thanks! ...Show All

  • Smart Device Development how to record the voice?

    I want to record the call's voice. How to do that My develop platform is c# .net cf 2.0. Thank you. Please see this (you can skip the initial question, proceed strait to the answer): http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=564626&SiteID=1 ...Show All

  • Visual Studio GetMethods from AuthoringScope is never called

    Hi there, I'm working on MPF package containing the language service. I need to implement MethodTips feature. I've created the class inherited from the AuthoringScope class from MPF and override following methods: GetDataTipText, GetDeclarations, GetMethods, Goto. All of these except GetMethods are called ok but GetMethods is never called. Could you please propose the reason for such weird thing Hello Dmitry, Did you have any luck with this I'm seeing the exact thing. Thanks, John ...Show All

  • Visual Studio Team System From FxCop 1.35 To Team system : compatibility problem

    Hi there, I am used to developing while running fourteen custom rules with FxCop 1.35. Today I am migrating my team environment on Team System. To do so, I rebuild my rules by changing the references FxCopSdk.dll Microsoft.Cci.dll From C:\Program Files\Microsoft FxCop 1.35 To C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop I then added my rules to C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules. But each time Visual studio try to load the my rules it fails. I notice that the required references had changed in between FxCop1.35 (build date 23 june 2006) and TFS (build date 23 september 2006) I tried to replaced them but obviously it didn't run. Wh ...Show All

  • Windows Forms Object Styles -- System.Windows.Forms vs System.Web.UI.WebControls

    System.Web.UI.WebControls.Button can load a style based on XAML. This can be done by using the Style method. I was wondering if there was a way to apply a XAML Style to a System.Windows.Forms.Button, since there is no Style method; I am unsure on how to do this. ...Show All

  • Windows Live Developer Forums How can i restrict pushpins displaying after searching?

    Hi, Here i am using Version4. i am using the method find(what,where,...) after searching i found out that pushpins are placed automatically by this method in the map. I dont want these pushpins displaying. Can any one know how to restrict these pushpins displaying after each search. Thanks Sarath. check my post in this thread it should do exactly what you want. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=622097&SiteID=1 ...Show All

  • Windows Forms Getting a value from a control at another form

    Hi My problem: lets suppose that we have a form called Form1 and has a textbox control called textBox1 and another form called Form2 that has a label control called Label1 and I want to set the content of Label1 with the same content of the textBox1 in Form1 what is the suitable code for such a purpose. Thanks friends its a nice thread. i have a concern. i have to do the same thing but vice versa. i have a form Form1 with a listbox and a button. and i have a form Form2 with a listbox and a button when i click Form1 button my Form2 should open with a default list items. when i select some items in Form2 and after clicking the button of Form2 my selected items should be added t ...Show All

  • Visual C# XML

    Hi, How can I decode data in an XML string Like when I get something like &gt; or &lt; in the raw strings, I would like to read or store them as > or < in my application. Regards Kiran Kumar Pinjala. Thanks Andreas, I was using InnerXML and this did not decode the data, So, i switched to InnerText and this did decode the data. The only thing that worries me is when I have children, then InnerText will return me a concatenated string of all the children, that I have. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need help running this game.

    I have just compiled DeadJustice. It is a game using the catmother engine (http://www.sf.net/projects/catmother). From the forums I downloaded the version that supports Visual Studio 2005, once I compile and run it, it gives me an error and says that lightmap.fx is not compatible or something. I am using the version of DirectX before February 2007. Can anyone help me The shader code is below. If you want the exact error, I'll give it too you. Thanks. [code] // // lightmap shader without transparency // // diffuse texture * lightmap texture // // COLUMN MAJOR MATRICES // // -------------------------------------------- // Input parameters // -------------------------------------------- // transforms float4x4 mWorld; // model->world t ...Show All

  • Visual C++ Windows Form Question

    ive found almost nothing to explain how this can be done so i thought i'd ask here. Im using MS VS 2005 (VC++) and i have made a Windows Form. I know the code for generating the Form and any Objects are stored in Form1.h but i wanted to make another file.h so that Form1.h would only create the main Form and file.h could load up any Objects at run time if called by another function. hope that makes sence, the idea is so that i could use it as a type of subroutine. All i could find was samples for C# or VB and i dont want to use that, i prefer to use VC++. any help would be much appreciated. thank you Hi deen, Of course, you can create your own file.h freely, but the Designer will tend to put the auto generated code to the form1.h. ...Show All

  • SQL Server HowTo RoundDown

    I need to have some calculations for business rules with ROUNDDOWN. There is no Rounddown or Floor function in MDX - are there any possibilities to create some function. Excel is not available on the server and VBA!ROUNDDOWN or VBAMDX!ROUNDDOWN does not work to Its Analysis Services 2005 SP1 Enterprise on Windows 2003 - 64 Bit Editions. Thanks HANNES For documentation purpose is someone is interested.. Code Snippet public class ASMath { public static double ASRoundDown( MDXValue NumericExpression) { return System. Math .Floor(NumericExpression.ToDouble()); } public static double ASRoundUp( MDXValue NumericExpression) { return System. Math .Ceiling ...Show All

  • Software Development for Windows Vista Is there a Windows Media Engine for GoogleTalk (LibJingle)?

    Hello, Does Windows (or Windows SDK) have a Media Engine that can work with Google's LibJingle library According to Google, the requirements for something like this are (copied from http://code.google.com/apis/talk/libjingle/scenarios.html) The ability to capture or render media data as required from the computer hardware. The ability to encode and decode media using suitable codecs. Currently, to work with Google Talk, you must support at least one of the following codecs: PCMA, PCMU, G.723, iLBC, ISAC, IPCMWB, EG711U, or EG711A. The ability to understand Real-Time Protocol (RTP). MediaEngine must work with the P2PTransportChannel class, meaning it should be capable of receiving incoming packets ...Show All

  • Windows Forms How to tell (event) the user changed a bounded value

    I hoped to use CurrencyManager on a bounded table to tell when a user changes a value. (IsDirty state) Instead of having an event for each control bounded for the same table. Any one knows what the trick is Take a look at the currency manager's current changed event. ...Show All

  • Visual Studio Express Editions How to compile C codes in VC++

    I know till now what I can do is just to build a project, and program using c syntax, and then save as .c file. But it seems it doesnt work like this. Does it mean I didnt choose the right compiler The debugs come like this: 'test4.exe': Loaded 'D:\previous\My Documents\Visual Studio 2005\Projects\test4\debug\test4.exe', Symbols loaded. 'test4.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'test4.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. 'test4.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', No symbols loaded. 'test4.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded. 'test4.exe': Loaded 'C:\WINDOWS\system3 ...Show All

©2008 Software Development Network