132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ! !

[color=dimgray]How about an[/color] [color=blue][/color] [color=blue][b]SOA Service Oriented Architecture[/b][/color] [color=dimgray]Forum?[/color]

Software Development
Member Avatar for soaindia
0
180
Member Avatar for fgarcia90

i need a vb code to pop-up the save dialog box in some time i inicialy put in another simple dialog box in a start of all the programs i work and i will will put this program

Software Development visual-basic
Member Avatar for debasisdas
0
119
Member Avatar for gaasha

I want my SDI app to return the entered-text to the caller app (which called it using ShellExecute() function). The only way that seems feasible to me is via clipboard. Now SDI app writes the entered text to the clipboard when its "Close" button is pressed. I intend to show …

Software Development c++
Member Avatar for gaasha
0
89
Member Avatar for ocean001

hi all, currently i am trying to make my mobile dialog/interface to retrive data from my database(ODBC), but i am not too sure about that, can anyone kindly advice me on that. thanks

Software Development c++
Member Avatar for ocean001
0
110
Member Avatar for gator6688

Ok I figured everthing out except: 1) when it asks for my input it asks like this Enter first name: Enter last name: Enter amount:-it puts it all on the same line. Also when I run it it puts Sept. on the in the right spot but it puts 30, …

Software Development c++
Member Avatar for Salem
0
129
Member Avatar for kemboy

hey can anyone explain this code to me, i am trying to understand it for days now but i still cant figue it out its the code of "the towers of hanoi"........it goes like this... [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] [/COLOR][COLOR=#800000]<stdio.h>[/COLOR] [COLOR=#800000] [/COLOR][COLOR=#0000ff]void[/COLOR][COLOR=#000000] hanoi([/COLOR][COLOR=#0000ff]int[/COLOR][COLOR=#000000] n,[/COLOR][COLOR=#0000ff]char[/COLOR][COLOR=#000000] from,[/COLOR][COLOR=#0000ff]char[/COLOR][COLOR=#000000] aux,[/COLOR][COLOR=#0000ff]char[/COLOR][COLOR=#000000] to) {[/COLOR] [COLOR=#0000ff]if[/COLOR] (n==0){ [COLOR=#0000ff]return[/COLOR];} hanoi(n-1,from,to,aux); printf([COLOR=#800000]"\nMove …

Software Development c
Member Avatar for Salem
0
93
Member Avatar for megan-smith

what is a newline character and what does it do? for example, what does " variable != '\n' " mean? And is there any other way to write" if (variable != '0' && variable != '1' && variabel != '\n') "? I've tried " if (variable < '0' && variable …

Software Development c
Member Avatar for megan-smith
0
136
Member Avatar for manjusaharan

Hi, I need help in copying and pasting text in notepad application using c#. I tried so by using sendKeys.sendWait() function but not able to do it. i used setForeGround("notepad"); sendKeys.sendWait("^A"); sendKeys.sendWait("^C"); sendKeys.sendWait("^V"); but it is showing error that Changes are not allowed while code is executing on the execution …

Software Development c#
Member Avatar for manjusaharan
0
98
Member Avatar for Duki

I'm trying to get totCust and totRev which are declard in videoBonanzaForm to show up in the summaryForm.textboxes I have them declared as friends; i've even tried assigning `me.textbox.text = "1"` and nothing shows up still when I click the Summary button (in videoBonanzaForm). I open the summary form with …

Software Development vb.net
Member Avatar for Duki
0
199
Member Avatar for gator6688

I need to be able to pass the data I enter into my check. I do not think I have my check set up right though. I will post my code. [CODE]#include "stdafx.h" #include <iostream> #include <string> using namespace std; string todaysDate; string firstName; string lastName; double amount; void enterData(); …

Software Development c++
Member Avatar for gator6688
0
120
Member Avatar for pacman326@gmail

Hi guys, I am suppose to write a program that accepts an account number, d or c standing for debit or credit, and a floating number representing the amount of the transaction, and then does 5 things. 1)Display the sum-total amount of all transactions for a particular account. 2)Display the …

Software Development c++
Member Avatar for Ancient Dragon
0
103
Member Avatar for ThePhenom

