199,114 Archived Topics
Remove Filter ![]() | |
hi how can i select the text in Word between 2 bold numbers. At first i must define the bold number and then select the text after him until next bold number. | |
Hi guys, relatively new to PHP - hoping someone can give me some advice. I am trying to navigate to a certain page using a switch statement, ie the case that is chosen determines which page you are directed to. The PHP code I have used reads as follows: [CODE]$TourName … | |
Hey, guys! having a little problem in python, how can I square root number or a varible in python? And I'm trying incoparate the os function of unix, like using the clear command. How could I do that in python Thanks for your help | |
Hello, I am working on a program that is using the type DATE to develop a class Event to model events scheduled for dates. This might be a familiar question to some, but, I have run into an error during the compile and I need help in debugging it. Below … | |
can any1 help me to solve the following problem? sorry if i seem noobish because i have no basic in c++ and oop and a new beginner...i'm willing to learn anything.. thank you so much...!!! Question: Ask the user to enter to key-in the inputs from 5 different cars and … | |
Hi, i need to search for a string in a file. I am trying to use memcmp() but i have never used this before and have no idea how it works. Looking at its description it compares 2 blocks of memory but im not sure this is what i want … | |
I have this program. It is an example from a book. I am using Dev-C++ and my program just runs and close and I cannot see results. I have two questions 1 - Is the try/catch block ok, becuase it doesn t seem to work sometimes. 2 - How can … | |
Hey I've set up a maintenance plan to backup databases daily and noticed the following error in last night's backup - Database 'BizTalkEDIDb' is not valid to be included in the maintenance plan. Has anyone seen this error before or have any idea what it could mean? Thanks in advance. … | |
I need help with this program im working on where you get input from a file and the program checks if the numbers are in ascending order or not and which one is the smallest and largest number in the series..cant use arrays.. This is a my input.txt right now … | |
hii all yet another question from me.. i have written a code in vb6 to call a labview7.1 vi and run it. the labview code acquires data and plots the data continuously as long as the program is running. now i want this graph to be plotted on vb6 form. … | |
hello i want to make login page similar to that of yahoo messanger which contains the checkbox of sign in automatically so i want coding for sign in automatically .....plz help me... | |
I am very new to Visual Studio/C# (although I have a good deal of C and C++ knowledge) and it seems that I am missing something since I cannot figure out how to do this and I am getting frustrated (this is supposed to be a simple project). I am … | |
I am thinking about creating a C# program that applies an XSL-T to XML to convert it to HTML. any ideas as to how difficult that might be ? | |
Hey all, Quick question i'm having trouble answering. I've concantinated my variables together and all looks good except for one thing. I want 2 spaces after a colon and am only producing 1. [code] "Thank You!!<br /><br />PERSON:"." ". $row['fname']." ". $row['lname']." [/code] This produces: Thank You!!! PERSON: John Smith … | |
im looking for a book or two that will teach me MS Visual C++ 2008 Express Edition and a book that will teach me 3D game programming on it aswell. | |
I have the following program and it works but when i try to append to the file, it will not do it. Can anyone help, Thank you GCard [code=cplusplus] #include <fstream> #include <iostream> using namespace std; int main() { char buffer[256]; // open it for output then write to it … | |
When adding a new shipping option to the service, the add new shipping details panel comes up, but all other panels in the screen are ENABLE. Just the shipping details panel should be ENABLE, all other must be DISABLE, include their menus and buttons. | |
Hi, I want to create a table in Mysql but i receive an error. [COLOR="Red"]Warning: mysqli_query() expects parameter 1 to be mysqli, null given in C:\wamp\www\CreateTable\create.php on line 11 Table veriler_2 couldn't been created! : [/COLOR] i give you the whole lines to check it for me. I can not … | |
Input an integer containing only 0’s and 1’s( ie. “binary” integer) and print its decimal equivalent. {hint: use the remainder and division operators to pick off the binary numbers digits one at a time from right to left. Just as in the decimal number system, in which the right most … | |
Here are the examples for the Credit Card Processing for the .Net 2003 & .Net 2005. Both have documentation information too.Please see attachment. | |
Hello everyone, I am trying to make a program which takes two integer parameters (HeightinInches,HeightinFeet) i.e. (7,30) and then displays the output by converting it into feet and inches. I am using three operators i.e. +,++, a constant integer number=27. After compilation I got following major errors in which I … | |
import java.awt.*; import javax.swing.*; import java.awt.Color; import java.awt.event.*; import javax.swing.event.*; import java.io.File; import java.util.*; /* <Applet Code="MyPaint.class" width=400 height=400> </Applet> */ public class MyPaint extends JApplet { /* Declaring the variables.*/ JPanel panel; JPanel textAreaPanel; JTextArea drawTextArea; JScrollPane drawScrollPane; JLabel line, color, paint,kid,cil; JButton circle, rect, poly, ellipse; JComboBox cbLine, … | |
I create dynamic bottom like this: [code] formElement = document.createElement('input'); formElement.setAttribute("type", "button"); [/code] after this I can see button. Next code line not working on IE only, why? And where is mistake [code] formElement.setAttribute("onClick", "buttonfunction()"); [/code] | |
[B][/B] Ladies and gentlemen, I have an issue inserting records into my new table Output table is: [B]"TblProgrammersHours".[/B] In this table, RequestID and ProgrammerInitials are combined to form my Primary key - so each has unique value. input tables are: [B]"TblRequests" and "TblPersonnel"[/B] Note: I was not able to attached … | |
Hi I have searched for a way to replace odd characters in a FOLDER NAME. All search-and-replace issues I have seen, only involves how to make search-and-replace on a FILE och with TEXT INSIDE a FILE. My problem is with the FOLDER NAME. My case is this: I have a … | |
I would like to know it is possible to embed flash with .fla extension file into the VB6? I had tried to place it in the picture box but the VB6 dont let me to do so. If it is possible, can anyone guide me to play a flash within … | |
Hello Everybody, I am new to javascript programming. I want some help regarding this. I want a javascript code in which it should disable fields automatically when we onload a page. | |
hi i need help regaurding the software development on java.we are trying to develop a administering software for internet usage... | |
I don't know if this is the proper forum for my question, but I'll give it a try. We have a few standalone Java applications sitting on a remote AIX box. These applications are listeners, so they start up and wait for events, i.e. they remain running, kind of like … | |
I don't know if this is the proper forum for my question, but I'll give it a try. We have a few standalone Java applications sitting on a remote AIX box. These applications are listeners, so they start up and wait for events, i.e. they remain running, kind of like … | |
Can i create an application that uses WMI to find hardware information using Visual C++ 6 ?? If yes, then does anyone have sample code?? if yes then do help me out... | |
Hi all, I need to pick date for a Textbox in PHP.How Can i Pick this.Anybody can help me for doing this With simple examples............... With regards, Rajeev | |
hi i have a matrices Question should be programmed using C++ so the program is ... you should make the user enter the size of the matrix nxn,,, then he should enter the elements... and then the program should give the user MR infinity....which we use in paths and relations … | |
Can anyone tell what cause the run time "Debug Assertion Failed!" error message? it has expression: sizeInBytes>count [code=cpp] int main() { int choice; // for menu choice string option; // for repeat going back to menu option Name name[300]; int i=0; // count do{ cout<<"Welcome!"<<endl; cout<<"1.Get the data"<<endl; cout<<"2.See the … | |
Hi, I was compiling a code and I had this error: fatal error C1900: Il mismatch between 'P1' version '20060201' and 'P2' version '20050411' I 'm using Qt4 which is GUI builder and MSVC2005 Pro on windows xp SP2 I've tried to reinstall all but I still have this error. … | |
hi friends i have a problem in previewing image in mozilla browser.I will give the code. [code] script code <script type="text/javascript"> function loading(img) { document.getElementById('disp').src=img; } </script> [/code] [code] jsp page code <html:file property="productImage" value="${product.productImage}" styleClass="sni_input" onchange="loading(this.value)"/> <img src="" id="disp"> [/code] only few codes are written.I think you can understand … | |
Respected sir/madam 1> how to call project folder in netbean? i am trying to run full online exam project at netbean. am getting exact display at tomcat. but am getting error at netbean.(like am keeping all jsp pages in subfolders like for exam, test...etc) 2> how can i make connection … | |
Wanted to know if this is possible and if so what it means. 1 typedef struct tree{ 2. int height; 3. int width; 4. int weight; 5. } banyan; 6. int main(){ 7. banyan* count[2]; // This is the statement I am interested in 8. count[0].height = 100; 9. count[0].width … | |
I have used trim function as: $myar['mykey'] = trim($value); but the return value to that array is not trimed .. still there are white space before and after the real word.... what might had happen | |
dude. know to search databse will automatically scrooldown the txtbox? hi.. can any one give me example for this code. that will automatically dropdown the txtbox for the other data in databse.. ^_^ sorry for the explanation... can't explain so well..^_^ jaasaria | |
import javax.swing.*; import java.awt.*; public class ImageObsApplet extends JApplet implements Runnable { DrawingPanel fDrawingPanel; Image fImg; int fImageNum=0; String fMessage="Loading.."; boolean fDoneLoadingImage=false; public void init() { Container content_pane=getContentPane(); fDrawingPanel=new DrawingPanel(this); content_pane.add(fDrawingPanel); fImg=getImage(getCodeBase(),"Sunset.jpg"); } public void start() { Thread thread=new Thread(this); thread.start(); } public void run() { int width=fImg.getWidth(this); if(width>=0) { … | |
Basically I have a table that I generating using javascript. I wrote a function to build the row and I call it a bunch of times with different parameters. I know the individual functions work because I can pull them onto their own page and attach them to an onclick … | |
I am working with a site with a lots of modules. some of the modules are inter-linked to each-other; such as article and resource, Member and Level. And now i need to make the modules inter-linked if they exist, and independent if they dont. its like if we have [B]member … | |
Yeah so I have to write a program that will open the disk drive of a PC and close it after 5 seconds, then open it again after 5 more seconds and I don't have a clue where to begin. Please help. :eek: Lovemachine | |
Every time I run this program, I get the number the user inputted printed back on the screen infinite amount of times. According to my CS teacher, he wants us to use basics, no arrays or strings. The user is suppose to type in several numbers followed by -999. Say … | |
i have a problem about my database when i press sa save comand button it goes something like that... run time error -2147467259 operation must use an updateable quary.. i cant detect the true error... help help the code in my save are corect check this... Sub saverecord() rsemployee.AddNew rsemployee.Fields("EmployeeID") … | |
[code] /********************************* * Program Name: Task2.java * * Date: 27 Janauary 2008 * * Programmer: Dhanandjay MOTAH * *********************************/ import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.Graphics.*; import java.applet.Applet; public class Task1 extends JApplet implements ActionListener { JLabel lab1; //label created JComboBox comb1; //combo box created JButton but1; //button created … | |
Hi, i have just started learning postfix and prefix notations. i was wondering if there is tutorial or something with regards to it here. i was also wondering if there are conversions from postfix to prefix and vice versa. is it available? |
The End.