199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for LogicallyInsane

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 …

Member Avatar for vegaseat
0
120
Member Avatar for devilsden

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. …

Member Avatar for lolafuertes
0
128
Member Avatar for nooony

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 …

Member Avatar for nooony
0
487
Member Avatar for steven8579

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; …

Member Avatar for steven8579
0
875
Member Avatar for osei opoku

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 …

Member Avatar for lolafuertes
0
113
Member Avatar for Weird Nerd

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 …

Member Avatar for ShadowScripter
0
149
Member Avatar for Suramachandran
Member Avatar for Imratzio

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 …

Member Avatar for Imratzio
0
297
Member Avatar for seun101

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; } …

Member Avatar for JamesCherrill
0
99
Member Avatar for Gen.Asura

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 …

Member Avatar for Gen.Asura
0
184
Member Avatar for jck6288

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 …

Member Avatar for davieJohnson
0
118
Member Avatar for arlir

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) …

Member Avatar for gerard4143
0
153
Member Avatar for Ala Ayesh

hello all, is it possible to have a delay period of 17nS for an application in vb.net??? please help

Member Avatar for Teme64
0
196
Member Avatar for Xufyan

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 …

Member Avatar for diafol
0
1K
Member Avatar for shajis001

c sharp code for mouse control using eye contact is my project tittle pleasw any one help me!!!

Member Avatar for davieJohnson
0
101
Member Avatar for Coder99

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 …

Member Avatar for Coder99
0
84
Member Avatar for varsha solshe
Member Avatar for Orange90
0
94
Member Avatar for tomtetlaw

Is it possible to have a pointer to something (say a string) that is on the hard disk?

Member Avatar for Narue
0
119
Member Avatar for Shift_

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 …

Member Avatar for Suramachandran
0
134
Member Avatar for emrahteam

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, <---- ... …

Member Avatar for emrahteam
0
84
Member Avatar for gedas

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 …

Member Avatar for quuba
0
231
Member Avatar for fantasma

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, …

Member Avatar for fantasma
0
2K
Member Avatar for odysea

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 !

Member Avatar for Shanti C
0
4K
Member Avatar for MARKAND911

I want to scan a document from my web application using javascript. How can I do this.

Member Avatar for MARKAND911
0
258
Member Avatar for sasivashok

[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 …

Member Avatar for imtiyaz.shaikh
0
206
Member Avatar for abrarHuniedi

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??

Member Avatar for harrypinto11
0
132
Member Avatar for Naveed_786

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]

Member Avatar for AndreRet
0
215
Member Avatar for Infame

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 …

Member Avatar for harrypinto11
0
77
Member Avatar for karthikn.cecri

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 …

Member Avatar for ShahanDev
0
191
Member Avatar for Sorcher

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 …

Member Avatar for pritaeas
0
121
Member Avatar for WildBamaBoy

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 …

Member Avatar for WildBamaBoy
0
144
Member Avatar for sandeepamazing

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 …

Member Avatar for Mitja Bonca
0
126
Member Avatar for amitganguly2002
Member Avatar for kangkan_14

Can anyone please explain what is 'public' and 'private' in oop and specifically in java? I am a bit confused.

Member Avatar for kangkan_14
0
278
Member Avatar for UncleJoe

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 …

Member Avatar for UncleJoe
0
106
Member Avatar for JOSheaIV

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 …

Member Avatar for JOSheaIV
0
112
Member Avatar for billy leung

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, …

Member Avatar for billy leung
0
178
Member Avatar for sivakumar.k

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.........

Member Avatar for sivakumar.k
0
449
Member Avatar for l1ttledb

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 …

Member Avatar for sree_ec
0
275
Member Avatar for Benkyou

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 …

Member Avatar for sree_ec
0
347
Member Avatar for tAALz

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!

Member Avatar for mschroeder
0
3K
Member Avatar for streekdime

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] = …

Member Avatar for Shanti C
0
118
Member Avatar for steven8579

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" …

Member Avatar for steven8579
0
615
Member Avatar for Pinchanzee

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 …

Member Avatar for Pinchanzee
0
332
Member Avatar for renovatiotr

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 …

Member Avatar for Akill10
0
110
Member Avatar for zidaneez

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 …

Member Avatar for VernonDozier
0
1K
Member Avatar for bjeffries

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 …

Member Avatar for diafol
0
110
Member Avatar for gamaliel

just wanna ask...if how can i create a game? in wat platform? is it only on C++? or i can use other platforms??:$

Member Avatar for Sudo Bash
0
104
Member Avatar for Tellalca

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 …

Member Avatar for Sudo Bash
0
175
Member Avatar for dennishall

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 …

Member Avatar for dennishall
0
321

The End.