I am hoping someone can help guide me in the right direction. I have a project for class that I am working on and I could use some help. The project guidelines are below as well as my code thus far. I have gotten this far with it but am …

Software Development c++ session
Member Avatar for ThePhenom
0
136
Member Avatar for donuttier

Hello! Please help me!!! I have been trying to make a program that show details written on a csv file. Somehow I have managed to do so, by using a code for opening *txt files. However, I would also need to add details to the same csv file, and delete …

Software Development c++ file-system
Member Avatar for donuttier
0
2K
Member Avatar for theraven1982

Hello, i'm still trying to learn C, and I have a new question ;). I want to declare a struct, and use a function to manipulate the entries. If I change the values within a function it's ok; however, when i access the members outside the function, they're not defined …

Software Development c
Member Avatar for theraven1982
0
21K
Member Avatar for Icetigris

This compiles, runs fine, and generally works, except for one thing. The contains() method doesn't work properly. For some reason table.contains(key) isn't returning the right value, which is thereby messing up the insert() method. [code=java] public class HashtableDictionary implements StringDictionaryAlgorithm { static final boolean debug = false; Hashtable table = …

Software Development java
0
61
Member Avatar for dcleaner

i've been playing around with python for some time now, and i decided to take vegaseat's advice to make a project of mine own. the project consist of transforming an access database to xml, and then from xml generate some html files. i exported one table, made some basic modifications …

Software Development python xml
Member Avatar for dcleaner
0
284
Member Avatar for daniweb2013

Hi guys, i have one question, when i type using namespace std; at top of my program my compiler gives some error especially syntax error! my compiler is Borland C++ v.5 for example simple code: [code=c++] #include <stdio.h> #include <conio.h> #include <iostream.h> using namespace std; void main() { clrscr(); getch(); …

Software Development c++
Member Avatar for n.aggel
0
2K
Member Avatar for horntastic

I am using Turbo C++ for Windows, version 3.1 at home. At school, we are using a similar version (maybe 3.0 or 3.1), but with a more blocky display. (with block cursor and stuff. my one at home looks more... modern) [EDIT] The school version is Turbo C++ 3.0, possible …

Software Development c c# c++ ide
Member Avatar for horntastic
0
153
Member Avatar for veronicak5678

I am in a beginning programming class, and am having all these syntax errors that i can't fiugre out. Please help! [code] /#include <cstdio> //Header Files #include <iostream> #include <cmath> #include <cstdlib> using namespace std; int main(); int init_function(); enum choice {regular=1, super, superdooper,quit}; choice display_function(); int big_switch(); int calculate(int …

Software Development c++
Member Avatar for Dave Sinkula
0
126
Member Avatar for wicked357

I need to read the 5 words from a input file mine is called words.txt I am unable to get to work correctly everytime I put inFile >> words[5]; instead of cin >> words[5]; I get a debug error and prog shuts down and nothing is showing up for errors …

Software Development c++
Member Avatar for iamthwee
0
124
Member Avatar for abhishekgahoi

#include <stdio.h> int main() { int i=5; printf("%d %d %d %d %d", --i,i--,++i,--i,i); return 0; }

Software Development c
Member Avatar for Aia
0
180
Member Avatar for jacques95

Hello i have put this into devshed #include <iostream> #include <string> using namespace std; int main () { string mystr; cout << "What's your name? "; getline (cin, mystr); cout << "Hello " << mystr << ".\n"; cout << "How old are you? "; getline (cin, mystr); cout << "I …

Software Development c++
Member Avatar for JRM
0
96
Member Avatar for ditty

i am working in c#....can anybody help me to connect front end to back end.

Software Development vb.net
Member Avatar for sara01
0
141
Member Avatar for revenge2

Hey could someone please tell me whats wrong with this? [CODE]#include <iostream> using namespace std; int main() { const int sunday =7; const int monday =1; const int tuesday=2; const int wednesday =3; const int thursday =4; const int friday =5; const int saturday =6; int choice; cout <<" enter …

Software Development c++
Member Avatar for Ancient Dragon
0
165
Member Avatar for thyagarajan

i am developing an online auction system in c......can someone pls help me to help me setup a timer that runs in the background (or) i dont know how to store the time/date so that it can be compared with current date/time..... Thanks

Software Development c
Member Avatar for Ancient Dragon
0
351
Member Avatar for hectic

I try to use the getline function, it works in simple program and accepts the input from user but when i try to use inside the do while loop, it just escape the line and shows that there is null input. cin works fine, case 1: cl.append(Cb("abc",false)); cout << "text"; …

Software Development c++
Member Avatar for vijayan121
0
294
Member Avatar for vishalkhialani

Hello, I am about to start a project for my company where I am going to make a module for the production planning of our factory. Currently we are using excel to do this job which creates a lot of problems. Please see the attached picture of the excel file. …

Software Development flash java
Member Avatar for vishalkhialani
0
82
Member Avatar for wicked357

Ok I am writing a program that will read in 5 words using string list[5] and a for loop. Now I need to get it to output the 1st and 3rd letters in the words that were entered. I am having a bit of trouble and not sure what I …

Software Development c++
Member Avatar for twomers
0
117
Member Avatar for sakthi_2001

Hi all, I am new to C programming, can anyone help me out with a solution to find sum of digits of a 5-digit number without using control statements, like if, for... thank you

Software Development c
Member Avatar for twomers
0
719
Member Avatar for aldrinsms

How to make a program yhat make the transpose of a matrix using C ofcourse.

Software Development c
Member Avatar for Salem
0
90
Member Avatar for yagapapa

Hi all Ive been working on a VW2005 project and constantly been getting the following error message... Ive been debugging the program for quite some time now and still cant figure out where the problem lies... [CODE]Format of the initialization string does not conform to specification starting at index 0. …

Software Development vb.net
Member Avatar for bharatsaboo
0
151
Member Avatar for Mariam0097

1.if a five digit number is input through the keyboard, write a program to calculate the sum of its digits.(use the modulus operator %) 2.if a five digit number is input through the keyboard,write a program to reverse the number. 3.if a five digit number is input through the keyboard,write …

Software Development c++
Member Avatar for Duki
0
78
Member Avatar for GirlInterrupted

Okay... So I'm taking this c++ class. It's accelerated and I started off great but now... not so much. I've been searching the net trying to find a group of tutorials with quick examples for beginners. Something that clearly shows how to write and call functions. Read in data from …

Software Development c++
Member Avatar for Duki
0
89
Member Avatar for zandiago

I need a head-up on this program....i really don't know where to start....however for section one, i'm guessing we'll have to use for loop from 1000 to 9999...because of the fact that they show the range of the samllest to largest 4 digit #'s. In section two I guess we'd …

Software Development c c# c++
Member Avatar for zandiago
0
245
Member Avatar for shahriar2403

Let, i have a msàccess db with 3 tables having 'cost' field in all of them . Now in my report i want to 1) Show the sum of costs of indivisual table under the heading of each table (let $3000 for every table) & 2) show the sum of …

