Software Development Network Logo
  • Smart Device
  • Windows Forms
  • Windows Live
  • .NET Development
  • Visual C++
  • Visual FoxPro
  • VS Express Editions
  • Visual Basic
  • Microsoft ISV
  • Windows Vista
  • Visual C#
  • Visual J#
  • SQL Server
  • Game Technologies
  • VS Team System

Software Development Network >> Dong Xie's Q&A profile

Dong Xie

Member List

arit
Uleepera
DeepaHadimani
Saurabh Gune
jhammer
turbofreddan
Firedancer
dnilepharaoh
MartinBrasil
knave
Benyin
Rune Nergard
dfad44Kyle
sagiv
daisylh
Shaik Habeeb
N Adams
SugarJade
Jack Patrick
Todd Wilder
Only Title

Dong Xie's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. C# MultiMon Display problem

    I have started to make a basic game engine even though I am new to C# and DX, through a simple run log in the program I see both devices are being created. On my system single device it works fine, I have to force it to create both devices, on another system it has 2 devices. The problem: Single device system I see both screens being render one after the other in window mode, 2 device system the user see's both screens turn black, text being ren ...Show All

  • Software Development for Windows Vista Compiling DirectShow Samples with Visual Studio .Net 2005

    We've just purchased .Net 2005 and would like to compile the DirectShow BaseClasses supplied with the Platform SDK.  DirectShow documentation (in the on-line version of the MDSN library) states that there should be a .dsw file in the BaseClasses folder... but there is none. All we could find was a makefile.  Is there a way to create the project from a makefile   Help! haroonsarwar84 wrote: ...Show All

  • Smart Device Development where soes the emulator stores the project ???

    In my App i 'll create some sub-directories to store data. Where can i find these files / directories on my machine So i can can copy them or update thanks Sound fine, but i've data files (some with the same names) stored in an IN and OUT directory and it would nice to see them in on the PC temp dir's. But i think i've touse the real cradle to do what i want to do thanks ...Show All

  • Software Development for Windows Vista Feb CTP: Updated WPF Samples

    Hello, Can you tell me when updated WinFX / WPF samples will be availabe I am especially interested in the DocServices/XpsCreate/XpsPrint/XpsSave samples which I am unable to compile. Thanks, Adrian Hello Adrian -- You're correct that those samples have issues with the February CTP release of the SDK. Due to the evolution of the XPS format it's been challenging to always keep our sample sources up to date with each CTP release of ...Show All

  • SQL Server Is there merge monitor sample in vb.net?

    Hello,    We are a vb.net shop and while some of us know a little C# it's not enough. Is there a sample solution for the monitoring of replication in vb.net I know about the sales one but it's in c#. Thanks. Yunjing,    Thanks for the response. Unfortunetly I am rather new to raiseevents. Is there a way someone could convert this to vb.net so I can try and understand it I am basical ...Show All

  • Windows Forms Menu Help Please

    I'm dynamically creating a menu from a database table and don't quite understand how to add the click events for each menu option. I can add a single click event that handles the click event for for all options, but how can I make each&nbs ...Show All

  • Visual C# How do you define Generics?

    Hello, i was hoping to get some insight on Generics (just started to use them) But i have these questions: My first idea of Generics was easy Polymorphism, but it seems as tho the reson for using generics are Type Safety and Performance, thus if you define <T> then objects are stored as (int, string, customObject, etc)... Im in the beginning phases of a project and i need to create methods, etc. that can be easily used without knowing the ...Show All

  • SQL Server sqlagent90.exe keeps running in a command window

    HELP!, This is annoying and beyond belief. I installed SqlServer Developer edition without any problem than I installed SqlServer Express and now whenever I boot my PC, I have a command window that appear with nothing in it and the following title: "C:\Program Files\Microsoft SQL Server\MSSQL.3\MSSQL\Binn\SQLAGENT90.EXE" Now if I go to the Task Manager and kill the SQLAGENT90.EXE process, it goes away for a second than comeback with th ...Show All

  • .NET Development Parameters in a sql statement

    I am creating a simple sql statement that returns all from the table that is equal to Comp_UserID. The problem I am having is that I want to pass in the Comp_UserID as a variable. I am not sure of how sql parameters work, i have tryed searching the msdn network but I can see nothing for begineers so if anybody has any useful links that would be great. Below is the code I am using. //This is statement works correctly SqlDataSource ...Show All

  • Visual Studio AddNamedCommand2 - Toolbar and menu icons

    I was glad to see AddNamedCommands2 added to the DTE.Commands since it lets you control the icons/text displayed. I hated having text in my toolbars with VS2003. But I'm still having trouble getting what I want. I want to display icons only in the toolbar, and icons+text in the menu (as is typical for most applications)  I'm trying to turn on toolbar and menu icons for a command. To get Icons only in my toolbar, I use: ...Show All

  • Smart Device Development OnInitDialog/OnSetActive call sequence appears to have changed

    It appears that with MFC 8/VS2005 the call sequence for activating a property sheet and its corresponding pages has changed. We are seeing the following: OnInitDialog() fires for the first property page (the one all the way to the left). OnSetActive() fires for the first property page. OnInitDialog() then fires for each remaining property page, from left to right. With eMVC++, I don't believe OnInitDialog() would be invoked until ...Show All

  • Visual FoxPro Cannot updat the cursor FOXRESOURCE, since it is read only.

    Dear experts, I've VFP6 & 9 installed in the same win2000 professional. in VFP9, when I tried to close take pane manager it shows the above message. Also Set As Default button is greyed in Options so I needed to set it every time I start VFP or avoid to quit. Is there any way to fix it Thanks. Exit out of Foxpro. Find and Delete the Foxuser.dbf and Foxuser.fpt file. Restart FoxPro a ...Show All

  • SQL Server Unexpected function sequence error when using SQL_CO_FFO on stored procedure

    Hi all, In my ODBC program, I try to execute a stored procedure returning a unique result set, by using a fast forward cursor (SQL_CO_FFO), but I get a "Function sequence error" when fetching the first row. FFC forces the ODBC driver to use sp_cursoropen, which is fine for me because I need multiple active SQL statements. I appears that the content of the stored procedure matters. When the procedure implements only a simple SE ...Show All

  • Smart Device Development Another LNK2019, 1120 Error

    Hi everyone. I'm using VS2005 Beta2 and encountered the LNK2019 and LNK1120 errors while building my DLL (linked to static lib libspeex). Here's what the message looked like: SUCode.obj : error LNK2019: unresolved external symbol __security_cookie referenced in function "int __cdecl SpxToWav(wchar_t *,bool)" ( SpxToWav@@YAHPA_W_N@Z) SUCode.obj : error LNK2019: unresolved external symbol __security_check_cookie referenced in function "int __cd ...Show All

  • Visual C# overheads involved with events

    I've tried to search for answers to this question but there are just too many results being returned on google etc that are totally unrelated. I want to know what overheads are involved when an event is fired, I'm currently working on a dynamic TreeGridView (thanks to Mark Rideout for the code on his site, it's helped me get started with this). Each row is related to a service in a service structure in a database, number of services ranges from ...Show All

©2008 Software Development Network

powered by phorum