visual

Visual Similarity Algorithms (for CBIR)

I am trying to build a collection of Visual similarity between images, being size, angle, color, rotation invariant for Content Based Image Retrieval.Quite agnostic about the platform but .NET, Java or Python are preferred. But if others are available, pls. suggest away. I am quite familiar with OpenCV Match template and Match shapes. I...

Output path for build in visual studio 2010

I need to output the project dll in program files. "$(PROGRAMFILES)\Microsoft..." It is not building in program files, but in the project itself in a folder called "$(PROGRAMFILES)"! How do I build in program files?? ...

How do you set a custom theme for a .NET application?

Much as the title says, I am wondering how to style a program like Photoshop CS4 or Autodesk Maya 2011. These programs are styled to where the UI looks completely custom. Right now I am using C# to program, but I can easily switch to C++ and WinAPI if it is easier. I have done multiple google searches for styling controls in C#, but ther...

Checking TreeView Control Nodes and SubNodes - StackOverflowException!

I have a Tree View control for a Windows Application that uses the CheckBoxes property. Sometimes (often) when a Tree Node is either checked or unchecked, I get Stack Overflow Exceptions in my static methods below. Could someone point out why? Maybe even show me how to do this the right way? In the After Check Event, I have written th...

dataset to linq editor (visually create linq query - like vlinq)

Hello, I am interested in creating a visual linq editor (like provided in sql server management studio). which i want to use in my application to give end user the ability to create linq queries on dataset. I tried to understand VLINQ, but i am unable to understand, how can i use it as a starting point. Can someone please guide me or poi...

no reaction when drilldown

I want to drill-down my MSchart with ASP.NET 4.0. The main chart chtType was displayed successfully. I need to display the other chart Chart1. Public mSeries1, mSeries2 As Series Public mChartArea As ChartArea Public ocmd As SqlCommand Dim cnn As SqlConnection = New SqlConnection( "foo") chtType.Series(0).PostBackValue = "#AXISLABEL...

build boost library

i have boost librray 1.44.0 how can i build it?i am using visual studio 2010 thanks ...

Question about gld_efficiency and gst_efficiency in Nvidia Compute Visual Profiler

I have a compute capability 1.2 card. It reports gld_efficiency and gst_efficiency for me. My problem is that I sometimes get values beyond the 0-1 range, sometimes greater than 2. Page 57 of the User Guide for the Compute Visual Profiler states that they should be between 0-1, so I am confused. Can anybody explain? ...

create VS 2008 Add-in as a right click menu for a class file

How can i create a right click menu for VS 2008\10 that will be specific for a class file? ...

Question about Compute Visual Profiler and number of blocks for profiling

On page 51 of the Compute Visual Profiler User Guide it states that: " Note that in case the number blocks in a kernel is less than or not a multiple of the number of multiprocessors the counters values across multiple runs will not be consistent. " Is that an inclusive or exc...

How to resolve a stack trace in visual studio 2008

Hi, I'm developing an ASP.NET website in viusal studio 2008, the thing is that I changed a line in the code, this change trows an exception (NullReferenceException) at runtime, after I change the line back it still trows the same exception, I want to follow the stack trace to look into the error and solve it, can you guys give some tips?...

Visual Studio 2010 and .NET 4.0 Client Profile

We are a .NET component vendor, our product needs to connect to the internet to be activated. In Visual Studio 2010, as soon as you create a new WinForms project the .NET Framework 4.0 Client Profile is selected not providing the necessary support for internet connections. Despite this arguable Default chioce, is there something we can ...

set path for code generator in Visual Studio

I set the stringPath to the .edmx file like stringPath = @"Solution\Folder\Model.edmx" It works in one solution but not in another. All the text templating code is the same. In the solution where it doesn't work, it trys to find the file here: .....Microsoft Visual Studio 10.0\Common7\IDE\Solution\Folder\Model.edmx. I was wondering wh...

Treeview - How to "delete" unwanted node lines programmatically

Hi, my treeview consists of the newslines with dates. The user can filter by specifing "today", under 1 week", "under 1 month", etc to make Treeview's list shorter or longer. For shorter list, I can remove the older lines that have no child nodes. I am struggling to find the method how to remove or hide the older lines with child nodes...

BadPtr after several iterations

Hello guys, C++. Its may be more question of debugging in Visual Studio and working with memory. I have a program that analyzes list of files, and path to current file is a concatenation of to strings: CString object named 'folder' and filename itself(CString too). But after 144'th iteration(im sure the number is unimportant), folder ...

Do you have an open source example for saving data in RFID smart card reader..

I am starting an open source project by using RFID card readers for saving data from an hotel information system. heres my scenario, i will be using rfid to save the data from the database and store it into the rfid cards. and then they can use the card as an id to their room. btw my platform is wpf vb2010 ...

Deployment of Visual C++ 2008 program

I have a c++ code developed with Visual C++ 2008, which creates a .exe file in the dubug subfolder of the application. The program runs properly on the development machine, a Windows Vista PC, but does not run when installed on another machine, a Windows XP PC on which Visual c++ 2008 is not installed. (I used InstalShield 2010 to deploy...

How do I load a folder of images on a visual c++ windows form application

Hello there! I have a visual c++ windows form application (empty) made on visual studio 2008 I would like to add a button so users can browse a folder. after they select the folder I would like to "scan" that folder and list all the images (JPG, PNG and GIF) in my windows form application. can anyone provide me with the steps require...

Outlook 2007 Addin - LoadBehavior in registry always resets to 2

Hi people. I know this has been asked before, but I've never found a solution to this. I created an Addin in Visual Studio for Outlook 2007. I created an Installer and copied the files and created the registry values. It installs perfectly on the developer computer and it uninstalls perfectly as well. But on the second computer, which is...

What's the best way to deal with sensitve data while using a source control?

Hello, Recently I started using codeplex.com for hosting a project I'm doing which I want to share with people. I'm new to using Source Control and Open Source treatment. My application deals with Twitter, and of course I have to use Twitter API keys. I'm using Visual Studio 2010 and TortoiseHg for the source control. So my question ...