Software Development visual-basic
Member Avatar for shahriar2403
0
90
Member Avatar for RaDeuX

So I've been trying to make a VERY simple calculator program, but I tried so many things, and all of my methods failed. I've been at this for weeks, and I'm pretty frustrated up to this point. Nothing calls back on the entry box correctly, and although at certain points …

Software Development python tkinter
Member Avatar for vegaseat
0
435
Member Avatar for megan-smith

hey there; i wanted to write a program to convert binary to decimal. i did that using the " character approach". it works just fine. then i decided to enhance the program by adding an error message whenever the input are invalid (i.e anything other than 0, 1 ), but …

Software Development c
Member Avatar for Salem
0
126
Member Avatar for JoBe

Hello ladies and gents, Got a question, is it wise to create a member of a class by using another class it's constructor and deleting it threw the use of that class it destructor? For example: [code=cplusplus]// Testing code. #include "first.h" int main() { first myMenu; bool gameLoop = true; …

Software Development c++
Member Avatar for JoBe
0
122
Member Avatar for n.aggel

i started reading this book [B]c++ templates - the complete guide[/B] about templates... in 3rd chapter {Specializations of Class Templates} it says [QUOTE]You can specialize a class template for certain template arguments. Similar to the overloading of function templates (see page 15), specializing class templates allows you to optimize implementations …

