4,928 Topics

Member Avatar for
Member Avatar for Suchata Karmaka

i need a design of student profile system. And i am using Access for my backend and visual studio for front end. Plz plz plz help me. Its urgent

Member Avatar for debasisdas
0
38
Member Avatar for Suzie999

Hi Can anyone help me with path variables. My problem is a referenced a dll file as part of my project, and in the reference properties it has "C:\users\susan\desktop\project1\xfind.dll" as its path I tried removing it, and adding its reference to the windows system dir but it just goes back …

Member Avatar for Suzie999
0
335
Member Avatar for vin24

Hi, i'm just wondering if there's any differnece between visual basic 6.0 and visual basic 2008?? Is visual basic 2008 compatible with the older versions of visual basic??? Please help.. Thank you in advance! :)

Member Avatar for debasisdas
0
151
Member Avatar for anitaNg

what is wrong with my code?i cant figure it out. [CODE] #include<iostream.h> #include<stdlib.h> #include<stdio.h> #define MAX 50 struct Node { char judul[MAX]; char pengarang[MAX]; int harga; Node* nextPtr; }; Node* makeNode(char judul[], char pengarang[], int harga) { Node* newNodePtr = (Node*)malloc(sizeof(Node)); if(newNodePtr == NULL) { cout << "Out of Memory" …

Member Avatar for jonsca
0
144
Member Avatar for xanawa

I am using SQL Server 2005 and Visual Studio 2008. I would like to add a report using an existing dataset. I want to group by Reservation Month BUT the field is dateTime. How can i only display reservvations per month?

Member Avatar for virusisfound
0
105
Member Avatar for akoloff

I am recently converting an application to the office style look, with a ribbon menu instead of regular menu. Surprisingly, I cannot change the title of the main window when using SetWindowText(). GetLastError() return success. The title which is displayed comes from IDR_MAINFRAME string and isn't changing no matter what …

0
51
Member Avatar for catcit

