kart's Q&A profile
Smart Device Development Also Desinger Problem
When I tried to create a Pocket PC project(C#), I got a designer error. And nothing has changed when I reinstalled Visual Studio 2005(RTM). ------------------Error Message--------------------- Retrieving the COM class factory for component with CLSID {05896690-9D15-48DC-8DCA-09B16493C596} failed due to the following error: 80040154. at Microsoft.CompactFramework.Design.CcDataStoreHelper.get_DataStore() at Microsoft.CompactFramew ...Show All
Visual C++ Active non Active processing for CFrameWnd
Hi All, I have SDI MFC application (VC++6 Pro) which uses modeless dialog. When I ALT+TAB to a different application I would like to be able to hide my modeless (alaways on top) dialog and when I again make my application active to be able to restore my modeless dialog. What messsage handler should I use I looked into my MSDN documentation but I can't seems to be able to find anything that would point me to the right direction. Thank You for you ...Show All
SQL Server Loading a column by name (via Variable, etc.)
This is kind of a tricky behavior, but in my current SSIS package I have a situation I am unsure of how to fix. I have a column joined in my set of working rows that has a value which is the name of another column. For example, if I have the Columns ID, Name, City, State, and CopyFrom, the CopyFrom column will be any one of the values "Name", "City" or "State." What I want is to create a new Derived Column (call it in this case CopiedValue) th ...Show All
Visual Studio Why FileCodeModel is Nothing (i.e. null) ?
Hi, I want to modify code model of every new file added to project, but when ProjectItemsEvents.ItemAdded is fired, and I open this new added file, activate its window and call DTE.ActiveDocument.ProjectItem.FileCodeModel, then FileCodeModel is Nothing. Why it is not initialized How can I access FileCodeModel for newly added item from its event Thank you for your answers. i ran into this issue as well. it seems that the co ...Show All
Visual Studio 2008 (Pre-release) Visual inheritance planned ?
Hi all, Is Visual Inheritance (like Windows Forms) a planned feature of the VS2005 WPF implementation Thank you. you won't get them done in the same way as it was done for WinForms, will ya :) ...Show All
Windows Forms A simple number from a String, how?
If I have numbers in String and wan't to perform some arithmetics on them what is the best way to do For example if the string is "11" how do I convert that to a simple int that I can do arithmetics with I could convert it to class object of Integer but then I couldn't do any arithmetics. cgraus wrote: If you know it's an integer you can also use Convert.ToInt32("12"), if you're not sure, you can do this: in ...Show All
Software Development for Windows Vista DirectX 9 games with Vista?
I have Windows Vista Build 5270 installed and tried a DirectX 9 game (SilkRoad Online). It said, that I should install DirectX 9.0b or later. dxdiag is telling me, that DirectX 10 is already installed. So is there any chance to run that game with Vista I tried to remove DirectX 10 with tools like Happy DirectX Uninstall and DirectX Buster but they didn’t work either. I can’t even delete the files manually when I ...Show All
Visual Studio Where Can I Find More Help?
Hi everyone, We’d like to take a second here to tell you how to get more help with your Crystal Reports for Visual Studio projects. For information specific to your bundled version with Visual Studio 2005 visit our Business Objects Visual Studio 2005 Developer Zone . Here you’ll find: Sample Code Projects Walkthroughs Online SDK Documentation What’s New to Crystal Reports for Visual Studio 2005 ...Show All
Smart Device Development CABWIZ/Makecab problems
Hi all, I'm having trouble building a CAB file for a CF 2 project. Done the usual steps, Added a Smart Device Deployment project to my solution, set its propertys, go to build and Always get back a message saying ; Error: CAB file "C:\Documents and Settings\DAVE\My Documents\Visual Studio 2005 \Projects\Project1\DeploymentCAB\Release\Project1. CAB " could not be created It's really annoying, I dont want to have to go back to us ...Show All
Visual C++ Debug Assertion Failed
Hi I have just got our main C appilcation which was developed under Visual Studio .Net 2003 ported/compiled/run successfuly as a release build under Visual Studio 2005. However when I try to run the debug build I get the following: Debug Assertion Failed Program : myapp.exe File : f:\rtm\vctools\crt_bld\self_x86\crt\fstat64.c Line 64 Expression (_osfile(fildes)&FOPEN) I have degugged it to the following function and t ...Show All
Software Development for Windows Vista Windows Media Player SDK: CC Text
This is kind of a continuation of this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=121143&SiteID=1 How is working with the closed caption data going to differ from the audio (or video) stream, as far buffers and all that Is WMP only passing one closed caption caracter at a time Here's the ProcessOutput function: ///////////////////////////////////////////////////////////////////////////// // CTest2::ProcessOutput / ...Show All
Visual Studio 2008 (Pre-release) WCF exception access WINFS
I tryed access to store of winfs by middle of wcf service, but I occurred a execption when trying access to store of winfs: "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error." Somebody can I help me When I host the wcf service in console application no have any problem to ...Show All
Visual Basic Option to run vb app from command line
Hi I'm developing an vb.Net application that loads some data into a database. This consists of a basic form for user input and a loader class that is used to load the data. My problem is that I need to allow the application to be run from command line with no user input (ie as a batch process). I've set up an ini file and have used Microsoft.VisualBasic.Command to detect the command line parameter "batch" within the constructor ...Show All
Windows Forms How to stop a textbox from autosizing in windows forms
Hi All, I noticed that in visual studio 2005, textbox controls have no autosize property exposed. And they inherit the default value of True from the TextBoxBase. This is absolutely ridiculous. I have combo boxs next to my text boxes and I can't get them to be the same height even though they have the same font and font sizes. Has anyone else had this problem What's the workaround Thanks, Andy Moyer I don't know if this is helpful ...Show All
Windows Forms Advice requested: Windows Forms Binding:
I have been trying to get the following Windows Forms binding working, without success. The following Code, successfully populates the GridControl, and both combo boxes with data. The two comboBoxes represent: SalesOrderType, and SalesOrderStatus. There six SalesOrderTypes, and five SalesOrderStatus values. The GridControl contains all of the Sales Orders. My Problem: I want the comboBoxes to display the same value that is in the DataGrid, ...Show All
