199,114 Archived Topics
Remove Filter ![]() | |
Hi, I have a script which uploads files successfully to another server via ftp. But after the files are uploaded, I want them to be deleted (removed), but it doesn't seem to work. I would appreciate if someone could help me out with this. How can I modify my script … | |
Is possible to post values directly to a webpage, but without using a submit button, i.e. directly from the server and no human interaction. Cheers Andrew ![]() | |
Hi Everyone, Another newby here with hat in hand. I'm working on a basic flash/php mail program. Working with the template provide from a website; I want some additional fields to the formmail. So I added some text boxes to the .FLA file which sends the variables to the PHP … ![]() | |
I am new to java and having issues. package components; import java.awt.*; import java.awt.event.*; import javax.swing.*; /* FrameDemo.java requires no other files. */ public class ContactApp { /** * Create the GUI and show it. For thread safety, * this method should be invoked from the * event-dispatching thread. */ … | |
Hi all, Having some trouble with an assignment. My program should store lists of names and ages and sort the list by name (alphabetic). Here's my current attempt [code=c] #include<stdio.h> #include<string.h> // struct to hold the data typedef struct _data { char name[5][30]; int age[5]; } data; int main() { … | |
What I want to do is: click on button1 in form1---> loads form2 ---->set focus to a textbox1 in form2 and show IBeam Cursor there. I tried textbox1.Focus() in Load, but it only do it for the first time I click button1, when I click button1 again, it loads form2, … | |
[code] public bool IsNum(char ch) { if (((ch >= '0') && (ch <= '9'))|| (ch == '.')) return true; else return false; }[/code] Why does this method work in a normal console app, but not in a class library that I am trying to write? If I copy this code … ![]() | |
Hello together... hope someone can help me:-) I want to to run a php file every ten seconds on serverside, how can I do this? CronJobs are not really working; Server = Apache, PHP 4 or 5. Greetings & Thanks | |
hi everyody,i need ur help.I am able to send subject and text as mail to the recepient but iam unable to send hyperlinks in th text.plz suggest me how to send | |
I have been trying to get this Binary to Decimal program to work. I'm sure I'm not doing this with the least amount of code, if you have suggestions (using modulus especially). The errors I used to get was binNum is too large for the "long" type. I then used … | |
Hello.. I'm trying to use OpenGL to draw the great pyramid model and have it rotate.. i'm having trouble with my points as you can see they are commented out. I'm also trying to figure out how to turn the eye point and how to rotate it... here are my … | |
I need to replace the selected item in ListBox with the the input text in a TextBox, listbox1.SelectedItem = textbox1.Text doesn't do that. Do I have to remove the selected one and insert the new one? Thanks. | |
Hi, We have a client-server application wherein the server has a pooled connection to an Oracle 10i database. The application is developed in Java and we are using Oracle OracleConnectionCacheImpl API to manage the connection pooling( DYNAMIC pooling with a pool size of 5 and we are using ojdbc14.jar) On … | |
Does C# allow short-circuit evaluation of Boolean expressions? That is, if you have an expression such as if (test1) & (test2) {....} when test1 is false, there is no reason to evaluate test2 and a language which supports short-circuit evaluation never looks at the second test because the result will … ![]() | |
I am writing a music software in visual basic as my final year project and am having problems with displaying a piano and loading sounds into each of the notes.Can someone please!!!! come to my aid. Any help given will be appreciated | |
Hi Floks, This is Gautam here...i've recently completed Core Java+Advanced(Desktop tech.) + JDBC with oracle & MS Acess...Im going to submit a project work in next 6 months so i need newer topics for Making useful project either standalone or with DB connectivity 1.One that i've in mind is remote … | |
I am trying to submit a form with .submit(), but I am having issues passing the values from my form... Here is what I have so far: [code=c#] <TITLE>ASPXTOASP.aspx</TITLE> <script language="C#" runat="server"> private void Page_Load(object sender, EventArgs e){ //We grab all the session variable names/values and stick them in a … | |
Hi every body am emma, am trying to develop an encrypting and decypting software in VB6.0 but am kind of strunded in simple terms am using two richtextbox controls and a button but i can not get the trick to get the text in richtextbox1 to two when encrypted. How … | |
HI People, Am new to programming basic, and have been working on a calc. to work out the storage requirements of a bitmap graphic in MB using the inputs Height, Breadth, Resolution and Colour depth has been driving me mad as when i run the programme nothing happens, even the … | |
Hello ! I am looking for a paper that reviews the currently available commercial C compilers, in order to choose one of them. My principal expectations for a C compiler are: efficient debugging, user-friendliness and optimisation possibilities... So far, I selected more or less two compilers (Visual C++ and Borland … | |
I am working on an assignment (I know many have asked but none have asked about the number of digits I need plus some) that is to accept input for the fibonacci corresponding to that (i.e. 0=0, 1=1, 2=1, ..., 96=51680708854858323072). When it gets to 79 (should be 14472334024676221 since … | |
So basically, I am wondering whats wrong here.... I have 4 links inside table cells and each has a class assigned. the tab that is active is assigned "sel" while the others are "nav" ... what i'm trying to do is have them switch classes without changing the page using … | |
Dear all, I have rectangle that I split to 4 columns and put lines and I fill in each column with textbox ------------------------------------------------------------------------------------------------------------------------------ | Col1 | Col2 | Col3 | Col4 | ------------------------------------------------------------------------------------------------------------------------------- Example : Col1 => Currency Col2 => Amount Col3 => Value date Col4 => Due date sometimes, … | |
Greetings, I'm having a heck of a time trying to get this pl/sql program to work. I'm to invoke it using shopper id and then again by shopper last name. I've banged my head on this for a while now and it seems that every change I make creates more … | |
I'm not sure if I said that clearly enough, :). What I'm trying to do is, seeing as how I'm not able to do a Shopping Cart at the moment, I'm trying to make it so if you select Item33 or something by clicking the 'Order' button, when it redirects … | |
Hi, I have stored "DateTime" format in the database, but i need only "date" at the time of retrive. How to do this? Please help. Thanks in advance. Satees | |
Hi This is Umang... i m using background-color:"9E0039" in a stylesheet.css file it is working in IE but not working in Mozilla fire fox. if i use the color name (eg. GREEN) instead of color code (eg. 9E0039) it works in Mozilla fire fox also. What should i do so … | |
Hello Friends Could any one please help me in doing a project in java using JSF and Portlets, Eclipse Tools ,The Project is HR Recruitment system . | |
I have a page that a client asked me to make that consists of the following: [code] Repeater1 (Client Data) Label1 = Number of Records Repeater2 (More data where ClientID supplied = ClientID on the table) (Limit 4 recs) Label2 = Number of Records Repeater3 (More data where ClientID supplied … | |
Hello there, I'm currently encountering a strange error which is I don't know why or could this one be possible. I have several for loops inside a function and I used the iterator outside the said loop, but I do get this error which is kinda strange. [code] error: name … | |
I'm having trouble with the (dynamic_cast<Truck*>(vptr[k])) -> DOTLicense() part. If my numOfVehicles = 1 it works fine, but if numOfVehicles > 1 I get core dump error. I can remove the dynamic_cast statement and it works for numOfVehicles > 1. Any help or advise on what I'm doing wrong is … | |
hi... i have three pages in my website site.master default.aspx home.aspx in master page there is a link button named home... the following is the coding of all three pages... site.master <html> <head> <link rel="stylesheet" href="StyleSheet.css" type="text/css" /> </head> <body> <form id="Form1" runat="server"> <div> <table class="main" cellspacing="0" cellpadding="2"> <tr class="header"> … | |
The following bit of code is from the Atmel AtUsbHid example. Can someone please explain the line DYNCALL(writeData)((UCHAR *)"12") which i believe is part of a DLL, maybe.... I know the code turns on and off a LED but i want to know how the code works.... [code] void CUsbHidDemoCodeDlg::OnLed2() … | |
can you please tell me the code to make a picture transparent in python.thnx... if possible you give me the codes. thnx in advance | |
:?: Greetings, I am brand new to php and mysql so get out the asprin. smile I am making a php file to pull information from dat files to update my database. When I run http://www.sandpointrealty.com/read2.php I get this error Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result … | |
Hai, I was trying to run a CGI cript that proccessed people's information... Well anyway I kept getting the very unhelpful Internal Server Error So I decided to make a stupid script that merely displayed "Works" To the screen. I contacted my webserver (1and1.com) they told me perl scripts could … | |
I use dim mydb as recordset and also use mydb.update in certain required places like the update command button clicking. It works, by adding the new value in database. I have a list that shows the values of that db. But the main problem is i cannot see the newly … | |
i have a VB form with 4 combo box, how can i make the combo box to display the contents o a certain coloumn in an access database, and then be able to make a report out of them thanks | |
I am developing an application using xampp and in that appliaction I want to send sms.So is there any support from php for sending sms(I have a gprs modem) or is there any other way. | |
can anyone tell me if one can create a form level variable in c# and how one does that. with form level variable i maen a variable which can be accessed by all the command buttons on the form. the buttons are on different panels. i dont know if that … | |
hai friends this is new one on dani i would like to ask u question about how to create a webserver (console based) on vc++ i have searched a lot on google and many more sites but i am not able to find out exactly what i want waiting 4 … | |
Alright, I'm developing a program that is going to take in .pbm image files, manipulate them, and output them in .ppm (P3) format. That's all fine and good; I've got that down. However, I'm looking for suggestions on good and efficient ways to figure out if 2 points ( row … | |
what does it mean when you say z=1? Does it ignore what value you pass into the function? What is this called? | |
hello there, uhhmmm...anyone here could give me an idea or point me a reference on how web server application are created (console based) using c++...i'd be using threading, processes, synchronization and http protocol... a reference to any website or books would be nice...thank you... | |
Hi, I am new to mysql connectivity using jsp. but i have tried it with MS Access nd it worked out for me. I have installed jdk1.4, Tomcat5.0, mysql 4.1 and mysql_connector_odbc_3.51.21_win32.msi. For the following code i am getting error code 500.. I have set the Env paths as path … | |
Hi this might sound like a simple question to most but it is something that i have been trying for quiet a while. I have a table in mysql, which contains a name of a football match, date, time , and one of the variables is a link address to … ![]() | |
I need Something in Web Application Like Browse Folder Dialog that Allow to Save the Path of Any Selected Folder, I Try to Use HTMLInputFile but didn't give the expected result. Please Help Me........ | |
I am trying to make this program work but only getting halfway, i am supposed to have an output like this: Enter a string at least 8 chrs long: short The string is too short. Enter a string at least 8 chrs long: 1234567 The string is too short. Enter … | |
On my MFC application I read file and do some process on it. Here is the code I used to open and read only. [CODE=cplusplus] CFile srf_ReadFile; char * srf_FilePath = "ReadFile_001.txt"; if(srf_ReadFile.Open(srf_FilePath, CFile::modeRead)) { // Do the required process here on ReadFile_001.txt }[/CODE] So, the file should be always … | |
i dont have a code yet! |
The End.