Software Development c++
Member Avatar for vijayan121
0
127
Member Avatar for Exelio

hi all, I am using a datagridview to display contents of a xml file. say i have a xml file like this. <xml version="1.0" encoding="UTF-8"> <maincategory> <cat1> <title>Category1</title> <link>http://www.w3schools.com</link> <description><img src="http://static.ibnlive.com/pix/sitepix/09_2007/flames_ramsetu90.jpg" >some description</description> </cat1> <cat2> <title>Category2</title> <link>http://www.ibnlive.com</link> <description><img src="http://static.ibnlive.com/pix/sitepix/09_2007/rahul_gandhi_white90.jpg" >some description</description> </cat2> </maincategory> initially i display only the title of …

Software Development xml
Member Avatar for Exelio
0
205
Member Avatar for gator6688

error C3861: 'enterData': identifier not found, even with argument-dependent lookup error C3861: 'printCheck': identifier not found, even with argument-dependent lookup Why am I getting this error? [code] #include "stdafx.h" #include <iostream> #include <string> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { string todaysDate,firstName, lastName; double amount; enterData(&todaysDate, &firstName, &lastName, …

Software Development c++
Member Avatar for Ancient Dragon
0
310
Member Avatar for genocide

hello guys... just wanna ask.. how to connect in mySQL? thanks!

Software Development java
Member Avatar for schoolsoluction
0
117
Member Avatar for gator6688

I have to write a program for an online class that accepts data to the function enterData() and passes it to printCheck to display. I am new to C++ and since it is an online class it is hard to get help. I have to compose a check and be …

Software Development c++
Member Avatar for Dave Sinkula
0
288
Member Avatar for fishguts

I am working on a java assignment for my cs 111 class and I keep getting an missing return statement error, and have tried to determine the error but cannot locate it. I am sure that I have the right set of curly braces. My code is shown below. If …

Software Development java
Member Avatar for fishguts
0
96
Member Avatar for kehar

Sir, I have prepared programme using VB6 and Access2003. The programme is working very fine so far as adding,deleting,modifying the record through VB is concerned. I have installed Crystal Report 8.5 and have prepared a report and save as (bill.rpt) but I dont know how to connect the report with …

Software Development visual-basic
Member Avatar for choudhuryshouvi
0
489
Member Avatar for jhowell

hi to everyone, Im creating an application which it can show all records of the two tables in single form. its like costumerTable and OrderList. how can i show a record of specific costumer from costumertable together with his product order details from OrderList table. Supposed I have costumerNo field …

Software Development visual-basic
Member Avatar for jireh
0
1K
Member Avatar for Zababa

Hello there, guys! I'll get right to it. I am coding in VB, using Visual Studio 2005, and I need to retrieve the data from a MS Access database. The thing is, I need to use a SQL statement to do so, right? Therefore, I need to know the number …

Software Development visual-basic visual-studio
Member Avatar for jireh
0
119
Member Avatar for zandiago

Good day: There have been similar posts to my question...but i don't see what I'm doing wrong. Our professor wanted us to use a switch/case statement, we started transversing a string....The assisgnment : Write a program that will read in a one line phrase from a text file named “vowels.txt”. …

Software Development c c# c++ open-source printer
Member Avatar for zandiago
0
201
Member Avatar for Halbo

Hi, everyone, new member here. I'm working on a project which has a very simple user interface, with 1 combobox, 2 labels, and three buttons. When I save the project and come back to it later, all the elements on the form have piled up on top of each other …

Software Development user-interface vb.net
Member Avatar for Halbo
0
104
Member Avatar for leovicAustria

Guys please help me. I'll try to create a program which computes average for the entry of students grade through NOTEPAD..The file "Scores.txt" is in my desktop. If ill try to run my program this error appears: ""run time error 53" file not found". What should I do. Where will …

Software Development visual-basic
Member Avatar for leovicAustria
0
147

The End.