199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Dark_Omen

Hello, I want to create a program the scrolls in on the side of your screen that reminds you to do stuff at certain times. You can tell it what to remind you. I am writing it in c++. One problem I have is where to get started, this will …

Member Avatar for arulselvi
0
118
Member Avatar for Lemon

Well, I'm hoping someone can help me.... I've got a web application that queries data from a database based on selections made in previous dropdownlists. The problem is that some of the final queries return only one data item. I'm using the onSelectedIndexChanged with autopostback enabled as my events in …

Member Avatar for vrushalinz1
0
152
Member Avatar for djbsabkcb

Below is my Julian day program. I have to convert a day into julian and then get todays date and tell how many days from the julian date it is. I am having problems with the output of the julian date is off by 1 day and my difference output …

0
113
Member Avatar for deineMutti

Hello Smart People, I'm implementing an Ant Simulator (swarm search stuff) and I'd like to be able to load different "species" of Ants (.java classes that implement an Ant interface). I've been having trouble creating "num" of a certain species and initializing their initial position. If num = x, then …

Member Avatar for jwenting
0
279
Member Avatar for mark_terri

hey I am trying to understand java server faces ... if anyone of you has any sample (may be for the beginners... anything?) application ... can you plz mail to [email]cyber_corleone@hotmail.com[/email] plz also tell mewht I need to do in order to execute the application ...

Member Avatar for bpk
0
145
Member Avatar for ohnbabygal

hi im writin a simple GUI project usin C++ (Dialog). i have an input file with a list of foods. my goal is to display the list of foods in a ComboBox and then Add some new food and Delete some. But i just cant put the list to a …

Member Avatar for arunkg999
0
218
Member Avatar for bgharper

Hi all. I am having a problem I've not encountered before. When using mysql_fetch_assoc() in while(), I am getting the following error: [INDENT][B]Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in archives.php on line 81[/B][/INDENT] However, when taking it out of the while(), it works fine. The …

Member Avatar for Troy
0
191
Member Avatar for bwest

I am pretty good with mysql but I haven’t done much full text searching. I have this problem though with getting results. I learned how to do the fulltext searching at the mysql.com site. I plugged their exact example into my database with phpmyadmin and everything good. Then when I …

Member Avatar for Troy
0
128
Member Avatar for cluna
Member Avatar for chiwawa10
0
188
Member Avatar for Lalo1985

Hi, quick question: Is it possible for vb6 to receive an answer from PERL via a return statement? Let me expand: The thing is, I have a CGI script that I would like to send data to a VB application. I know VB can "call" the script by making an …

Member Avatar for Lalo1985
0
140
Member Avatar for freesoft_2000

Hi everyone, I am trying to add html tables to a html document and the html table appears but here is the problem in that only certain attributes of the table is being adhered to and the rest ignored. This is what i am doing [code] String table = "<table …

Member Avatar for freesoft_2000
0
142
Member Avatar for bandm

I wrote a simple program to print out Testscore in Visual Studio .Net 2003 and got the following messages when trying to run it. 'TestScore.exe': Loaded 'D:\Documents and Settings\pooleb\My Documents\Visual Studio Projects\TestScore\Debug\TestScore.exe', Symbols loaded. 'TestScore.exe': Loaded 'D:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'TestScore.exe': Loaded 'D:\WINDOWS\system32\kernel32.dll', No symbols loaded. The program '[3920] TestScore.exe: …

Member Avatar for bandm
0
199
Member Avatar for CrazyDieter

In order to provide a simple "garbage collector" for my programs, I'm trying to write a template smart-pointer class, that may be used like that : [code] #include <ref.h> class Foobar{ ....}; ref<Foobar> sample_manipulation(ref<Foobar> in) { ref<Foobar> f=in; //.... return f; } int main(void) { ref<Foobar> f1=new Foobar; ref<Foobar> f2; …

