Answer Questions
Lord Steve Slider with variable Thumb width
I'm trying to make a control similar to Slider, but with possibility to chage Width of Thumb, and with 2 values (for left and right ending of Thumb). ------------ --------|_______|----------- ^ ^ value1 value2 I tryed to derive my class from Slider, but I can't find the way to change Width of Thumb. Any ideas how can this be done I still have a problem implementing Range slider. ...Show All
Phil_2005 Help Integration Wizard broken
I'm trying to use the html help integration wizard, but get a dialog box telling me Microsoft Visual Studio (as title) The operation could not be completed [OK] when I try to create a new project using the wizard. First try I got it to work but canceled it somewhere in the middle, after that I get the error message mentioned, I've tried doing a repair from add/remove programs, I've removed and re-installed it, but still the same problem.. Ho ...Show All
m.schwandner "yield enumerate"...
(Slightly off-topic, but it at least deals with enumerations.) Lately, I've found myself using the following pattern: public IEnumerable<T> Foo(IEnumerable<T> values, IEnumerable<T> moreValues) { foreach (T t in values) { yield return t; } foreach (T t in moreValues) { &nb ...Show All
jpx .net COM Add-in for Excel - cannot find Extensibility Projects
Hi I have installed Visual Studio Tools for Microsoft Office after installing vb.net and Microsoft Office 2003 respectively. I cannot find the Extensibility Projects folderin the Other Projects folder. Please would someone help. Thanks Murray VB.NET is a managed language so you can use any managed code obfuscator. All you seems to want to do is migrate your VBA customization to managed code. Assuming ...Show All
Michael Giagnocavo System.Query: Argument types do not match
Hi, I call DataContext.ExecuteQuery<T>("SELECT TOP 20 * FROM CertainTable") in the enclosed code. Depending on the table queried, an exception is raised. It appears that when the ExecResults<T> are enumerated in a foreach loop the first object returned is null. In Northwind, Orders, Territories, and EmployeeTerritories always raise an exception. All other tables in Northwind do not raise exceptions. AdventureWorks exhibi ...Show All
ThompsonMcG How to add control to VS2005 toolbox for all users, not just current user
Hello all, I'm using Tools.InstallCommunityControls to install a custom control to the Visual Studio 2005 toolbox, but it only installs it for the current user. How can I install a control for all users Thanks, - Jeffrey Liu Hi Jeffrey, The Community controls follow the web download/install pattern where the install works for the current user. Thus currently there is no easy way you can install controls ...Show All
haltmann Visual Studio 2005 Professional FINAL Class Designer Problems.
Hi there ! First let me say that VS2005 is really a good product and we have been using it since its beta1 release. Today i wanted to try out the new class designer feature for the first time, but got some small problems. Generally it works fine, but drawing Associations between two classes is just not really possible with it.. Its kind of weird its not a problem that the program does nto allow it but more of an UI glitch.. When i draw an assoc ...Show All
Vanio Benetollo Deploying Crystal Reports via Prerequisites + Windows 2000 test failed.
G'day, I'm upgrading a VS2003 Crystal Reports solution to VS2005 and Crystal Reports (10 I assume) and my MSI needed to be migrated. Following some research http://msdn2.microsoft.com/en-us/library/ms225227(VS.80).aspx I've determined that creating a new MSI Project in the VS2005 IDE seems to be the best way forward. I've elected to use the MSI Property pages "Prerequisites", "Download prerequisites from the same location as my ...Show All
kmhawkes Report Viewer Control for Visual Studio 2003?
Will a Report viewer control be available for WinFoms applications that are created in Visual Studio 2003 We have a large project that would like to utilize SQL Server 2005 and the WinForms Report Viewer control for local reports, but not want to have to recompile the project at this time to VS 2005. Thanks, Jeff Unfortunately, no. ReportViewer requires .NET version 2.0. ...Show All
itfiggers VS inproc compiler, MSBUILD and the obj subdir
I've been toying with the new VS and MSBUILD for the last few days and I stumbled on a bit of a problem. I've been trying to move the bin and obj subdirs out of my c# sourcetree with mixed results. the bin subdir was easy, that can be set in the project settings. the obj subdir is slightly more problematic. I've added these changes to the start of a test csproj file < PropertyGroup > < BaseIntermediateOutputPath > ..\..\ ...Show All
Stacy Rothwell boolean dependency properties
In another thread a user asked about dependency properties http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=338749&SiteID=1&mode=1 Whilst trying to help him I discovered that if you set a dependency property as a bool then an exception of type 'System.ArgumentException' System.Windows.DependencyProperty {System.ArgumentException} is thrown, but an int causes no such problems. Is this a known issue Simon Works for ...Show All
VisualHint Cast error when pass a parameter in localreport and reportviewer
hello friends, i have a problem with my report when pass a pamameter in vb.net and VS 2005 The code is: Dim objParameter As ReportParameter objParameter = New ReportParameter( "Name" , "test" ) Me .ReportViewer1.LocalReport.SetParameters(objParameter) the error is: System.InvalidCastException was unhandled Message="Unable to cast object of type 'Microsoft.Reporting.WinForms.ReportParameter' to type 'System.Collections.Generic. ...Show All
Ray_in_NYC ExcelSheet deployment
Hi, I have seen the following article: To prepare an end user's computer to run Office solutions 1. Install the Microsoft .NET Framework version 2.0 2. Install one of the following editions of Microsoft Office 2003: Microsoft Office Professional Edition 2003. Microsoft Office Professional Enterprise Edition 2003. Microsoft Office Excel 2003. Microsoft Office Word 2003. Microsof ...Show All
jim from the foothills help
From the video I have watched http://download.microsoft.com/download/4/7/0/4703eba2-78c4-4b09-8912-69f6c38d3a56/Dlinq.wmv I did not understand .how can i use my database like northwind i have watched ready-made northwind.cs how can i make database file like northwind.cs and i have watched command prompt and executed sqlmetal.exe what is that command work Dear Keith Farmer when i execute the command s ...Show All
orc Real World Localization of WPF Project
Hi All, So I have read the articles about WPF localization. The bottom line is that after a 9 step process (create neutral, add "current culture code', add UIDs, update csproj, rebuild, extract with locbaml, translate csv, create target folder, generate target with locbaml) we end up with a YourApp.resources.dll which contains the GUI of your XAML in the target language. OK. Now a real app has some resources such as strings and ima ...Show All
