150 Unanswered Topics
Remove Filter ![]() | |
Hello. I am creating a column chart in Visual Studio 2022 writing in Visual Basic. The Sql table has a percentage field that is the YValueMember on the chart, ie; 1.2, 2.7, 8.9 ect.. The problem is the YValueMember display only displays with a decimal point on one of the … | |
Working on a video game using visual studio and I am having trouble with the sound effect when the player shoots their weapon. When the player shoots multiple times, the sound overlaps. Ive tried many things and this was my last attempt. Can someone please help me? I am stuck. … | |
Dear all i want to know how to show particular records from database by select any record from combobox what is the coding and how to display record in another textbox by selecting from combobox like if you choose any record from combobox it will appear in textbox image is … | |
Hi. I am attempting to make a GUI program as a personal project in C++ using visual studio. This is what the program does: If you run the program at 2:30pm, the program will check off a box that says "you are in hour two" (because the hour of the … | |
hi, doing a interactive gaming course from http://www.upskilled.edu.au and doing certificate iv interactive gaming. doing a final game project and a space invaders game, doing it in unity 2019.1 64 bit and using visual studio community 2019 32 bit, and using windows 10 1809 home 64 bit on a assus … | |
Hi,i have a code like this : using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ClassLibraryMoq { public class Class1 { public interface ISendr { string send(); } public class smsSender : ISendr { public string send() { return "SMS send"; } } public class emailSender : … | |
My Visual Studin 2010 suddenly showing nbsp symbol for the html designer. how do i disable it. | |
hello so we are in the process of developing a tagging program, and im building the form in c#. now how would we be able to connect the db from workbench with this form in visual studio to make queries in the program? btw the databse i hosted it at … | |
Hi all :) Before i'm starting futher more about my problem. lets me tell a short description about my program. user will choose path ID (retrieve all this data from table TPATH of database SDO) that they want to delete. before the path ID would be delete, it will compare … | |
Hello everyone! Can anyone help me? I wanted to create a custom prerequisites for my installer. I'm using Visual Studio 2013. To do this, it seems I need to use Bootstrapper Manifest Generator tool(BMG), but it doesn't exist anymore. I tried to create my own xml file to include the … | |
HELP:How to transmit data with ZIGBEE using visual studio c++ Two xbee series 2: XBEE 1-connected to a pc(which transmits data to my other xbee) XBEE 2-receives data;connected to a LCD. Thanks in advance. | |
hi there..i made a private character by using windows private character editor but when i try to paste it in visual studio codepage, it turn into [?] symbol or square symbol..would you please help me how can i get ride of this?? | |
Hello guys, I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application. Now I need to make a publishing, but when I install the aplication in another intranet pc, this pc cant connect my database. I know i need … | |
Hi, I'm facing an issue where my code is working inside Visual Studio, but failing when I build the application and run it. I have tried Googling for code alternatives to where I've tracked the bug down to, and I can't find anything that works the way I need it … | |
How can you view the values of the registers in Visual Studio? I think they should appear in the Output section at the bottom of the screen. I'm using Visual Studio 2013 for Desktop. | |
Hi 'Wise & Wonderful Daniwebbers', Why do I keep loosing my project settings when I add a new project to an existing solution? I have to go to every project, in the solution and re-configure each project's: * Include Directories; * Library Directories; * Linker Settings; etc., Which of the … | |
![]() | Greetings everybody, I have been developing a C++ project in VS2010. When I was writing data into a file, everything was ok. I modified the program to write data into a new array instead of a file. I had an error of stackoverflow. I checked the datatypes, array lengths etc. … |
Hello, I have created a crystal report in VS2012. it is working properly on local but when i host site on live server then it gives below error. Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. … | |
i need to the step by steps screenshot and coding | |
Hi Guys I have my Asp.net 4.0 application,it has crystal report viewer, that viewer object is not visible at run time on win 8.1 beta version and microsoft windows 2008 server, but it works fine on my persoanl pc which runs windows 8 , any idea on what is the … | |
![]() | I have a Visual Studio form that is linked to a SQL database table. I am adding a query via a tool strip to search the database and I have the following text boxes the user can enter information into: Client, Project Number, Project Manager, ServerArchived, PaperArchived. The user does … |
Plz help me to make a dock for linux | |
Hi all, I found a great VoIP application for WP7 that prevents the service providers to block SIP: http://www.codeproject.com/Articles/722556/How-to-build-a-VoIP-application-for-Windows-Phone. The core of the solution is the following: as it is known, SIP protocol is used in VoIP technology, but its port (5060) is blocked by many mobile service providers. That's … | |
Im developing a windows form application is Visual Studio Express 2013 I made a New Project -> Empty CLR Project then i added the windows form UI and i coded the (myprojectname).cpp this code #include "MyForm.h" using namespace winformapp; [STAThreadAttribute] int main(array<System::String ^> ^args) { // Enabling Windows XP visual … | |
I do not see the Application.Resource in app.xaml file in a windows store app.What could be the reason please? | |
I have an MDI application containing an MdiParent form and few MdiChild forms. The MdiParent has a fixed MenuStrip, a fixed ToolStrip and a fixed StatusStrip. The MdiChild forms have one or more ToolStrips and a StatusStrip along with other controls in them. The ToolStrips and the StatusStrip of the … | |
Hi all. I am using Microsoft Visual Studio 2010 and am using ASP.net/C# as the environment. I have installed Crystal reports. I am using 2 fields: business name and number of emails received I have created report to show a graph and have created a connection and everything. Now it … | |
is git repository arec supported of visual studio 2010 ? | |
how to completely rename a project in visual studio 2008(Vb.net) with all the files plz help.. | |
hi m following [this link](http://www.c-sharpcorner.com/UploadFile/0146e3/crystal-report-in-visual-studio-2010/) for generating crystal report in visual studio using c#. but in the above tutorial the database is created first and then reports are generated. but in my scnario i already have connected with database. now is it possible to generate report from existing database???? if … |
The End.