4,928 Topics
![]() | |
i am using vs.net 2003. I have do the delete function in the datagrid. Bu the problem is when i run in IE, the "Error on page" msg will occur the the bottom of IE when i click "delete". Please help me.... below is my is the print screen for … | |
I have created 5 different projects in VB in Visual Studio. Pretty basic stuff, but all have different functions that they perform. I have added all projects into one solution just to show them in a linear fashion to management for evaluation. I really do look up basically everything I've … | |
Hi, it is pretty much my fault for procrastinating, anyhow.. I need to get the best grip for this language in about 2 weeks using Microsoft Visual Studio 2005 Professional. I need to get comfortable with both, I have experienced with Java but still pretty much new... I know objects, … | |
HAI I HAVE ERROR IN RUNNING THIS PROGRAM I HAVE COPIED THE MAIN.H AND STRING .H. PLEASE GIVE THE SOLUTION AS SOON AS POSSIBLE CODING /* $Id: main.h,v 1.69 2005/01/18 06:19:46 prahl Exp $ */ #if defined(UNIX) #define ENVSEP ':' #define PATHSEP '/' #endif #if defined(MSDOS) || defined(OS2) #define ENVSEP … | |
Hello All, I am trying to perform a simple calculation while in the edit or insert twmplate in a FormView. I am using Visual Studio 2005 and C#. I asked this in the C# forum but not much help. Here is what I have now: protected void Button1_Click1(object sender, EventArgs … | |
Hello all, I am having a problem performing a calculation while in formview. I am using visual studio 2005, sql and C#. I have many textbox's that a user inputs, some of these require the calculation of subtotal and total. Here is a small example of what I have tried; … | |
I'm trying to compile some rather trivial code in C++ and i keep getting "Warning: [FUNCTION] was declared deprecated" Now this is on some of the more useful functions such as: sprintf strtok why is this? Here is a sample of my code if you are interested: [CODE]if(IsChatting()){ char chat[256]; … | |
Visual Studio 2005 Profesional: I am using Windows Installer to create a Setup.msi. I want users to be able to download a 30 day free trial of my Windows app from my website. The download worked fine on my development computer. When I tried it from a friend's computer, with … | |
I am using Visual Studio 2005 (and VB). I have a home page called HomePage.aspx. I have another page called TechTeam.aspx. The TechTeam is to be accessed from the home page via a secure link. [COLOR=#000000]The middle section of the home page should be left blank for notices that can … | |
First off please excuse me if i do not approach this correctly. This is the first time I have used this site for any help. I am working on my midterm project due no later than sunday at midnight and i am stuck along with other students at the same … | |
I've recently installed Microsoft Visual Studio.NET.I want to know how to compile a simple C/C++ program printing "Hello World" as console output in Microsoft Visual Studio.NET platform.will remain obliged for d help!!!! | |
Hi I am working in asp.net with C# web application, I have used visual studio 2003, i have used dropdownlist in my application to populate the data from mysql database, i have got problem while i selected the item from dropdownlist, its not selecting correct item i'm selecting from dropdownlist, … | |
Is there anything wrong with this code? [code=C#] namespace RotnetSudoku { public partial class splash : Form { public splash() { InitializeComponent(); fclsStartScreen frmStartscreen = new fclsStartScreen(); frmStartscreen.Show(); this.Visible = false; } } } [/code] Apart from the indentation? When i run it ithe splash form doesn't close...Also, if i … | |
I happened upon this forum from google. I have been trying to make this work for days and have read many, many articles but can't find anything that I can seem to get to work. I have installed IIS and it is running, I can type in my broswer [URL]ftp://localhost[/URL] … | |
I am developing a web application using Visual Studio 2005 to build the web interface and SQL Server 2005 to build the database. I need to be able to access the database queries via the web interface. What I want is that after accessing the website (via its address, say, … | |
hello I want to know how can i use circle Button in Visual Studio. i have visual studio But i don't have any circle button on it. how can i add circle button and how can i find them? ![]() | |
I need help on this, does anyone know how? I tried by typing.. public int LeaderboardLength { get; } but Visual Studio gives me an error message :-/ I also tried to use public struct LeaderboardLength { get; } or public struct LeaderboardLength : get; please help, very well appreciate … | |
Hi everybody, I'm so new with Visual Studio 2005!!!! It has bunch of functions that I don't understand on how it works, does anybody have idea on how to debut my code? I wrote a class program that will receive 2 integers from the main methods, but I don't know … | |
[COLOR=#000000]I access Visual Studio 2005 application to build my website from a remote system of the company that will host the website. I was building an asp.net website (website name is ThirdApp) following an example in a book. When I tried to run the application, following the exact steps in … | |
Hi, I am using SWIG to generate the wrapper for python i.e. I am tring to correlate the c++ and python2.4. I am using the windowsXP platform with Visual Studio 2005 Editor and the Turbo c++ complier. The problem is that after Generating the c++ file and the python file … | |
I am working in visual studio 2005,i want to open a new word document on click of button,for that i have added microsoft word 11.0 than also i am unable to import ( microsoft.office.interop.word )namespace.So any one can help me to import this namespace as soon as possible. Thanks in … | |
hi all. I am quite new to C#, I need to get oriented a little. So I have an easy question for the beginning :) I can't find the "Visible" property of a form. I can't set the innitial visibility even programmaticaly. All I can do is wait for a … | |
Here is a pretty standard Verify script which searches through a database for specific records and sends the user to the next page if the record is found. The problem the script seems to be unable to find certain records (6 our of 28 in this case). I have tried … | |
Hi, I have visual studio 2005 C++ Express Edition Installed. The instructions I have to create a library file are as follows: 1. Create a project 2. Add Header Files to the project 3. Change the Configuration Type on the Properties Menu to Static Library (lib) 4. Still in the … | |
Hello, I am learning the ropes here. I have a non-code question, strictly conceptual. How (generally speaking) do I design my project in Visual Studio C++ to acheive the flow in the block diagram, and specifically how do I access Var A and Var B from Main.cpp if they are … | |
Hi! Even when I use windows versions of C++ compilers (Visual studio or Borland) when I compile my program it opens up in a DOS window. Is VB the only way the program will open up in a windows like window? Thanks, Ami | |
Hey folks, I thought that recently I transitioned form NOOB to novice until I had this question. Oh, well. Why can't I create an executable in Visual Studio 2005? I have my Win32 project code debugged and it builds a library object file, not .exe. I am in release mode … | |
Problem background: I am writing a Visual Studio C++ app referencing an Api library provided by a third party. Problem: after calling the API function I am getting a 2059 "syntax error" that I don't understand. I have added the code exactly as the third party documentation has described. Error:c:\documents … | |
Hi I'm using Visual Studio 2005 to write C# code. The codes are as below;(which i got fron C# book).But, it says "There were build errors...bla3",. And i didn't get the output. Can anybody here explain me,why this happen?Well i'm beginner in C#. For all,Thanks :) [COLOR=#000000][COLOR=#0000ff]using[/COLOR] System; [COLOR=#0000ff]class[/COLOR] [COLOR=#008080]TypesSample … | |
hi , i got project which already developed in c/c++ as visual studio project so i have to convert it into the java so can u give any information regarding whether any tool is available for conversion or suggest me any way to do this in short time waiting for … | |
Hello all. I have been trying to run a program on my VC8 compiler which incorporates the Allegro enviroment. It enables users to move a small robot.bmp image around the screen by using the arrow keys. Problem is I get my main window up and first animation frame displayed, but … | |
Hi, i am using the visual studio 6.0 C++ compiler but i am using C programming console application. I have just learning C programming for 1 month and would like to learn more. So what is enum or playsound function? can i use them in C programming not C ++ … | |
Hi Everyone, I'm in a strange place in the beginning of 2007. I have to change careers from what I've been doing which was PHP, PERL, Javascript, mySQL systems on Linux for the Internet to doing ASP.NET, C#, etc. Its what everyone wants where I'm from and after working with … | |
So How do you format phone numbers and things like that in C#? In perl it would be a pretty simple regular expression to format 4445556666 into (444)-555-6666 but I haven't easily found how to do that with C# in Visual Studio 2005 yet. Learning is fun. :confused: | |
School project, just wondering if there is anymore documentation that I woould need? [code=cplusplus] //********************************************************/ // Tim Petrich, T.Scot Alexander // Program: Project 1 Mystery.cpp // Date: 17 January 2007 // Purpose: Binary Convert // Description: Converts text into binary using the division method // through ASCII code. // The … | |
Is it possible to accomplish all tasks (Web Application Development) with Visual Studio 2005 Team Edition that you can with Visual Studio 2005 Professional and Standard Editions (In otherwords I can use Visual Studio 2005 Professional Edition or Standard Edition to develop a website System, is it possible to use … | |
I am planning to build a web based database system using SQL Server 2005 ( any edition) for the database and Visual Studio 2005 ( I am not yet sure which edition to use) for the web interface. Is it ok to use Visual Studio 2005 Team Suite with any … | |
Hi[COLOR=#000000]How to Export data from Dataset to Excel sheet in VB.net Windows Application and also How to convert Excel Sheets into Data set Using VB.net coding(Windows Application)[/COLOR] [COLOR=#000000]how to Convert Dataset into XL Sheet to the VB.net Windows Application only by using the default resource(dll) available in VB.net.[/COLOR] [COLOR=#000000]ie without … | |
I am planning to build a website system (a web interface that connects to a database). I am planning to use SQL Server 2005 Trial Edition but I am not sure if I can use Visual Studio 2005 Team Suite. Is it possible to build a web based database application … | |
Hello, we have our own tool, that check some rules in source code. This tool returns true when code is ok, or false if some rules are broken. It's possbile to attach our tool to check-in policies in visual studio? How can we do this? regards cyberjoe | |
![]() | Hi everyone! My name's Robbie and I'm a senior COSC student and I should be graduating in May. I'm 21 yrs old and live in Bel Air, MD I currently work for LMI government consulting and will be doing some .NET development soon. Personally, I'm a big fan of java, … |
the name is clizzark and i am a senior math major/comp sci minor at Duquesne university. I am a software engineer and am going to be using Visual Studio. Never used it, so i may be seeking help. Peace to my east side homies. | |
Hello, I am a new member hoping to get better at developing ASP.NET and VB.NET applications. I am migrating from Dreamweaver MX to MS Visual Studio and struggling with the OO way of doing things. I often get hung up on syntax. In the past I would write all my … | |
Hi all, Currently i'm doing a pocket pc in Visual Studio 2005 in C#, the program is actlly to communicate with a reader using Serial Port.And i run the program using the emulator. For the code,i'm using class Serial Port to establish the connection. After doing all the settings, it … | |
Hello; First Of All Sorry About Our English Please read about our project and if you can, do not remove this project from your forum. We need to get support by you. We are 2 university students and we create a project which name is Planet Of Internet. Please read … | |
Hello, and thank you in advance for any help you can provide. Each line in our datagrid control contains a product number, description, and a textbox for the user to enter a quantity-to-order. Users enter quantities (not necessarily on every line), click the Next button, and continue. Sometimes users return … | |
Hi!!! Does anybody knows something about masm 8.0, does exist something like manual for this,or some good site which describe this program. Can anybody give me some exaple in masm,part of code... I know that masm for instalation requires visual studio c++ express edition,I have that and I installed masm,but … | |
Dear Colleague: I’m now in the last school term/semester computer science student. Starting from January 2007, I’ll start to work for my senior project, to graduate from my school. The school has some mandatory criterions that it sets for all senior project working students. These criteria are: - All projects … | |
Hi all, I am trying to build extension modules in Visual Studio.NET 2003. I get the following link errors in debug mode, but there are no errors in release mode. _viscoelastic error LNK2019: unresolved external symbol __imp__Py_FindMethod@12 referenced in function _veModelGlobalRayleigh_getattr@8 _viscoelastic error LNK2019: unresolved external symbol __imp__Py_InitModule4@20 referenced in … | |
Hi there everyone, im new to programming and havent the faintest clue where to start (just so you know:rolleyes: ) . I want to learn C++ but havent the apps to test or write it. I downloaded the microsoft visual studio and it confused the hell outa me. Can anyone … |
The End.