199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for knowledgelover

Hi there, I created a setup project , added it to the solution that consists from a windows service, I added the primary output from the serviceName, but when I install the service never show up in the Service manager !!!! Any ideas or even a site that discuss how …

Member Avatar for majestic0110
0
193
Member Avatar for Black Magic

Hey, I was just thinking and came across this idea and wanted to know if it could be done, say if the user enters 321, my program would output 123, 450, 054 etc etc Could you please show me how this could be achieved thanks.

Member Avatar for Narue
0
3K
Member Avatar for nomas90

I make x,o game between two players and it is run but, please i want to know how i make this game between one player and the computer? please i want an urgent reply..

Member Avatar for nomas90
0
121
Member Avatar for rem0404

i'm working on the "removesong" function. i need to check the vectors that already have the data separated and stored in them, and i need to see if the entered song title and artist name exist. if they do, i need to replace that same vector location with an empty …

Member Avatar for Lerner
0
103
Member Avatar for CodeBoy101

Hello to all, I need to know how to read the space bar as a character (or string) rather than as a separator, and I also need to know if the same can be done with the enter key. I am grateful for all contributions. :icon_mrgreen:

Member Avatar for zandiago
0
114
Member Avatar for ChrisP_Buffalo

I have a file with a long list of English verbs and I have a set of search strings; now I want to search through the verbs to find any verb which contains any of the strings as a substring. For example, the verbs "forgotten" and "negotiate" both contain the …

Member Avatar for woooee
0
100
Member Avatar for Kusno

Dear all, I'm newbie in Java/JSP. I have created project with Java Desktop for university lecture subject. But I still have one task, still with Java but in Web environment. I have this class. This class is used to get connection to MySQL. I create it for Java GUI [code=JSP]import …

Member Avatar for ~s.o.s~
0
141
Member Avatar for cpp noob

hello i made this black jack game its showing few bugs and stuff , spent a long :sad: time and i cannot figure out what to do . please help correcting :cry: i would also appeciate a smaller version of this progrm. :surprised thank you :cry: this is for "tc.exe" …

Member Avatar for CrisRo
0
344
Member Avatar for Realgy

Hi all, I am looking for a software to index my images. Essentially just having keywords are not enough, I would like there to be customizable fields which I can add text and it is stored into database and can be searched. Fields I would like are: Number of people …

Member Avatar for Realgy
0
82
Member Avatar for emilio