Member Avatar for CrazyDieter
0
182
Member Avatar for DJ1UK

Hi All, I'm stuck!! I've got a page with 3 dropdowns on it and a submit button to pass the data to a table in a database. The code is as follows: [CODE] Sub Page_Load(sender as Object, e as eventargs) dim objConn as new OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=C:\blah\blah\blah.mdb) objConn.Open() …

Member Avatar for gaumehta78
0
167
Member Avatar for cancer10

I have a commondialog on my form, 1 textbox, 1 command button. I want to show the path of a link(link file) on the textbox using the commondialog? how should I? When I write the following code, I get the path of the actual file and not the path of …

Member Avatar for Comatose
0
196
Member Avatar for chetanpandey

Hi All: I am new to this List. I am creating a Swing GUI based Word Processor which takes in English Text and using KeyListeners converts it into Unicode Devanagari - the Script used for writting The Hindi Language of India - which is dispalyed in a JEditorPane set to …

Member Avatar for chetanpandey
0
166
Member Avatar for drp

Hi, I've made a web application, and now I want to be able to distribute it with a copy of MSDE SP4. MSDE has to be installed via command line, and the web application takes a certain database setup. I've got all the scripts and commands ready to install the …

Member Avatar for drp
0
181
Member Avatar for cancer10

I want the timer to set the interval in hours or minutes and not in milliseconds. I get the following error when I set the interval as in minute as Timer1.Interval = 60000 * 5 "Run-time error 380, Invalid Property Value"

Member Avatar for Comatose
0
256
Member Avatar for luisator

Hi everybody! The application I´ve been working is almost done, first of all thanks to all for your help. But now I want to do something extra and don´t know if is possible. My application starts when I call a bat file with the javac and the java command to …

Member Avatar for stupidenator
0
148
Member Avatar for server_crash

I have a "dynamic" JComboBox. What I mean by that is items are removed and added on "the fly". The getSelectedIndex() is returning -1 when an item is selected. I looked this up and it indicates the selected item is not in the list....What in the world does that mean? …

Member Avatar for server_crash
0
100
Member Avatar for saiteja

hi.. I reached to the end of my project..but still struggling with date time issue in JSP... I am using mysql as database... simply to say my question is, how to insert and retrive datetime from database to my JSP page...can anyone put the code for that..i will be the …

Member Avatar for cheenu78
0
137
Member Avatar for jime0726

hey guys, i don't program at all , i just run and maintain the servers,so i really don't know much about php but my manager is trying to create web based bill menu for our company using php. he wants to be able to create a user, without being logged …

Member Avatar for jime0726
0
219
Member Avatar for Gunapriya

Hi All, I want to update an attribute in LDAP using VB. when i try to do this using the obj.get property I get the message: 'The active directory property cannot be found in the cache'. How to sort out this error' Thanks for any help

Member Avatar for techniner
0
366
Member Avatar for chiwawa10

Hello, I'm facing a with a real-time app. This real-time app is reading data from the serial port, then, process it. However, it seems to miss some data when the computer has some other apps running. More data are lost when other app do heavier processing. When i try to …

0
103
Member Avatar for 010081

i got this message plz help :: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/baje/public_html/Templates Management/index.php on line 17 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/baje/public_html/Templates Management/index.php on line 19 its like this plz point out session_start(); include_once('common/common.php'); // …

Member Avatar for vark
0
113
Member Avatar for Dani

I'm having a hard time trying to syndicate my blogs. I want to create an RSS feed via PHP. So far, I have it running through all of the entries and spitting out <title> <link> <description> <time>. My problem is with the header. How do you declare those first few …

Member Avatar for numerouno
0
312
Member Avatar for JoBe

Hello ladies and gents, I had to do an exercise in wich I was required to compair two standaardtype strings opposits, meaning: name = "Johan", name2 = "nahoJ" The idea was to return a bool value True or False. I did this with the following code I wrote:[code]#include <iostream> #include …

