199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Krstevski

Hello friends, I have problem with MODx, I want to create multiply blog... One blog and one page something like a front page. Do it possible to make this ? If it possible, how to do this ? Thanks.

Member Avatar for pritaeas
0
97
Member Avatar for spursfan2110

#include<iostream> #include<string> #include <ctime> using namespace std; class Dog { protected: string name; char gender; public: Dog(string theName, char theGender) /*constructor*/ { name = theName; gender = theGender; } ~Dog() { cout << "good bye: " << name << endl; } void bark(int n) { cout << name << ":"; …

Member Avatar for JohnKSmith
0
89
Member Avatar for elizabeth mwash

kindly assist...am creating a software and i needed to include a table...columns and rows but i don't know how to do it. can i get a shortcut through the toolbox. highly appreciated elizabeth

Member Avatar for babbu
0
88
Member Avatar for lola_fcis

i want to know how connect a microsoft access using java and i want how to call this data base thanx:)

Member Avatar for jwenting
0
88
Member Avatar for tamagochi

Dear all I am currently trying to find a java source code with which either HTTP POST or GET request can be catch from my program, then the HTTP POST can be read to our user on my program,,,can some body help me ? Thank you in advance

Member Avatar for jwenting
0
39
Member Avatar for 4789787

Ok so this game works perfectly fine on my own windows test box webserver but when I upload it to my website it doesnt work at all, It gives me the error in this php script, and iv determined the problem lies in the HTTP Referer method used, so is …

Member Avatar for colweb
0
339
Member Avatar for linuxoidoz

Hi, What's the easiest way to check whether an item is in a list and then get to that element and do something with it? So far I can think of [CODE] if x in List: for x in List: if x = y: do something [/CODE] Thank you.

Member Avatar for linuxoidoz
0
31K
Member Avatar for tyson.crouch

G'day, I've just been cleaning up some of my queries, and have opted to use a MySQL view for simplification of my queries, as i was using multiple queries to get the values that i wanted. However, I cannot quite figure out how to iterate through the view. My view …

0
58
Member Avatar for Iam3R

Hi, i have written a program to find the power of two numbers using iteration. The problem here is that to return the correct out put for even powers but not for odd powers. b = base , e = expo ,p= power( b, e);; for even powers the statements …

Member Avatar for Iam3R
0
95
Member Avatar for tyson.crouch

I'm sitting my CMA next week, and am rather embarrassed that i have to ask this. i have some java code, that i'm looking to clean up. and in it is my SQL queries. I've tried running joins on my tables but none quite get the effect that i've achieved …

Member Avatar for pritaeas
0
127
Member Avatar for preetg

Hi everyone i am using Window XP, mozila firefox, and php 4.1 i made php project for my final year exams...now this is not runing.. my project consist menu that list out all the options. this menu is in javascript and css. where i developed that project runing properly.. but …

Member Avatar for rajarajan2017
0
110
Member Avatar for jesikatt04

I am trying to create a plan for users based on their top 3 choices. I want to display results all together on a results page. I have database populated and form (check boxes) created. I cannot seem to put the two together. I want them to choose 3 choices …

Member Avatar for tyson.crouch
0
101
Member Avatar for Lee21

Guyz, i need your help. How will create an array of checkbox, I dont know to create it on vb.net but as far as i know in vb6 you're just going to create a toolbox then if you copy and paste it,it will automatically ask if you want to create …

Member Avatar for Lee21
0
310
Member Avatar for Kirtipari
Member Avatar for needanswer

Datagridviews on each tab and invisible both id, on the first tab, you will not see the id on the datagridview, but, the second tab, the id is on the datagridview????? HOW TO FIX IT? Thanks.

Member Avatar for needanswer
0
102
Member Avatar for Natique

Ok I'm trying to make a GUI with multiple forms on Visual C++ 2005 Express Edition. And I was following a tutorial and made two forms. Form1 and Second. I want the Second form to open from Form1. So I included Second.h in form1 and then added this to the …

Member Avatar for peter_budo
0
245
Member Avatar for feoperro

Hi, I'm trying to make a marquee within a table that uses 1 picture and goes on for infinity, without a gap between where it ends and where it starts each time it loops. Could someone please tell me how to do this? Thanks, -Ashton.

Member Avatar for rajarajan2017
0
173
Member Avatar for PCKing

I'm a real Noob to programming & am taking a class of intro to Java. I keep getting a variable not initializing error on the nightsA line calculation. I'm going to warn once again I'm a NOOB to this, so any help is appreciated. import java.util.Scanner; public class SunnyDaze { …

Member Avatar for masijade
0
230
Member Avatar for sharathk60

i want to display buttons like this in applet a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 when i click to any …

