4,928 Topics
![]() | |
i hope i'm doing this right. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4275 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 7/5/2010 8:52:15 AM mbam-log-2010-07-05 (08-52-15).txt Scan type: Full scan (C:\|D:\|) Objects scanned: 260308 Time elapsed: 3 hour(s), 34 minute(s), 12 second(s) Memory Processes Infected: 0 Memory Modules Infected: 0 … | |
Hi, I am using vb.net with visual studio 2008. I have the need to have a user select a directory on a network drive to bring up a folder with a very extensive list of files. The file names within this directory are what I'm concerned with and I will … | |
I have a dvd copy of microsoft visual studio 2010. And I wanted to install the full software programming including F# but I stuck up on the first place... I tried to isolate the problem so I tried to copy the whole dvd and paste in my drive D: but … | |
I have a (I thought:confused:) relatively simple converter project I am writing with Visual Studio 2010 C++ Windows Form App. So to be forthwith I am completely stumped as to how I would get the user input from the Amount box (1234.12 for example) and the Rate box (1.04108 for … | |
I have searched this forum and others for my current dilemma, but to no avail. There have been several related posts but I haven't seen any solutions! 1. I am downloading zip files from a password protected website using Internet Explorer Automation. I am able to navigate to the site, … | |
I'm about to write a new program in Visual Basic. I have Visual Studio 6.0, but it's limitations are starting to become a problem and I'm wondering about trying Visual Studio 2008 Express (unfortunately purchasing the full version is not an option). I would hate to get halfway through and … | |
[CODE]#include <iostream> #include <string> using namespace std; class w { public: void InsertRow(String* myConnection) { // If the connection string is null, use a default. if (myConnection->Equals(S"")) { myConnection = S"DRIVER= {SQL Server};SERVER=MyServer;Trusted_connection=yes;DATABASE=idb;"; } OdbcConnection* myConn = new OdbcConnection(myConnection); String* myInsertQuery = S"INSERT INTO test (id)"; OdbcCommand* myOdbcCommand = new … | |
I have installed Visual studio and then after that I installed msdn library from a network location on my of my client pcs ... but what I get is when I press F1, it says that the external help should be installed and then tells me to insert the msdn … | |
hi there, i am creating an application in visual studio 2008 standard edition. i have a form all frmMainMenu and a frmLogin and a frmAddNewProposal. i have a close button in frmMainMenu, i want to coed this so that when i click on the close button the frmLogin should appear. … | |
Hi, Space Haste II complete sourcecode --------------------------------------------- You can download the game demo and checkout screeshots at gamespot. [URL="http://www.gamespot.com/pc/action/spacehaste2/index.html?tag=result%3Btitle%3B0"]http://www.gamespot.com/pc/action/spacehaste2/index.html?tag=result%3Btitle%3B0[/URL] and here you can download the game complete sourcecode. [URL="http://www.devharbor.com/ms-visual-studio-net/170-space-haste-2-source-code-1.html"]http://www.devharbor.com/ms-visual-studio-net/170-space-haste-2-source-code-1.html[/URL] =================================== Freecraft with sourcecode (similar to warcraft) --------------------------------------------- [URL="http://www.devharbor.com/games/179-freecraft-complete-with-sourcecode-msvc-project--1.html"]http://www.devharbor.com/games/179-freecraft-complete-with-sourcecode-msvc-project--1.html[/URL] Just one thing this website require to register for free to allow … | |
Hi :) I'm using Visual Studio 2010 to design a website. I tried using a bulletedlist of hyperlinks to display a list of items on the side of the page. The color of each hyperlink should change if certain criteria is met, so I was wondering if there is a … | |
Hi i just developed an ASP.NET web application and i would like to know how to create an .Exe File of the solution so that I can run it on any other computer which doesnt have VIsual studio installed. Please help. :-| | |
Hello, I have googled the similar problem that many people are facing but I still can't solve mine. I'm trying to visit the ASP.NET Web Site Administration Tool at [url]http://localhost:49274/asp.netwebadminfiles[/url] The page shows me the error "An error was encountered. Please return to the previous page and try again." Some … | |
I was started a thread for how to do the setup. You was told me the solution, I have publish my project 1. [B]In Build menu - publish the project.[/B] I have publish a setup in Visual Studio 2008. It's running very well on my PC. But when i tried … | |
I have to learn cobol but my acc in openVMS have no yet opened Does anyone know any windows software (like visual studio) which can write and compile and run cobol program? I know what to write some easy program now. Thanks in advance | |
Hi I Have MDI file it has menuitem on click of this I open my form1, again on form1 i have a button which open childform form2 I open my form2 on button_click form2 frm = new form2(this); frm.Location = new Point(0, 45); frm.TopLevel = false; frm.TopMost = false; this.MdiParent.Controls.Add(frm); … | |
hi there, how can i create a report in visual studio 2008 standard edition, is there any articles that i can read and do it from the start it self because i am not familiar in creating reports. thankxxx | |
Server Error in '/PrecompiledWeb1' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' … | |
I have two doubts.. 1..I am trying to make a toolbox(As Like in the Visual studio screen at the left hand side ) in my project .when i put my mouse in the toolbox it should expand and when i put my mouse back then it should compressed. 2..In our … | |
I am working on a school assignment and have gotten my code down to one error, but I've tried multiple changes and can't figure out how to fix it. I am trying to pass an array from my main() to my class and then have it print out when called. … | |
I often see people asking the same question over and over, "How do I learn to program, and where do I start?" Some people may take that question to the next level by asking, "Which language should I learn first?". The answer to those questions is fairly simple, but also … Computer Science algorithm amazon-web-services asp asp.net client-server database-design delphi developer-tools first-post google gui html-css ide java-jsp java-netbeans javascript legacy-mac mac-software machine-learning microsoft microsoft-access microsoft-windows oop operating-system pascal perl python software-architecture unix user-interface vb.net vbscript visual-basic visual-studio web-browser web-design web-server windows-server xml | |
Hello, I had start a thread for how to attach a database on our program. I was really thankful to daniweb. I have create project on windows application (C#) back end is SQL server2005 I have dettach my database from SQL servr2005 and attach database in Visual Studio 2008 But … | |
Hi guys, I have been trying to use the mscomm32.ocx library in my project but to no avail. generally, i try to use the #import directive to import the library. However, i get some weired errors from non-project files viz: [code] #import "C:\\Documents and Settings\\Marembo\My Documents\\Visual Studio 2008\\Projects\\BlueTraxGI\\libraries\\mscomm32.ocx" //errors include … | |
Server Error in '/PrecompiledWeb2' Application. ________________________________________ Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: <configuration> Line … | |
Hi i have another username but i cant login!! so i had to create a new account I'm doing a project in Visual C++....in Portuguese....i'm hoping you can help figure out the problem eventhough it's not in english... here is the whole code....incomplete in the int main and it's missing … | |
Hi anyone please help me...i am so upset after spending so much of time on coding my program ,now i am unable to open it.[url]http://img138.imageshack.us/i/errormessage.jpg/[/url] in this link you can see my screen shot of error message...please help me ..what do i do to open the file | |
Hello, I am trying to use this code: [code] PictureBox1.ImageLocation = "http://avatar.xboxlive.com/avatar/" & TextBox1.Text & "/avatar-body.png".Replace(" ", "%20%"); [/code] The error I get is: [code]Error 2 Operator '&' cannot be applied to operands of type 'string' and 'string' C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\Lucky Se7en\Lucky Se7en\GamercardViewer.cs 27 37 Lucky Se7en … | |
Hey, How do I use the Windows forms designer, and produce native code? | |
I'm trying to update an Access database by using an OLE connection, retrieving the information from textboxes where the user enters the new information. All the fields in my Access table are required fields, so I have validated that some info is entered in each one of the textboxes and … | |
how to have an executable run before deployment project executable? Thanks | |
I am developing a print screen application and almost done..I can't seem to recognize the print screen button: Using something like this c# visual studio 2008. protected override void OnKeyDown(KeyEventArgs keyEvent) { textBox1.Text = "KeyData: " + keyEvent.KeyCode.ToString(); { MessageBox.Show("KeyData' was pressed."); } } I can get every other key … | |
Hi, i'm doing a project in Visual C++....in Portuguese....i'm hoping you can help figure out the problem eventhough it's not in english... here is the whole code....incomplete in the int main and it's missing some functions but i wanted to solve this errors before i keep going CNoFila.h: [CODE]include <iostream> … | |
Hi, I'm kinda new to the c# programming and I have an assignment to make a simple app for accounting. So, I made a DB in visual studio, made a new project that is connected to that DB. Table B has a column 'FK_TableA'. On a form I have put … | |
I'm working on a code that enables the user to input a string , compare it to some text in a file then send the approriate data ( from another file) using serial communication or TCP/IP. I ahve implemented the serial communication part but the TCP/IP..I've looked around but have … | |
microsoft visual studio 2005 is running in windows vista 64 bit home premium or not and oracel 8i is working in windows vista 64 bit or not | |
When windows start up visual studio just-in-time debgugger dialog box comes showing that unhandled win32 exception occurred in onrsd.exe[1400] and agntsrvc.exe[1344]. Do you want to debug yes or no? Why this comes?it gets my system slows at the start up. i am using Windows XP service pack2 installed with DOT … | |
I have started to follow the Beginner tutorial's so the first one is Hello World, so I have followed what was shown and it has failed this was created in Console application template then added the main.cpp file to the source folder. this is the below error message, can someone … | |
hello, I have a problem! I have an infopath form and I want to connect into database,I use C# for coding behind, in the code I use below namespaces: [COLOR="Green"]using System.Data; using System.Data.SqlClient;[/COLOR] when I build the project, it shows me below error: [COLOR="Red"]"The type or namespace name 'Data' does … | |
Hey, I am making a small network game and I suddenly got some problems with my player class, specially when trying to call the getName function and using the second constructor I get this error: [code] 1>------ Build started: Project: RPG, Configuration: Release Win32 ------ 2>------ Build started: Project: Server, … | |
*I don't really know what to title this...sorry Hello everyone, I am taking a class to learn c++. But throughout the class all we did were make simple program using visual studio 08 with one source file. We are using C++ Programming :Program design Including Data structures by D.S. Malik. … | |
I have a web application that links to Microsoft Access and opens one of five databases depending on which button is clicked. The purpose of the web app is to open an instance of the database for an employee to use the forms that we've coded in the database itself. … | |
Hi again Daniweb! Im just fishing for ideas here, Im not a great coder - I'm currently working with c#.net in visual studio. a new jpeg is being posted to the ftp server every 3 seconds...I want a client side app that can dowload this new jpg every 3 seconds...the … | |
Hello everyone I post last night with this same code, and I got a lot of advice. But there are 3 more errors that persist after I changed the code a bit. Anyone know whats wrong? Here are the errors: 1>------ Build started: Project: circle, Configuration: Debug Win32 ------ 1>Compiling... … | |
I deploy our web in IIS but when i try to use the reporting services the message pops up: The request failed with HTTP status 401: Unauthorized. but when i try to build and debug from visual studio i can use the reporting services I think the error doesn't come … | |
Hello. I'm very new at C++ world, so, I need some help. I'm building an Browser Called iNet, and, it gave me 4 errors: c:\users\sepultura\documents\visual studio 2008\projects\inet 0.1\inet 0.1\iNet.h(193) : error C2039: 'timer1_Tick' : is not a member of 'iNet01::iNet' c:\users\sepultura\documents\visual studio 2008\projects\inet 0.1\inet 0.1\iNet.h(22) : see declaration of 'iNet01::iNet' … | |
Hi everyone, I'm not so sure if this belongs in here or in computer science but I think as I want to use c++ this may be the place. I was wondering if anyone could point me towards some tutorials/references or books on methods for approaching the design of larger … | |
I've been working on getting a SQL DB to return records through an ADODB.Connection object and have had zero luck getting it to work in VB6. Whereas I created an ASP form using VBS to produce the exact same functionality with no issues. In VB6, I've included the following references: … | |
I am trying to create an Inventory/Stock Control system as a windows application using vb.net with an Access database. This is my first time trying to use vb.net and im having difficulty making the application interactive. I am unable to update records to the database from the front end. I … | |
we are using visual studio 2005 and MS access and Oledb connection i.e we are using manual connection for the connection with database Actually we want to update our general ledger table and cash table in access from a single form cash receipts. In general ledger we want updation in … | |
Hi, I am running Visual Studio 2008 with the latest service pack and updates. I opened up my window to start coding and can only see half of my code. The left half appears to be off the window on the left side, and the right half is on the … |
The End.