IMT AG's Q&A profile
Smart Device Development Multi language support in CAB file
I am trying to support multi-language application, but it looks like the CAB generation is wrong : the resources.dll files deployed on the device are all the same and in one language only ... Any hints Bertrand Simon. Hi Bertrand Are you using a VS 2005 Smart Device CAB project If this is the case, check the following bug report: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=8a ...Show All
Visual C++ Buildong problem
Hi I have a program in C++ 6 and when I try to execute with C++ 2005 it I get this error: fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory Fabricio11 wrote: Hi I have a program in C++ 6 and when I try to execute with C++ 2005 it I get this error: fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory Using iostream.h is now obsolete. ...Show All
Visual Studio Express Editions WeatherTracker Connection Problem
Hello. I've been following the tutorial (Build A Program Now). My problem is that the application can't seem to detect my internet connection. I was able to add the web servie but when I run the completed app, the error (can't connect to the internet) shows up. We're using a proxy here, I don't know if that's the reason. Thanks. -Ver BTW, the application I was talking about is the WeatherTracker web application. My online help can't conne ...Show All
SQL Server Scheduling a legacy DTS package
I have a legacy DTS package on my test SQL Server 2005 in the Management\Legacy\Data Transformation Services\ folder. I can run the package, but how can I schedule it this doesn't appear to be an option anymore like it was in 2000. Thanks Use the command-line option in SQL Agent and use DTSRun. [I am assuming at this point that DTSRun is still distributed. Apologies if not] -Jamie ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How do i get Direct 3D without Redownloading DirectX ?
How do i get Direct 3D without Redownloading Direct X For these types of questions I would head on over to the www.microsoft.com/directx page as this group is for the development of games and applications using the Microsoft Game Technologies. You might also want to check out the Halo support groups . ...Show All
Visual Studio 2008 (Pre-release) Binding ValidationRule mechanism
Context: 'AgeRangeRule' in 'ConnectedData\BindValidation' WPF examples (Nov CTP) WPF provides validation checking ('AgeRangeRule' subclasses 'ValidationRule') and reporting (based on the return value in 'AgeRangeRule') when validation is performed 'outside' of the setter property (see Nov CTP example). What about equivalent operations when validation is performed inside the property 'setter' (assuming an ObjectDataProvider) Question: - should ...Show All
Visual Studio 2008 (Pre-release) Draw System.Windows.Media.PathGeometry in 3D?
Is it possible to draw a PathGeometry in 3D for instance mapping it to a plane Otherwise, is it possible to mesh/tassellate/triangulate a PathGeometry Andrea Yup, just draw your path geometry on a 2D control (like a canvas), put that control in a VisualBrush, put the VisualBrush in a Material (eg DiffuseMaterial), put that Material in a GeometryModel3D, along with the mesh (MeshGeometry3D) to whic ...Show All
Visual C# help a beginner please how to make this software?it with dictionary and chat and ....
maybe my question so stupid~ please for give me~ i want make this software to help some japanese learn english and can put it into a game but most~ use it at desktop. i think it need thoese function: english dictionary; english <-> japanese dictionary; IM chat; file share,any file had index at server,can load a file from each other, seen like emule and bittorrent and Ares; storage ask and answer like a forum or knowledgebase; i dont know h ...Show All
Windows Forms datagrid
Hi everybody Can anybody tell me how can i make cutomised data grid.like adding check mark for right data or cross sign for error in specific columns got some good links for info on doing that stuff to data grids.. think they on my home computer, ill see if i can post them for ya tonight. ...Show All
Visual Studio 2008 (Pre-release) Editing style of selected row in ListBox
Hi, I'm using the February CTP and I want to edit the style of the marked item in a ListBox. I have figured out that I probably need DataTriggers, but I don't know how to use them. All I want to do is to be able to change the blue background when a list item is clicked to something else. Can anybody help Thanks, Tomas You should try and use Microsoft Expression Interactive Designer ...Show All
Smart Device Development Does Device Emulater Connect To ActiveSync?
i am creating a pocket pc application using Visual studio 2003 and pocket pc 2002 this application needs to syncronize with the intranet based application. During development i am using device emulater 1.0 and sql server ce. now i need to synchronize the application with sql server 2000 which is desktop PC. so pls help us that whether emulator can synchronize with Activesync as soon as possible. thanking you digant oza ...Show All
.NET Development Getting Accessibility information for Event Hooking.
I have written a wraaper for SetWinEventHook , which calls the delegate on every Event generated. I want accessibility information on every event ... Here goes the brief of my code. public struct VARIANT /// Hoping this can make " pvarchild " a VARIANT e managed code ... (VC++) { [MarshalAs( UnmanagedType.Struct)] public System.Object pvarChild; } [DllImport("user32.dll", CharSet = CharSet.Auto, CallingConvention = CallingConvention.StdCal ...Show All
Visual Studio Team System Currituck 'Access denied' error from web service.
Developing a web service to expose the WorkItem store (Currituck). It works OK running in the development server from the IDE, but deployed to the IIS server attempting to access any of its methods returns: System.ApplicationException: another fine error! ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Microsoft.VisualStudio.Currituck.DataStore. Handle ...Show All
Visual Studio Express Editions How to make win32 apps project available?
Hi, i read the installation process at http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx But the file AppSettings.htm is found in 1036 instead of 1033. I made the changes but the win32 app is still not available. Simple empty Helloworld projects can be built, but i would like to have the demos. In fact, i'm trying to install Ogre SDk. Lot of work again Please post the erros you are see ...Show All
Visual Studio Express Editions How to Load / Save
I Have three questions about loading and saving! 1. How do you load a file like a .txt file into your program and then edit and save it as another file like .doc 2. also how do you open music files and/or picture files 3. And is it possible to convert files like mp3 by opening them and them saving them in another format like wma Thanx in advance ...Show All
