4,928 Topics

Member Avatar for
Member Avatar for balla4eva33

Okay, I've got two files: a main and a header to go with it. I'm not too far into it yet, but for some reason I'm having problems with the string. Am I declaring my strings incorrectly? Am I missing a header file from installation of Visual Studio? Am I …

Member Avatar for CoolGamer48
0
155
Member Avatar for kenronmax

Hi everyone out there, I am a novice in Asp.net therefore need all your helps. I have to create a multiple search engine similar the Google advanced book search and Amazon book search. It will be multiplied text fields, drop down list and so on. I have the problems connect …

0
63
Member Avatar for FTProtocol

I completely rewrote the Stub i was writing because my VB -> C++ was shocking. VB Version: [code=vb] Public Function TempPath() As String Dim WindirS As String * 255 Dim TEMP TEMP = GetTempPath(255, WindirS) TempPath = Left(WindirS, TEMP) End Function [/code] The Left function returns a specified number of …

Member Avatar for FTProtocol
0
89
Member Avatar for FTProtocol

Ok i finished porting the VB code to c++ but ive hit a wall, it had 49 errors and i solved as many as i could but now im stuck [code=c++] #include <windows.h> #include <iostream> #pragma comment(linker,"/FILEALIGN:0x200 /MERGE:.data=.text /MERGE:.rdata=.text /SECTION:.text,EWR /IGNORE:4078") void IsValidChar(char sChar); void GetRandomNumberInRange(int iLower, int iUpper); void …

Member Avatar for FTProtocol
0
166
Member Avatar for risa

String functions like strcpy,strcat,itoa...shows warning as "declared deprecated" in Visual Studio 8.0 instead it suggests to use functions which are enhanced secure versions of the same such as strcpy_s,strcat_s,_itoa_s.....using this in my file removes those warnings but i am using this same file in visual studio 6.0 here it gives …

Member Avatar for risa
0
3K
Member Avatar for Acidburn

Hey guys, I'm hoping you could explain why this doesnt work: main file [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TemplateApplication { class Program { static void Main(string[] args) { Class1<int> cl = new Class1<int>(); } } } [/code] another template class [code] using System; using System.Collections.Generic; …

Member Avatar for Acidburn
0
77
Member Avatar for Snipes

[B]Name:[/B] David Snipes [B]Nickname:[/B] Dave, Snipes [B]Height:[/B] 180 cm [B]Weight:[/B] 90 kg [B]Hair:[/B] Dark-Blondish [B]Eyes:[/B] Blue-Green [B]Location:[/B] Sweden [B]Age:[/B] 18 [B]Hobbies (Not ordered at all) :[/B] Listening to music, Drawing, Watching Movies, Watching TV-Series, Web Design, Graphic Design, Game Design, Illustrator, Photoshop, Programming. [B]Relationship Status:[/B] Single duh... [B]Education:[/B] High School …

Member Avatar for zandiago
0
112
Member Avatar for faizza007

When I Enter The First Data enters as null in the database. while record count shows me there is one record in the database. i have uploaded the whole project. can anybody figure out the error in the code. if yes please assist me!!! please note about the project : …

0
37
Member Avatar for elfranger

All, I am trying to write me an application using visual studio 2005. My back-end database for the application is mysql. I've found some code examples online and been able to get it working with both reading from the database and writing to it. However, the examples I find does …

Member Avatar for elfranger
0
74
Member Avatar for Acidburn

Hey guys I'm new to C#.NET but I'm trying to create my own Form using my own GUI code. However I'm unsure which project I need when using Visual Studio 2008. A normal person would assume that selecting Windows Forms Application would be correct. However you'd be wrong it would …

Member Avatar for vuyiswamb
0
190
Member Avatar for VB noobster

Any expert programmers here are willing to help out with my school attendance system? im using visual studio 2008 (Visual basic language) i am ask to do an attendance system whereby a student capture their own image using webcam and hence their attendance will be taken down. i REALLY need …

0
51
Member Avatar for tirso