Hello! I am interested how can I find the connection string in order to be able to connect to MySQL Server 5.1.50 using OleDbConnection(C#). I used this auto generated string (after adding new data source in Visual Studio): [QUOTE]erver=localhost;User Id=MyID;password=MyPassword;database=MyDatabase[/QUOTE] but I always get the same annoying error saying: [quote]An …

Member Avatar for lolafuertes
0
163
Member Avatar for bia

hey i am trying to connect database table with my form in C# Here is my code.... [code] private void btn_quiz_Click(object sender, EventArgs e) { String constr = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:\\Documents and Settings\\Zohaib\\My Documents\\Visual Studio 2010\\Projects\\CheckAbility\\Qusetions.accdb"; OleDbConnection conn = new OleDbConnection(constr); conn.Open(); OleDbCommand command = new OleDbCommand("SELECT * FROM Table1", …

Member Avatar for kvprajapati
0
162
Member Avatar for jmurph333

I am using Visual Studio 2010 Express Edition, and I am developing a basic game application. It involves a New Game button that is clearly named "NewGame" in 'Form1.cs'. But when I use this code: [CODE]NewGame.Click += new EventHandler(newGame);[/CODE] in 'Program.cs' I get the error message "Error 1 - The …

Member Avatar for jmurph333
0
2K
Member Avatar for nore

Hello.. I want to make application that can count how many file was selected by me. For example i drag / select 2 files (.jpg) and then i right clicking them to raises menu, one of menu was registered by me in regedit with command execute app in my ClassLibrary …

Member Avatar for Mitja Bonca
0
141
Member Avatar for Fortinbra

I've been having some rather interesting conversations with colleagues, coworkers, and friends. We've been discussing how we started in our respective areas of expertise, and what tools we had available and what we used at that time. These discussions have a bit of redundancy to them, being as most of …

Member Avatar for Kramer49
0
178
Member Avatar for cousinoer5

This program keeps track of a hardware store inventory. It's very barebones, all it needs to do is put the information into a vector of pointers to a struct, allow the user to sell items, and print the report. I have printing down no problem, but selling is where I …

Member Avatar for Chilton
0
179
Member Avatar for jaango123

Hi All, I have been using eclipse and MS visual studio .net. I am looking for a way to generate a schema based on the input xml. Visual studio generated as shown below. However, is there a way to mention the below properties through GUI. properties <xs:whiteSpace value="collapse"></xs:whiteSpace> <xs:maxLength value="16"></xs:maxLength> …

Member Avatar for xml_looser
0
147
Member Avatar for judithSampathwa

hi there i have a database which is MS SQLserver 2008 and ihave a database called AdminApp. from visual studio 2008 i add the database and the connection is succeded, but when i get the connection string and add it to my DB class for the db string and run …

Member Avatar for crishlay
0
235
Member Avatar for kitjo

i cant tell really what the problem is but i get the following error oe ex. [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try Dim Connection As New Data.SqlClient.SqlConnection("C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\LugWdLib\LugWdLib\lugthes_source.sdf") Dim Command As New SqlClient.SqlCommand ' declare a command to select …

Member Avatar for kitjo
0
122
Member Avatar for nore

Hello all, i want to make icon (shortcut to run my program) on System Tray (usually on Right bottom) with code, i'm using visual studio 2008 c#, on classlibrary project, thanks before :D

Member Avatar for nore
0
123
Member Avatar for Khoanyneosr

[CODE]#ifdef _WIN32 #include <windows.h> #endif #include <iostream> #include <vector> #include <string> #include <SDL/SDL.h> #include <GL/gl.h> #include <GL/glu.h> using std::vector; void error(const std::string& s) { #ifdef _WIN32 MessageBox(NULL, s.c_str(), "An error occurred", MB_ICONINFORMATION | MB_OK); #else std::cerr << s << std::endl; #endif } [/CODE] That's my problem... [CODE]1>------ Build started: Project: …

Member Avatar for Khoanyneosr
0
202
Member Avatar for spunkywacko

Do you see anything concerning? Would you do something differently? Any comments? [CODE] public partial class mainForm : Form { public mainForm() { InitializeComponent(); } // String array private string[] myWords = new string[4]; private string currentWord; private int wordIndex; private void parseWords() { myWords[0] = "The "; myWords[1] = …

Member Avatar for spunkywacko
0
96
Member Avatar for Altarium

Hello! I've got a DLL file that has something like a database inside it, and I need to pull the info out using C# in Visual Studio. I've added the reference to the project, but so far I haven't figured how to pull the data out of the DLL. I've …

Member Avatar for gusano79
0
157
Member Avatar for prahesh

Hi All, I want to register the .dll files in my setup project. I am creating the Setup project for installing it on 64 bit Windows 7 machine, And I have successfully installed on 64 bit Machine. The issue is, while running the application installed on the 64 bit machine, …

Member Avatar for prahesh
0
645
Member Avatar for nssltd

Hey, What do you use to make the stuff you want too make? My choices: Modelling: 3DS Max Design: Photoshop Cs5 Design Premium IDE: Visual Studio Professional 2008 Game Engine ( optional ): Unreal Engine 3 (UDK) So just to clarify please reply with what use to make models with …

Member Avatar for predator78
0
170
Member Avatar for Krammig

Thanks for reading. I installed VS2010 after a drive crash, prior I had VS2005 and everything was fine. Now on compiling a C++ app that was fine previously I am seeing a couple of errors which I just cannot figure out. Error 1 error C1189: #error : This file requires …

Member Avatar for Krammig
0
383
Member Avatar for romilnagrani

Hi, How to generate dynamic controls based on selecton by user? I had appeared for one practical test recently where they had the below mentioned requirements They had 2 calendars (asp.net default). They had two options (radio button list) : One was "Repeat On" and another "Repeated On" The Repeat …

Member Avatar for romilnagrani
0
129
Member Avatar for ankitkshah

Hi.. I am working with vb.net .. I am new in vc++. I need to write some code in vc++ in some case. I need vc++ for following reason. I created one dll in vb.net and make a tlb file based on vb.net dll. I import physical tlb file in …

Member Avatar for ankitkshah
0
285
Member Avatar for yongj

So with my program I'm trying to count the number of operations it takes to perform a insertion sort/quick sort. And because functions are calling other functions from inherited classes, it gets a bit confusing as to where I can place the operation to increment the number of operations. Right …

Member Avatar for mitrmkar
0
264
Member Avatar for sushanth08

hello, i have a win application which im doing using C# and .NET in Visual Studio 2010 i have a data grid to which im binding some data from the database. i also have two radio buttons to which im binding distinct values of a particular column from the same …

Member Avatar for Mitja Bonca
0
120
Member Avatar for Joey_Brown

Hello. I need to create an object [a button control] that moves around inside a container [Panel]. Its movement zone is therefore limited by the container walls. Language is c# and IDE is visual studio 2k10. I reckon I need a start event, a loop, the coordiantes of the object …

Member Avatar for ddanbe
0
112
Member Avatar for Naveed_786

I have installed visual studio 2010 on dc7700 machine when i am trying to open my project made in visual studio 2008 it convets it and didn't work converted file also when i am trying to create new project i did't find languages option like vb.net c# etc please help

Member Avatar for Mitja Bonca
0
179
Member Avatar for sinatra87

I recently received an 'A' on a program I submitted for the programming course I'm currently taking. I'm on spring break and I was hoping to use my spare time to do some studying, so I took my 'A' program and tried to run it in Visual Studio Express, and …

Member Avatar for sinatra87
0
2K
Member Avatar for asa88

Ok, so my task is to Write a simple TCP client that fetches pages from web servers.The client should be invoked with the command (for example) >> webclient [url]www.yahoo.com/[/url] >> webclient [url]www.msstate.edu/academics/[/url] • The client should get the response from the HTTP server and print it on the screen. Here …

Member Avatar for nezachem
0
725
Member Avatar for cj101

Hi, I'm making a system where only the supervisors can use the Ctrl+Alt+Del to bring up the menu (Vista / Windows 7) or start taskmanager (XP) Since my application will not be running on anything less than XP I don't need to worry about 95, 98, ME, 2000, etc. I …

Member Avatar for cj101
0
2K
Member Avatar for bspittles

Hi. I'm an experienced programmer, but one who has never used .NET technology before. The college I recently started working for will be decommissioning some old servers during the Summer, and I'd like to make a start on moving the applications to their new home. I thought I would start …

Member Avatar for bspittles
0
385
Member Avatar for rithish

hello iam using visual studio 2005 i want to build website with c# not apllication but tutorials show that they have been built only in vb can some one show me links to build websites through c#

Member Avatar for RunTimeError
0
168
Member Avatar for sharmileekumari

Hi, I have built a sharepoint webpart in sharepoint 2007. I have used windows server 2003,Visual studio 2010 and sharepoint services 3.0. I need to make this webpart work for sharepoint 2010 also. Is there any way in which I can achieve this? Or is it necessary to create separate …

0
103
Member Avatar for geekme

While running all codes in visual c++ it gives me the same error -"Error 1 fatal error C1083: Cannot open include file: 'test.h': No such file or directory c:\users\ila\documents\visual studio 2008\projects\game\game\testgame.cpp 1 " I have created the header file test.h.

Member Avatar for hag++
0
77
Member Avatar for newack

Hi, I want to build new Gui program for calculator. I did it in c# using MS visual c# 20100 express. Now I want to do it in java. I used jGRASP till now. Does jGRASP has any feature like visual studio to add buttons or something like that? or …

Member Avatar for cretaros
0
2K
Member Avatar for tstory28

I am starting to feel completely dumb when it comes to VB.Net coding. I am using Visual Studio 2010 and am trying to compare the numbers in 2 listboxes. If an item from list A matches an item from list B, I want it to add that item to List …

Member Avatar for Unhnd_Exception
0
362
Member Avatar for broli100

Hello, I am doing simple program with Visual Studio and I am using System.Windows.Forms. It has DataGridView, which represents sudoku board. Everything goes OK, but when I manually edit some cell, then the program crashes and throws some exception, which has something to do with unproper conversion of types. Here …

0
62
Member Avatar for madfase

Problem: How do you dynamically update a chart / graph in a single iteration loop in Visual Studio 2010 WinForms C# application? Scenario: I'm doing simulation-based computations where I have an array to represent values for my function along an interval. The function is time-dependant and so the values in …

0
93
Member Avatar for sushanth08

hi, im still a novice in c# programming im developing a windows form in visual studio 2010(krypton toolkit) in c# .net platform. i have a datagrid view in my form named stage2grid which contains a column called layout id. when i make changes to this layout id column which is …

Member Avatar for Mitja Bonca
0
4K
Member Avatar for vbx_wx

I'm trying to print all .pdf files from a partition using Boost.Filesystem and Boost.Regex but when I run my program, Visual Studio 2010 gives me an Abort error. Here is my code: [code] path Path = "e:\\"; boost::regex reg("*.pdf"); for(recursive_directory_iterator it(Path); it != recursive_directory_iterator(); ++it) { if(boost::regex_search(it->string(), reg)) { cout …

0
57
Member Avatar for rustyone

I am using vb.net visual studio 2010 I have two comboboxes in the datagrid - one for Country and the other for State Province. Obviously the Country combo box controls what state/provinces to display. The trouble for rows with different countries - when the user is changing the state for …

Member Avatar for richardd
0
318
Member Avatar for lochnessmonster

log.h [CODE] namespace stuff { class log { .......... friend std::wostream& operator<<( std::wostream& oss, const log& error ); }; } [/CODE] log.cpp [CODE]std::wostream& stuff::operator<<( std::wostream& oss, const stuff::log& error ) { oss << log.m_message; // log.m_message is a std::wstring return oss; } [/CODE] 1>c:\users\oso\documents\visual studio 2010\projects\moduleinjector\moduleinjector\cdllinjection.cpp(147): error C2679: binary '<<' …

Member Avatar for NicAx64
0
133
Member Avatar for dyingatmidnight

Just when I think I understand this stuff some else crops up to bite me. This part was supposed to be the easy part of the overall project so this does not bode well... What am trying to do is create an array of 32 variables that will be filled …

Member Avatar for mike_2000_17
0
281
Member Avatar for kumarmpk4u

I am building a dll file. when i try to compile the dll file i get the following errors... help me am new to vc++... tool used is visual studio 6.0 GPPSCOM.OBJ : error LNK2001: unresolved external symbol "double __cdecl RoundDown(double,int)" (?RoundDown@@YANNH@Z) GPPSCOM.OBJ : error LNK2001: unresolved external symbol "double …

Member Avatar for kumarmpk4u
1
324
Member Avatar for sachahutton

Hi, i'm working with a sql (2005) database and using visual studio 2010. I've created a system where one of the forms is a find/search form. A user can enter in for example, a customerID and once they click on "find/search" the customerID will be searched in the database and …

Member Avatar for sachahutton
0
347
Member Avatar for kirtee2209

hi..im doing a C# windows form application in visual studio 2008 and for the database im using SQL EXPRESS 2005..i need to create a crystal report. my question is when i start creating a new crystal report, using wizard, i get 1 window where i have to choose Data: i …

Member Avatar for abelLazm
0
920
Member Avatar for ujjankpapua

dear member of daniweb... yesterday i install ms visual studio 2010.. i tried to run my c# project,, but then a warning shown up said : error while trying to run project: could not load file or asssembly "my application" or one of its dependencies. the modul was expected to …

Member Avatar for abelLazm
0
41
Member Avatar for asadaziz

I am working on visual studio 2008 what i want to do is read till the end of the file the code i am using is [CODE] StreamReader ^sr= gcnew StreamReader("example.txt"); String ^str; while(sr->Read()!= 0) { str=sr->ReadLine(); textBox2->Text=sr->ReadLine(); MessageBox::Show(str); } sr->Close(); [/CODE] what could be used inside while condition that …

Member Avatar for MattyRobot
0
1K
Member Avatar for irisadaf

In the name of God my IDE is visual studio 2010 (c#) I want to create 3 threads for 3 sort(bubble sort,quick sort & merge sort) to show which function sort quickly? for showing this I make 3 array of buttons(for every func. 1 arr) & I want to sort …

Member Avatar for Wegginho
0
206

The End.