Member Avatar for sharathk60
0
111
Member Avatar for ashukite

I have invoice form bound to a bindingsource and bindingnavigator. In the form I have unit price, quantity and total textboxes. The total textbox text property is set to total.text = quantity.text * unitprice.text in the textChanged event of both quantity and unitprice text boxes. The result is displayed in …

Member Avatar for tuntunbabu
0
144
Member Avatar for awn

Hi, I'm trying to get a python script to automatically start at boot up in xubuntu. The idea is for the python - tk-inter window to pop up just after boot up and start its routine. I have tried including the path in the application auto start, modifying bash commands, …

Member Avatar for awn
0
582
Member Avatar for samir_ibrahim

Hi, Is there a way to comment multiple line of code in vb.net at once? means not inserting ' in front of each line in case i want to comment 20 lines that will be tedious job? TIA Samir Ibrahim

Member Avatar for kvprajapati
0
244
Member Avatar for George_E

Hey guys As many of you are well aware I creating an EPOS System I have a datagrid that stores details about all of the items which the user wishes to buy in the transaction. However if the user changes his mind I have a feature that cancels the row …

Member Avatar for kvprajapati
0
796
Member Avatar for bjeffries

Hey I am not a guru with ajax I have only used it, maybe two times before. What i am trying to do it create a site were all the content on the pages load through a box called: <div id="content"> All this works fine. But when you click the …

Member Avatar for bjeffries
0
112
Member Avatar for sweetypie123

Hi, is there a method check the number of records in data reader? like the count of rows. ?

Member Avatar for kvprajapati
0
109
Member Avatar for Chichano

Hi!! I am working on a POS system, and i have a problem with the project's publication. The system must be installed on over 30 branch, so i need the make a publishing that every time anyone in any branch run the application it get update with the newest version …

Member Avatar for Chichano
0
139
Member Avatar for nola_Coder

I'm creating a simple platform scroller using C++ and the Allegro library, and also .fmp maps created using the tile-based editor Mappy. I have two maps created, which will serve as my two levels. Once the first map is run through, I want to switch to the second map. What's …

Member Avatar for Salem
0
173
Member Avatar for mtbutt

I want to make banking system which calculates all information about bank either there is Account manegment system or any other...plzzz tel me some tricks to make this program by using simple java

Member Avatar for jwenting
0
299
Member Avatar for missbusiness

hi, im trying to divide two fields in a database like this: crterm=bal/pi but im not sure how to write it in sql. any suggestions?

Member Avatar for Brian Swan
0
102
Member Avatar for stevendavis84

Employee.h [code]// Base class. #ifndef EMPLOYEE_H #define EMPLOYEE_H #include "stdafx.h" #include <cstring> // Constant for the name's default size const int DEFAULT_SIZE = 51; class Employee { private: char *name; // The name double empNum; // The employee number int hireDate; // Number of hire date on hand // Private …

Member Avatar for abhimanipal
0
417
Member Avatar for k2k

i am thinking to use php to read plain text... and draw graph. what is the best approach? i googled and found JpGraph which looks kinda cool.. not sure if it is commonly used though.

Member Avatar for furqan219
0
166
Member Avatar for handrews3583

I'm working on the following assignment and could use some help: A teacher has five students who have taken four tests.The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores: Test Score Letter Grade …

Member Avatar for otherdummy
0
3K
Member Avatar for koupas

[CODE]#include <stdio.h> #include <stdlib.h> typedef struct { int finalMark; /* Ï ãåíéêüò âáèìüò ãéá çï ìÜèçìá */ }StudentType; struct var { StudentType *aStudent; char onomaa[20]; char eponimoa[20]; }; typedef struct var newtype; newtype a; main() { int bathmos; char onoma[20]; scanf("%s",&onoma); strcpy(a.onomaa,onoma); printf("%s",a.onomaa); system("pause"); scanf("%d",bathmos); strcpy(a.aStudent->finalMark,bathmos); printf("%d",a.aStudent->finalMark); system("pause"); }[/CODE] this …

Member Avatar for abhimanipal
0
7K
Member Avatar for kavi_90

I have to write a program where the producer gets the some number of inputs from the user and the consumer takes from the shared memory and prints their squares.In my program i have the shared memory size as 5. my program works perfectly in the area that producer and …

Member Avatar for abhimanipal
0
215
Member Avatar for nick.falconer