Hi to all, I want to create an application containing a lot of fields, my problem is the client want to maintain the records of payment and the date. I have created database containing only one tables. How can I handle this kind of database management, the goal is, if …

Member Avatar for sierrainfo
0
94
Member Avatar for SteveDB

My previous step hs been resolved. Now it's on to the next component. As previously stated, I am using a do-while loop with a switch-case. I've figured out how to state the functions that I'm calling to, and it now allows me past the main menu. Once I'm in however, …

Member Avatar for SteveDB
0
156
Member Avatar for VernonDozier

I am using Windows XP SP II and Visual Studio 2008. I've created a little program that I'd like to run when the computer boots. Here is the code: [code=cplusplus] // dummy1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <fstream> #include <string> …

Member Avatar for VernonDozier
0
251
Member Avatar for vender hak

Please help me ! I read a book . I had new project . Following the instruction that : File->new->projects->C++ templates. The book require " Managed C++ application" templates. I use Visual Studio.NET 2003 professional . So I can't find that templates . But the book don't say use what …

Member Avatar for vender hak
0
92
Member Avatar for Siten0308

Hello, Right now i am running SQL 2005 server and using Visual studio C# 2008 to program. I sadly have a Windows Vista professional, 320gbhd, 2gb ram, intel duel core processor, The problem is on C# you can attach a database to your program to retrive or import information from …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for gouki2005

I am a new using stack but is the only way to make the calculator I need to know how to fill the stack Retrevieve the numbers and operators and then get the result Please teach me how to use the stack : I am using Visual studio 2005 c#

Member Avatar for Ramy Mahrous
0
84
Member Avatar for Shaun32887

Just to introduce myself again, My name is Shaun and I'm a 21 year old engineering student with about... six weeks of c++ experience. I main concern isn't my ability to get the job done. I have enough Matlab experience and logical thinking to accomplish this task. My worry is …

Member Avatar for Shaun32887
0
212
Member Avatar for mike issa

hi all i was a able to create a .def file from lt360lib.dll using Borland C++ (impdef.exe) [CODE]LIBRARY LT360LIB.DLL EXPORTS LT360LIB_CloseLink @3 LT360LIB_Cmd @7 LT360LIB_CmdIndexValue @9 LT360LIB_CmdString @10 LT360LIB_CmdValue @8 LT360LIB_GetDllVerDate @1 LT360LIB_GetUsbFirmwareVerDate @6 LT360LIB_LinkedCnt @2 LT360LIB_OpenLinkCOM @5 LT360LIB_OpenLinkUSB @4 LT360LIB_ReadBinary @12 LT360LIB_WriteBinary @11 [/CODE] how can i convert this …

Member Avatar for mike issa
0
3K
Member Avatar for timmyj97

I am new to game development and programming. I wanted to develop a very simple game for the WII game console. I am 11 years old and I do have some development software, I have visual studio 2008 professional. My question is how do you get the SDK’s for the …

Member Avatar for morrock
0
297
Member Avatar for bungek84

Hi guys.. currently. i'm using SQL Server 2000 and Visual Studio 2003. i've already make some researches about System.Data>SqlClient. I've already followed the guideline which is right click on the project name>Add Reference and then click on System.Data.SqlClient. but under .NET tab, not included the System.Data.SqlClient. Where should i find …

Member Avatar for Jx_Man
0
123
Member Avatar for Pikachumanson

For Visual Studio 2008. I am not sure if this is the right place for it, but maybe someone here can help me. I have my program set up for Open GL, I also want to put Open AL in there too. Now I scoured the net for tutorials and …

Member Avatar for Pikachumanson
0
76
Member Avatar for guy40az

I was wondering if anyone knows of a good resource online to learn the IDE of visual studio 2008. I have been using an older version (visual studio 6), I need to learn the 08 .net IDE. If any one has any suggestions on where to go online or even …

Member Avatar for jencas
0
105
Member Avatar for gibookrishnan

