199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for wussa

Hi, please help me as I can't see to get the problem. I have just transferred the site to my new host. I am getting this problem hitscountersite.com/register.php please help me php coder. Cheers

Member Avatar for nav33n
0
105
Member Avatar for triadR

hi, i've a code shown like this.. [CODE='c'] #include <stdlib.h> #include <stdio.h> #include <winsock2.h> #include <pcap.h> #include <remote-ext.h> #define ETH_IP 0x0800 // type: IP #define ETH_ARP 0x0806 // type: ARP #define ETH_ICMP 0x0800 // type: ICMP = IP #define ARP_HARDWARE 0x0001 // type for 802.3 frames #define ARP_REQUEST 0x0001 // …

Member Avatar for triadR
0
250
Member Avatar for matale

Hi, Im using ASP.net Login controls to allow users to Register on my website. I want an Email to be sent to the site Administrator everytime a new user registers, how do I achieve this? Thanx

Member Avatar for greeny_1984
0
199
Member Avatar for rajeswaran25

hi, I have a problem. I create a button control in aspx page. when i will be click it print all contents.The button functionality will be write by aspx.cs page .what code i will be given this functionality is excuted

Member Avatar for greeny_1984
0
93
Member Avatar for pranav_jog

how to avoid form load again after loading the page in asp.net in my case when i am selecting any item from dropdownlist then form is loading again & again & after selecting item second time it's giving me the selected value, so how can i get selected value at …

Member Avatar for greeny_1984
0
2K
Member Avatar for master78

How to create a array of type double and have compile time initialiser placing 10 values in two arrays. Storing the product of two arrays in the third array.

Member Avatar for vckicks
0
121
Member Avatar for cmatos15

Hey everybody, I seem to be stuck on this rolling dice problem I received on one of my lab exercises. Can somebody get me started on the right path. Here's a description of the problem along with the code given. The green indicates where I need to insert code. DESCRIPTION: …

Member Avatar for cmatos15
0
2K
Member Avatar for gispe

hi! im havin a problem with a program ive made. problem is that doesnt show messages. dont know whats wrong :S also attach the program [code=cplusplus] // cartas_paquetes_v3.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> int _tmain(int argc, _TCHAR* argv[]) { using namespace …

Member Avatar for ArkM
0
94
Member Avatar for sTyleSHA

Dear All, I face a strange problem. All of sudden in our company website, the below script gets included automatically the end of the body tag. i.e, above </body> tag. Any idea of how to rectify this problem? Is this some kinda virus ? Do you know any sites that …

Member Avatar for Shanti C
0
129
Member Avatar for sddproject

Hi! I'm trying to make a coin toss program using a random generator, but i'm not sure how to upload the image of the heads and tails from its file on my PC. Image names are Tails.gif and Heads.gif . Here's the code so far: [code]Public Class Form1 Dim headCount …

Member Avatar for sddproject
0
199
Member Avatar for tapaditap

I'm having a problem with retrieving records from my file just started programming over a month a go please help this is for my class project. I need to do delete,update,query,and add to binary file and prompt the user to enter which record they need to retrieve and i started …

Member Avatar for ArkM
0
110
Member Avatar for kavithabhaskar

Can you please tell me what's wrong with this statement ? i get no errors but I get no o/p either! [QUOTE] Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click Dim con As OleDbConnection = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\Documents and Settings\bashkark\Desktop\Copy of USERS.mdb") If (ComboBox6.SelectedItem = 0.5) …

Member Avatar for RipperJT
0
125
Member Avatar for rob_xx17

hello, I have a situation where I'm going to be generating a whole bunch of numbers. These numbers will be in the range between 0 and 1. What I will have to do is to separate these numbers into 100 different groups depending if the number is between 0 and …

Member Avatar for ArkM
0
116
Member Avatar for CoolGamer48

In regard to good style, is it better to use the NULL macro, or should you just use 0? And should you cast either one to the type of pointer you're using? i.e.: [CODE] int* pInt = (int*)0;//this, int* pInt2 = 0;//this, int* pInt3 = (int*)NULL;//this, int* pInt4 = NULL;//or …

Member Avatar for ArkM
0
323
Member Avatar for 11silversurfer1

hi i have searched the net to find how to make an edit box but i havent found anything. Please help thanks

Member Avatar for 11silversurfer1
0
55
Member Avatar for raghavan2004

