199,113 Archived Topics
Remove Filter ![]() | |
Is there any way to replace certain parts in a string of text with different text? Like this: [code=python]# This is not a functioning code, the actual meaning is totally different from what I'm trying to depict text = 'This is a line of text' print text # shows "This … | |
Hi Guys, I got two issues here Please help me out 1. I get a list of excel files from a dir into a list box and search for number by select each files at once. I want to select multiple files at once and search them one by one. … | |
I've been learning python during one semester, and pygame in one week... Im making a simple kid guessing game where random images appear with one word. click on the correct image that the word describes and a little green right image appears and a red cross 'wrong' if it is … | |
Hi! im sorry i keep asking so many questions but i really want to learn. I want to know how to get my program to print the items that i have in my two listboxes titled lstResult and lstResult2. This is what i have so far: [CODE]using System; using System.Collections.Generic; … | |
hi! i am trying to developed a translator.the program request an english sentence as input and translate it into my local language(Twi). i have the entire program written . i am getting an error that is driving me crazy. any help will be greatly appreciated . vb is telling me … | |
Hi everyone, I've been working with pointers for quite some time and I'm familiar with all the pointer-reference stuff. One of the things I don't get is the function of the delete keyword. I have used this code to find out what the delete keyword does. [CODE]int main(int argc, char … | |
| |
Hi Im new to this forum and new to php and currently working on a php for dummies book for my project I need to by March. I show you the problems [CODE]<?php /* Program name: displayForm * Descrption: Script displays a form that asks for * the customer phone … | |
public class Account extends javax.swing.JFrame { /** Creates new form Account */ public Account() { initComponents(); setTitle("Bank Account"); jTextArea1.setEditable(false); } /** * @param args the command line arguments */ private int accountNumber =0; private double balance =0; public Account(int accNum, double bal) { accountNumber = accNum; balance = bal; } … | |
Hi, my tutor has set a coursework for us and i need help with a small part of the coursework. A small program where some one tests new programmes or you can call it benchmarking :) Basically there are 20 programmes and he sets them each of them mark out … | |
i am developing winform application.there are three textbox named patient last name ,first name,DOB and on lost focus event of DOB I had a requirement to show pop up like menu .That pop up will show patient last name ,first name,DOB from patient table matching records from database based on … | |
hi guys,Iam learning the c language and still a green one really.I have this program am trying to develop using code blocks 10.5.Th code is as follows; #include<stdio.h> #include<ctype.h> #include<stdlib.h> struct secguard { char first_name[40]; char Last_name[40]; char gender; int age; int ID; char start_date; int work_rec; }; void main(void) … | |
hello all, is it possible to have a delay period of 17nS for an application in vb.net??? please help | |
php url and pagination i have a problem in my code, when i click on page number the page is opening correctly but there are only 6 pages but there is no 7th page but when i am replacing the page number in the url to '7' the page is … ![]() | |
c sharp code for mouse control using eye contact is my project tittle pleasw any one help me!!! | |
Hi, I'm trying to fix something on my site so that a user can only kill when a certain rank. I currently have this code [CODE]if ($rank < "Boss, Supreme Boss, Kingpin, Don, Godfather"){ echo "You have to be ranked atleast Boss to kill"; } [/CODE] It does return the … | |
asp:button onclick event is not working... why is it so??? | |
Is it possible to have a pointer to something (say a string) that is on the hard disk? | |
Hi, Im relatively new to C++, and in the book im currently reading, came across the topic of Polymorphism. Just wanted to ask a couple of questions: 1) Base* ptr = new sub; Kinda confused about this - and also, how/why it is useful to have a base class pointer … | |
Hi, there is something I want to solve. Here is the problem: I have an array : alpha[26,26] I appointed random number(between 0 and 25) to each member of this array but I don't like this situation: I tell with an example alpha[0,0]=23, alpha[0,1]=11, alpha[0,2]=08, <---- ... alpha[2,2]=08, <---- ... … | |
hey, i got a method that returns value which is java.util.List<java.lang.String>. this method actually contain data that was stored from .txt file which is simply names of people. how can i display this in the JList or how can i convert this value to a simple array so later i … | |
Hi There I've been hammering my head with this for quite a while, and every solution I've tried didn't work, so I was wandering if you could help me with this. I've got a small div that is displayed for each record existing in the database, in order that, later, … | |
i need to Build a form textarea where someone enters a list of books (comma seperated). Use explode to populate an array of the book titles. Loop through and show the book titles on new lines. any help will be gladly appriacated ! | |
I want to scan a document from my web application using javascript. How can I do this. | |
[B][I][COLOR="Red"]HI friends, I am using report viewer in my Asp.Net application. In the report viewer loaded, i got export,refresh,paging,search options .But print option is not showed in the report. I set "showPrintButton="True"".And Install ActiveX control also.But again i couldn't get the print icon. I am asking so many forums. But … | |
If I have tow textbox and 2 button first button ok and secon is clear or reset how i can clear the input and input another values?? | |
I have a problem with date and time picker when i select the date from dtpicker1 then txtdate1 gets the value but when i debug it shows txtdate1 = "" why please help [ICODE]Private Sub DTPicker1_CloseUp() txtdate1.Text = DTPicker1.Value DTPicker1.Refresh End Sub[/ICODE] | |
Hi! I use a paginate feature on my website, it works great on the front page, but when I use it in the comment section I get this: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/56/6296656/html/comments.php on line 77 code: [CODE] $query = "SELECT where … | |
Hi guys, I have designed a simple form in vb.net with MsAccess as the backend . The form is used to search for a data and diplay it. I need to create an .exe file of it and distribute it to many users without any errors . I have surfed … | |
I am having troubles finding out how to make my url from [url]http://example.com/index.php?page=images[/url] to [url]http://example.com/images[/url]. None of the htaccess tutorials i read today could make me understand it. I would give you a big wet kiss if you could lead me / give me a snippet or your awesomeness so … | |
This program gets a list of the processes running and displays them in a ListBox. When one is clicked it puts info about the process such as start time and filename in text boxes. But some of these don't return anything and the text box remains blank and I can't … | |
Hey hi i am new to this field , i am working on project which is desktop application in C#,i have done this project with resolution 1024*768 but when i install the same project on testers machine for testing then position of all controls of form does not appear as … | |
how can i lock specific columns in a data gridview | |
Can anyone please explain what is 'public' and 'private' in oop and specifically in java? I am a bit confused. | |
I have been hunting the internet for a good explanation, but I can't seem to find one; or I'm simply not getting it... I have a page with a table, where new rows can be added via AJAX. Each row has an input box which can be updated in one … | |
Okay so I am working on a massive program involving multiple forms, delegate calls, ext. Anyway I was wondering is there a way to make global values that can be accessed my any form or class? In otherwords, removing the need to pass in the variables. Sorry this is rush … | |
Hi everybody, actually i am new to Java, and i would like to write a program that to find who is a copycat, for example, i get six txt file, all of these are juz put inside a folder, i guess i should get all the txt file to array, … | |
I am doing a Taskmananger code,every thing is ok but when i build the pgm One error is coming like"Fatal Error :RC1015 cannot open include file 'afxres.h'",please help me,why it occurse and what is the reason pls......... | |
hey all, first post of a beginner coder ;), I keep geting the following error : conflicting types of 'graphic_choice'.. its not a warning so it wont compile. I haven't finished case 7 so that may have some syntax issues. hope this isn't to big of a code block? i … | |
Hi there, I was wandering if anyone can give me a brief explanation on how to connect my C application to the Internet. What i would like to do in the end is to access a web page trough the application and have means to read the html code behind … | |
I have installed Wampp Server. Now what I want is, if I open [url]http://localhost.com/run.php[/url] it opens Notepad I tried, all these three .. none of them executed notepad. [CODE]<?php exec("notepad.exe"); ?> <?php shell_exec("notepad.exe"); ?> <?php system("notepad.exe"); ?>[/CODE] What is the solution? Please help! | |
My file layout is as follows: Index.php: (URL = domain/index.php) [code] <?php session_start(); ?> <!-- BUNCH OF HTML --> <?php if($_GET['page'] == 'portfolio') include('pages/portfolio.php'); ?> <!-- BUNCH OF HTML --> [/code] Portfolio.php: (URL = domain/index.php?page=portfolio) [code] session_start(); if($_GET['view'] == 0){ // URL would be domain/index.php?page=portfolio&view=0 $_SESSION['catImages'] = array(); $_SESSION['catImages'][0] = … | |
When i rebuild the project in Visual studio 2005 i get the error "Error 1 The type or namespace name 'Font' could not be found (are you missing a using directive or an assembly reference?) C:\Users\HP_ADMINISTRATOR\Documents\Visual Studio 2005\Projects\Perfume Formula Typing Software\Perfume Formula Typing Software\Form1.Designer.cs 9 17 Perfume Formula Typing Software" … | |
I'm looking to create a 3D environment for an escape-the-room game that I'm making with Flash. I'm hoping I'll be able to do it with the 3D features of Adobe Illustrator but am unsure. I need to be able to move the view-point angle in the pictures to take the … | |
I got that code from [URL="http://www.javafaq.nu/java-bookpage-19-3.html"]here[/URL]. Everything's working except the balls! There is panels, splitpanes etc. Oh Look, no balls! I need to solve it like in an hour. Please help. I say again; please... [CODE]import java.awt.*; import java.awt.event.*; import java.util.*; import javax.swing.*; import javax.swing.border.*; import javax.swing.event.*; public class Split … | |
Hi everyone, I'm new here ... haven't had my warm welcome yet ;P So i need your help with my program. I'm supposed to program a simulator of the reader writer problem without using threads. So i thought i could use a timer to interrupt the running process every 2 … | |
Im not even sure if these are called variables. But I am trying to call information from the database a different way than I usually do. This is what is not working: [CODE]$id = mysql_real_escape_string($_GET['id'], $con); /* once the file is imported, the variables set above will become available to … ![]() | |
just wanna ask...if how can i create a game? in wat platform? is it only on C++? or i can use other platforms??:$ | |
Hey; I want to get into some game programming just for fun and to improve my C++ and software development experience. For now I developed some Console Applications as anyone would do. Now the question is this; do I need to know how to use WinApi or POSIX in order … | |
Hi All: I have 2 php files feeding one MySql record. I have an INSERT query in file1.php working fine, it then sends me to a highly animated form file2.php that calls a processor.php file. The processor.php file needs to update the mySql record. I have [U]tested[/U] the processor file … |
The End.