199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for curtranhome

can anyone please give me the code (or point me in the right direction) to be able to password protect a web page with javascript that gets the usernames and passwords from a database and displays a message if the entered password or username is wrong and points the user …

Member Avatar for stephen84s
0
90
Member Avatar for vender hak

Please help me ! I read a book . I had new project . Following the instruction that : File->new->projects->C++ templates. The book require " Managed C++ application" templates. I use Visual Studio.NET 2003 professional . So I can't find that templates . But the book don't say use what …

Member Avatar for vender hak
0
92
Member Avatar for lndfrg

Hi, first of all I apologise for all the mistakes I am going to do writing in English. I will try to explain what I should do. I manage a web site where the owner like to put a sort of newletter for members. It doesn't sound so difficult... but …

Member Avatar for lndfrg
0
103
Member Avatar for sjshiva04

Hi, my name is Sivakumar working in a Company at Bangalore as senior software engineer. I'd like to work some freelancing software works related to (Dotnet/ASP Projects) from home.Please suggest any firm that provides projects(software Development) to work from home or any site that i can get freelancing work to …

Member Avatar for tuse
0
118
Member Avatar for jonc

Hi, I am in the process of making an application to query Quake 3 servers, but I am starting with querying the master server as I'd like to get the server list down so I can then start to query them individually. I've read through a number of threads on …

Member Avatar for DaKasper
0
476
Member Avatar for jen_

here it goes.. example prog. output: Input a number/s, (-) to stop: 5+6-7+8-9+1-2[B]-1[/B] -the user will input numbers, if he/she inputs a (-) number that will be the time that the program will stop. -the operations between the numbers should be + and - (alternate). how will i do the …

Member Avatar for pradhan.nc
0
90
Member Avatar for mike issa

i have a header file and one of the function prototypes is [CODE]extern "C" LONGBOOL _stdcall LT360LIB_CmdValue(LONGINT Handle, LONGINT CmdID, char * ParamValue);[/CODE] and there is an example of using this code [CODE]z=LT360LIB_CmdValue(0, lt_Goto_CCW, "5.5");[/CODE] when i try this code it compile and builds correctly but when i run the …

Member Avatar for mike issa
0
344
Member Avatar for brainne

i'm new to vb.net and i cant figure out how to solve this problem any help would be greatly appreciated how can i show data into list view if the data is located in different tables. here few of my code, Public strConn As String = "C:\*********.mdb" Public cn As …

Member Avatar for brainne
0
85
Member Avatar for m_sam6

hi i m new to java programming and i want to make a voice chat which access a sql server db and extract ip 's of all clients that every one log in by ip (on LAN) and the problem face me now is to broadcast voice to all these …

Member Avatar for m_sam6
0
125
Member Avatar for Gold dragon

I am making a Black jack game and i am trying to make it so that when my label which shows my current randomized valued which is "2,11" if this label = 10 then i would like it to randomize so that my picture box displays one of 3 randomized …

Member Avatar for Gold dragon
0
83
Member Avatar for emilio

is it possible to pass custom eventargs in mouse click or double click eventhandler ? when i tried , it gave me an error about no overload method for double click in the designer.

Member Avatar for yilmazhuseyin
0
106
Member Avatar for garblund

I have Visual C++ 2008 Express Edition and I am just trying a sample program to see what happens when it is run. I just don't know what to do to compile it. All the examples I have seen so far don't help. Some show going to "Build" on top …

Member Avatar for mike issa
0
168
Member Avatar for redZERO

Hi, I want to build my own simple 2D RPG in Java. Whilst I am new to Java, I do understand the fundamentals of OO programming, and I am quick to learn, as long as someone isn't too impatient. I just wonder if there is anybody who can check my …

Member Avatar for redZERO
0
111
Member Avatar for mrcniceguy

