199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for tony27

I need help. Does anyone have a script that will take info from a booking form that is used to select a particular course at a particular time on a partiular day and send it to the administrator as a text file and notify the administrator by email. Does anyone …

Member Avatar for barnamos
0
216
Member Avatar for sinB

[SIZE=2][B]TO CALL OTHER PROGRAMS FROM WITHIN OTHER PROGRAMS-[/B][/SIZE] Just include the standard c header file cstdlib (no .h!!). You can now use the function system( :eek: ). It takes only one parameter- the name of the program you want to call! Here is an example [CODE]#include <iostream> #include <cstdlib> // …

Member Avatar for aj.wh.ca
0
187
Member Avatar for TimmyRaa

I've got a query set up that generates a resultset of players and their statistics, and this is displayed back out in a table via PHP: [B]Query: [/B][php]$sql = 'SELECT nickname AS name, count( * ) AS played, sum( score ) AS agg, max( score ) AS highest, min( score …

Member Avatar for barnamos
0
181
Member Avatar for lady

[COLOR=DarkSlateBlue][FONT=Tahoma]Hi, I have a problem with solving a programming point. I tried to solve it in many ways but I couldn’t I have a system that each teacher has his username and password Inside his profile he need to choose some students to make some groups lets say they a …

Member Avatar for barnamos
0
97
Member Avatar for anandgagrawal

Hello Please help me out here i have a project and need to create an automated email system that mails a user form to a predefined email address I intend to use the mail() function of PHP for doing this but however encountered some problems in the SMTP installation... So …

Member Avatar for barnamos
0
291
Member Avatar for DaveSS

i got the program to work without any errors before i started to try to get the sort function to work in the [B]main[/B]. function. I need to get the function call for the [B]sortIndex.cpp [/B] to work so i can sort the user output by descending order of profit. …

Member Avatar for Dave Sinkula
0
179
Member Avatar for kefka

Private Sub txtMessage_KeyPress(ByVal sender As Object, ByVal vv As System.Windows.Forms.KeyPressEventArgs) Handles txtMessage.KeyPress Dim tmdataleft As Integer Dim addby As Integer = 1 If tmdataleft = 160 Then vv.Handled = True Else tmdataleft = (tmdataleft + addby) DataLeft.Text = tmdataleft DataLeft.Update() MsgBox(tmdataleft & " ELSE --- The Variable is less than …

Member Avatar for cpopham
0
123
Member Avatar for Me_Myself

Hi! First of all i know you don't help with homework to those that are not trying to solve it themselves but I REALLY TRIED...i am Embarrassed to say but I am trying to do this for few days already and my deadline for homework is getting close and I …

Member Avatar for kc0arf
0
130
Member Avatar for william_stam

Hi I have an application that sends an email based on the results of the recordset. How do you get a repeat region (loop) into the body of a email. <% Name = "Press-Store" SenderEmail = "awsdesigns@gmail.com" Subject = "Press-Store ~ File Uploaded ("&filename&" - "&SetBytes&")" Recipient = (RSp.Fields.Item("email").Value) Body …

Member Avatar for hollystyles
0
470
Member Avatar for Geek-Master

I've used "if and else" statements to test for conditions, but if's can get very "iffy" sometimes. Specially when you need to test for several possibilites. I was wondering if there is another way to do tests for conditions instead of using the IF. Just for better programming. example: tic-tac-toe …

Member Avatar for Geek-Master
0
106
Member Avatar for amuarica

I'am trying to develop a notification program to notify user on my network that their computer have a worm . The program that I want to develop a can monitor port 135 on windows OS . The system will monitor port 135 on one computer and see wheter there is …

Member Avatar for DanceInstructor
0
112
Member Avatar for timhysniu

... I hope I am not annoying the admins already. Can anyone recommend me a good webserver for ASP/ASP.NET, Java and VBasic? My friend suggested Appache Webserver (I got some instructions on how to set it up but I barely know if I'm going to be able to make it …

Member Avatar for percent20
0
173
Member Avatar for bigpoppapumpg

If I wanted to learn about one of these technologies, which one should I invest my time in learning. My organization is migrating all of its systems to a central portal and they are using J2EE. Is this platform widely used?

Member Avatar for percent20
0
140
Member Avatar for server_crash

I got this method that encrypts and decrypts text. All of it works fine, except when it comes to spaces. It doesn't convert the spaces correct. If you take a look at it, you might understand. [Code] import java.util.*; public class CustomCypher { public String encryptText(String key, String text) { …

Member Avatar for server_crash
0
76
Member Avatar for guins100

I am having difficulty understanding the process of passing values in vb.. If you name a sub procedure (Subsum) in one event procedure can you call it in another using the sam ecaal statement? and do you have to use the same parameter(byval-byref)? I am quite new to programming Thanks

Member Avatar for guins100
0
97
Member Avatar for william_stam

I have a page that displays the records from the database (repeated down) if the user selects (checkbox) a few records and clicks submit it passes the value (dbase record ID) to another page that retrieves the value and builds another recordset with just the records selected from the first …

Member Avatar for hollystyles
0
428
Member Avatar for rational611

I would like to know if Java API has a built in shopping cart class which is readymade and ready to use. Thanks rational611

Member Avatar for server_crash
0
144
Member Avatar for Tight_Coder_Ex

I'd like to read a floating point value [b]cin >> Value [/b]where Value is declared as a double and then output it to a string justified to two decimal places. I understand how to do it using a temporary file, but I'd like to avoid that method and [b]sprintf() [/b]if …

Member Avatar for Tight_Coder_Ex
0
164
Member Avatar for Ben501wh

Below is html for a form... when the visitor hits the submit button i want the information to be sent to my email address... how do i do this? <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="COLOR: black; mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman"></FONT></FONT></SPAN>&nbsp;</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN …

Member Avatar for DanceInstructor
0
160
Member Avatar for sgbartley

I am new to C++ and have problem that isn't adequately addressed in books and online. Say have have a program doing salaries. In this program all inputs should be numeric. If they aren't the program won't execute properly and you will never know it. Using the cin.clear and the …

Member Avatar for Narue
0
183
Member Avatar for nobius

trying to write a shell script that will take any number of numerical parameters passed to it on the command line and perform addition on them...must be done in a "while" loop...have it so that it will add 2 numbers, also have it where it will print the correct sum …

Member Avatar for nobius
0
118
Member Avatar for augie0216

I have a form with a listbox and several textboxes. When I input data in the textboxes and click the menu I have created the aircraftId should appear in the listbox and link the data form the other textboxes with the aircraftId. So if I have three AircraftId's when I …

Member Avatar for augie0216
0
196
Member Avatar for crestaldin

[COLOR=Black][FONT=Arial]Ps I need some help with my Windows programming assignment. My instructor wants us to draw an ellipse(2D) and make it appear like a ball(3D) by applying different shades of the same color to different parts of the ellipse. By assuming any point is the light source, parts near to …

Member Avatar for 1o0oBhP
0
182
Member Avatar for Raven11

I hope this makes sense... I made a program which requires authorization by username and password, once logged in it will allow you to load a program. My question is, is there a tutorial for the program being called to only open if it has been called by a certain …

Member Avatar for 1o0oBhP
0
304
Member Avatar for Raza

hello... any one have any idea about sql injuction....how i can retrieve database from any site.. Raza. [email]hasnainr1@yahoo.co.uk[/email]

Member Avatar for Raza
0
120
Member Avatar for jujuju

Hello, i have done a script that is supposed to read urls from the SOURCE. When a user types in vg.no in stdin or read a file that contains vg.no it gets the last 5/6 topics from the newspaper. the problem here is that from pipe 0 to write pipe …

Member Avatar for jujuju
0
159
Member Avatar for mackverick

this is my first Java course and i am having troubles doing one of the assignments... well i am suppose to read a file containing grades of students...here is an example 034-23-8901 45 78 85 34 342-67-1231 98 45 67 45 452-57-2351 49 78 61 52 the first 9 digits …

Member Avatar for mackverick
0
252
Member Avatar for Tetsu

Hi this is tetsu here I need a little help regarding input and output. I am trying to write a program to read information from a text file as long as there is names and numbers next to them (test score numbers). For each name read, a sequence of test …

Member Avatar for Tetsu
0
192
Member Avatar for server_crash

I'm trying to write this method that takes some parameters from my text editor, and encrypt the text. I got part of it written, but I'm stuck on the next bit. I got the part where you convert the "key", but I just can't figure out what to do next. …

Member Avatar for server_crash
0
318
Member Avatar for j.kelly

Can somebody please tell me where I should put an enumeration which will be used by several classes. [code]enum Direction { UP = 1, DOWN = 2, NONE = 3 };[/code] All of the classes have their own .h and .cpp files and at the moment I have the enumeration …

Member Avatar for j.kelly
0
86
Member Avatar for faisyshah

hello every body i have a form that will have multiple check boxes on it . and i have 20 machinery for sale. thereform i have 20 checkboxes in my form. all the checkboxes have different value but checkboxes name will be same. my requirement is that when a customer …

Member Avatar for faisyshah
0
129
Member Avatar for 12345letsgo

i know no php, but amexcellentwith javascript, html, and css. I need help adding a forum to my site. Would apprciate any help:)

Member Avatar for Hjcooke
0
240
Member Avatar for profitblaze

First of all thanks for all the helpful advice. It's great to have a site like this to turn to for help. My question is this (I think this idea would be valuable for many): I would like to have members of my affiliate program be able to promote a …

Member Avatar for PoA
0
132
Member Avatar for jwenting

[B]Symptom:[/B] Error "database unavailable" when trying to connect to a Firebird database even if fbserver is running fine (and Java applications connect, isql works great, remote clients can connect great, etc.). [B]Scenario:[/B] You have just installed Firebird on a machine that previously had Interbase installed and are trying to run …

0
173
Member Avatar for evilsilver

ok i am a new programmer and am running in windows xp and 98 and am using the borland c++ builder 3, I am trying to make a window that will simply ask the user to input a string (called pathname) and store it to another file for use in …

Member Avatar for Tight_Coder_Ex
0
222
Member Avatar for dal4488

I'm have a really hard time with this program and am totally lost. I'm trying to write a program that reads a set of integers and then finds the sum of the even and odd integers. So far this is all I have come up with, but I'm sure it's …

Member Avatar for dal4488
0
173
Member Avatar for crypter

Hey guys, i got this program im making. It encrypts and decrypts files. The problem is that whenever an error occurs while encrypting or decrypting ( having put a read-only file, a running program, input wrong keys, enter wrong encryption type...) the program tells me that an error occured. Thats …

Member Avatar for crypter
0
130
Member Avatar for Phreak

Hi, i am currently wanting to create a VBS script that will do the following in this order: run gpedit.msc then close delete the default user folder in "c:\documents and settings" delete the gpedit folder in "c:windows\system32" copy the "default user" folder from my "memory stick" to the "documents and …

Member Avatar for Comatose
0
235
Member Avatar for Lord Felix

I need some help in trying to find out how to cast a method that is within an object which is inside a LinkedList. Let me try to explain: I already know that I have to use a wrapper to convert an object back into another state. The think I …

Member Avatar for Meldroz
0
569
Member Avatar for arikeri

Hi, I want to declare a function, which takes input of a set of integers and returns a set of set of integers , I tried this but, it ain't correct , plz tell how I should do what I want [CODE]#include<iostream> #include<set> #include<string> using namespace std; int Q; int …

Member Avatar for Dave Sinkula
0
231
Member Avatar for riturajraina

Please help.I am in a desperate condition. I am getting the error message "segment _TEXT exceeds 64 k" when i am linking my program in borland turboc3 3.0 compiler. Can anyone suggest a remedy for this. I have tried reducing some lines of text from my program but to no …

Member Avatar for Narue
0
253
Member Avatar for Ghost

Hi; Does anyone know how 2 use jni??? I want to figure out the CPU temperature. Can somebody teach me how? Thanx in advanced, C++

Member Avatar for Ghost
0
317
Member Avatar for Comatose

[B]A Little Rant[/B] I love [URL=http://www.mozilla.org/products/thunderbird/]ThunderBird[/URL], I really do. I only have one problem with it. I have not yet found an e-mail client as good as thunderbird, and every e-mail client that I have entertained have all come short of one specific attribute that I really like. You can …

Member Avatar for OurNation
0
459
Member Avatar for geoff_2005

hi, any1 knows is there any website giving free open source SIP softphone with video in C++ format? Rgds,

Member Avatar for geoff_2005
0
146
Member Avatar for mrwhy

If you want your BASIC progs to go on running on XP you can do any of the following:- (a) Get rid of Windows Wait 2years and CHINA will do this for you The reason Windows is a mess is it was forced to inherit all manner of conflicting protocols …

Member Avatar for nazgand
0
172
Member Avatar for BMF

Hi, I am beginner in programming with java .. I have a silly question and I hope you help me! how to print an integer array contents without leaving new line after each digit because this happens when I use System.out.println.. I am sorry for disturbing you..

Member Avatar for server_crash
0
111
Member Avatar for murgi666

what would really be fun would be .... how to print a circle of asterisks ... i've been trying for a while and have been getting all kinds of lopsided shapes .... .... even some shapes that I never knew existed ..... :lol: Could somebody out there please help moi …

Member Avatar for kc0arf
0
182
Member Avatar for Acidburn

Hello, I'm wondering since I've done my first year almost at uni - if theres anywhere I could undertake some work experince during the holiday. The reason I'm posting on here is all I know is IBM , anyone got any others?? cheers J.

Member Avatar for Acidburn
0
134
Member Avatar for Raven11

I'm creating a registration C++ form and everything is working except one thing (at this point anyways). [code]private: System::Void Register_Click(System::Object * sender, System::EventArgs * e) { Username = UsertxtBox->Text; Password = PasstxtBox->Text; if ( Username == "" || Password == "" ) { ErrorTxtBox->Text = "Error in Registration."; } else …

Member Avatar for Raven11
0
165
Member Avatar for manclarky

I created a macro designing a pivot table. when i copy the code into the VB application the pivot table shows a count instead of a sum!!! Any ideas why? Cheers

Member Avatar for Comatose
0
109

The End.