Pablo Roca's Q&A profile
Visual Studio 2008 (Pre-release) Maintaining transparency of a PNG image when using "IMAGE" in XAML ...
Greetings - When I use the Image declaration in XAML, I can display the image I want just fine. However, for my PNG image, transparency is not preserved. I'd like to keep its transparency so that the underlying background color of whatever UIElement it is on shows through. Anybody seen this Thanks, Rick ...Show All
Visual Studio 2008 (Pre-release) ResourceDictionary & Loose XAML
Getting a nasty exception trying to reference a ResourceDictionary within loose XAML, is this feature disabled or just bugged right now Here's the code that goes caboom.(Obviously the same problem arised from using Merged RD's too) < Viewbox xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " http://schemas.microsoft.com/winfx/xaml/2005 " > < Viewbox.Resources > < ResourceDictionary Source = " Styles. ...Show All
Visual Studio MyProject Sample
Dumb question, but once I build the my project sample how do I add a new project of that type. It does not show up in add new project dialog Next question is then how do you deploy your own project types to other developers who do not have the VSIP sdk. thx Basically are there any good walkthroughs on how to create your own project type using managed code. ...Show All
Visual Basic dataset won't save back to database
hi all i have created an SQL db containing 1 table within VB 2005 express. i then created a datasource to connect to the DB. A dataset was then created. i dragged the dataset onto my "Form1.vb" and bindingsource, tableadapter and binding navigator were then created. i then pressed f5 to run. I can nvavigate through the records and create new one's but when i click on the save icon and then exit, the new records are not written back to the DB ...Show All
Visual Studio Team System REFRESH files and TFS
I think I must be missing something as regards how web service projects work in a team environment. Perhaps someone can explain the missing link for me. Upon installation, the default location for Visual Studio projects is within My Documents. Keep this in mind for a moment. When a web service is created that requires an external assembly, you add a reference just like you would any other type of project. For a web service, t ...Show All
Visual Studio Express Editions Program Error
Whenever I build a program in Visual Basic 2005 Express Edition it works fine on my computer. But strangely it doesn't work on some other people's systems. I think it's because they need .NET Framework 2.0. Is that the reason Please respond quickly, User Thanks very much for your input man :D I think I'm gonna start reading up on C++ and get the express edtion. ...Show All
Visual Studio Problems passing parameters - Local mode
I have a .rdlc report where no records appear to have been retrieved though I know they are there. That is: I have a .rdlc report. I have a parameter in this report Called Companys. In the List Region for the form, In the Filters tab I have code like the following: =Fields!Company.Value = Parameters!Companys.Value In the Load Event of the Viewer I have code like the following: Dim para As String = Nothing parameters = New ...Show All
Visual Studio Team System Build Target with parameters
Hello all ! In my ".proj" file, I am each day deploying the source I have built on two different web servers. And for each of them I have some configuration to do. So currently I have something like : < Target Name = " AfterCompile " > < Web.WebSite.Create Description = " $(WebSiteName) " Path = " $(WebDeployFolder) " HostName = " $(DeploymentMachine) " ...Show All
Visual Basic How to capture mouse events on shapes or regions
I am drawing irregular shapes at runtime (VB.NET 2005 beta2) using the FillPolygon command. I want to link these shapes to mouse events. Say if the user clicks on one of these shapes it triggers an event. I have read a lot about events, but could not find out how (or even if) I can make these shapes trigger an event. I do not want to use User Controls as it appears that they do not support transparency when overlapping other controls, ...Show All
.NET Development dynamical build xml
Hallo. Can you advise me some class to dynamically build xml. I'd like to have same functionality as XmlTextWriter. But the problem with XmlTextWriter is that it requires some file to be saved there. I do not want to have xml in file. Instead I want to have it loaded in memory (With access to InnerXML property or something like this). Thanks in advance. Have you looked at XmlDocument (System.Xml.XmlDocument) It allows you to read ...Show All
SQL Server Express Manager download for RTM version of SQLServer Express
Has MS updated the Express Manager tool for the RTM version of SQLServer Express It's a great tool and not having it causes so much pain (I have to use the command line tools!). Thanks in advance! I tried to install the client tools from SQL Server 2005 developer edition but the installer for this (after downloading another 2.8GB!) says components are already installed and cannot be upgraded (or message similar t ...Show All
Visual Studio Team System FxcopInputAssembly VS 2005 beta-2
Hi, This info was useful. I'm trying to import c++ dll in c# program. Evenif we have done same output folder for unamanaged, managed and consumer folder it is still showing same error. "Load of property 'FxCopInputAssembly' failed. The 'FxCop Input Assembly' must be under the project folder. " sometime it was showing the file vc80.pdb is changed when it was precompiled, basically it is unmanaged project vc80.pdb is overridde ...Show All
.NET Development Can Somebody Help Me?
Hi everyone, Here i have problem related to Programming with selected data retrival from SQL server. I have one Textbox on the form, and connected with the sql server. Now, i want that when i pressed any character,it should searchout in the table for particular field and show list below. after the selection from the list the list will be automatically hide. i wanted to make a control like excactly windows having in Run command . when you t ...Show All
Visual Studio Express Editions Uses of VC++
What does it mean on the download/install page where it says: "You can use Visual C++ Express to build powerful .NET Framework applications immediately after installation. In order to use Visual C++ Express to build Win32 applications, you'll need to take just a few more steps." And is there a button to compile and run your C source code without messing around in a cmd window Hi! It's advertisement :) Visual Studio have ...Show All
SQL Server How to use information from a dimension in a calculated member
It would be really useful to be able to extract information from an Analysis Services 2005 dimension such as:- "The number of seconds in the current time dimension member". This will enable calculated members such as the following to compute a process percent operation time. Member = [Measures].[Sum of seconds the process was operating] / "No of seconds in the current time dimension member" (eg.Day, Week, Month etc.) ...Show All
