199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ishlux

Hi all,, I have created an front end which will display the list of items.....if the list of items exceeds , it elongates the page, but i want to limit it for the first page, if more number of items then it should be possible to display in the next …

Member Avatar for Shanti C
0
102
Member Avatar for ishlux

Hi all, I have created the inbox......so now i am deleting the particular row......i want it to be removed from the inbox and moved to trash......can you guide me how to do. i know simple deleting operation.....help me

Member Avatar for Shanti C
0
57
Member Avatar for Venom Rush

Hi all I'm trying to find any urls inside a paragraph of text pulled from a db and wrap an a tag around it. At the moment I have the following which isn't working. [CODE=PHP]$content = $row[2]; $urlStart = strstr($content, "http://"); $url_http = substr($urlStart, 0, strpos(array($urlStart), array(" ", "/r/n", "/r", …

Member Avatar for Venom Rush
0
407
Member Avatar for jeetudaljit
Member Avatar for peter_budo
0
2K
Member Avatar for d4n0wnz

heres my code: [code=java] import java.util.Scanner; import java.lang.Integer; public class hmwrk4 { public static void main(String [] args) {Scanner kbInput = new Scanner(System.in); System.out.print("number of the element to delete: "); int numEle = kbInput.nextInt(); Node n8 = new Node(new Integer(8), null); Node n7 = new Node(new Integer(7), n8); Node n6 …

Member Avatar for Alex Edwards
0
155
Member Avatar for ricss_madara

how to write application that calculate squares and cube of the number from 0 to 10 and output in table. the program does not require any input from user?

Member Avatar for bloody_ninja
0
999
Member Avatar for klactose

Hello, I am wondering how do we initialize a vector (or even an array) of pointers when the objects that will eventually be pointed to don't exist yet? I've been searching the internet for a while, but most examples assume that the objects already exist. I hope this won't be …

Member Avatar for klactose
0
6K
Member Avatar for odysseous

Hi everybody, I have read that we can use php codes on coldfusion. But i want to know that we can use coldfusion codes on php?

Member Avatar for odysseous
0
54
Member Avatar for dinilkarun

Hi All, Through Shell I am opening winxip32.exe in my vb 6.0 application. I want the application to wait until the shelled process has completed and then proceed with execution of the next line of code. How should I go about it. Please help. Regards, Dinil

Member Avatar for dinilkarun
0
76
Member Avatar for sara29

HI all, can some one tell me how to extract data from images and mime messages. Exact code not necessary but do guide me as how to go about it. Thanks in advance. Regards, sara

Member Avatar for sara29
0
98
Member Avatar for adewale1

You are required to design a control system for a car park. You should produce your own design, ensuring that you have enough features to allow you to demonstrate that you can programme multiple tasks with inputs, outputs, decisions, communication and sequencing. The system features may feature space control, entry …

Member Avatar for Salem
0
97
Member Avatar for rtwister

i started making a game using c++ and allegro, but i keep getting a error can some one please help me out this is the code [code] #include <iostream> #include <allegro.h> #include "PlayerClass.h" #include "Global.h" using namespace std; #define LEFT 4 #define RIGHT 6 #define UP 8 #define DOWN 2 …

Member Avatar for CoolGamer48
0
75
Member Avatar for forzadraco

range of datetime data type (show all records in between 2 dates. example: form 2008/10/01 to 2008./12/12). thanks

Member Avatar for Shanti C
0
137
Member Avatar for 11silversurfer1

this really weird thing is happening when i try to find my mouse position of my window. If i put it to the top left of the window it is fine but as it goes further down and across it goes weird. It is really hard to explain, but is …

Member Avatar for 11silversurfer1
0
328
Member Avatar for franziss

What does this error message mean? Thank you for your help Heap corruption detected at 0072FB10 HEAP[algo.exe]: HEAP: Free Heap block 72fb08 modified at 72fb1c after it was freed Windows has triggered a breakpoint in algo.exe. This may be due to a corruption of the heap, and indicates a bug …

Member Avatar for franziss
0
1K
Member Avatar for C#Novice

[I have an application where , i have a radiobuttonlist having 2 radio buttons radiobuttons RB1 & RB2 and there are 6 checkBoxes CB1 thru CB6 If RB1 is selected then CB6 shld be disable /invisible and if RB2 is selected then all the CBs shld be enabled. How do …

Member Avatar for C#Novice
0
107
Member Avatar for linux

I want to add a list box onto a form, and have it (once the form loads), it'll list all of the files in [icode]C:\WINDOWS\[/icode]. Is there any easy way to accomplish this?

Member Avatar for linux
0
647
Member Avatar for Slade

Hi guys, Basically what I want to do is run a series of commands in my batch file, and display stdout to screen as well as saving it in a file. So to set the context.. [code] ::To output to helloworld.txt Echo hello world! > helloworld.txt ::To output to console …

Member Avatar for eggi
0
204
Member Avatar for ldaves

i got a string with [code] string(254) "5L2b5a6255yf6KiAOuimgeWWhOW+heWIq+S6uizopoHlloTlvoXlj5HnroDorq/nu5nkvaDnmoTo v5nkuKrkuros6KaB57uP5bi46K+35aW55ZCD6aWtLOW4uOivt+S7luWHuuWOu+eOqSzluLjkubDn pLzniannu5nlpbks5bCG5L2g6Lqr5LiK572q5oG255qE6YeR6ZKx5YWo6YOo57uZ5aW5LOS9m+el luS8muS/neS9keS9oCE=" [/code] how can i put it in 1 line and interpret it?

Member Avatar for ldaves
0
96
Member Avatar for blufab

I am trying to understand why i am getting the following error: PHP Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in C:\Registration.class.php on line 43 [code] var $team1; var $team2; var $team3; var $team4; var $team5; var $team6; var $team7; var $team8; var $team9; var $team10; var $team11; var …

Member Avatar for R0bb0b
0
112
Member Avatar for omrsafetyo

Hey, I'm trying to unpack certain files from a tar archive - I don't want to unpack all of the 1.2GB file, just a particular bunch of it. I tried an obvious command: tar xvf /u8/sp_archive/2005.tar *1274* All files I want to extract have "1274" in the name; I want …

Member Avatar for eggi
0
164
Member Avatar for gangsta gama

Hello. I have c++ down pretty good. I am wondering If I should do windows programming first or directx first. And where should I go to get free or cheap, and good ebooks for windows programming and directx. I cant seem to find any good ebooks. Thank you.

Member Avatar for gangsta gama
0
130
Member Avatar for Wiki_Tiki

Hi, I've been trying this for months now, and I still can't figure out how to get MFC installed as part of Visual C++ 2008. Is there any service pack you can download? How do you get MFC (Microsoft Foundation Classes) installed?!? Thanks.

Member Avatar for Wiki_Tiki
0
134
Member Avatar for iSoftware

I need to make my application look like it's doing a lot of work- it is a prank application I'm making as a joke for my friends. Any idea how to do this?

Member Avatar for dmf1978
0
103
Member Avatar for chris-uk-lad

Hi all! Ive created this code to read in data from several tables but i have a problem with SUM. With this code im trying to add together all the null values that have the most recent date but all the SUM commandi have does is multiply the number by …

Member Avatar for tesuji
0
104
Member Avatar for raja289

[url]http://s3.supload.com/free/lastscan-...3716.jpg/view/[/url] up there is description of code and here;'s code [CODE=c] #include<stdio.h> #include<string.h> float avg(float); main() { FILE *p[2]; int k,students=10,subjects=4,i,j,id_number,date_of_birth,fail=0; float marks[100],total=0,avg; char name[30],course_enrolled[30],filename[10]; for(i=1;i<=2;i++) { printf("filename"); scanf("%s",&filename); p[i]=fopen(filename,"w"); printf("Enter Name of Student\n",p[i]); fscanf(stdin,"%s",&name,p[i]); printf("Enter Course In Which Student Is Enrolled\n",p[i]); fscanf(stdin,"%s",&course_enrolled,p[i]); printf("Enter ID Number Of %s Enrolled in …

Member Avatar for raja289
0
411
Member Avatar for deftones

Hey people, I have quite a big code and want it to be repeated until the conditions are met. The problem is that every time I try to use Do...Loop statement, my program becomes "hung". Or even when I try to replace that statement with other methods, the program still …

Member Avatar for deftones
0
96
Member Avatar for supriyav

Hi, I have to create *.xls (or *.csv) with multiple tabs. The program is in the loop and every time the loop runs it should create a new tab. Can any one help me with this. (I want to code it with out using PYExcelerator - I tried using that …

Member Avatar for jlm699
0
381
Member Avatar for gangsta gama

I am practicing my arrays, and I am trying to make a number/letter tic-tac-toe game. Here is my code: [CODE=c++]#include<iostream> using namespace std; char board[3][3]; char letterNum; void displayBoard(); void move(); void displayBoard() { for (int i = 0; i < 3; i++) { for (int j = 0; j …

Member Avatar for gangsta gama
0
263
Member Avatar for Nemoticchigga

I am trying to put the contents of a char buffer[512] into a word* (type def as data type short). How do I do this? I have tried memcpy but am either getting an exception or it will run but the word* is undefined value after the copy. Any advice …

Member Avatar for Ancient Dragon
0
101
Member Avatar for besktrap

I'm writing a gravity simulation in python and pygame, and had a quick question. Say I have an object that I can move. Lets call it "square". Then I created a line like so... [CODE] pygame.draw.line(screen, (0, 0, 0), (84, 368), (510, 368)) [/CODE] How would I tell python not …

Member Avatar for besktrap
0
114
Member Avatar for thatoneguyx

the question is within this example: (using *'s) [code] #!/usr/bin/python # Filename: inherit.py class SchoolMember: '''Represents any school member.''' def __init__(self, name, age): self.name = name self.age = age print '(Initialized SchoolMember: %s)' % self.name def tell(self): '''Tell my details.''' print 'Name:"%s" Age:"%s"' % (self.name, self.age), class Teacher(SchoolMember): '''Represents a …

Member Avatar for thatoneguyx
0
105
Member Avatar for dinilkarun

we are able to query successfully from a Column called "ParentUUD" (without space) using query in python for MS ACCESS DB. "SELECT Name FROM PartVersion WHERE ParentUUID='"+ str(lstUUID[0]) +"'" we have a column whose name is "Parent UUID" (with space) We are trying to query the column from PYTHON. we …

Member Avatar for woooee
0
1K
Member Avatar for Temax

Is anyone who kan show me how I can send more than 2 parameters to another page? I having trouble with this. I have a search in a page.( navigation.php). Here is a dropdown. I want to send the dropdow parameter with the search word to a page called (search.php) …

Member Avatar for buddylee17
0
145
Member Avatar for ninjaneer

I have a C++ dll that I am trying to call in another section of code (happens to be C#) currently I am getting the following error: [COLOR="Red"]Additional information: Unable to load DLL 'MATLABThreadLibrary.dll': The specified module could not be found. [/COLOR] even though I believe I've got all the …

Member Avatar for ninjaneer
0
236
Member Avatar for plike922

I am wonder how do you make it that you have to letters = to one number with only typing it once? Here is my program. My problem is that the result printf("%d reversed is: %d\n",num , res); is 0 reversed is: (The number backwords). [ICODE]#include <iostream> #include <stdio.h> #include …

Member Avatar for dwks
0
358
Member Avatar for MLT1988

Last semester I took CSII and we built an unsorted list (C++). This summer I went thru the textbook and built an sorted list, and now I'm trying to template the sorted list, but i keep getting compiler errors like this... : undefined reference to `SortedType<float>::SortedType()' /tmp/cc0C4kB6.o(.text+0x448): In function `main': …

Member Avatar for MLT1988
0
151
Member Avatar for SwiftDeath

Pls Help me, i am nearing the deadline July 30 of this case study and the code is almost finshed it does sort the input elements the way my algo logic does however i am not able to display the correct number of passes to show the law of the …

Member Avatar for dwks
0
150
Member Avatar for Wiki_Tiki

Hi, I'm busy working on a word processor, and I could use a bit of help with 2 things. The Savefiledialog, and the Openfiledialog. In terms of the savefiledialog, I have all the code done, and it compiles properly: [CODE]public: void SaveFile() { SaveFileDialog^ saveFile1 = gcnew SaveFileDialog; saveFile1->DefaultExt = …

Member Avatar for Wiki_Tiki
0
109
Member Avatar for Wiki_Tiki

Hi everyone, I need help with this one problem. I'm using Visual C++ 2008, Windows Forms app, and I've created a test program where you can set up two system::strings, xvalue and yvalue. It then converts them to Ints (x and y). It then calculates x and y depending on …

Member Avatar for ArkM
0
123
Member Avatar for Nemoticchigga

Has anyone ever seen a function call just get skipped? I am running in debug mode and it wont let me set a break point on the call and when i step to it it goes right over to the next line, no exceptions, no errors. Has anyone EVER seen …

Member Avatar for Nemoticchigga
0
287
Member Avatar for Clockowl

Is there any difference between those function declarations in C++? Since in C the first states "take any and as much arguments as you like", and the latter means take none... Thanks in Advance, Nick

Member Avatar for Ancient Dragon
0
69
Member Avatar for RandV80

I've built a class, one parent and multiple children, that I need to group together to eventually be stored in a single file. For the moment I've gone with something like this: [code=C++] CObject *group //CObject is the class in question group = (CObject*)calloc(1, sizeof(CObject)); //1 element just to start …

Member Avatar for RandV80
0
109
Member Avatar for dmanw100

I am almost done with a project and now I would like to code an installer for it. I know there are many free solutions to make installer packages online, but I would enjoy learning how to make one from the ground up for the expirience if nothing else. What …

Member Avatar for dmanw100
0
151
Member Avatar for bajanstar

Hi Guys, I have a text file which looks like this 123456 Amanda Morris and I would like it to look like this "123456","Amanda","Morris" The file has about 2000 lines how would I go about inserting the quotes and the commas. I use textpad to open the textfile and I …

Member Avatar for peter_budo
0
134
Member Avatar for jay29982

I want to learn PHP. is there any tutorial whch i can refer to start learning. please help me

Member Avatar for jay29982
0
76
Member Avatar for vietnamese

Hi, I try to do a winform C# (2005) and update an item in Grid. The 1st column, I have a combobox so I want update all item in Grid when I change value in comboboxes. Could everyone give me an example? Thanks in adv

Member Avatar for ChaseVoid
0
94
Member Avatar for stewpyd

Hi, I have an average cost greater than price crystal report for 20 different stores. I want to create a master report that lists all of the results over the entire company. Hence, I want to use union all in a SQL command for this master crystal report. For example, …

Member Avatar for tesuji
0
141
Member Avatar for abu taher

I use data control to link access file by data properties not code. use simple code like move next etc. I use find next to find data. but when i want to find i write the criteria like Name = taher. But i want I write only taher in find …

Member Avatar for electrosoul456
0
233
Member Avatar for karlw

Hello All, I am having a problem when returning a PChar from a function using Delphi 6. First of all, most of my functions pass type 'strings' around, but I am creating a DLL, to make sure it's universal, i can only pass type 'PChar' in and out of my …

Member Avatar for karlw
0
950

The End.