I'm writing a program of Conway's Game of Life. I think I've figured out most of it but there something wrong with the rules I've set up [CODE=c]for(row=0;row<20;row++) { for(col=0;col<21;col++) { n=0; if (a[row][col]=='*') { if(a[row-1][col-1]=='*') { n++; } if(a[row-1][col]=='*') { n++; } if(a[row-1][col+1]=='*') { n++; } if(a[row][col-1]=='*') { n++; …

Member Avatar for nick.falconer
0
103
Member Avatar for Cap'nKirk

Hi, I have 2 forms, Main & About. When the About form is showing it is TopMost, now I have added code so that when a LinkLabel is clicked on the About form, the About form closes:- [CODE] Form.ActiveForm.Close(); [/CODE] This works fine except that the Main form is now …

Member Avatar for kvprajapati
0
153
Member Avatar for khan17

i ve gone through a link while dong google search to handle the dialog boxes prompts in web browser control..this is the link. [url]http://www.codeproject.com/KB/dialog/WindowInterceptor.aspx?display=Print[/url] and i ve tried like this, [CODE] namespace intercept { [DllImport("User32.dll")] public class WindowInterceptor { IntPtr hook_id = IntPtr.Zero; Win32.Functions.HookProc cbf; /// <summary> /// Delegate to …

Member Avatar for kvprajapati
0
189
Member Avatar for sah15

Hi, I'm supposed to create a program where I want to purchase tickets to a theater based on rows and columns of the seats. The program uses two-dimensional arrays and constructors, and is supposed to display somethine like this: "ASU Gammage Theater 1. View available seats 2. Request tickets 3. …

Member Avatar for Lerner
0
238
Member Avatar for kdcorp87

i have some gif image which i converted to .cursor file and trying o use in my winfrom like that [CODE] Cursor c ; public Form1() { InitializeComponent(); } private void button2_Click(object sender, EventArgs e) { c = new Cursor("cursors\\newcursor.cur"); panel1.Cursor = c; }[/CODE] but i getting error that cursor …

Member Avatar for kvprajapati
0
155
Member Avatar for ogundile

pls help me Write a VB program to capture and view the following student’s records: Matno, StudentName, Dept, Program &Level. Use MS Access or any other database. Note: Divide yourselves into groups

Member Avatar for abu taher
0
137
Member Avatar for GAME

Ok, I have a code that I only want to use for the first form1 load, so that means never use it agian. So how do I use a code once then never use it again?

Member Avatar for kvprajapati
0
91
Member Avatar for jeeter19

Hi all, I have a question about moving through the elements in a web browser via C#. I currently am trying to get a checkbox to become unchecked using the HtmlElementsCollection... I have so far been able to implement putting text into a message box that is on a webpage, …

Member Avatar for kvprajapati
0
746
Member Avatar for debutant

Hi everybody, I'm starting to work with C#, almost every doubt I've had, I've found it in forums or tutorials in Internet, but there is one that I don't. How can I check if a string value is a number? I have a function that returns a string and I …

Member Avatar for kvprajapati
0
106
Member Avatar for whiplash316

Hi, I have some assignment in for tomorrow, i have done most of it, however i am stuck on pseudo codes. Here's what i have to make pseudo code for... [QUOTE][I]the medical profession used to estimate the safe level of consumption to be 21 units per week for a man …

Member Avatar for Ezzaral
0
261
Member Avatar for fellixombc

Alright, so, I decided to write an IRC Bot in C++ to get used to socket programming. Everything went fine of course, but I have one bug: when the server sends me a PRIVMSG (a message sent by a user to the server, then comes to me) it prints a …

Member Avatar for fellixombc
0
264
Member Avatar for sravs25

hi friends, i am doing visual c++ course , i got a image which captured from webcam, that image to be stored in 2d array can any one help me how to store that RGB image in to an array please.

Member Avatar for sravs25
0
1K
Member Avatar for roostr

I have the name of a php file stored in the database and i need to call that name and display that file on the current page. The code below tries to display a page called "$lay" [code=php] <? $q = "select layout from HomeUser where username = '$username'"; $lay …

Member Avatar for roostr
0
85
Member Avatar for jumomma

Hi all, I am very much a beginner and I'm struggling just to pass this class..so go easy on me. I keep getting this 1 error and I cannot figure out why. I'm sure it's something simple but I'm at a dead-end here. This is the error I get, it …

Member Avatar for jumomma
0
314
Member Avatar for squigworm

Hello everyone, I am having some trouble getting replaceAll(); to work. I am trying to apply it to a String array that has 4 rows and writing the portion of the code as follows [CODE] for(int i = 0; i < 4; i++){ lines[i].replaceAll("this", "that"); } [/CODE] For one reason …

Member Avatar for squigworm
0
106
Member Avatar for bigt666

I'm trying to do a program that gets the averages of positive and negative numbers in an array that consists of numbers I have to read from a file.txt. I'm having trouble in how to put the numbers in the file.txt into the array and I can't seem to understand …

Member Avatar for VernonDozier
0
109

The End.