Member Avatar for Dave Sinkula
0
250
Member Avatar for smartintelleng

[B]This message is long, just focas on the bold parts which their aint that much, dont mind the smilies Plz help me solve the compile error[/B] [B]An overview of my program[/B] The program takes the results from a html form(questionaire) than either updates the files with the results or adds …

Member Avatar for Rashakil Fol
0
118
Member Avatar for mshavel@optonli

Hello, I'm running 3.25.54 on a linux RedHat server. Here is my scenario and what I'd like to do. I have two databases d1 d2 d1 has some tables in it that I want to be in d2 instead of being in d1. My task is to get some of …

Member Avatar for mshavel@optonli
0
278
Member Avatar for ashneet

Hi, I am new to PHP and still am learning so i was just wondering that how would i send email through PHP because i was making a program that askes the use for email and send it to me so i can respong to them

Member Avatar for sarahk
0
180
Member Avatar for cherryluscious

Hi everyone, I need help writing a program.. I have no idea how to start off ...can you please help me...I am very lost :sad: Thank you soo much if you can help because I am extremely confused. A parking garage charges a $2.00 minimum fee to park for up …

Member Avatar for Narue
0
158
Member Avatar for CSharp-DG

Hi Guys... I'm a new memeber and need your help in coding C# Game. I've started coding in C# couple months ago and i have a project to submit next Wed (01/06/2005). I've been trying to working on the project for the last few days....but i couldnt code the project. …

Member Avatar for Gargen
0
157
Member Avatar for stangfl

I am fairly new to PHP and MYSQL and was having a few problems getting a database search script to work. The data is input through an HTML form with an input field and drop down box to narrow results. This code will work for searching one table but as …

Member Avatar for Troy
0
138
Member Avatar for kapow

I HAVE TO HAVE THIS DONE BY TODAY ---Here Goes---ALL HELP REALLY TRULY APPRECIATED I WILL PRAY FOR YOU ASWELL!! Produce a vb application that incorportates a class module that will hold two pieces of information about 6 company employees. the information is their new salary and a short description …

Member Avatar for npasma
0
168
Member Avatar for jazzyjoe

Hello I am new to C++, I have this program which i take an input file and i have to find the average and standard deviation of the numbers in the file. I have part of the program completed but i don't know where to go from there. can someone …

Member Avatar for murschech
0
147
Member Avatar for Partydude4

Can anyone tell me how or what's the code for the following: 1. I have two frames on my web page. (Top and Bottom) 2. Top Frame is data 3. Bottom Frame are some Controls. (Print button, Back Button, Close Button.) 4. I [B]do not[/B] want to use Java. 5. …

Member Avatar for Partydude4
0
409
Member Avatar for namit

I have the following code How do i first edit this to take errors and also to be able to attach files. [PHP] <?php //Gets these from page before $mail_ref = $_GET['mail_ref']; $mail_title = $_GET['mail_title']; $mail_location = $_GET['mail_location']; ?> <title>RFC Job Application</title> <link rel='stylesheet' href='../../rfcStyle.css' type='text/css'> </head> <body bgcolor='#ffffff' leftMargin='0' …

Member Avatar for techniner
0
213
Member Avatar for nchandra

[url]http://wsprod.colostate.edu/cwis116/hscouns%5Forder/?clear=yes[/url] This server has MX6.1 and session variable apppack is undefined. The same code works on CF 5 server as in [url]http://admissionsinfo.colostate.edu/hscouns_order/?clear=yes[/url] I have in the application.cfm file <cfapplication name="Highschool Counselor Order" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout=#createtimespan(0,0,20,0)#> And in contact.cfm have :- <cfif form.submit EQ "Continue"><!--- Only get form vars from last …

Member Avatar for bkendall
0
294
Member Avatar for harlequin2k5