Hi, I want to use database in my Project.I'm new to it too. I'm doing project in C#,Visual Studio 2005,Compact Framework 2.0 and for WinCE.Plz. do help.I want an open source DB please. Help Me.Tell me how to create a Database from the scratch or attach any link which describes …

Member Avatar for gibookrishnan
0
725
Member Avatar for ScottM

Hello: Yesterday I purchased MS Visual Studio Standard 2008, installed it on my Windows XP Pro SP2 system after removing VB 2008 Express. I opened a solution that I had created with VB 2008 Express and proceeded to layout my one and only Windows Form. The Application is a VB.Net …

Member Avatar for linux
0
113
Member Avatar for WillMcc

The basic purpose of the program is for the user to enter 10 numbers, then the program to add them all up as they are entered until it gets to 10 numbers entered which at that point it divides total by 10. [code] #include "stdafx.h" #include <iostream> using namespace std; …

Member Avatar for Shaun32887
-1
193
Member Avatar for ScottM

I have been developing a few applications, one is a user database which allows users to log into other software using an email address and password. I have created an administration application which allows me to add users and edit accounts. In this application I have included a DataGridView control, …

0
82
Member Avatar for mike issa

I am having problems with using a header file called lt360lib.h My code is as follows [CODE] #include <lt360lib.h> #include <iostream> using namespace std; main() { } [/CODE] as you can see it is a simple code just to test if the header file is being accepted or not. but …

Member Avatar for Jishnu
0
425
Member Avatar for ekb606

and also in Rhapsody now that it finally allegedly supports XP64. Napster used to work, but quit ... since I don't really use it that often I can't remember when it last worked so a rollback isn't really feasible. Problem does not exist in any other of hundreds of programs …

0
59
Member Avatar for WillMcc

I'm just basically reading a book and messing around with the scripts they give me so I can understand what they're talking about, and here is the script (essencially word for word) however isn't working. What the program is supposed to do is (for example:) [B]"Enter two integers, and I …

Member Avatar for Alex Edwards
0
182
Member Avatar for WillMcc

As the title says, more or less. I'm just trying to make a program basically (Variable) + (Variable) = (Total) Here is the script: // Variable + Variable = Total.cpp : main project file. #include "stdafx.h" using namespace System; void main() { float num1; float num2; float total; cout<<"enter a …

Member Avatar for WillMcc
0
135
Member Avatar for blood08

Hey I am following a video tutorial teaching pointers... I am following along and writing what they have. Which is: [CODE]#include <iostream> using namespace std; void main() { int myArray[4] = (1, 2, 3, 4); cout << (int)myArray << endl; cout << (int)&myArray[1] << endl; }[/CODE] They are able to …

Member Avatar for blood08
0
289
Member Avatar for luxe

Hi all... i'm using Visual Studio 6, and i must create an .exe file with a .dll inside and a small database (only read) .txt inside. How i can do that? I have try but always the i have 1 exe, 1 dll and 1 txt file, but i want …

Member Avatar for Jishnu
0
1K
Member Avatar for SteveDB

Hi all. I am seeking to learn how to link my drag/drop GUI's to the code I wrote for a program from some 9 years ago. I.e., I have Borland, and MS's Visual Studio 6. I used both-- at different times-- to create a program, and was able to use …

Member Avatar for Necrolis
0
691
Member Avatar for henpecked1

This one actually tells me visual studio has a problem and needs to close this code. I'm sure it's in the insert/write section, but I'm not sure what I did wrong. I'll post the rather simple cpp below it. [code] #include <iostream> using namespace std; template <class T> class list …

Member Avatar for henpecked1
0
135
Member Avatar for SteveDB