i am trying to generate random numbers in a loop i wrote this function [code=syntax] int getRand ( int a , int b ) { static int x = 0 ; if ( x == 0 ) { srand ( time( NULL ) ) ; x++ ; } return a+rand()%(b-a+1); …

Member Avatar for emilio
0
106
Member Avatar for pikkas

i m using visual studio 2005. i am working on a windows application and i have a form and an mdiparent. On the form i have some buttons wich are control an sql server database and it works fine. when i make the form an mdi child then no one …

Member Avatar for waynespangler
0
254
Member Avatar for CasTex

Hi everyone. I know how to make image in php, but I want to make url like this [url]http://my2.statcounter.com/project/standard/graph_summary_barchart.php?rand=193244925&PHPSESSID=[/url][B]1eb9e464667493b2a1a7038ce4b9f69c[/B] Especially, the randed code. For example, I have this script uret.php [code=PHP]<form action="uret.php" method="post"> <input type="text" name="siteadi" value="http://" size="35" \> <input type="submit" name="submit" value="Kodu Al"> </form> <? $web = $_REQUEST['siteadi']; [B]$weble …

Member Avatar for CasTex
0
111
Member Avatar for terence193

i haven't started learning Java yet... Can someone help me about java and tell me from where i need to start to learn this programming language?? PlS HELP!!

Member Avatar for javaAddict
0
130
Member Avatar for nubicoder

Hello, I am trying to load data from a testfile.txt file which contains ten records and 3 fields with numbers into a 2 dimensional table and then print it. I am not sure if I am accesing the data correctly and placing it into the array. I get no output. …

Member Avatar for nubicoder
0
212
Member Avatar for didi00

Hello, I'm new in coding in php I want to transfer a webpage (news5.html) to another webpage (in a table). (Like it is done on the news websites "www.domain.com/index?ID=4343" How can I do it? I read about passing variables through url, but if it is how it should be done …

Member Avatar for fanaticweb
0
127
Member Avatar for En1ro

Hello: [code=cplusplus] #include <stdio.h> // for printf #include <D:\Programavimas\Naujas Darbas\SQLAPI\include\SQLAPI.h> // main SQLAPI++ header int main(int argc, char* argv[]) { SAConnection con; // create connection object try { // connect to database // in this example it is Oracle, // but can also be Sybase, Informix, DB2 // SQLServer, InterBase, …

Member Avatar for mitrmkar
0
591
Member Avatar for e_pech

I'm new to C++ with MFC.. I want to do something like this [code] long longvar = 0; return _T("The value of longvar is " + longvar + "!"); [/code] But of course, is not allowed by C++.. Please! HELP!!! I'd really appreciate it!!

Member Avatar for e_pech
0
167
Member Avatar for akshayygarg

Hi I created a code which reads data from user, processes it and write it back in to a file in .csv format so that user can see it in excel. Although the program is running fine from the tc for any set of data, the exe file when i …

Member Avatar for akshayygarg
0
158
Member Avatar for justinmyoung

I'm trying to set permissions in mysql for an ecommerce open source application (freeway) for a path: Set the permissions on Freeway/images directory to 777 in my terminal I have typed: chmod 777 /Sites/Freeway/images but it is telling me that "no such file or directory exists", and yet when I …

Member Avatar for justinmyoung
0
140
Member Avatar for viperz_d

Hello, I'm new here, Can anyone help me? I'm trying to make a chat program. Like that of winchat. I'm planning something like a serverless type. Any help would be appreciated. :)

Member Avatar for CzechRock3
0
126
Member Avatar for wrichardson530

PosOfSpace = InString(LstStudent.[B]Value[/B], 1, " ") txtStudentId.Text = Mid(LstStudent.[B]Value,[/B] 1, PosOfType - 1) I'm tring to get the studentId to show up in the StudentId text box. This is supposed to be done by double clicking on the student you want process This is in the list called LstStudent. This …

Member Avatar for selvaganapathy
0
80
Member Avatar for wrichardson530

I made this code to let my user open up my database and see a report. It prints the report, then it will open the access database. I know I'm doing something wrong, i just want to view the reprot called student history. Any advice or corrections tomy code would …

Member Avatar for wrichardson530
0
165
Member Avatar for RockyY

Hello everyone! Ok i have a question, I have a php calandar and when you click on a date a pop up comes up and you are able to add entrys to the main calandar. That works just fine, but i need help figureing out how to refresh the main …

Member Avatar for RockyY
0
89
Member Avatar for Lass

hey every body, in my project-Emergency room Simulator- i should open file for all patient if he didnt have one, so, when the patient come, i will ask him if he has a file, if yes, i will read his information and add some more in it, if not i …

Member Avatar for mitrmkar
0
170
Member Avatar for fishsqzr

I need to use a BindingSource Filter property to search for names in a string field. That is easy enough, unless the name contains a single quote (apostrophe) such as "O'BRIEN" or similar names. VS Help says special characters should be escaped by enclosing them in square brackets. This works …

Member Avatar for fishsqzr
0
103
Member Avatar for Lotus_2011

my code convert from decimal to octal here is but say input 26 ,output 23 i want output =32 what can i do? [code] void main() { int value; cin>>value; //value=26 int rem=0; while(value!=0) { rem=value%8; if(rem%8!=0) { value--; } i++; value=value/8; cout<<rem; //output 23 [/code]

Member Avatar for Narue
0
89
Member Avatar for atn

Hello, this is a real simple question, but i have a problem. I am trying to make my Video.cs form to show up when the menustrip is clicked from the MainForm. I double click the menu strip item to put in the code. Do I put in the name of …

Member Avatar for JerryShaw
0
87
Member Avatar for programmer321

[code] Hello, I need to search from a text file all those number from the lines which which lie in the range 1 to 120. Say I have a file with number: 1 2 3 900 1200 so on... I want to only those lines which has numbers in the …

Member Avatar for radoulov
0
304
Member Avatar for choudhuryshouvi

Hello folks, i'm in urgency to build a windows application using c# which can send sms. So anyone here can tell me or show me some resources to help me out on this problem --> [B]"how to create an application that can send sms through webservice to indian cell phone …

Member Avatar for tgreer
0
149
Member Avatar for zainul.dss

how do i define dynamic array in php like in c or cpp if any body find this pls reply me soon regards zainul

Member Avatar for ShawnCplus
0
329
Member Avatar for bhoot_jb

can anyone tell from where i can download the latest bloodshed dev C++ IDE... my problem is i am not able to access the [url]www.bloodshed.net[/url]... :( so is there any other link to download it??

Member Avatar for bhoot_jb
0
156
Member Avatar for musicmancanora4

Hey guys with regards to <xsl:value-of select="Catalog/Product_Type/Name"> how would i put that in a <h1> html tag which is defined in my css file. [code]<h1><xsl:value-of select="Catalog/Product_Type/Name"></h1>[/code] i get errors in xalan when i do that? The results of the value-of select i want it to be in a different font …

0
96
Member Avatar for desiguru

I have a database called "App" and a table called appinfo. I am able to connect to the database. It has only two entries since I am just trying to learn how to use php and sql together. The first column in the appinfo table is called [B]ID[/B] followed by …

Member Avatar for desiguru
0
1K
Member Avatar for Indianblues

Hi I installed oracle 9i on my system. I am working with sql plus browser. my doubt is how to open iSQL *plus browser. I tried my level best to find out but no use. please any tell me how to open iSQL *plus. Thanks

Member Avatar for rayofhope
0
165
Member Avatar for Mackjan

Hi I have a function which rand digit between a and b. it maybe 2,3 or more digits. I want to save these digits in a list and then use them in another part of my program. How can I do it? [code] def dela(x): sum=0 while sum <x: b= …

Member Avatar for Mackjan
0
85
Member Avatar for jmines

This is my program of stacks. The problem is this that it does not show output. whenever I run the program, the output screen flashes and nothing else happens. (using Dev-C++) Don't know what's the problem with it. [CODE] //****************************STACKS******************************** //===============Stacks using linked list(Arrays)================= #include<iostream> using namespace std; int avail=-1, …

Member Avatar for jmines
0
120
Member Avatar for Doctoremote

This maybe an old chessnut to you old sweats but I am a newbie to this.. I getting this error:- [B]mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\dsg\Mytest.php on line 9[/B] the database is called Camsdb the table is called DBF the fields of which there …

Member Avatar for Doctoremote
0
143
Member Avatar for sonia sardana
Member Avatar for Ramy Mahrous
0
74
Member Avatar for gpdrums

I'm looking for a php/mysql customer service module that will do two things: [LIST=1] [*]manage user login/session without self registration [*]allow customer to download document packages in pdf [/LIST] Our customers are overseas. We want to provide documents to them online to save document shipping costs. Ideally, I will provide …

Member Avatar for gpdrums
0
192
Member Avatar for choudhuryshouvi

Hello Folks, I'm trying to write a program though which I can access my system registry. Both reading and writing actions have been encapsulated. Among these I have successfully done with reading a key value from my registry. But the storm arises when I make my move to write to …

Member Avatar for choudhuryshouvi
0
223
Member Avatar for shotjase

i have this constructor to display a bitmap and it displays with 1's and 0's..i jus need 2 know how 2 make the 0's into *'s...i think its an if statement but i dont know exactly were void bitmap::display() const { for (int r = 0; r < numrows; r++) …

Member Avatar for shotjase
0
83
Member Avatar for still_learning

Hey guys, I am working on some software and I have ran into an issue which I cannot seem to get past. This is probably easy for most of you, but I am rather new to c++ and could use some help. Basically what I need to do is read …

Member Avatar for Luckychap
0
104
Member Avatar for wsn

Hi, I'm writing a program where the user can enters numbers and these numbers are stored in a file, then the numbers are read from the file and a certain calculation is done to each number by creating a thread for each My problem is: The first problem is whenever …

Member Avatar for Salem
0
107
Member Avatar for Moporho

Hi, I need help with a Golf Stats Program I am trying to complete. It is a dat file. My averaging functions are not working. Can someone suggest what I can do to correct the problems with both averaging functions? main [code=cplusplus] #include <iostream> using std::cerr; using std::cout; using std::cin; …

Member Avatar for Ancient Dragon
0
181
Member Avatar for mofoparrot

Hey guys, I have been working on this program for my entire semester. I got it down to do what I want I think... except when I compile it, I get no errors or warnings (using Dev) and when I execute it runs through half of it and it stops …

Member Avatar for mofoparrot
0
156
Member Avatar for kahaj

I'm trying to create a .txt file that will hold a handful of numbers. I want to be able to add them, then retrieve the sum with my program (or retrieve the numbers and add them via the program, whatever). Unfortunately, I haven't a clue how to accomplish this. Also, …

Member Avatar for kahaj
0
100
Member Avatar for mussa187

What i am trying to to is the following when user inputs ./test U [url]www.google.com[/url] I <ip here> same for ./test U <URL here> I <IP here> using command line input argv and argc here is what i have done so far, [code=cplusplus] #include <iostream> #include <cstdlib> #include <string> using …

Member Avatar for Ancient Dragon
0
114
Member Avatar for rumencho

Hi all,I have some intermediate knowledge on c++ but I have a few questions about windows programming. [CODE]int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, INT nCmdShow) {.... } [/CODE] now here I don't understand the word "WINAPI" in c++ I have never seen such tning.. what does it mean? …

Member Avatar for Duoas
0
123
Member Avatar for yangyang

Trying to build a cute little php site statistics script, now I'm stuck with getting the average visiting time on site. How to do that? I'm using JS badge. HTTP is stateless, if that is the case how the server knows when the visitor navigates away? JS onunload?

Member Avatar for yangyang
0
90
Member Avatar for rem0404

the program keeps track of a persons musical library. addsong checks to make sure that the data being entered is not already present in the file. if it is present, it is not added, if it isn't present, it is added at the end of the file. the removesong function …

Member Avatar for rem0404
0
80

The End.