HI friends i am interested in finding out what will be the code for my problem if any one finds it plz help me out. whwn i click a component and place it on my webform in the property window it says as component1.text (for example whwn considering a textbox …

Member Avatar for greeny_1984
0
127
Member Avatar for samlabs821

Hello , I created link to admin/admin.jsp I want to create a link to index.jsp in admin page Mysite___ |___index.jsp |___admin/ |___admin.jsp

Member Avatar for samlabs821
0
115
Member Avatar for picass0

Is there any function in shell that enable to check for upper or lower case? i would like to check the input argumnets for upper or lower case.

Member Avatar for ghostdog74
0
2K
Member Avatar for picass0

i wanted to printout the last entry of the file without passing in any arguments but how can i able to do it? i know how to print out where argument is supplied and doing a grep to match it. example inside the file i have: apple:2:1:3 orange:1:2:3 grape:2:3:4 i …

Member Avatar for ghostdog74
0
118
Member Avatar for Tigran

Hello, Lateley, I was searching for a good WinAPI book (for c++ ofcourse) After a while searching, i found this book: Programming Windows, 5th Edition by Charles Petzold The book looks good and is nice and thick (1500 pages or something) But where I worry about it the age of …

Member Avatar for Frederick2
0
126
Member Avatar for zourlas

Hello mates I have a new question... I have 2 2-d arrays with the same dimensions and contents. The first one, say a [15][4] and the second on, say b[15][4] and are both char type. They both have the same elements(same 4character Lines) but in different order(the second one's Lines …

Member Avatar for zourlas
0
125
Member Avatar for kikunosuke

first, i am sorry if i can't speak english well i have problem where i can't insert data to data base mySQl using vb2005. it is my simple code on vb. ---------------------------------- [code]Imports MySql.Data Imports MySql.Data.MySqlClient Public Class Form1 Dim xobjConnection As New MySqlConnection("Server=localhost;uid=root;pwd=;database=test1;") Dim xobjAdapter As New MySqlDataAdapter() Dim …

Member Avatar for kikunosuke
0
95
Member Avatar for plike922

I am trying to fix this "error C2447: '{' : missing function header (old-style formal list?)" i looked over the program and cant find anything wrong. Here is my program. [CODE]#include <iostream> #include <stdio.h> #include "simpio.h" #include "strlib.h" #include "random.h" using namespace std; #define LowerLimit 0 #define UpperLimit 200 #define …

Member Avatar for VernonDozier
0
236
Member Avatar for shekki

Hi, I'm having trouble getting this to run. basically I'm trying to get a table to display miles per gallon into liters per 100 kilometers in increments of 10. Every time i run it though, it just displays the table header without any results. Any advice would really be appreciated …

Member Avatar for shekki
0
64
Member Avatar for plike922

I am trying to create a program that gets the solution of a quadratic formula, but i keep getting an error and i cant figure it out. 1>quad.cpp(14) : error C2440: '=' : cannot convert from 'int (__cdecl *)(void)' to 'int' 1> There is no context in which this conversion …

Member Avatar for dmf1978
0
179
Member Avatar for Greatoutdoors

This may not be a Java-specific question, but if it can be done in Java that would be my first choice -- I have at least a basic idea about Java. If not, then any pointers toward the correct language will be much appreciated. Help with creating the code will …

Member Avatar for Ezzaral
0
177
Member Avatar for Frederick2

Just decided to try the new Code::Blocks IDE on an old ODBC program of mine that I had always compiled as a C program. I decided to redo it as a C++ program and immediately hit a nasty problem that I never ran into in C. It involves a Typedef …

Member Avatar for Frederick2
0
326
Member Avatar for kavithabhaskar

there is another problem that i am facing..i got 2 comboboxes filled with values from MS Access and they have values like 1.00,2.00,2.98,3.00,3.25 and 8.00 I want to be able to choose 2 values i.e. one value from each combo box and when I hit click I should get queries …

Member Avatar for kavithabhaskar
0
155
Member Avatar for Ivan Rutter

Help! Running xampp (basic package) version 1.6.6a under windows XP Professional, installed to D:\xampp. Attmpting to use zip_open() in php script and getting: Fatal error: Call to undefined function zip_open() in D:\xampp\htdocs\tms_test\zip_test.php on line 3 The php script, from the 'w3schools' website, is: <?php $zip = zip_open("test.zip"); zip_read($zip); echo "zip_open …

Member Avatar for Ivan Rutter
0
381
Member Avatar for ncognito66

Sorry, I posted this in the wrong area (I'm using MySQL) Hello all: I'm currently building a website for a radio station and I want to setup a programming lineup. The fields I'm using are: ID Title Dayofweek (Show Day) Timeslot (Show Time) AMPM (AM or PM) Description Name (Host …

Member Avatar for tesuji
0
152
Member Avatar for bimaljr

Hello I am fresh newbie in Python world. I need a python code that just copy my input file with a different name. I just want to test it. Example. A simple scipt file : [B]copyfile.py[/B] when I do a command like "python copyfile.py 1.jpg" it would copy the "1.jpg" …

Member Avatar for bimaljr
0
111
Member Avatar for sbv

Hi the situation is, My database is online. On one system i have my asp.net project (as a server). i need to access this site in LAN. Means from anywhere i access site the database is live. Am i right..!! Now the problem is I am unable to access the …

Member Avatar for jamello
0
102
Member Avatar for Gaurav arora

HI all i m making a project in which i have added menu named Login which includes items like login, create new user, delete user, change password etc. i want to access these items on the basis of username. e.g. if username is administrator he can access all the items …

Member Avatar for Gaurav arora
0
121
Member Avatar for jamello

Hello people! I need ideas about how to randomly generate a set of integers - a set of 16 on 40 rows. I had tried the Randomize function on the .net framework but has not been successful. Any idea woud be appreciated

Member Avatar for jamello
0
175
Member Avatar for stockton

I have written the following Stored Procedure in an attempt to update two tables in the same database reliably but unfortunately it is not too successful. I ocassionaly end up with only the BundlesIssued tables updated and nothing in TicketsIssued. Please make suggestions on how I could make this stored …

Member Avatar for tesuji
0
148
Member Avatar for ChrisP_Buffalo

This is a follow up to my solved thread a few days ago about extracting parts of a RegEx search in a web scraping app. Now, I have a script that includes 4 RegEx searches that each work individually. Now I want to compile all 4 into a single search …

Member Avatar for bvdet
0
5K
Member Avatar for dashisneo

heyy i am a beginner in c++. i am trying out to develop a code to display the date in dd/mm/yy format . also i am interested in validating the date( like for eg a month feb only 31 is invalid) and it should display "date invalid" if the date …

Member Avatar for VernonDozier
0
120
Member Avatar for psathish2

i get username and password from user in login.php to compare with mysql db username and password.here 2 type of user are admin,user,if login a admin go to uregister.php then login the user go to userlink.php in the databse 3 fields username,password and usertype. [code=php]<html> <head> <head> <body> <form method=post …

Member Avatar for peter_budo
0
191
Member Avatar for bondo

I am working on a project that will read in a huge file and insert the data into a SQL database. I can read the document, but all of the XML is incorrect. I get it as an excel spreadsheet, but it's actually about 6 webpages stuck into one document, …

Member Avatar for bondo
0
238
Member Avatar for flagrl

i downloaded and put linux mint on a Cd it took about 3 hours i started the CD up and it's just files that i can't do nyhting with. what should i do?

Member Avatar for tomleo
0
84
Member Avatar for puma8085

My project is to receive data from MRI machine, which has a com port can send serial signals. The data come thru pin3 of the com port and we want to save and read them on a pc. I've check the data with a spectrum analyzer and found the signal …

Member Avatar for puma8085
0
82
Member Avatar for kriscbe

hi all, i want to generate a timestamp with year,date,month,day,hours,min,seconds,milliseconds. in my code i generated a time integer with the help of time(). with that integer can i generate timestamp with milliseconds. sample code: [code]int len; time_t mytime; presentTimeStamp = 1999999950;//this value is return from time() mytime = presentTimeStamp; struct …

Member Avatar for Salem
0
244
Member Avatar for prasu

I retrive data from a table to a datagridview. I want the coulmns to be in a sorted according to their names ex: column starting with 'a' should come before that of 'b' and so on Is there any SQL querry for the above problem or any function in datagridview …

Member Avatar for selvaganapathy
0
118
Member Avatar for tefbaez

Hey there, I need help with something... I need to create 2 .jsp pages, one with a textbox in which you submit a name, and the second one should display it when you i click the submit button...but i cant seem to get it right =S this is what ive …

Member Avatar for tefbaez
0
669
Member Avatar for g_yan

i am a final year student. My supervisor had asked me for creating one chat program using java. i don't have any idea on how to started it. he asked me for doing a standalone system. please help me solve this problem?

Member Avatar for Ezzaral
0
175
Member Avatar for MikeyFTW

Can anyone help me in graphics in python GUI using Tkinter toolkit...can anyone give me a code that can implement simple images onto the canvas of a GUI program, i know i have to use bmp. or gif. images which is fine because i got that. Thanks...

Member Avatar for TheOneElectroni
0
351
Member Avatar for veledrom

Hi, Code below is wrong but i can't find the mistake. [code] Set @RecAdj:=(SELECT SUM(Paid) AS Total FROM payment WHERE PayDate = CURDATE()); if ISNULL(@RecAdj) set @RecAdj:= 0; end if; [/code] Or is there any other way? Thanks

Member Avatar for veledrom
0
115
Member Avatar for Tekito

I'm new to class modules, and the compiler seems to be enforcing a correlation of the number of input vars for a Get and Let procedure of the same property. The Let property must always have exactly one more variable (the NewValue) than the Get procedure. So the code I've …

Member Avatar for Tekito
0
100
Member Avatar for ThomsonGB

Hi Folk An aside from the computability issues. I am running into a specific error where the best solution eludes me. Suggestions please! I am looking for advice from someone who may have seen this before: Compiling manifest to resources... Linking... sub_proc.obj : error LNK2019: unresolved external symbol __imp__InitializeSecurityDescriptor@8 referenced …

Member Avatar for ThomsonGB
0
490
Member Avatar for preethi_ga

Hi, Actually i try to use FlexGrid in VB. But i donno how to use that. Can anyone help me how to bind the database in MSFlexGrid?

Member Avatar for VIeditorlover
0
203

The End.