I'm currently designing a website in coldfusion and after visiting a few other sites and adding them to my favorites, I noticed that they added an icon next to the page description. I've tried to find this code in several different sites that have this and I can't find it. …

Member Avatar for bkendall
0
765
Member Avatar for mickyboy

hi all i wish to create a simple programe that does the following. to be able to calculate the circumferance of any given circle and divide by chosen degrees over 360 degrees. have tried simple programe by typing in the immediate window. giving a radius of 10 as follows,and using …

Member Avatar for mickyboy
0
135
Member Avatar for DotNetUser

txtULCol->Text == "" does not work for checking for a blank textbox in VC++ .NET. With or without text the code always return false. Any suggestions? Thanks.

Member Avatar for alpha_foobar
0
158
Member Avatar for bennetjosem

i got a page index.php. i got a link over there to download.php. in download.php i'll do some mysql things. (like count file download...) and redirect the browser to some file 123.zip. Wot i really want is. I dont want to go to download.php instead the browser should remain in …

Member Avatar for bennetjosem
0
235
Member Avatar for luisator

HI everybody! I am starting a visual basic application from java with the following routine: Runtime rt = Runtime.getRuntime(); try { Process p = rt.exec("Grabacion"); } catch (Exception e) { e.printStackTrace(); } I want to know if there is any method in java that can make this application "grabacion" stop …

Member Avatar for server_crash
0
82
Member Avatar for Paladine

I am just going to throw this out here and see what responses I get. Is there any tutorials any of our members would like me to post in the .NET Tutorial Section? Login (done) Registration (done) SQL vs Access DB backend (done) I was thinking of possibly a datagrid …

Member Avatar for Paladine
0
86
Member Avatar for africanhind

Hello, I’ve become a member here just about five minutes ago and honestly I can feel I’ll get a great help from you, and that what I hope. I’m on my final year in School of Math. Department Computer Sciences, And I’m really in need of a graduation project proposal. …

Member Avatar for server_crash
0
305
Member Avatar for NilovSerge

Hi, all! I run in PHP процедуру MSSql-procedure: $Stmt= mssql_init( 'ProcName', $Con ); ... $Result= mssql_execute( $Stmt, true ); if ( !$Result ) { echo mssql_get_last_message(); ... The problem is that if this proc generate an error(for ex breaking the unique index), mssql_get_last_message() gives "The statement has been terminated." but …

Member Avatar for Troy
0
167
Member Avatar for paradox814

I need to load a value from a recently posted page... [php]for ($i=0; $i<10; $i++) { $_SESSION['someVar'][$i] = $_POST['someVar'][$i] $_SESSION['anotherVar'][$i] = $_POST['anotherVar'][$i] $_SESSION['yetAnotherVar'][$i] = $_POST['yetAnotherVar'][$i] }[/php] now the session part works just fine, but the $_POST part just blows up on me! How can I fix this? I want to …

Member Avatar for Troy
0
191
Member Avatar for tyty

Hi I have attempted to install Apache/PHP on a new WinXP Home machine. I have it running succesfully on a Win98 machine. Apache works fine. PHP doesn't. I get the following Apache log error when trying [url]http://localhost/phpinfo.php[/url] - File does not exist: c:/webroot/php/php.exe/phpinfo.php. phpinfo.php is in c:/webroot. PHP is installed …

Member Avatar for Troy
0
158
Member Avatar for Yuki H.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/user/public_html/im2db/image.php on line 14 This is the error I am getting Here is the code: Image.php Am I supposed to add a exit(); after $result = mysql_query ($sql, $conn); line? [PHP]<?php // database connection $conn = mysql_connect("localhost", "user", …

Member Avatar for val542
0
227
Member Avatar for symoore22

http://ww.bestblanks.co.uk/media.php hi im not sure what im doing wrong with this: have a look at the above url: each product name is suppose to open a small window which will go on to display a description of the product: however when you click on title there is an error and …

Member Avatar for tgreer
0
193

The End.