Hi all, With some help of others, my code now works. To those who helped-- again, thank you; immensely! Yesterday, I stumbled across the form builder in VS Express 2008. I've built my forms-- via the new-fangled drag/drop that I've come to love so much (as opposed to writing/typing them …

0
73
Member Avatar for SteveDB

Morning all. Hope everyone has great weekend. Once I get done posting this I'll be digging yet another hole for my spinkler system, and hopefully finishing off my drip system for more backyard. Ok.... Onto my issue. After a week of struggle to find out why I kept getting errors, …

Member Avatar for SteveDB
0
833
Member Avatar for zoner7

I've always used the Dev C++ compiler; however, I keep hearing how the software has little support. Additionally, I have heard people praise the debugger of Visual C++. So, end result, I'm deciding to switch from one to the other. My only problem now is that I can't make the …

Member Avatar for zoner7
0
108
Member Avatar for mjuras

I need to dynamically create and persist the state of ActiveX controls. The Visual Studio designer can do this at design time, but I need to be able to do it at run time. I need some pointers on how to dynamically load a control into an AxHost wrapper and …

Member Avatar for mjuras
0
282
Member Avatar for ChimpusDupus

Hi, I have a small website that I'm using to test some things involving accessing an XML file for data. It works just fine in Visual Studio's debugging environment, but when I put it on a prototype server (which has a certificate that is past it's expiration date). I get …

0
55
Member Avatar for jessc0108

Hi i was wondering if anyone could help me by recommending a book. I recently finished a hnd in computing and want to further my knowledge of web applications we did the one on our course in asp.net (visual studio) does anyone know a good book to help me? thanks …

Member Avatar for majestic0110
0
58
Member Avatar for Haktivex

Greetings. Would anybody happen to have a prebuilt GNU MP Library (static) for Visual Studio 2005? I cannot seem to find one and cannot compile it myself. When I attempt to use it, I get unresolved symbol errors. If this is not possible, does anybody know a simple class or …

Member Avatar for RenjithVR
0
106
Member Avatar for kux

I understand that visual studio has a nmake tool for building a project from a makefile. What I want to do is to be able to build my project outside the Visual Studio IDE, from command line using nmake. I found some tutorials about writing a windows makefile for nmake, …

Member Avatar for Prabakar
0
404
Member Avatar for nandhinijp

In my project,web config properties window displays nothing.It display only plain black. comment lines and auto intelesense are not working.there are no errors to run the program.One new file included vwd.webinfo It contains below codings. [CODE]<?xml version="1.0" encoding="UTF-8"?><VisualWebDeveloper> <!-- Visual Studio global web project settings. --> <StartupServices> <Service ID="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}"/></StartupServices></VisualWebDeveloper>[/CODE] If …

Member Avatar for nandhinijp
0
88
Member Avatar for phalaris_trip

[b]This is a long post with no specific questions as such. I'm just looking for any advice from people with real-life experience in the software development arena.[/b] ---------- Intro: I've just taken up a summer job, and I was really enthusiastic about this. It will be 12 weeks of C++, …

Member Avatar for TacklesMcCaw
0
395
Member Avatar for sam1

hi, I have been used to vb. now I am trying to do c# winforms. in visual basic usually when coding you get a drop down menu at the top which lists all your components and method names. is this possible to get with c# winforms as it would make …

Member Avatar for Shaunak.Soni
0
67
Member Avatar for tuse

I am new to ASP and using Visual Studio 2008. Unlike Visual Studio 2005, 2008 does not seem to have the absolute Layout that can be set for the entire webpage. Each control needs to given the absolute layout and sometimes the control cannot be dragged to the position I …

0
55
Member Avatar for Paua

Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!! Alternative: send me to a walkthrough tutorial please!!!

Member Avatar for a496761
0
105
Member Avatar for kux

I have a project that builds in a static library, using visual studio 2005 When I build it in debug mode it all goes fine, but when I build it in release i get the following error: Error 2 error C3861: '_SCL_SECURE_VALIData': identifier not found in file xtree I disabled …

0
81
Member Avatar for SteveDB

Apparently, introductions are standard fare here, so please allow me to do mine. My life is old, broad, and constantly changing. 12 years ago I was a sheet metal mechanic doing metal roofing, ductwork, and keeping guys like all of you cool, as well as your computers cooler still, and …

Member Avatar for selfhelpebooks
0
147

The End.