ytandeta's Q&A profile
Smart Device Development CameraCaptureDialog
I tried building the camera API and got this error. I went and saw the space using Space Maker Storage (Flash) Storage Total: 27.98 MB Used: 4.60 MB Free: 23.39 MB it displays this. Please help me ------ Build started: Project: CECamera, Configuration: Release Any CPU ------ CECamera -> C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\Cs\Cecamera\bin\Release\CECamera.exe ------ Deploy started: Project: CE ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DrawImage(img, pts)
Sorry if this is the wrong place for this question but it it related to 3D games programming... I have noticed that Graphics.DrawImage(img, pts) accepts an array of 3 Point objects in the second argument. In the spirit of adventure I passed in an array of 4 to see what would happen (I was hoping it would render an image inside an uneven quad). It did not work but it did throw an exception indicating tht this functionality had not ye ...Show All
SQL Server AS2005 September CTP Memory Error
I get "Memory error: While attempting to store a string, a string was found that was larger than the page size selected. The operation cannot be completed." while executing query set with cube browser in SQL Server BI Dev Studio. The same error I get while executing query with VB code (via ADOMD). The source of the error is AS2005 OLEDB Provider. One important information: I have installed Sept CTP on clean Windows XP Pro, there were no previous ...Show All
Visual Studio Tools for Office Can VSTO be used create class libraries
I'm looking to upgrade to VSTO and want confirmation that you can still create class libraries/dll files in this IDE. I'm looking to purchase in the next day or so, if anyone can confirm or tell me otherwise I'd be grateful. Visual Studio Tools For Office 2005 includes support for building class libraries in VB and VC#. You can find more details in the feature comparison chart at http://msdn.microsoft.com/vs ...Show All
Visual Studio Express Editions Error 1935. An error occured duirng installation of assembly-somebody -Help????
Hello, i am having the following error during the instaalation on VS-web Express 2005, i have run some cleaners, but without any luck. during installation on XP proff I get the following Error here is part of it, i have also check my system for some temp error log but nothing. Here is a fragment of the error. Error 1935. An error occured duirng installation of assembly "Microsoft.visualStudio.Package.Project,Version="2.0.0.0",FileVersion="2.0.50 ...Show All
Visual Studio 2008 (Pre-release) Security options reduced when hosted in IIS?
When self-hosted, one can use ServiceSecuritySettings.SetUserNameAuthentication to specify a custom MembershipProvider or even custom UserNamePasswordTokenAuthenticator for validating users. Similarly, when self-hosted, one can use ServiceSecuritySettings.ThreadPrincipalMode with GenericThreadPrincipalMode to specify a custom RoleProvider or supply a custom ThreadPrincipalMode class. When hosted in IIS, however, these options don’t seem to be av ...Show All
Windows Forms Determining Application Startup Form at run time
Anybody know of a pattern for determining the startup form of a .NET application at runtime Since the startup Main method is static, Template Method and other inheritance based patterns are problematic. Have not found any answers via Google either. I've seen the example using a derived class from the ApplicationContext class that allows setting of the MainForm property but that still leaves the "chicken and egg" problem of starting ...Show All
Visual Studio How to add custom control to Visual Studio 2005 Toolbox?
Hi all, I am working on a Windows Forms custom control now and I would like to place my control right on the Toolbox window after installation, however, this seems to be a problem now. I notice that EnvDTE and EnvDTE80 namespace and the DTE2 interface seem to provide customization of VS IDE environment, and I tried as follows: 1> Get a DTE2 instance by Activator; 2> Use DTE2.ToolWindows.ToolBox.ToolBoxTabs.Add to add a new tab; 3> ...Show All
Visual J# Problem with C++/CLI and J# interaction bug
I'm having a problem with C++/CLI and J#. I am writing a class library in C++/CLI and want to use it from J#. I narrowed down my code and wrote a repro: a.cpp: #using <mscorlib.dll> #include <stdio.h> using namespace System; namespace AA { public ref class A { public : unsigned long Print() { printf( "Hello\n" ); return 0; } }; } b.jsl: import System.*; import AA.*; public class Test { public static void main( Stri ...Show All
Windows Forms Menu on left, multiple windows on right
Can I implement a "menu" using a form with a treeview/list on the left and anchor it permanently to the right side of the form, and have multiple windows open in the remaining space I'd like it so that if the user maximized one ...Show All
Visual Studio Tools for Office Keyhook event handling at Word Document level
Hi, We are on VSTO Customizations for Word 2003. We binded the XML Schema to the word document. At some of the nodes we need to capture the keys entered by the user and based on that we need to do some action. For that we have written KeyHook events. The following link is the source of our reference http://msdn.microsoft.com/msdnmag/issues/02/10/CuttingEdge/ For that we added filters and allowing the keyhook event only bei ...Show All
Visual Basic How can I print a TIF file programmatically?
I have been banging my head against the wall for over two weeks now trying to find a way to programmatically print TIF files, without the need to for user interaction. The catch to this is that the files are well data logs, which turn out to be very large TIF files that, when printed, will span multiple pages. Right now the company is using a Neuralaser printer in conjunction with a NeuraView application that is able to print the images out acro ...Show All
.NET Development XSLT Extensions
I was browsing through a Java BPEL parser, and it used XSLT to covert the XML to 'class' objects. I understand that part of this is in the namespace declarations: xmlns:java = " http://xml.apache.org/xslt/java " xmlns:pu = " class:com.ibm.cs.bpws.parser.ParserUtils so that this works: < xsl:variable name = " cs " select = " java:com.ibm.cs.bpws.model.CorrelationsImpl.new () " /> But ho ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;amp;H8013141e&amp;amp;
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Studio How to make an ItemGroup reference a set of subdirectories instead of files?
I just started using MSbuild this weekend, and I'm loving it so far, but my work has produced some questions. With the current ItemGroup notation, is there a way to make an itemgroup that grabs all subdirectories for a particular directory We have a set of N builds, and they are stored in directories like so: Builds\ Product1.0.0.0\ Product1.5.0.0\ Product2.0.0.0\   ...Show All
