199,114 Archived Topics
Remove Filter ![]() | |
i know this is 2 easy for you guys, but please help..... Its been only 2 wks since i enrolled this class and they gave me this assignment.... please check if its correct. thank you so much [code=cpp] #include<iostream> using namespace std; char vowels[]={a,e,i,o,u}; char n; char main() { cout<<“Please … | |
Hi All, Im new to ASP.NET & C#. I have designed a webpage where a user has to give his details like Name, Age, Sex, Location and subnit it to another page. Now it works even if the user gives details only about his name & sex. SO im trying … | |
Hi guys, i need help with a script. [CODE]#!/bin/bash # This process id pid=$$ # Path to the file which contains the process id path="/var/tmp/" # File which contains the process id file="accumRunning" pname="accumData" # Command for checking and running cmd="php /home/kersten/workspace/AdBenchImporter/import.php" # check if file exists if [ -s … | |
I am using frontend as visual basic 6.0 and back end as oracle 9i. Query is written for crystal report 8.5. In query select fields i used function to retrview data and grouping that fields. In Oracle Viewer Showing data is not same as Crystal report Viewer showing data. It … | |
I have to create an array from an input file and then extract the calculated information from the array back to an output file. I understand how to bring in an input file but I am unsure how to put this information into an array. Here is the assignment incase … | |
Hi guys, The question I need to answer is [quote]This query is about patients who got the same illness on the same day. For each pair of such patients, display one row showing the illness code, the date of onset, and the patient number of each person involved, e.g. FLU … | |
Dear Frens, I m beginner in VB.net. I have developed an Address Management System where I want to add my searched grid into Crystal Report. Unfortunately, I don't know code to make report from datagrid. or certain data set. I have succeeded in making report from primary dataset from crystal … | |
Hey everyone, I'm back in C++ this semester; Last semester I went through Structured C++ (and passed with a 4.0; many thanks to all of you!) and this semester I'm in OOP. I don't have sample code yet because I haven't started. But I was talking to a classmate, and … | |
| |
hi there. i need help in making my code work. i will briefly discuss the output that is needed. currently, i have 5picboxes that s'pose to relate to the frame that has been grab from the frame grabber. when i click, btnTrack5frames, the program suppose to capture image by image … | |
Hi All: I have started to teach myself C#, if you can give me links // refs to content that can help start from fundamentals and then progress from there. I appreciate your help in this matter. Thanks, Poonam | |
hi im currently making a a program using windows application with visual studios.the problem is i am new to this and wonderin if someone can help me. i am basically having trouble with creating a list of arrays in a Class which will be used to store information and also … | |
Hello all, very useful forum you guys have here. maybe you might be able to help me with an issue i am having with a program i am writing? I am trying to dynamically load a class that the user specifies. I am coding in standard java 1.5 and swing. … | |
How do you test a record to see if it is the last record? I want to append one string to the end of my script string if the record is the last one, and a continue string if it is not. I'm showing the entire procedure below so that … | |
Ok guys, I need help, I found a couple of examples but don't understand. None of the Java examples uses this method for Converting letters uppercase to lowercase: int offset = (int) 'a' -(int) 'A'; char lowercase = (char)((int)uppercase + offset); Can somebody get me on the right track here … | |
Hi all, this forum seems to have sparse traffic, so if you stumble upon this thread I want to request that you please give your opinion on the following question. I am currently a rails developer and I was looking to add another language to my CV, I just wanted … | |
[B]I've installed Apache2.2.4 & php5.2.3 in my windows xp, evry thing is going perfect but when I want to transfer a session variable to another form its not tranfering.......plz any body help me on this regard. will I have to configer any file....its urgent for me..[/B] | |
Hi,I am developing an inventory system and want it to be used in a networked environment.I have given it some thought but i am stuck.I have not done this before so i will greatly appreciate all the help.So is this possible- for the system to be used on multiple machines … | |
Hi every body I want ot add CAPTCHA in my registration process any here please help Thanks in advance | |
[code=cpp]#include <iostream> using namespace std; int main() { char b; char john [6] = {'a','e','i','o','u','\0'}; cout<<"Please type a letter:"; cin>>b;} } [/code] please complete this code. i need to use an array that will give an output telling that your input letter is a vowel or consonant. ![]() | |
Hi, in my asp.net application i need to redirect the user to a new page when the session is timedout. I am using windows authentication for the web pages. i can not handle that in session_end event. Any help in this regard will be very much helpful. Thanks a lot. … | |
hi, I have a probelm,two thread from two different JVM's accessing the same file causing improper data for the 2 JVM's resulting in improper data. If it same JVM i can go for synchronized block ,wil not happen with independent JVM.soluion pls? | |
I'm currently building a Queue Systems for processing Customer Information. These file are processed as they are received and I am trying to build a queue to hold the file names for sequential processing. I tried building one with the QUEUE Class but was unable to get it to update … | |
Hello every one, I have made the insertion, viewing part of the database, but want to have an edition part too, could anyone plz kindly guide me, how it is possible to have edition part too? NOTE; I am using PHP 5..., MySQl 5... , and Apache Server | |
Hello everyone, I am want to write a small program that runs in the background, which means that it has no user interface, and runs all the time, something like a process. The program does a single task: it reads barcode values from a barcode machine attached to the computer … | |
Hi All, Can someone help me writting a function in csh / tsch shell, i'm getting below error, l () { ls -lrt ; } [COLOR="Red"][B]Badly placed ()'s.[/B][/COLOR] Thanks, Arvind S. | |
Hello guys, I'm having hard time to insert/create a code for one projects component. The issue is how could i call a stored procedure and how could i execute it. | |
Is there a way to check how many errors can this code detect and correct??? | 1 0 0 1 1 | | 0 1 0 1 2 | = G | 0 0 1 1 3 | lot of help ken js | |
Hi, e.g. int a = 20; int b = 07; I want to joint a and b together to get 2007. Anybody know how to do it? lots of help, ken js | |
I have downloaded the free Borland compiler Bcc32 and am delighted with it. I also downloaded the turbo debugger. I have a lot of experience using a debugger from an integrated environment but the Borland download includes only the command line version of the compiler and I don'y know how … | |
Hi, Im busy using access to build a database, and Visual Basic to build the program code and automization in the database. Im looking for a feature simular to a notification box, where the if trigerred a msgbox or simular will appear. This is pretty simple and works perfectly. What … | |
How do you clear a string in a single statement ? for egs. i want to clear name[20] of all its contents and leave it completely empty Please help :-/ | |
can anybody help me to write the following program. program that will return the day of the particular date and year? i.e.,user gives date,month and year.we have to print the day of it. | |
Is there a way in Delphi to open the windows login dialog and (if the user logs in ok) retrieve the user name? Have done much searching on the web without success. Thanks | |
Hello everybody, I want to have search option and the search result in one page, so I write the following code, but I dont know why after search there is no results displayed: [LIST] The file name is SearchInSide.php[/LIST] [CODE]<HTML> <BODY> <FORM Action="SearchInSide.php" Method="POST"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0"> … | |
Is there a way with the VB interface to either: GetTextMetrics (ie: take Label, and I want to get the Width of the text that would be outputted by that control.) Determine if the Text is "larger" than the control. Basically, I have a form, with multiple "display" labels, that … | |
Hey, I am a total newbie I need help finding errors in my code. [CODE] // Week 4 Individual Assignment // Calculate the monthly payment User input. // Include header files #include <iostream> #include <iomanip> #include <math.h> using std::cout; using std::endl; using std::cin; using std::ios; //Namespaces using namespace std; //Declare … | |
I have built a program which acts as a Number Guessing Game using HOPP. Everything compiles like it should but my UI isnt loading because of a series of Exceptions. I was wondering if there are any helpful tips. I have added the code as an attachment. Thankyou, any help … | |
Hi all, I am a newbie and looking forwad to expand my knowledge and help if possible too. My question, Is there a way to retrieve/read/get data LABEL (TEXT) displayed on a window. The data is displayed in a label control, not a text control. I guess what I am … | |
i am retrieving data from access using following command "select * from sheet1 where [question number] like " & list(0) & " and [category] like " & list(1) & "and [sub-category] like " & list(2) & "" now problem is if list(0)..... contains integer it works but if it is … | |
HI, I am working a program for an Aquarium which contains controls for lights and a electronic fish feeder. I have found a way to get the system time but I do not have the desired result. [1] I want to be able to set the system time during run … | |
I'm a beginner in [B]ASP.NET[/B], wanna learn this important development technology. can any one tell me, where I can found some useful video tutorials. [I]Thanks to all in anticipation. [/I] | |
[B]I want to create a table, with a column which datatype will be LONG BLOB, what will be it's size????? e.g. [U][I]create table tab1(name varchar(20), pic longblob([COLOR="Red"]?????????[/COLOR]));[/I][/U] plz give me the currect code...........[/B] | |
hello how to convert string to double, and result is string. example ; String code =00000000001; Double plus =code + 1; String result =plus; // and result is 0000000002 thanks | |
Whether .net supports serial communication? If YES then what I've to do? I'm using MS Visual Studio 2003 with Framework 1.1. What will be the maximum baud rate that I can set? | |
![]() | I created a form containing a timer control named tmrChkDir and a command button named cmdPause. What I need help on is how to check if the user clicked on the cmdPause button while the Timer event of tmrChkDir is in progress, and pause execution until another mouse click occurs. … ![]() |
this is my code.. [code]class NewAction implements ActionListener { public void actionPerformed(ActionEvent e) { TArea2.setDocument(new PlainDocument()); } } void confirmation() { int ReturnValue=JOptionPane.showConfirmDialog(null,"Do you want to open a new file? ","Confirmation ", JOptionPane.YES_NO_CANCEL_OPTION ); if(ReturnValue==JOptionPane.YES_OPTION) { //HOW CAN I POSSIBLY CALL THE METHOD IN THE NewAction class?? } else if(ReturnValue==JOptionPane.CANCEL_OPTION) … | |
I'm New to the VB.Net environment this is the fist program I've attempted to write. I am trying to display the first 150 records into a datagrid and then write the first 150 and the entire file into a CSV file and I'm stuck. I need to keep the column … | |
I am in need of web template engine and I am considering two options. PHPSavant and Smarty. I am using PHP ver. 5 and PostgreSQL database. PHPSavant supports PHP5 only in beta2 version, so I am affraid of some serious bugs, but at the other hand, as far as I … |
The End.