VS2008 C++ debug mode: break points do not work in 64 bit mode, work OK in 32...
VS2008 C++ (Windows 7). In debug mode: breakpoints do not work in 64 bit mode (simply ignored); work OK in 32 bit mode.Tried what I could to no avail. Seeking advice!
View ArticleChart Control in Visual Studio 2012
I am attempting to follow the tutorial "Create a Basic Chart Tutorial for Visual Studio 2012", but am unable to use the chart control. The two required .NET components are all selected, but the chart...
View ArticleNTP Last successful sync
HiHow to get the the last Windows XP/7 NTP sync time, and if it was successful or not? I know about "w32tm /query /status", but how to get the info using C# 2010?Br Hans A
View ArticlePort nmake logic into Visual Studio project
Hi:In the makefile, we frequently use macro to add or change the Compiler settingfor example!IF "$(USING_SOMETHING)" == "1" CDEFINES=$(CDEFINES) -D_SOMETHINGDEFINED...
View ArticleTransferring a webpage's sorce code into a string
Hi,I am looking for MFC Code/class that enables me to read a webpage into a CString to parse it for informations.VS 2008 C++Tnx,Step
View ArticleLable Help
I am making a House generator (interior) That will highlight certain labels that I have chosen to be the walls or flooring. But there are 100 labels. Any easy way that I can just choose one label and...
View ArticleGet the ko.observable array to the server side in asp.net
I have the ajax call below which will do a POST to give me the below dataself.present_conditions = "[{"Township":"12","Range":"21","Section":"111","Acres":"19"}]"var data =...
View ArticleMissing Identity and Access Option in VS2012
I am trying to connect an existing Web Site project that I have to Windows Azure Access Control Service. However, when opening up the Identity and Access manager when right clicking on the web site...
View ArticleBack up database task dialog box does not resize
Hi everyone!My environment, Visual Studio 2008 version 9.0.30729.4462 (Service pack 1).I'm trying to use the "Back Up Database Task" control included in the "Maintenance Plan Task" area in the toolbox....
View ArticleSigntool
I'm running VB6 without a signtool.exe in the Tools Folder.Can I download it without the whole DAK suite?I tried the whole thing and failed.Thanks,jack@capjax.com
View Articlepassing a parameter to fillby
I am trying to dynamically populate a binding navigator with selected pieces of a dataset that occur in real time.The fillby statement is:SELECT record_item, category, item_date, data_item_1,...
View ArticleHow to make VS2012's incremental search case sensitive?
In previous versions of Visual Studio case sensitivity setting were persistent: they carried over from one search session to another. Also, case sensitivity setting used in last regular search applied...
View Articledelay in test start although warm up time is set to zero
HI, in my run time settings i have given my warm up time as zero hrs zero mins zero secs. and 5 iterationsafter that i ran the load test and the test started immediately. but on the 2nd iteration run...
View ArticleCToolTipCtrl tooltip do not reappear second time on CBitmapButton Control
I have VS2010 Project which is an MFC dialog application which uses CToolTipCtrl for implementing tooltip on a CBitmapButton control. I have observed that when I hover my mouse for the first time on...
View ArticleCToolTipCtrl tooltip never disappears after delay timeout in Windows Embedded...
I have VS2010 Project which is an MFC dialog application which uses CToolTipCtrl for implementing tooltip on a CBitmapButton control. I have observed that when I hover my mouse for the first time on...
View ArticleVisual Studio 2008 will not open a .h file
Good day all,I am new to Visual Studio. I am using VS2008 pro. The problem I am having is that VS will not let me open a .h file in a project. When I click on the .h file in VS i get the error...
View ArticleTextbox text get fade if disable textbox
HI,I am using C#.Net 2010 , Text box controlIf I make this control enable = false text from textbox get fade & is not readableIs there any way to keep it same as it was at the time for enable.For...
View ArticleVS2010 Database model not properly generating Designer.cs code
In a Silverlight project I use linqtoentities to return the results of this query...This.ObjectContext.alarms.Include("datapoint").Include("user").Where(e => e.userId == user && e.meter ==...
View ArticleChanges to Property Manager in VS2012 not being persisted
In a particular environment I am sharing a machine with others. We are all using TFS but each user has there own workspace/Team Explorer sign-on on the machine. Therefore no one's credentials are saved...
View ArticleHow to display a dynamic image in LightSwitch HTML Search Data screen
I have a database and LightSwitch HTML screen for searching. Two of the database fields need to be combined with a constant to form the URL of a .jpg image I would like to display with each row of the...
View Article