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

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

kid_kaneda

Member List

leo1
GS80
breceivemail
KimberlyL
TimFröglich
RAJIB14
robin l
SaraL
arcliner
justsnafu
Matt Grove
Tom_Liu
Noam Lewis
unahb
jtaylor42
sroughley
Lovericky
Scheinka
Michael Hansen
D. Wood
Only Title

kid_kaneda's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. using C++ libraries with C# and 360...

    Hey Guys, Up until now, all of my projects have been written in cpp. I had a pretty descent game engine written based upon Ogre3D and several other libraries but I kinda abandond the project when xna was released. Anyway though, Im currently still in the process of learning c# however, as soon as I have the language down pretty well, I want to go ahead and start recreating my game engine using xna instead. The only problem is, well, honestly, I'm just not good enough with my 3D maths and physics yet to create my own C# physics engine so I was hoping I could use the Novodex physics engine with C# although it's written in C++. Is this possible Can you #include the headers into your c# code Does the compiler still support c++ And last but no ...Show All

  • Visual C++ Compiler/Debugger output giving incorrect line numbers

    A file within a project I'm writing is giving incorrect line numbers in the compiler output, and also it is debugging at the wrong place. ie. the compiler output shows an error at line 1847, which is actually on line 1848. It also affects debugging: the debugger shows you're at line 1900, but the code being executed is actually at 1905. The further down the file, the worse the difference in line number becomes. I've tried cleaning the project and re-building from scratch, but this has not worked. The code this first occurs on is straightforward, nothing hard for the compiler to parse: bool CProxy::ProcessReinviteFromSwitch(CTransaction* p_pTrans,CSIPPacket* p_pPacket) { string l_sIPAddr; unsigned int l_unPort; ...Show All

  • .NET Development Problem debuging local Web Service and App

    Hi to all, I'm trying to debug a local web service that use in a local windows app but I'm getting this error: "There is not source code available for the current location." What can I do (I'm using VS.NET 2005 C#) Thanks in advance Could you provide some details of how your solution is organized Usually, when I see warnings like that a Rebuild Solution fixes the problem. ...Show All

  • Windows Forms text under mouse pointer

    Hi, I want to get text under mouse pointer in C# but I couldn't get . How can i do this Have you got any idea is there any one who can use WM_GETTEXT Windows Api How can i use WM_GETTEXT api can you send a sample about this thank you I've seen some programmes like Babylon dictionary which have such kinda functionality, it is said that those programmes use some dirty tricks such as using undocumented windows kernel APIs to get such kinda functionality. Sheva ...Show All

  • Windows Forms DataTableReader is invalid for current DataTable

    hi, I am trying to get the data from datatable in to DataTableReader so i can read the data like datareader. I am getting error "DataTableReader is invalid for current DataTable" when trying to call the GetValues method on DataTableReader. If it helps here is my code in C# 2.0 public void Execute() { using (DataTableReader dataTableReader = new DataTableReader(myDataTable)) { object[] values = new object[dataTableReader.FieldCount]; int fieldCount = dataTableReader.GetValues(values); string id= values[4].ToString(); string Type = values[0].ToString(); } } i am poppulating a datatable from SQL 2000 database and is getting 4 rows back ( i can see that in datatable viewer in debug mode). I am also able to get the field count on ...Show All

  • .NET Development Web Service Proxy Support in the .NET Framework 2.0. Problems Resolving Host Name. .PAC

    We have an Proxy Auto-Configuration (PAC) file that uses the isInNet function to determine if the current request should be directed to our proxy server for external requests or be a direct connect if connecting to an internal server. We have a .net 2.0 client application that makes a call to a webservice. If the webservice’s url is configured with the host name (http://WebServer/WebServices/simple.asmx) we get an “The proxy server could not handle the request” error message. If we configure the webservice url to use the IP address (http://169.12.50.5/WebServices/simple.asmx) the webservice call works fine. If we remove the configuration for the .PAC file on the client machine both urls will work for the ...Show All

  • Visual Basic How to execute a remote application

    Hi all, I can't understand how to execute an application on a remote computer. I have an application on a server and I need to create a procedure in this application, that runs (execute) another application on another computer. I have tried with the Process class, the Management class. But can't do it. Can anyone help me Tnx Perhaps a little more description on what applications you are talking about may help. You may want to consider something like. .NET Remoting or Web Services for executing processes on a remote machine. ...Show All

  • SQL Server Management Studio Express "Save Results As..." CSV Encoding

    Hi, I want to save the results in the grid of a query i have run in Management Studio Express to CSV format and open it up in excel without all fields being grouped in the left column. Currently what happens is that when i open the CSV file in Excel it shows all the fields in the first column. The resulting "Save Results As..." saves the file in Unicode format, but when i manually change the format to ANSI it displays fine. Is there anyway of saving results in the grid in ANSI CSV format (preferred answer) Or a very easy way of converting the CSV file. Steps to reproduce: 1. Create a select query and run it. 2. Right click the grid and select "Save Results As..." and save to disk. 3. Open file in Excel. Thanks ...Show All

  • Visual Studio CTC constant for "Test Results" context menu?

    I'm trying to find the constant that I need in my CTC file to add my own item to the context menu in the Test Results pane. However, there don't seem to be any such constants defined in the header files found in the VS SDK's VisualStudioIntegration\Common\Inc, or the example found in VisualStudioTeamSystemIntegration. I'm looking in the August 2006 CTP release of the SDK. Any help would be appreciated. Thanks! The one you probably want is this one guidVSEQTPackageCmdSet : imnuTestResultContextMenu where guidVSEQTPackageCmdSet = {B85579AA-8BE0-4c4f-A850-90902B317571} imnuTestResultContextMenu = 0x1301 The context menu contains the folowing groups in the same guid scope id="igrpTestResul ...Show All

  • Visual Studio 2008 (Pre-release) Set Focus / Selection to child item

    Hi All, I have a TreeView control with several TreeViewItem objects. My TreeViewItem object consists of a DockPanel and my DockPanel consists of an Image object and a TextBlock object. Now what I basically want to do, is on the selection of the TreeViewItem, bubble the selection down to the TextBlock. So that my Image is not in a "selection" mode. The reason for this is once I select my TreeViewItem, it selects my entire TreeViewItem giving my Image an ugly blue background colour which I would like to avoid if possible... Alternatively, if someone could help me "override" the default selection style so I can set it transparent and force my TextBlock item to then have the "selection" background... K ...Show All

  • Software Development for Windows Vista VMR9 Renderless with YUV Mixer mode black screen issue

    Hi all, I render video (TV or DVD) on Vista with VMR9 Renderless (Basic or D3D Scene) and with YUV Mixer mode, video display black; On XP, it works well. If I disable YUV Mixer mode, it will display normal, does Vista not support YUV Mixer mode Who can tell me the reason Thanks in advance! Regards, Zhiquan ZHiquan I suggest you post this in the Vista DirectShow Development forum. Link is below http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=129&SiteID=1 Thanks, Louis Shanks AppCompat. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Move a point by sin

    I'm wanting to move a point up and down smoothly. One of my friends suggested that I move it using sin but I haven't a clue how to do this. My maths is a little rusty. Can anyone help Find the center point and extent: Center = (PointA + PointB) * 0.5f; Extent = PointB - Center; Initialize a time state: float sinTime_ = 0; Then, each frame, evolve your time state: sinTime_ += SPEED * dt; while (sinTime_ > 2 * (float)Math.Pi) sinTime_ -= 2 * (float)Math.Pi; When you render, use these variables to find the position of the point: RenderedPosition = Center + Extent * sin(sinTime_); ...Show All

  • Visual Studio December 2005 CTP Required

    I have run into a problem where I need a copy of the December 2005 CTP. I uninstalled the version I had (December 2005) and then tried to install the June 2006 version only to get an error about an existing guidance package that is installed and needs to be removed before proceeding. The problem is since it was built with the 2005 CTP I can't build the solution that is required to unistall it. I find myself in a bit of a catch 22. I can't install 2006 because of a 2005 package but I can't uninstall the 2005 package because I have already unistalled the 2005 toolkit and no longer have the install. I beleive I need to re-install the 2005 CTP so that I can uninstall the package and then proceed with the 2006 install. Does anyone h ...Show All

  • Windows Forms Moviemaker Help!

    Hi! Im having a problem with windows media movie maker. I oppen it up and after a minute it a window comes up saying: Windows movie maker has encountered a problem and needs to close. We are sorry fot the inconvenience. tatata--- Debug Send error repor Dont send I send error report but nuthing happenes.. Can sumeone tell me why it does this im afraid this is the wrong forum to post your question in. These forums are for software development and your query is more of a technical support nature. Best place to ask questions about this would be in the appropriate newsgroups (perhaps XP) over here: www.microsoft.com/communities Thanks! ...Show All

  • Microsoft ISV Community Center Forums Bundling OA2007 Express with our product

    Our company is interested in bundling a free Microsoft product (Office Accounting Express) with our solution. This means that we will include a copy of OA2007 Express in our installer. Is this possible Iif so, is there any website/resources you can recommend for me to get more information about this process I understand that since OA2007 Express is free, it is not part of the ISV licensing program. Thanks! Kathleen Hi Kathleen, Per the OAE team, any ISV can include Office Accounting Express as part of their solution. There are 2 ways to do this: 1. An ISV can download the fully packaged Office Accounting Express (self extracting executable) from www.ideawins.com and distribu ...Show All

©2008 Software Development Network