working with streamwriter
Hi,working with Streamwtiterin vb6 I use the following expression to transfer table information to a text file: Open ("c:\cob2cef.txt" )For Output As #1 Do While Not rsclient.EOF Write #1,...
View ArticleCannot load visual studio 2012 for Windows Phone projects on different PC or...
I have recently set up Windows Phone SDK 8 on a Surface Pro 2, along with Visual Studio 2013 for Windows 8. I had an existing setup on a windows 8 desktop PC with a number of already created projects....
View Articleport number on windows 8
HiHow to know which port number my process using on windows 8. I tried in command prompt by entering netstat -a . then it listed all tcp and Udp , BUT NOT HTTP. I am learning WCf and in APP.config file...
View ArticleProblem with Visual C++ Variables in 2nd Form
So I am using Visual C++ 2008, am only a few days of experience with the program, but I have already started game developing with it. As of recently I have made Pong with the IDE, but it didn't...
View ArticleConverting code from visual c++ 6.0 to visual c++ 2010
I have been tasked by my employer to convert an old code written in Visual C++6.0 to Visual C++ 2010.How can I convert the function below to Visual C++ 2010? All my previous Attempts lead to memory...
View ArticleTextboxes Count Up: Highest and lowest numbers
Hi allOn my form I have a few textboxes in two columns. Each column will have their own grand totals at the end. I am placing a few invisible textboxes to count up each column. How can I get the...
View ArticleHow to restart XAML designer
I get next message:How can I restart XAML designer? And what it means to re-create the control on the artboard?Development Technician, Microsoft Certified Professional
View ArticleA Program ...
I was looking for a program i needed online and found it in code but it has an issue where it says "Variable 'key' is used before it has been assigned a value. A null reference exception could result...
View ArticleNo upgrade path for Visual Studio?
I first got Visual Studio (or whatever it was called then) in 1995. Since then I have upgraded every time a new version has been released, up to VS2010. (I didn't get VS2012 as it couldn't initially...
View ArticleChange “Refresh Linked Browsers” shortcut in Visual Studio 2013
I want to change the default keyboard shortcut (Ctrl+Alt+Enter) for the "Browser Link feature in Visual Studio 2013" to another key, but i can't find any options in the keyboard list. if at all...
View ArticleHelp me to learn this new command
Dear,i was used this command in vb6If textbox1.text=data.rsdata.user then msgbox "Welcome user" End if__________________________________________but my question is how can i use this like command...
View ArticleUsing API to create workspace, how to avoid Enable Source Control Integration...
Hi,I have some automation that uses the TFS API to create a workspace and get the latest revisions. The automation then uses DTE to open my VS2012 solution from this workspace - and I always get this...
View ArticleDoes Visual Studio 2012 Update 4 include Update 3, or I have to install them...
Hi there:I installed VS2012, and downloaded Updates 3 and 4, do I have to install them both or just the fourth?Believe you can do it, and you will!!
View ArticleOpening solution from a different computer.
I created a "New Project" on my desktop version of VS 2013 and saved it to my SkyDrive. When I try to open the project on my Surface with VS 2013 I get the error "One or more projects in the solution...
View ArticleThis project is out of date - Why?
I have a (VS 2013) solution with ~100 Projects (c++/cli/c#), and there is something wrong with one of the c++ Projects within. Every time i try to run the Debugger (F5), i get a message that says "This...
View ArticleNew schema comparison in VSTS 2013 is not working as expected as VSTS 2010
I use new schema comparison in VSTS 2010 all the time without any issue. But it is not working well in VSTS 2013.Repro Step: Open VSTS 2013 IDE. In menu bar, choose tools->SQL Server -> New...
View Article"Build web site" issue for Web based application in Visual studio 2012
HiI am using Visual Studio 2012 , I am upgrading a web based application from framework 2.0 to 4.5.while building the website, at first time using option "Build Web Site", it display all application...
View ArticleL2S - Textbox value passed to class dll file
HelloScenario: Web App with class DLL file for the purpose of CRUD to SQL 2k8R2 for multiple websites.DLL: public MyClass(int FID, int CID, string UN, string PWD) { _FirmID = FID; _ClientID = CID;...
View ArticleConnection to Sql Server 2008 R2
Hi, Is it possible that a connection can be made from Visual C# 2010 Express application to a database in Sql Server 2008 R2 developer edition? I did not find the options to connect to the...
View Article