pokopiko's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. DX9c and VStudio 6
I just downloaded the DX9c SDK and it did not add an application template to the IDE. Can I do this manually Do I need to reinstall Thanks. -Lee From my memory the DirectX SDK will not integrate with VS 6 anymore, I have done a quick search to find an MS link that says this...(Someone else might have the actual link and post it ). Also there is no longer an Application template this has been removed, you ...Show All
Visual C# System.Windows.Forms.WebBrowser control from a SHDocVw.WebBrowser Class
How can I create a System.Windows.Forms.WebBrowser control from a SHDocVw.WebBrowser Class Some sample, please. Thanks Deza SHDocVw.WebBrowser is a COM class you had to use with .net1.x. Now you just can use System.Windows.Forms.WebBrowser component. ...Show All
.NET Development Howto create a read/write application setting?
Hi! I'm trying to create a writeable application setting with VS 2005 Express beta-2. When I open the Settings tab in the application properties I have a designer that allows to create a new setting (say "MySetting" of type String). I can specify a default value and I can use the properties window to enter a description etc. In the code file Settings.Designer.cs a property "public string MySetting .." is generated automatically. But this pr ...Show All
Visual Studio Express Editions How to publish a project ?
Hello, I installed the iso version of Visual C++ Express, started my project. Now i would like to publish my project ( On a CD-R for example ) , but when i look in the help it's written to Rigth click on the Project Name | Properties and a "publish" tab should appear. When I do that, i have no "publish" tab ... Thank you in advance for your help. PS: Excuse me for my approximative English ( I'm a french g ...Show All
Visual Basic books..?
Good morning, can anyone recomend any good books for vb, i have never done any programing before, went through the online training offered, but now would like to work through a book or 2, thx Hi, Wrox's Professional VB2005 should be a quite good one http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764575368.html ...Show All
Visual Studio Express Editions vcsetup does not install.
It gives me the error message, "..../vcsetup.exe is not a valid Win32 application." And I am using Windows XP. Hi, I am having the same problem. I just posted a message before finding your message. Did you ever get this resolved Thanks! ...Show All
Visual Studio Problem Installing DSL Tools September 2005
I've tried downloading and installing the DSL Tools September 2005 release, and when I have unzipped and tried to run setup.exe I always get the following error. It looks like maybe the zip file has a wrong version - does anyone else get that problem I've tried it on 2 machines with different operating systems. Setup has detected that the file 'E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSD71.tmp\dotnetfx\WindowsInstaller-KB884016-v2-x ...Show All
Visual C# PInvoke Doubt.
Hi, i am working for Certificate Management module in a Smart Card Management System project. I am planning to use Platform Invoke to access the XEnroll.dll, CertCli.dll and Certadm.dll. I am planning to create an wrapper like the following public class XEnrollWrapper { [DllImport] << Function that i like too call from the win32 dlls>> } My Question is: The certcli.dll or XEnroll.dll may be changed/replaced e ...Show All
Visual Studio Accessing the CData section of an Item
What would be the best way to pass a CData section as an ITaskItem to a task We added a task called EMail that emails out build notifications. I want to be able to pass a formatted HTML string as an input to the task. I can't do it with a standard attribute. If you add an ItemGroup and then an item, it lets you add a Cdata section underneath it, but the build engine complains and says it is not a recognized element. So that doesn't work either. ...Show All
Visual Basic Building issue: Import Excel object in a PC without Excel installed
I have a project that needs to use the excel file and therefore I import Excel reference into my project. Everything is ok in my development PC that has MS Office installed. However, I need to build the project in our building PC that has not installed the MS Office. I got the following error during building the project in the building PC: error BC30466: Namespace or type 'Excel' for the Imports 'Excel' cannot be found. ... Any idea Thanks in ...Show All
Visual C# C# and COM Interop and HRESULTs
Hi, I have a COM object that I am using via c#. THe object supports a method that checks an angle lower and upper limits and returns a bool. The result is either a pass or fail, if it fails further information is passed via the HRESULT indicating whether it failed the upper limit or lower limit check. So this is not an error just a logical failure. Is there anyway I can look at the contents of the HRESULT after the call, even when an exception ...Show All
Visual Studio Team System Preserving work item attachments and links on import
Hi, We are currently running TFS Beta2. We would like to use excel to dump the existing work items in our TFS Beta2 DB to a spreedsheet and then re-import them into our TFS Beta3 Refresh DB. When exporting the work items into excel, I notice that to view and manipulate the links and attachments that may be associated with a work item, excel is fetching that info in real-time from the TFS server. Is there a way, other than by hand, to preserve a ...Show All
Windows Forms Not everything loading up on execution?
So the new .NET 1.1 is cool and great, but I have a question; A v1.1 application appears to startup quicker than a v1.0 application. I've noticed this in an application that we are working on that we have transferred over to v1.1 before&n ...Show All
Visual Studio Team System Version Control window not displaying
When I try to open the version control window on any of my team projects, the version control window never appears. This happened a couple weeks ago on my VSTS server, and now my Visual Studio Team Suite client computer is exhibiting the same behavior. Has anyone seen this before I was opening it from the team explorer. Once I use the View -> Other Windows -> Source Control Explorer, the window came up and the link on team explorer w ...Show All
SQL Server Fore Color Expressions
Hi all, I can't seem to find an example anywhere on the net or BOL on this one. I assume you can set the color of a calculated members dynamically in the Fore Color Expression property but I can't find any code samples for that. Can someone provide me a simply one for changing the color to red if a condition is met I really appreciate it! Brian Hi Brian, Here's a recent query for the AS 2000 Foodmart Sales cube - you should see so ...Show All
