LtCondor's Q&A profile
Visual C++ ostream::seekp not working.
After I converted the following from VC 6.0 to VS 2005, the seekp() call stopped working. Can anyone confirm that this is a bug, or have I configured something incorrectly std::osftream myStream; myStream.open( " myFile ", std::ios_base::out | std::ios_base::app ); myStream << < xml version=\"1.0\" >\n<LogFile>\n"; myStream << "</LogFile>"; . . . ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectInput and Mouse Acceleration
I am using the Managed Direct Input library to gather mouse input for a graphical research app. However, my testing shows that the application is affected by mouse acceleration despite using the Direct Input API. My understanding was that only driver level acceleration could affect the Direct Input data, but if I test some of the samples that ship with the DirectX SDK I don't see the same problem. T ...Show All
.NET Development question: Hosting a User Control in x64 with IE Crash Detection
This my great problem. under windows server 2000, 2003 IE can show a User Control. This control is a simple Form User Control developed by C#. It just contains a button and a label . When you click button the label will show some text. But under x64 the IE Crash Detection does not show the User Control, only a blank frame. Is it because IE Crach Detection refuses to show that control where can I configure it By the way, the version ...Show All
Visual Studio Team System Testing in Visual Studio .NET 2003
Hi! Are all testing features integrated in Visual Studio 2005 for the first time Was there any testing tools integrated before In case this helps, I can tell you that we are currently building our application in VS 2003, then building and running just the testing tools in VS 2005. We are using VS 2005 to test an app built with VS 2003. ...Show All
Visual C++ C99 Designated Initializers support
Hello, any plan to support (soon ) designated initializers a.k.a int vect[5] = { [1]=10, [4]=20 }; many thanks, andrea Wow, never heard of this. Sure sounds like an overkill feature for a language that really ought not continue evolution. Brian ...Show All
Visual C# Threading in C#
Hello Everyone, I have a tab application, which initially I made single threaded....I added a dll which has a form. Now when I change to a tab method in that dll gets fired and form comes up, which makes everything else unresponsive.... Whats the best solution to implement thread to solve that problem.... Secondly, I tried doing something this way..... namespace something { public partial class Some : Form { public Some() ...Show All
Windows Forms Menu Items just like MDI form
Can someone please let me know how to create the menu items on the form just like MDI form Example file Report Exit Open Monthly Save Weekly are you trying to make ...Show All
Visual C# Thanks
Hi, I want to run an EXE with a set of parameters. How can do it using Tools.Shell method. I tried using it but cannot compile. Do u have to reference some DLL I also went to menu option "Tools"->"External Tools" but do not know what to do. Any help would be grately appreciated! Thanks & Regards, Channa. Yes, I wasn't sure which you were trying to do. You said you were trying to use the tool window co ...Show All
.NET Development Excel like auto filter for Recordset and Dataview
Hi, I have looked around everywhere and have yet to find something that really filters a dataviews content like excel. I have a dataview that is bound to a recordset. I want to be able to use multiple filters to narrow down the results. for example i select from a drop downlist a certain value. The results get filtered to show only rows that contian that value for that column. then i select from a different combo box a different value, a ...Show All
Visual Studio Team System Error 32000 when upgrading Team Foundation Server from beta to RC version
I am in the process of upgrading my Team Foundation Server from Beta to RC version. I faced a couple of issues such as: 1.TFSUpgradeAT.exe failed : this was resolved by manually renaming the databeses etc. 2. Windows Sharepoint Services is not using the required the Team Foundation Server configuration database (STS_Config_TFS) : this error was resolved by reinstalling Windows Sharepoint services as directed by the error message. 3 ...Show All
.NET Development ASP.NET
While creating Header and footer option in asp.net application which is a better option using DHTML Code or User Control And Why Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 The short answer to your question is use master pages, t ...Show All
Software Development for Windows Vista web service - response/fault
I got a workflow that is activated by a WebServiceInput, calls some other WebServices during it's runtime and responds with a WebServiceOutput to the original caller - I guess a most common scenario for these kind of web services. But how do I handle errors in here The web services invoked can under circumstances return a SOAP exception containing a detailed error description. I do not want to handle these exceptions in my workflow, but just ...Show All
Windows Forms Datagridview cell customization problem
Hello All. I have one problem with customizing datagridview cells content. Supppose we have table with 3 fields: From, Subject, Date. I want to display these 3 db fields in one custom cell (I want to make it like in MS Outlook's "Inbox" where we have it formatted: "Subject" with big font, "From" and "Date" with smaller font). Also I'd like to use databinding to achieve these results. Is it poss ...Show All
Visual Basic Issues with Express Registration and Activation
Now that Visual Basic 2005 and Visual Studio 2005 has shipped the final release, we have a new home for setup and registration issues for VB Express. Please direct all setup, install/uninstall, and registration issues to this forum: Installing and Registering Visual Studio Express Editions Thanks, Paul I am still having the issue I described on 5/29. I have 12 day ...Show All
Visual FoxPro exe is not a Visual Foxpro .Exe file
Dear Experts Now, this time I am facing the greatest problem of my life about vfp and my future. For the last about three years all of my softwares were runing properly but unfortunately from the last month I am facing these error messages 1- D:\ginning\accounts.exe is not a Visual Foxpro .Exe file 2- File D:\ginning\accounts.exe is not object file I raise following steps to solve this problem. ...Show All