I cannot upload more than 1mb photo into databases. i`m using wampserver.when it is below one 1mb it is uploaded. your help will be appreciated. Down is the code i used to upload photo. upload.php <form action="addphoto.php" method="POST" enctype="multipart/form-data"> <table cellpadding=0 cellsapcing=0 border=0 align=center width=450 height=50 bgcolor=gray> <tr><td><p><b><font color=blue>UPLOAD YOUR …

Member Avatar for Fungus1487
0
81
Member Avatar for saurabh92

Hey, I'm pretty new to Java and I was hoping someone could help me out. I wanted to know how to store the information that a loop shows. I've been asked to create a project which adds up the squares of the numbers from a to c, and this is …

Member Avatar for saurabh92
0
129
Member Avatar for Phoenix10010

Hello, I'm working on a C++ application that executes binary files, so I'm using NASM to create them. Example: [CODE] org 0 ; I don't know this value yet start: jmp start [/CODE] Since I will execute that code later, I don't know the start address (ORG) at this time. …

Member Avatar for sDJh
0
145
Member Avatar for ryy705

Hello, Running the following code returns FALSE. [CODE]$server = "smtp.gmail.com"; fsockopen('tcp://' . $server, 587);[/CODE] I know those are correct server address and port because I have ssmtp installed on my computer it uses those values to connect. But when use those values to connect from a real web server it …

Member Avatar for sDJh
0
93
Member Avatar for darcee

how to put icon on php? in my index.php where i can put the code? heres my index. php <?php include("./include/auth.php"); include("./include/top_header.php"); ?> <table width="98%" align="center"> <tr> <td class="textArea"> <strong>You are now logged into <a href="about.php">Cacti</a>. You can follow these basic steps to get started.</strong> <ul> <li><a href="host.php">Create devices</a> for …

Member Avatar for sDJh
0
129
Member Avatar for Agni

Hi, I have 2 modules, grepforapp.py and myApp.py. Basically i'm trying to make a 'search' utility. myApp makes the UI with one textbox for taking input, start button and a list box which displays the file names where the pattern was found. grepforApp walks through the dir tree and searches …

Member Avatar for woooee
0
197
Member Avatar for nomolos
Member Avatar for k2k

first of all, what can i do to make my command works like the "ls, cp, mv" ? I always do vi myScript.sh and then chmod +x myScript.sh and I have to execute it like ./myScript.sh ,,, simply typing $myScript at the command promp will not work. Second question for …

Member Avatar for k2k
0
142
Member Avatar for Jawaid

Hi everyone, Will appreciate if someone could advise me on how to do this: In an Excel workbook I have a few sheets. [B]I'm trying to write a macro which looks for a named sheet and if it is there do the required action and if it is not there …

Member Avatar for Paul Friedman
0
126
Member Avatar for Vega_Knight

hi all, i try to make array here but i didn't know how to make it? please help me.. best regards..

Member Avatar for Clive29
0
135
Member Avatar for jbimontes

i randomized the numbers ranging 1-20, it generates 2 numbers for label1 and label2 after clicking the command1 button. i created a textbox and another command button for checking if ever the to labels are [B]ADDED[/B], the answer in the textbox should match the right answer.. it will be activated …

Member Avatar for selvaganapathy
0
135
Member Avatar for prasu

Please Check the code and reply what is wrong in the update code Try block is executed successfully........but it is not being updated. Public Class Form3 Dim cn As New Odbc.OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=attend_ap; User=root;Password=;") Dim cmd, cmd2 As Odbc.OdbcCommand Dim adp, adp2 As Odbc.OdbcDataAdapter Dim ds, ds2 As New …

Member Avatar for prasu
0
158
Member Avatar for acs_andrade

Hi everyone, I'm new in this forum and I've been tried to learn a little about programing in Pascal language. I have to do a school project program for a video rental shop developed in Pascal and I would like to know if someone could send me a entire code …

Member Avatar for Clive29
0
87
Member Avatar for BillyMako

Hi, i am having problems displaying the second page of search results. I have applied similar code to a view all logs page which works perfectly but i am having problems making it work with search results. I think it might be a problem with $searchString, not sure??? Please help …

Member Avatar for ambrose
0
164
Member Avatar for Loony064

Hey guys I'm pretty close to finishing this payroll program, but i've run in to yet some more problems and i can't figure out how to fix them. So, i have various forms representing different tables of my database (Access - the database is connected to my vb application as …

Member Avatar for Loony064
0
123
Member Avatar for manzoor

how do you find the minimum and maximum number from a given set of numbers without sorting them ? i have the code but the it isnt working properly [CODE]#include<iostream> #include<conio.h> using namespace std; int main() { const int SZ = 7; double sales[SZ]; int x; double lowest = 0; …

Member Avatar for manzoor
0
99
Member Avatar for dmanw100

I was wondering if anyone could recommend a powerful library for communicating with USB jump drives? My attempts to locate a solution on Google have not provided much in terms of usefulness. I would simply like to read and write to the drive, perhaps even find the size of the …

Member Avatar for dmanw100
0
167
Member Avatar for rraj.be

I am a beginner programmer an i started a project to build a mp3 player of my own. This is my first project in big level. Any kind of guidance or help will be greatly useful to me. If any one have some idea's please help me.

Member Avatar for marco93
0
294
Member Avatar for mrrsx2006

I'm interested in learning more about PHP and MySQL. What source would you guys reccomend? I'm looking for something online that can first teach my PHP a bit better then the relation with MySQL. I don't want the main PHP site but some eBook or something maybe you guys can …

Member Avatar for ExplainThat
0
104
Member Avatar for varun.coolmax

Hello there me again...now my chat has become a multiple client chat network....now i need to implement live video conferencing....i have a sample code but the thing is it requires an OCX....and damm these ocx are costly to register...is there anyway i can get hold of Ocx for free....or can …

Member Avatar for VideoConference
0
154
Member Avatar for phpuser

Hi,friends I want to display calender in simple way just like the calender display all months in first row,after then 15 days of any one month in second row just like dtpicker but all months displayed at the same time in one row. ref link:[url]http://www.tourstogo.com.au/tour.5143[/url] as given in link, i …

Member Avatar for phpuser
0
115
Member Avatar for anthrex

hello guys, good day! i would like to seek for help regarding on how to cascade drop down list using struts tag <html:select> with ajax. it goes like this. drop down list 'A' is the list for Car Brands and drop down list 'B' is for the Car models by …

Member Avatar for ~s.o.s~
0
334
Member Avatar for tuse

Hi! I have a linux server on which I have some drupal websites hosted. I was wondering if it is possible to host asp.net pages on the same linux server?

Member Avatar for stephen84s
0
99
Member Avatar for nschessnerd

so i have a war deployed, and i need to make a temp file. but when i make one in the java app it creates it in the tomcat root which is not equal to the web root... how do i create a tmp file in the root if i …

Member Avatar for ~s.o.s~
0
178
Member Avatar for deepaksworld

hi all, I am working on flight simulation using c++ and flight gear software. I have to create virtual rain fall in the scenery. I found some java scripts for rain falling. How i can embed it with c++? its very urgent requirement? pls help. Deepak

Member Avatar for ~s.o.s~
0
83
Member Avatar for ravi.prateek

Hi everyone, I am new to this forum could some one pls help me in tree view javascript menu. I have worked out well in both mozila internet explores but the issue is online + image should change to - image where it is not happening with me. help highly …

Member Avatar for ~s.o.s~
0
143
Member Avatar for soroovan

Hi all, I'm trying to design a database model for some ancient poetry books. Here are more information: - Each verse of book will be a recorded into database. This is critically important since I need to have different feature for each verse. For example, being able to put comment …

Member Avatar for soroovan
0
152
Member Avatar for bharathi_n_r

hi fellow developers, I am in the process of generating a pdf file from html....The concept goes like this... I have a Html page where the details of a particular employee is displayed in a table...At the bottom of the page there is a button to convert this page to …

Member Avatar for bharathi_n_r
0
106
Member Avatar for rusman

I'd like to create a script that will run a command, parse the output for certain fields/words and then email that information to me if it meets simple criteria. For example, when run, the command will output several lines. I'll need to grab the Name: Test1 Type: Windows Active: No …

Member Avatar for eggi
0
159
Member Avatar for shekhar52

...........please somebody help me with this ..... i want to display images contained in a folder (basically www dir in wamp)....... the images should be displayed on a webpage...... its like a search box.....you hav to enter the name of the folder to view its images....... ...............please help me with …

Member Avatar for DGStudios
0
75
Member Avatar for Bishnu Mishra
Member Avatar for sciwizeh
0
45
Member Avatar for MrPickle

I want to write a program to detect when my laptop's mouse is connected/disconnected but I don't know if there's any events called when a USB device is plugged in or maybe it's something else? I'd also like to know whether it's possible to tell what device the mouse input …

Member Avatar for camthalion95
0
94
Member Avatar for Kavitha Butchi

Hi all, Can someone tell me, How to wrap text around an image when the image source is in a php variable?Here is my code. [code=php] <html> <head> <style type="text/css"> #divider { background-color: #ccffff; border: 1px solid #ccc; padding: 0px; margin: 1px 0px 0px 0px; } .fndslist{ position: absolute; border: …

Member Avatar for Kavitha Butchi
0
232
Member Avatar for dougy83

HI, I've written a big program which uses multiple serial ports and udp & tcp sockets. Everything works functionally as expected, but the serial port writes block until the data has been sent (reading is fine as I check the number of bytes available before trying to read). I thought …

Member Avatar for dougy83
0
1K
Member Avatar for SUBHABRATAIISC

Dear All, I am trying to write the following code: def try1(n): a1="God Godess Borother Sister Family" a2=a1.split() a3=raw_input("PRINT A WORD") a4=a1.find(a3) print a4 a5=[] if a4>0: a5=a2.index(a3) a6=a5+1 a7=a2[a6] print "The new word is" print a7 a8=a5.append(a7) print a5 elif a4<0: a11=a3 print "The word is not availiable in …

Member Avatar for ssharish2005
0
86
Member Avatar for manor

Hello everyone, I am new to this community.. I have no clue how to go further with the doubt i am going to post. I am supposed to connect to XYZ(remoteserver) which uses mysql server and fetch data from it through my localhost ABC. I wrote my PHP script and …

Member Avatar for R0bb0b
0
113
Member Avatar for neknek

I have problems with searching & sorting strings in a file... I want to alphabetize the string so I did this [CODE]{for(x=0; x<100; x++) { for(c=x; c<15; c++) fscanf(stdin, "%s", student[c]->surname); if(strcmp(student[c]->surname,student[c+1]->surname)<0) {strcpy(temp,student[c]->surname); strcpy(student[c]->surname,student[c+1]->surname); strcpy(student[c+1]->surname,temp); strcpy(temp,student[c]->name); strcpy(student[c]->name,student[c+1]->name); strcpy(student[c+1]->name,temp); strcpy(temp,student[c]->number); strcpy(student[c]->number,student[c+1]->number); strcpy(student[c+1]->number,temp);} } }[/CODE] when i run the program, it just …

Member Avatar for ssharish2005
0
109

The End.