aburri's Q&A profile
Visual Studio Tools for Office How To View InfoPath Form
I am using the InfoPath Form Template for InfoPath 2007 in VSTS 2005. I built a form in this project and when I start the debuger I can see the form OK. But afater I save the soultion, exited VSTS and re-entered VSTS and the project again, I can not see my InfoPath form in the Editor anymore. I can open the FormCode.vb file. The menu selection View Designer does nothing. None of the files in the Solution Explorer will open the Infopath form in t ...Show All
Visual Studio Express Editions XML as INI
Hi! New to both VB an .NET I have searched the Internet for an easy-to-use example of how to store application/component property settings to a file. As I understand it the common INI-files are not longer supported (in a natural way) by .NET. It is no problem for me using XML instead, but I can not find an example of how to use XML for such purpose or every example I tried seems to be very tricky and circumstanstial. Is it not really an ...Show All
Visual Studio Express Editions express - visual studio .net 2003 compatibility
I have msvs.net 2003 [edit]Professional[/edit] (academic) installed - can I install any of the express products alongside it or are there likely to be compatibility issues If there are, what are they thanks. I installed sql 2005 express and vb 2005 express on my development machine and now asp.net doesn' t work for all my 2003 projects. What causes this ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX causing Floating Point arithmetic error!
This thread started life here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=314743&SiteID=1 , until I found DirectX was causing the problem. If you run the code below you will find that before the creation of the device the result is : 100040629.0 and after 100040624.0, which is incorrect. Can’t begin to tell you the problems this has caused me!! I would really appreciate it if someone could take a look for me. ...Show All
Visual C# Combo Auto Complete ?
como fazer em WindosForm que meu combo se torne autocomplete looool i thought to answer your post in arabic but anyway select your combobox and click f4 scroll down your properties you will find few properties for autocomplete play with them till you get the result that you want hope this helps ...Show All
Windows Forms Bit fields
I'm trying to write a general method that can set a flag on an arbitrary bit field. Something like this public static void SetFlag(Enum flags, Enum flag) { flags = flags | flag;//This won't work!! } So that when I write the following it&nb ...Show All
Visual Studio Tools for Office Why is a hidden VSTO document grabbing input focus?
I use a number of command line tools to manipulate Word Documents with attached VSTO 2005 assemblies via COM Automation. I am having issues with these VSTO documents grabbing input focus, despite running in an invisible Word instance. Automating non-VSTO 2005 documents (i.e. VSTO 2003 docs or "regular" Word docs without any customization assemblies) do not exhibit the same issues. I am aware that the VS 2005 Debugger (xxx.vshost.exe ...Show All
Visual C++ create C++ DLL to be used by C# ?
I want to write a native C++ function that I can later access from C#. Please keep in mind I do not have much experience developing on windows, (mostly unix) and that my only windows compiler is VS2005. I tried creating a MFC DLL. I am able to access this from a C++ .net program, but not from a C# program using P/Invoke. It seems that a plain MFC DLL is not "good enough" for use with DllImport. Is this correct It seems that I h ...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 Studio Team System PowerToys for the Visual Studio 2005 Class Designer and Distributed System Designers
We’ve published a set of set of add-ins which augments existing functionality in the Visual Studio 2005 Class Designer and the Distributed Systems Designers. The Design Tools Enhancements add-in provides a common set of features that can be used by both the Class Designer and the Distributed System Designers , such as pan/zoom window and rich formatting commands. The Class Designer Enhancements add-in provides additional functionality for th ...Show All
Windows Forms Setup and Deployment Projects
Hi , I can't see Setup and Deployment Projects in the File > New Projects Menu in VB 2005 Express Edition Beta 2. Where can i found They aren't included with the Express Editions. Your only choice is ClickOnce Deployment, which you can access by right-clicking the project name and choosing "Publish." ...Show All
Visual C++ Initializing an array of pointers to functions
I am writing a dialog based MFC appliation using Visual C++ 6.0. In my simplified test case, I added the following definitions to the header (TestDlg.h). typedef void FOO(); FOO show1{}; FOO show2{}; FOO show3{}; FOO *pfun[3]; At the end of the OnInitDialog() code (before return TRUE;), I attempted to initialize the array as follows: pfun[0] = show1; pfun[1] = show2; pfun[2] = show3; Each of these lines has compile error C2440: '=' : ...Show All
SQL Server Why is IE SP1 Required to install SQLExpress?
I'm looking for gritty details on why Internet Explorer 6.0 SP1 is required for installing SQL Express. Any help or direction would be great thanks! -Bathisar Hi Bathisar, We need IE 6 SP1 in order to run MMC. There is a bunch of useful information about hardware and software requirements, including more details about the IE 6 requirement, in Books Online at http://msdn2.microsoft.com/en-us/library/ms143506( ...Show All
Visual Studio Express Editions Converting String to Double or Int
I am working on creating a program that calculates the area of a rectangle. The program has two textboxes and a button. When the button is pressed, I need to convert the strings to numbers according to type (ie if it's a double, i need it to be a double...integer to int) In my class file, I have three constructors 1. Takes two integers <-returns integer 2. Takes two doubles <-returns double 3. Takes an integer and a double <- returns do ...Show All
SQL Server SSAS 2005 on Windows XP?
Can someone confirm that SSAS and SQL Server 2005 can run on Windows XP It appears that SQL Server 2005 Standard Edition will run on XP. See this thread(Towards the bottom): http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/75961fbd1984953d/780f1db7523e60ca lnk=st&q=sql+server+2005+run+on+xp&rnum=1&hl=en#780f1db7523e60ca ...Show All
