199,114 Archived Topics
Remove Filter ![]() | |
Hello there, guys! I am quite some time now into programming, but have been dealing with C source codes for a short time. After creating some very basic programs, I want to do something more "sophisticated", might I use this expression. But let me not beat around the bush and … | |
Hello , I read artical listed on link [url]http://www.tgreer.com/aspnet_html_04.html[/url] What I am doing is. on aspx page 1)There are two dropdown list on my .aspx page 2) One ddl ( drop down list) is populated on change of another one 3) One place holder to accomodate dynamic controls On change … | |
hi, i am using a progress bar in a conversion program in conversion process progress bar is showing the progress of conversion , but i am using a timer increment for increase the progress bar , but when file is big due to timer is showing the process has been … | |
I have to write a program for homework that asks for contestant scores, then outputs the total after the lowest and highest number are deleted. This is what I have so far. I can't use a sort since we haven't covered that yet and I'm not sure exactly how to … | |
How to store the result of find command in Shell program? I want to store if found then result = 1 else result =0. How to set the result ? My code result = $ (find . -name "doll" ) Can anybody help me? ps. tcsh in cygwin | |
Howdy, I know this's not the first mod_rewrite thread, but I hope I can find the answer here :o I have a game script running on server and I need to change the dynamic url to SEF. placed this code: Options +FollowSymLinks RewriteEngine on RewriteRule game/(.*)/(.*)/$ /games/game.php?$1=$2 in the .htaccess … | |
Hello there, I am relatively new to PHP. I would like to know if there are any free forum scripts out there that would come with a blogger script as well, and once the forum is running, when you click on the author of a particular post, it sends you … | |
Hi, I am trying to change some setting in a script (perl) but i do not understand what does the following statemnet meant: [CODE]sub dirlog { $mypath = "/xxx/xxx/"; $logpath = "/xxx/xxx"; [COLOR=Red]$dirlogfile = "randomdir.log";[/COLOR] $interval = "0"; # The days that the random dir will be kept; @tmpoutput = … | |
Hello ladies and gents, I'm trying to do another exercise from Accelerated C++ in wich I have to write a program to count how many times each distinct word appears in its input. What I have untill now is this, [code] int main() { vector<string> theWords; string aWord; short count; … | |
I have a project in C while i need connect with the databse using turboc C? plz help me in this regard. | |
I am trying to develop an application in which i need to open an internal frame in a simple frame......with the click of a menu......is it possible????How?????The internal frame does open in a new frame but doesnot open in the same frame....what can be the reason......... :cry: | |
these are the instructions for the program. > Prepare the Fraction class as we discussed in the classroom. It should include three constructors -- one with no parameters and which creates the fraction 0/1, one with one parameter numer and which creates the fraction numer/1, and one with two parameters … ![]() | |
Anyone know what function will copy contents from one folder to another, I know the source folder and the destination aso I dont have to use the mkdir. Any Ideas? ![]() | |
![]() | Hello every1, My assinement is like so. I need to write a program which accepts a word at input and then checks to c if it is a palindrome. My teachers says that it must be dun using stacks :rolleyes: otherwise we won't get any marks. I have no idea … |
I'd like to create a "shell script" that ease and simplify the use of "Sort" command. Well my shell script should cover the use of " -b -d -f -n -r "options. also my script should do the following: -allows both relative and absolute pathname arguments -process either filename arguments … | |
I am converting some code from C into delphi pascal and have come to a brick wall. As my understanding of C is quite limited i am unsure of what '%*.*ld' is doing or how to do the same thing in Dephi. The full line is a bit long to … | |
Hi, I'll explain basically what I'm trying to do. A person goes to my site to download. Before they can download they have to agree to the TOS (according to my lawyer this is best). So on the page (let's call it agree.php) I need several things: 1. textarea with … | |
Hi Can anyone help me with this. Im new to doing scripts. Thanks I am writing a simple script to cd to another directory. But the directory does not change after running the script. How can i make the directory change after running the script? operator@tiger013s% pwd /export/home/tiger013s/operator operator@tiger013s% more … | |
I am having problem in connecting to database. The problem is with the following code. [CODE]dim objCmd as new OleDbDataAdapter() objCmd.SelectCommand.Connection = dbconn objCmd.SelectCommand.CommandText= sql [/CODE] I am having error on line2 the error is [COLOR=Red]System.NullReferenceException: Object variable or With block variable not set.[/COLOR] I think there is problem in … | |
Alright guys, I'm having quite a time with this one. I'm getting an VB script error : Microsoft VBScript compilation error '800a0408' Invalid character /addcust2database.asp, line 25 MM_conn1_STRING="Provider=Microsoft.Generic.OLEDB.3.51;" & _ "dsn=www.motorlists.com;" &_ "uid=mechanic; pwd=k1n3t1c;" &_ "Server.MapPath("motorlists.mdb");" I'll print the code, but it's pretty long. The purpose is to send a … | |
Hello! I'm trying to place a google search bar on the right hand side of my header. So my logo is on the left and search is on the right. So I've got a table with two columns, logo in one and search in the other. But for some reason … | |
hi I have some problem.. for instance i have a String s= blue it maybe another string of yellow red whatever how do i convert that b to B i only read about s.charAt(0) to get the first letter .. | |
hi guys, I'm a new member. By the way, I had an error that showed up on my jdbc program that connected to oracle. It showed 'java.sql.SqlException'. When I looked up on it in a book called Oracle8i Complete Reference, it told me that I could set my environment variables … | |
Hi all, Does any one anyone have a site where there is a full tutorial about Java. Thanks :cheesy: | |
[COLOR=DarkOrange]wat is the difference b/w ponters and strings?[/COLOR] :sad: | |
So I have to make a UNIX shell that can basically take in any UNIX command and then keep a record of the time each process took, by forking off children processes, recording their time, and recording the parent's time, and then return that time into a linked list or … | |
I'm trying to write a pseudocode for finding the area of a trapezoid. Is this right? THIS IS THE GIVEN INFORMATION Write a Fortran 90 program to compute the area of the trapezoid. Upon execution of the program, the user (you) will be prepared to provide the lengths of the … | |
Hi...new here. Found this site while searching for an answer. While a novice mainly, I am as good as it gets for my workplace, a not-for-profit in central Indiana. Anyway, a few eeks ago I stumbled across a code snippet that could be inserted in email that, when opened, the … | |
Hey people I currently have some rollover buttons.....very simple....text turns from grey to red when the mouse moves over the button. I did this through dreamweavers rollover option. But i what i want to achieve in addition to this is, when the mouse rolls over the button and turns the … | |
I want to be able to open a new window with simple html, like this: [INLINECODE]<a href="file.htm" target="_blank">click here</a>[/INLINECODE] I want to then put javascript in the header of that new file that takes off attributes such as toolbars or scrollbars. This has to be possible. Thanks. | |
I am doing a movie booking system, my booking page consists of buttons, representing as seats. Each time this seat is clicked, the button number is listed into a listbox. For example, buttonA1, buttonA2 are clicked. The listbox display this two as A1 and A2. How can i save A1 … | |
I have a question about hashing. If you have a hash table that is 101 in size. and the items are inserted into the table using quadratic probing. I want to insert a new item with address 30. If position 30 in the hash table is occupied and the next … | |
Hello, I'm trying to get an OOP MFC application working, so far it complies and everything but nothing happens. And I cant work out why. I would post code snippets but the simple fact is the MFC lib is far too big for that stuff. I've zipped up my project … | |
Hi all, I'm making a on-screen keyboard, for a group of disabled students. I've managed to complete the keyboard but i'm wanting to have an option to set the level of transparentcy. At the moment the alphablend value (the level at which the form is transparent) is set to 150. … | |
[IMG]http://vedium.net/java.jpg[/IMG] I have an array in a.java, den b.java is suppose to collect data and put inside the array in a.java. den I need c.java to read from the array to see wad b.java has entered. If i use "a ent = new a;" I would get a blank array … | |
I'm using the following function to modify tags used for mouseover text:[code]function delHoverX() { re = /(\bdsc00001\b)/i; imgTags = document.getElementsByTagName("img"); for (i=0; i<imgTags.length; i++) { if (re.test(imgTags[i].title)) { origTitle = imgTags[i].title; origAlt = imgTags[i].alt; imgTags[i].title.replace(re, "$1"); imgTags[i].alt.replace(re, "$1"); if (origTitle == imgTags[i].title && origAlt == imgTags[i].alt) { imgTags[i].title = "same"; … | |
Hi All - I am currently using a Javascript for a pop up window that enlarges a thumbnail picture. I wish the POP UP window image to be LINKABLE - that is on mouseover of IT, goto a new window URL - Any help would be extremely appreciated!!! My Current … | |
I am using an SQLDataAdapter to bind information from a database table to a listbox. However, the user have to select an item from a dropdown list box, DropdownMovie before the information for that particular movie is bind to the listbox. No errors in the codings. But when i run … | |
how to add a seperating line between menubar and toolbar in Python using Tkinter. is that possible using Tkinter. also how to add vertical seperating line to seperate toolbar buttons in toolbar. please help me out from this problem. | |
hello everybody, Plz Help me............. using System; using System.Runtime.InteropServices ; using System.Data.Common ; using System.Threading; namespace UdayChat { /// <summary> /// Summary description for MyClass. /// </summary> public class MyClass { public MyClass() { } public struct x25Data { public string Xd_Data; public int Xd_Len; } public struct x25doneinfo { … | |
![]() | Hello, I hope this is the rite place 4 it, but i like designing 3d work. And i have simulated an x-ray effect on a robot i drew. However, I would like to make my pictures [B]move[/B] using armatures. I know of a few softwares that do this but they … |
hi frieandz I am chaitanya, I am new to this forum, well I am posting my first thread to this forum, please reply to this with an answer, I got a string called "helloworld" I want to swap the two words in that string an di want to print it … | |
I've got a problem with replacing letters for a specific vector, stored in a file. The first file contains a list of "x = 0000101" like entries. The second file contains the target words in the 15th colom. I tried to use a dictionary containing the data of the first … | |
Well this program is suppose to not accept anything but s, S, r, R, p, P, or q, Q. When some one enters anything whether it be those or somethign different the while loop continues (it won't let me escape) Well any ways here it is. [code] #include <iostream> #include … | |
hi everyone, iam trying to connect to server here is the code for connecting: [CODE]public void CONNECT_TO() { int port=200; if(t1.getText()=="") serv="localhost"; else serv=t1.getText(); try { port = Integer.parseInt(t2.getText()); } catch (Exception e) { } try { c_s = new Socket(serv, port); l3.setText("Connected to server " +c_s.getInetAddress()+":" +c_s.getPort()); form F=new … | |
:lol: Hello,I'm a newer,I want to study ASP.But I don't know how to study it.Please help me,thanks! | |
Hi, I want to access folder on a remote server in a LAN. I just need to access data from there. The script needed to run and create report on server it is resident only data needs to be accessed from other server. Please anyone can help? I have no … | |
Good Day, As u can see I have been away from programming for a while and I have a task that desperately needs me finsh a program. I am trying to use the rename(arg1,arg2),feature of c to rename files on the system. Since the path to these files are long … | |
Hello everyone. I am currently a freshman student in college. I am currently majoring in Computer Science. I have ran in to some really tough stuff lately that is leaving my wondering whether I should continue in this major or not. I love computers but maybe I need to be … | |
Hi, I need some advice on where I can find relevant materials on passing values from an executable C programs to PHP scripts. I think its possible by passing the values and store on a text file and import the text file into the scripts. But I am now trying … |
The End.