199,114 Archived Topics
Remove Filter ![]() | |
i want to append text to "file.txt" in each new line. But its joining text when i use "write" instead of "writeline" like this "TEXTTEXT" The problem is "writeline" leaves characters end of the text as if you press enter like space. you just see them when you open it … | |
Can any one help me in generating a webpage using php which should contain a form in a table of 4 columns and more than 50 rows with textboxes.. The data in the first 2 columns has to be retrieved from the database based on the attributes selected in the … | |
I need help writing this program, any hints, help, guidance will be appreciated. The program needs to provide a menu to the user with the following options: Reset the deck Shuffle the deck Cut the deck Cut to a card. Cut against the computer Exit Each of these options must … | |
how to use file operations using C like fopen,fclose,fread,fwrite,fseek,delete,modifying. | |
Hi all, just a quick question, is it possible to have a email ordering system without having a website? I am researching for a group project in which the customer wants a database + an email ordering system. I won't go into details about what they want, but I thought … | |
Hi, I want to change the numeric value in a cell to a string with 1000 Separator(,), e.g. numeric 1000 will to string "1,000" and 123456789 will change to string "123,456,789". How to do that in VBA? Thanks | |
Hello everyone I have a website where I have a contact form and I am not getting the contact form sent to my email my website is www.rrwills.com I have attached the contact.php code below for you to examine. I personally scoured the code and could not figure out anything … | |
I want to make a program that saves the states of about 50 checkboxes, so that I can keep track of the states I have been in. I also want to have four different save and load buttons, so that I can keep track of the states the 3 other … | |
I have this code below... I would like to resize the image after uploading from mysql... is it possible... anyone can help me on this ? <?php include "file_constants.php"; // just so we know it is broken error_reporting(E_ALL); // some basic sanity checks if(isset($_GET['id']) && is_numeric($_GET['id'])) { //connect to the … | |
Hi, I hv create an application using C#, Asp.Net (VS2005), While Im creating setup project for that application, I add Custom Installer Class (for getting user input and update my web.config connection string at the time of installation). Its working fine. (the custom installer class automatically crates a file in … | |
hallo there. My english arent quite good so excuse me in advance i have a form. This form contains a select and some textareas. i get data from a database to fill in the select. This is the code: echo "<form method=post name=f1 action='bathmoi-ins.php'>"; $quer=mysql_query("SELECT member_id, lastname, firstname, fathersname FROM … | |
I am working on a project, i am using threads over here.. I run a thread and waiting for its isAlive status to become false but my thread is not terminating... Here is the Code Sample. Thread t = new Thread(new ThreadStart(print)); t.start(); while(t.IsAlive) { } console.writeline("Thread is Dead Now"); … | |
hello forumerz .. i have some issue here about my visual studio 2008.. the problem happen when i want to change example like :: -change background picture for splash form then when i am debug the picture is still same -Also have error when is compile "Error debug target is … | |
can anyone tell me whether we can use const variables for case ...eg I wrote the following code: const int i=2; int j=0; switch(1) { case i:printf("hii"); } now ...this snippet is running properly in turbo c but not in dev cpp... likewise if we use this const variable as … | |
I cannot for the life of me see where i'm going wrong. I've got a winsock class, the SOCKET is defined in the Header, but when I try to use it in a function I get a first exception crash. It's ground me to a halt (btw, for anyone who … | |
After hours of searching, I still can't seem to find a solution. What I need to do is read a .mdb file into seperate listboxes. The database file has seperate tables within it, all containing a column of data in each table. If anyone could point me in the right … | |
Hey all. Does anyone know how to program a one question survey that goes something like this: -->'Question' "enter response" 0 - Disagree 1 - Neutral 3 - Agree Also a display results option that shows the number of responses and the max min and average? Any help would be … | |
Hello, Does anyone know how to connect to a ms sql server from a unix platform Below is the code i found. I've setup the slq server and allowed it to accept remote connection. Port 1433 is open for connection and firewall is configered to allow remote connection. The host … | |
Hi Pythonist, I write the code in Python for search and replace the text in all XML files at current directory. But I'm unable to find and replace the text `<tex>` as empty in all XML files. Here I want to remove the text: <tex>z_{1 - \alpha }^2 \,\sigma _{{\rm … | |
So me and a colleague at work are trying to decide upon a mini-project to do, simply to see how differently we would code it. Has anyone got a good resource for such ideas, or even have some themselves, that are semi-challenging and do-able in about a day? Cheers, | |
hi, I'm writing a website using asp.net and I'm using VB if i want to press a button which loads another page how can i do that ? | |
Greetings all, I'm trying to crate some symbolic links, provided the link doesn't already exist. To do that, this is what I've done: [icode]if not os.path.islink(dst_dir): os.symlink("src_dir", "dst_dir")[/icode] but still I'm getting [icode]OSError: [Errno 17] File exists[/icode] for an existing link. Any idea what am I missing? another question, how … | |
my client using apache tomcat server in this server form post method not working but instead am using get method its working what the configuration am missing in web xml? | |
Can any one help me to solve this. When inorder traversing a tree resulted E A C K F H D B G; the preorder and postorder traversal would return ![]() | |
Hi everybody i am new to vb.net programing and i am developing gym application and i need help in coding in a form i an giving the joining date of a customer and with membership duration and the thing i need is if select 30days membership then expiry date to … | |
im sending jquery date value and database cannot update the current format so i need php date conversion pls anyone suggest me | |
Hello, i need help making a count down timer that can support at least 100 Hours, i got this code but it only supports 24 hours. Dim TimePlayer1 As Date Private Sub Button1_MouseClick(sender As Object, e As MouseEventArgs) Handles Button1.MouseClick If e.Button = Windows.Forms.MouseButtons.Left Then Select Case Me.Button1_Start.Text Case "Start" … | |
Hi All, am currently working on a biometrics application to capture the fingerprint of users. I am working with the DigitaPersonal (UareU 450) fingerprint reader. The app works fine at the moment but i need it to be more sophistciated by making it save the fingerprints in sqlserver database instead … | |
Hi, I want to develop a C# console application that will read one excel file and make copy of that file first. Then in the copied file i need to add one column at 2nd last position in excel and remove the 2nd column from the copied excel. The added … | |
I want display username in MDIParent form after login. Who can teach me and give coding to me. Hope every expert help me. | |
I want to assign a value to a variable in radi button. I tried a code like this <form method="post" action=""> <input type="submit" name="task" value="CONTINUE" onclick="$lax="5"> $task = $_POST['task']; switch( $task ) { case 'CONTINUE': echo $lax; i want the variable lax to get the value 5 while entering the … | |
Hi. I have URI Language Identifier on my website I did it according to directions on codeigniter WIKI. It works fine. But How Can I get name of controller because $this->uri->segment(2) = id and $this->uri->segment(1) = name of the metod. This is my routes.php $route['default_controller'] = "page"; $route['404_override'] = ''; … | |
I want to filter records as per price I want to retrive data from database what i have to use to retrive data a between , and or an or.... I have following code.... But it dosnt work protected void rb1_CheckedChanged(object sender, EventArgs e) { if (rb1.Checked == true) { … | |
I am so lost on what to do so please help how ever you can. I must write a program to calculate the cost and time it takes to fill a swimming pool. * Inputs: Length, Width, and Depth of the pool (This is a gross simplification, since pools are … | |
How could I make the return command in Python return a list AS a list, and not as a 'programmer' list? For example, for line in list: return (line) But for some reason it only returns the first element in the list, for example: myList = ['1','2','a','b'] for line in … | |
Can anyone please advise me on which version of Microsoft .NET Framework is needed for an XP SP2 (32bit) machine to run a VB.NET app developed on Microsoft Visual Basic 2010 Express? Feel a tad stupid about not checking :( | |
Hi all, as in the title problem is how to access models without passing to view . I use telerik controles. in the following example for gird http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyserverside if you notice you can see they haven passe employee model to view but in ajax version http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax they havnt passe specific … | |
how to upload photos with its description and when you clicked the photos it will appear the photos together its description that can be edited by an administrator in php code | |
i have a list and mysql table. my goal is to make the links active if there is a game in its section: this is my code: mysql_select_db("my_db", $con); $result = mysql_query("SELECT * FROM gameChart"); $row = mysql_fetch_array($result); echo "<dl><dt>Writer's Forge</dt>"; if (!$row["secID"] == 1){ echo "<dd>Collaborated Poetry</dd>";} else { … | |
![]() | Hi, The past few weeks, I been creating tables and I usually used **TEXT** but I realized if I have alot of data to type in. If I **echo** the data will it not **echo** if I don't have enough Space usage? I used Godaddy **Space Usage** Type Usage Data … ![]() |
I have completed the ASP.NET Web Application for my assignment. I want to burn the project into the CD so that my lecturer can open the web. How to burn the project into CD and it can works when my lecturer open it. And also how to type the file … | |
Hi, i've been looking around for help with this problem but google seems to just send a load of crap my way so its finally got to the point where i'm asking specifically for help. Here is the code; void CWebRobotDlg::OnBnClickedDologin() { void* pElem= ElemFromID(L"username", IID_IHTMLInputElement) ; IHTMLInputElement* pTextBoxUser= (IHTMLInputElement*)pElem; … | |
I have been programming in java for 1 year, but I would like to contribute to an open source program. The problem is its to compicated for me to join a open source program. Is there any recommendations you guys have for any open source projects I can join? | |
Need help urgently. Can anyone please help me finish up a project which i have a deadline to meet in 3 hours time. It's a camp application to input and store the records of the children from my church! I have created the GUI and I am left with the … | |
I am sorry if repost I'm making a schedule of course and I am having problems how to apply ant algorithm in php (cakephp), the problem is where the ant algorithm is embedded I have a table - Classroom - Course - readiness - lecturer - schedule I have a … | |
Hi, I've been having trouble posting a code snipet tonight, I keep getting this error: The code snippet in your post is formatted incorrectly. Please use the Code button in the editor toolbar when posting whitespace-sensitive text or curly braces. My code is running fine in wingware IDE with 4 … | |
I need a fresh set of eyes. I'm trying to redo a page from scratch, and simplify things. I've gotten a "beginner-stumping" error. And I'm a beginner, so that makes it harder. It's a page where the user makes a selection from a form with fields generated by a database. … | |
I've written a program that allows you to calculate the definite integral of a function but I feel that it is limited and I want to rewrite it so that the user inputs an equation which is then stored as a string and then that string becomes the equation for … | |
I put together a vb.net program that does some string parsing and creates a fixed-width file at the end. When I run it on each of my 2 machines it creates a properly formatted file. When my client downloads the msi file, installs it, and runs it, he gets several … | |
Hello everyone i have a problem we make a flash website and upload to the internet now after uploading it's creat a problem we make a folder of images (Small_Thumb) in this folder my all catalog pictures but it cannot show in frames. when we test my all websie in … |
The End.