199,114 Archived Topics
Remove Filter ![]() | |
Hi....... I have a complicated homework...... I have a data which is csv file. I have to take this data from csv file and do sum calculations on these data's elements. But my problem is I cant take data from csv file to do this... I can take data from … | |
I have this lab from a C++ class that I can't get to work... Write a function containing a simple sort program that will sort an array of integers by using the stack class (as used in Ex_10). The array (pointer) and its length should be passed to the function … | |
Hello... I have a quiz application based on PHP. I use paging, which is showing only one question per page. I want to set a time limitation on the application. The problem is that when i do refresh the page then javascript countdown timer start from starting. What i want … | |
I am trying to figure out how to sort an array with a stack class. The array (pointer) and its length should be passed to the function as parameters so that the original will be sorted. The array created in main() should contain a maximum of 20 integers which should … ![]() | |
double a,b; cout<<"Enter Value"; cin>>a>>b; jus a simple program...whenever a character is Key in ..the program error.i know is because of the double only for integer.how can i edit it so that it will return me a cout<<"U have to enter a integer"; when character is enter. anyone can help … | |
I will simply provide my .bat file in hopes that someone can guide me in the right direction. I have been given several tips and hints, but no one has been able to walk me through this and considering I have never even touched Java before I have no idea … | |
Hi all, pls how do i create a site in dw 8, i.e how do i set up a server on my pc + i need codes for search within a website. thanks | |
hi all, Can anybody send me codes hat i can use to add search, and hit rate to my website? thanks | |
i have a code here but there something a problemss...please kindly help...!! Private Sub cmd_Click() If Text1.Text = "aa" And Text2.Text = "aa" Then MsgBox "fsdafsafsaf" Else MsgBox "invalid" End If End Sub Private Sub Text2_Change() If KeyAscii = 13 Then cmd.Enabled = True End If End Sub i want … | |
Hello. Apologies if this subject has come up before but much searching hasn't produced anything of any use. I currently have a program which reads data in from a specific file and then processes it etc etc but what I need to be able to do is somehow put a … | |
how to concat two values without concat function???????? is there anyonw who can tell me solution of above problemmmmmmmmmmmmmmmmm | |
Hi . I'm new to C++ \ programming and i'm reading the C++ Primer plus 5th edition . I need help with following statement : Cout << My name is P \u00 hex hex hex hex " ; for the first , i can't find the ISO 10646 code charts … | |
Hello Friends, I have got a program for Checking the number that is it Armstrong or not. and to genrate a list of armstrong no. below 1000. The program is in C++. | |
Hi to all I have an drop down list, in that there are two fields one is income, expenses and text box . If i select income from the dropdown list then the text box should be disabled, if i select expenses then the textbox should be enabled. I have … | |
When I deploy asp.net web application in one server it is working,but when it placed in NLB cluster (deployed in more than one server ) looking for webform1.aspx file not found error is coming. Do I need to take any necessary actions during development of application if it has to … | |
Hi, can anyone point me in the right direction with incorporating rss feeds into web sites? Thanks. | |
i installed visual studio dot net 2003 in XP Professional and 2000 professional;, but i did not install iis before the .net installation.Now i need to work with asp.net and i installed IIS it is 5.1 version. The Problem is : In the Home directory configuration .ASPX extension should map … | |
hey guys i got turbo C software but every time i compile a program it says that cant recognise stdio.h,conio.h,iostream.h help thanks | |
Hi All, Please Help me out with this below mentioned error. [code] librohit.a: undefined reference to `MODEL_NAME' librohit.a: undefined reference to `FT_MODEL' librohit.a: undefined reference to `STOCK_MODEL' librohit.a: undefined reference to `FUTURE_MODEL' librohit.a: undefined reference to `COArgs::COArgs()' librohit.a: undefined reference to `std::strstreambuf::freeze(int)' librohit.a: undefined reference to `RWMutex::wLock()' librohit.a: undefined reference … | |
Hi Guys, I am struggling with a small problem and was wondering if anyone would be kind enough to help... I have to write a program showing (up to 30) of the first Fibonacci numbers in sequence. Unfortunately, my programming skills are fairly poor - and I am having trouble … | |
Hi All, I want to start a project that can locate and fix or suggest fixes to software bugs. I mean that my idea is to automate software debugging process as much as possible. Actually, I don't know if there is anybody who implemented this idea before or thought about … | |
hi everybody In my program I don't want anyone write anything to the text of combobox.. The user could only choose one of the indexes from the list of combobox... how can I do that? | |
hi every one, i want to create autocomplete for a search textbox in a site.can any one say how to create it using only javascript not ajax or other advanced options. waiting for u r replies bye | |
i wrote a program in c ++...when i compiled it..the compiler showed limit=215f #00a5....and the program did not get compiled and the ide got closed...i compiled using turbo c compiler...tell me whatz dis??and how to compile my program??the program is around 500 lines...help me... | |
Hello :) So I'm doing a project based on semantic analysis of Java code whereby my program (hopefully a plug-in) will prompt the user with solutions to his/her compiler errors with the option to auto-fix. What sets my project apart from a program like Eclipse is that it's targeted for … | |
hi friends! I'm new to vbasic. I just want to know, how to set the precision for variables defined as double. plz send me the syntax Thanks in advance. bye elanch | |
Hiya I am trying to make a program on visual basic 5.0 to determine weather a word or phrase is a palindrome or not. I need my program to be able to tell if the word or phrase is a palindrome and it not being case sensitive. The code below … | |
I need to read numbers from a text file and then store them in variables to use as input for the Java code I am writing. The text file will be in this format: -------------------------------------------------------- 5------------- this is the number of nodes 0------------- starting node 0,2,1---------node a,node b, distance from … | |
hey i jsut have small question it might be silly but i am new to database and don`t know anything about SQL first is SQl the same thing as SQL server? second i have MS visual studio installed on my PC how can i start using SQL!!! like what is … | |
I do not even know if I can do this, so this may be quick and painless. I have my existing code, all the fields, buttons, scroll panel and everything else where I need them. Simple FlowLayout is fine for what I am doing. Yesterday I created this goofy little … | |
Hi, I'm trying to assign variables where vpSec0 points. [code] void * vpSec0 = NULL; CreateHVFESection0(vpSec0); [/code] CreateHVFESection0 function is below. [code] void CreateHVFESection0(void * vpSec0) { int hSec0; size_t * nbytes = (size_t *) malloc(sizeof(size_t)); hSec0 = bitio_o_open(); /* 'B','U','F','R' */ bitio_o_append(hSec0,66,8); bitio_o_append(hSec0,85,8); bitio_o_append(hSec0,70,8); bitio_o_append(hSec0,82,8); /* Total length of … | |
Is there any problem wid ths code? [CODE] $name=$_POST['txtusername']; $password=$_POST['txtpw']; $result = mysql_query("SELECT username,pw FROM login"); while($row = mysql_fetch_array($result)) { if($name=$row['username'] && $password=$row['pw']) $valid_user = 1; else $valid_user = 0; } if($valid_user=1) echo "You are logged in"; else echo "Enter again"; [/CODE] ![]() | |
Hi I am having a problem with the height of my dynamically create rows. The data is retrived properly form the database, the issue is displaying the rows. When there are alot of results to dusplay the rows are displayed correctly. If there are a few rows the hight can … | |
Does the binary of JVM (e.g. java.exe) provide an option to work in a backward compatible mode? My problem is I have JRE 1.6.0_01 installed on my machine and I have an application that requires JRE 1.4.2_XX. I don't want to install JRE 1.4.2 only for this one application. PS: … | |
Hi friends I m new to this site. I have got a problem. I cant run Java program on my PC. If anyone can help plz reply. | |
Hi, I am running an utility from java. The utility is a '.cmd' file. I have used the code below to run the utility. [code] Runtime runTime = Runtime.getRuntime(); try{ runTime.exec("cmd /c start D:/Test/run.cmd"); } catch(Exception e){ [/code] And it runs the utility successfully, the utility should be run 5 … | |
Okay im kind of interested in porting the gnome-games packages to the win32 platform. This aught to be possible, right, seeing as there is win32 versions of GTK and SDL etc ? Anyone had any experience of porting software? | |
I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> … | |
can u tell me how to find a part of string using an sql.. Dim inp As String inp = InputBox("Enter the Search Term") exec ("select * from solution_database where search_term like '" + inp+ "' ") i want to get the records whose search_trem contains the string "inp" which … | |
Greetings, Just a really quick and somewhat simple question with a (hopefully...) simple answer: [B]Is J#.NET the same thing as Java?[/B] If not, what are the differences between J# and Java. Thanks in advance, DeFrog777 | |
hi all, i know this seems to be silly 4u guyz-but im finding it very hard(to figure out,what might b the result)....can anyone plz help m out...(for .net(1.0),vs.net(2003),vb.net) 1)can anyone tell m -how to make a copy of an exisitng webproject... 2)if i download project from website& i want to … | |
I have written software that creates a text file, the text file contains colums of data. When I view and print the text file using notepad all the colums line up correctly. I am now trying to print the text file using a button on my form but every time … | |
Hello I am trying to learn java on my own. I have downloaded the Java 2 platform standard edition (J2SE), but it does not have javac.exe so that I can compile a program! Would somebody please help me! Thanks natasha | |
how to pass the commandline arguments in eclipse 3.1? if any body knows plz tell me... | |
Hello everyone, is there a posibility that I can look up email addresses from outlook email address book instead of accepting email address from an inputbox or hard-coding it? See my codes below: Thanks. [code] SENDEMAIL: Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) OutlookMail.To = EmailID OutlookMail.Subject = "Project … | |
Hi! Am trying to create a C#.NET dll and use it in VB6.0 application. I've created the class library, generated the type library using tlbexp.exe, registered it using regasm.exe, but after referencing the tlb file in VB6.0, it says "ActiveX component can't create object". Am using MS Visual Studio 2005. … | |
hello i met a problem in msflex grid control.it shows thw runtime error "3021"while i run the form do u help me? | |
hi, can u plz tell me how to insert date in to msaccess i have text1.text=date what is the sql statement for inserting insert into table_name (datecolumn) values ('"+text1.text+"') this is showing error... plz check with this.. urgent... | |
Dear All, I have a [project] table which includes Project name,Startdate,EndDate,Location.and [SubContractor] table which includes id,subContractor_name. each project has one SubContractor at time and one SubContractor may have many projects at time. There are cases in which the first SubContractor leaves the project for some reasons and the company give … | |
Hello guys!!! Im a beginner in VIsual C#. i was given a task to create a Forum using ASP.Net. Please help me on how to change the Skin of a default ASP.Net Forum. I have installed it already but don't know how to replace its default skin. please help... I … |
The End.