199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for gshockneo

Hi everyone Plz reply..its urgent I am trying to track progress of a database operation . and want to dislplay percentage progress on page asynchronously. Process.jsp - In this i used javascript to call ajax function continuously which returns precentage progress. My Code is : [code] <!DOCTYPE html PUBLIC "-//W3C//DTD …

Member Avatar for masijade
0
119
Member Avatar for tomtetlaw

[code=python] def prints(value, ..., seps='', ends='\n', files=sys.stdout): print(value, sep=seps, end=ends, file=files) print = prints [/code] Would this permently overwrite print or just overwrite it while my program is running?

Member Avatar for shadwickman
0
131
Member Avatar for mana_panigrahi

Hi All, Can any body suggest or share code for following scenario: - In a php file I am getting some message. - once the message arrives it should popup a dialog or window with the message. - if poped up is an window it should not have close button …

Member Avatar for mana_panigrahi
0
95
Member Avatar for jainnynipun

hello friends , i m in b.tech (I T) .. ! presently i am learning j2EE in a private institution. According to their norms a mini projects should be submitted based on java or j2EE.so,any body help me

Member Avatar for ithelp
0
39
Member Avatar for chriscross86

hi there, i am having problem with my codes. im getting this error, 'Name 'reader' is not declared'. please help. [code][B][COLOR="Green"]reader = con2.ExecuteReader()[/COLOR][/B] [B][COLOR="green"] reader.Read [/COLOR][/B] Protected Function SiteSpecificAuthenticationMethod(ByVal UserName As String, ByVal Password As String) As Boolean Dim log_statement As String = "SELECT * FROM [user] where username='" & …

Member Avatar for IdanS
0
113
Member Avatar for rosy87

Hello, I want some asp.net projects with source code for reference.My database is SQL Server 2005. Please help me out.

Member Avatar for dnanetwork
0
125
Member Avatar for Dio1080

Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried googling it but no luck. This is the command down below. <? $page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358'); ?>

Member Avatar for ithelp
0
129
Member Avatar for mathmath

Hi All, I have data like the following: Stuff Sizes ID pen s1 100001 pen s2 100002 pen s3 100003 pencil s1 100001 pencil s3 100004 pencil s5 100007 pencil s2 100006 ruler s7 100005 ruler s8 100008 .. .. where each size is coordinate with a unique ID number; …

0
77
Member Avatar for mana_panigrahi

Hi, In PHP I need some help on radio button. I am trying to put two radio buttons in a php file.By selecting first radio button the page should display radio button selected and one text field.By selecting the second radio button it should display the second radio button selected …

Member Avatar for sarithak
0
92
Member Avatar for kwesiaryee

I need desperate help; I need to extract a user id from mysql database to make the id into a session, i have tried all that i know and it doesn't. My last resort was the following code from DW and it just breaks my design. The code is; [icode]<%=(((private_d_data …

Member Avatar for Airshow
0
71
Member Avatar for sarithak

Hi frnds... This is my project flow...plz set the path.. [B]Main Project[/B] a)[B]Gallery[/B]/gallery.php [B]Gallery[/B]/photos/ b)[B]admin[/B] [B]gallery[/B]/uploadphotos.php In this i am having two gallery folders..one for User panel ,another one is for Admin panel.. I want to access photos folder from admin panel..means uploading photos should directly goes to [B]User(photos)[/B] folder... …

Member Avatar for sarithak
0
110
Member Avatar for EvilDavo

Hi. You've probably been asked this a million times in one form or another but, .... What is the correct way to write a C++ OOP program (eg. for a game)? I've researched the concepts of OOP several times over a long period of time and I have a (seemingly) …

Member Avatar for EvilDavo
0
206
Member Avatar for FthrJACK

Hi, thought it time i stopped lurking :) Im currently building a project in .net and im having issues with check boxes. On one form i have a few text boxes for username, password, initials. Then check boxes to tick (these will be to allow/deny access to various forms later) …

Member Avatar for kvprajapati
0
3K
Member Avatar for manoj_582033

Hi friends i m using asp.net 2005 ,i have used a crystal report in my web site,& i have design my report in that but now i want size of that report is (3 inches & 30 columns) ,i mean that must not use a-4 paper ,that must use size …

Member Avatar for kvprajapati
0
128
Member Avatar for Your_mum

Hi, I am pretty new to python and I have a really noobish question: What does %s mean

Member Avatar for Your_mum
0
91
Member Avatar for Sushma21

hi, i am having a problem with file input/output..the file created in the program using open command is not getting listed in the command line directory..also, the file created in one program cannot be retrieved in another program...how do i solve this problem??is this a problem with the operating system?? …

Member Avatar for Sushma21
0
122
Member Avatar for derekn

Ok, I am about to pull all my hair out. I have written many many perl scripts and have done it all pretty much. All of a sudden, I have hit a real problem, and I DON'T know why! I am doing a very simple array declaration by reading a …

Member Avatar for KevinADC
0
296
Member Avatar for binfPerl

Hello, I'm fairly new to PERL and this is my first post - so be kind. I'm working through a book called Beginning PERL for Bioinformatics, and one of the exercises asks to "Write a program to read a file, and then print its lines in reverse order, the last …

Member Avatar for binfPerl
0
227
Member Avatar for SP IT

I need help with my homework. The first part is to create two arrays that are random. Afterward I need to creat afunction that finds the Minimun and Maximum of the two arrays. Here is my code: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int int main(void) { …

Member Avatar for csurfer
0
120
Member Avatar for lotrsimp12345

its in the num=="-". [code] #include <iostream> #include <cstdlib> using namespace std; int main() { cout <<"enter the problemset and number""\n"; //problems represents name and numbers string problems; char quote; char num; string number; //gather name if(cin.peek()=='"' || cin.peek() == ''') { cin >>quote; getline(cin,problems,quote); } else { while (!isdigit(cin.peek()) …

Member Avatar for VernonDozier
0
202
Member Avatar for krishnampkkm

Hii I wanna copy an NTFs partition to another partition of same type and same size.And I tried with windows function Copyfile() and it worked but slow speed is a problem.Then I did with readfile() and WriteFile() instead of Copyfile() again speed is a problem. How can I get a …

Member Avatar for krishnampkkm
0
174
Member Avatar for gretty

Hi :) I want to start creating windows applications. Can you tell me what editor is best to do this & [B]if I can just start coding right away or do I need to download libraries etc [/B]to do it? I am using Eclipse is this the best editor to …

Member Avatar for gretty
0
301
Member Avatar for Eyo

Hello, please help me in such a stiuation I have a stored procedure that insert a new record after checking that this record does not exist.... TODO: I need to lock the row after the select statment executed on a specific row to ensure that no changes will occure between …

Member Avatar for kvprajapati
0
116
Member Avatar for jmw229

Hey Guys, I'm building a database that will be used to track the professional training and development courses employees take at my work. I'm relatively new to db's, and I find the relationships a little confusing to grasp in this case. I have attached what i've done so far. I …

Member Avatar for timothybard
0
131
Member Avatar for Dio1080

Hello everybody. My question is does anybody know any script commands that will allow me retrieve information from an website that has a user name and password? For example, I write a script that ask the user to enter in a user name and password, then the script goes to …

Member Avatar for cwarn23
0
188
Member Avatar for SP IT

Now Ineed help combining arrays. Please help. Here's the code Ihave so far. [ICODE]#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int findmax (int a1[45], int a2[50], int i, int j); int findmin (int a1[45], int a2[50], int i, int j); int main(void) { unsigned seed = time (0); …

Member Avatar for Ancient Dragon
0
185
Member Avatar for mauimaile1129

Hi, I'm not really a programmer, but have been tasked with performing some AJAX functions to make a call and return results to my page using getElementByID. I have been able to return search results to the page, but now need to make them clickable as it will lead to …

Member Avatar for mauimaile1129
0
114
Member Avatar for mrcniceguy

I have a login script,which after a member login successfully session is registered. The problem is that if user dont use the page for a certain time from 30 minutes. session a getting lost,and member should login again. So what can i do to lengthen the session time,if its possible …

Member Avatar for somedude3488
0
137
Member Avatar for BigTurtle

I'm trying to learn wxPython. Unfortunately when I came to China in Jan I had to leave the nice wxPython book in Canada because it was too heavy for my suitcase. So I humbly ask you to bear with my ignorance. As practice (and because I have a practical use …

Member Avatar for BigTurtle
0
947
Member Avatar for SP IT
Member Avatar for athlon32

I've decided to start my first real project in C++, so I picked something simple; to make a game just like Pong. I've got most of the GUI setup, but i have no idea where to start on programming the computer character that will play against the user. Does anyone …

Member Avatar for athlon32
0
137
Member Avatar for TobbeK

Hi I like some beginnerhelp in C# and the basics of OOP. I have coded a bit but need some further guidance to continue. This is an application with the purpose for my own training in capsulation, Inheritance and Polymorphism. Also see the attached image of user interface. I need …

Member Avatar for TobbeK
0
95
Member Avatar for wxoklp

I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please …

Member Avatar for diafol
0
89
Member Avatar for SP IT

I need help on two assignments that are due: 1. Initializing the elements of an array a1 and size n randomly, so that its elements have values between [1-45]. 2. Initializing the elements of an array a2 and size n randomly, so that each element is between 0 and 50 …

Member Avatar for SP IT
0
205
Member Avatar for mackre58

I'am creating a visual basic program the project has the following controls: four buttons four labels two picture boxes It is a form that display two rooms one is standard room button, and the other is deluxe room button. when the user click on either button it will show the …

Member Avatar for sonia sardana
0
63
Member Avatar for papanyquiL

Hi all, I'm learning how to format strings. I've made the following code, but the console screen just comes up blank. [code=c#] static void Main(string[] args) { DateTime ci = DateTime.Now; //instance of datetime Console.WriteLine("{0:D}", ci); string info = "Fred Savage- SSN: 143-14-8756 Phone: (281)414-3424 Email: fsavage@blah.com"; string format = …

Member Avatar for papanyquiL
0
162
Member Avatar for xenon3000

Hello everybody, i'm beginner. I have a problem: I have this code: [code]<cc1:Accordion ID="Accordion2" runat="server" SelectedIndex="0" FadeTransitions="true" FramesPerSecond="40" TransitionDuration="250" AutoSize="None" D[B]ataSourceID="SqlDataSource1"[/B] ContentCssClass="Content" HeaderCssClass="HEADER"> ... ... </cc1:Accordion>[/code] The code inside of Accordion is executed for each row of SqlDataSource1. I'd like if it is possible get actually row of SqlDataSource1 that …

Member Avatar for IdanS
0
82
Member Avatar for kris4th

I need to create a program that adds two sets, hint: the set is composed of distinct (integer) How to do this using this Function: void add(int result[],int item,int *count); add result the value of the item. Please i really need ur immediate help...pls600x

Member Avatar for csurfer
0
129
Member Avatar for kharri5

Hello, I am currently writing a powerpoint presentation that is an interactive survey. It takes in a file of data, and adds it to a big dynamic array. When the user answers questions it picks the data from the array and populates an excel spreadsheet for a final output of …

Member Avatar for jpeguet
0
159
Member Avatar for Moselekm

Okay, I've been trying to figure this out forever. And I've been avoiding asking for the longest, but I want to make an app that can remember personal information and retrieve it. I am used to mIRC's language where you can create, edit, and retrieve data from .txt files. I …

Member Avatar for scsachira
0
169
Member Avatar for Aamit

Hi, I have four inputs. 10 20 and 10 "NA" i want to show that 10+"NA" [COLOR="Red"]> [/COLOR] 10+20 How to do this??

Member Avatar for m-soft
0
117
Member Avatar for ludasha

In the first computer, a network is defined with 2 addresses: 1. 192.168.10.12 2. (a virtual address) 182.0.0.1 In the second computer, a network is defined with 2 addresses: 1. 192.168.10.13 2. (a virtual address) 192.0.0.1 in the route table I added lines : 192.0.0.1 ..... (interface) 192.168.10.12 182.0.0.1 ........(interface) …

Member Avatar for tux4life
0
82
Member Avatar for andrewsCWD

Hello, My php script seems to be dieing at the database connection using this code but it's not printing my error. It will print all php code before the connection code, but it prints nothing after it making me think this is my problem: [CODE]$DBConnect = @mysqli_connect("localhost", "user", "pass") Or …

Member Avatar for somedude3488
0
67
Member Avatar for sunilsinha

Hi All, I am trying to create a combo box with horizontal scroller. i.e. Combo box will have a fixed width, if any of its options have higher text, then horizontal scroller should appear automatically. I also tried placing a <div> around <SELECT>. But not getting how to apply styles …

Member Avatar for sysel
0
92
Member Avatar for leegeorg07

Hi I was asking around for ideas for programs and I was challenged to make a browser, but I have no idea how to do this, do any exist currently? and how could I do it please?

Member Avatar for leegeorg07
0
81
Member Avatar for arunjai

Respected users, i am working on a small project in VB6 following are some requirements, i am attaching the screen shot also ... 1. it gets the sql files in a list once click it opens in rich text box. 2. when the query is run it should populate the …

Member Avatar for arunjai
0
99
Member Avatar for sravan953

Hey guys, I have some code here which checks the last three characters in the list: [CODE]site_list= ['C', ':', '\', 'D', 'o', 'c', 'u', 'm', 'e', 'n', 't', 's', ' ', 'a', 'n', 'd', ' ', 'S', 'e', 't', 't', 'i', 'n', 'g', 's', '\', 'S', 'r', 'a', 'v', 'a', …

Member Avatar for sravan953
0
119
Member Avatar for somedude3488

I am working on a personal framework and I have been trying to move all of my configuration variables into one central file and read them from there. I created a config class that traverses a large array, but I feel as I add more configurations to the application, its …

Member Avatar for somedude3488
0
356
Member Avatar for JooClops

Hi everyone, I'm cureently working on a project for computer calss,we are building a website... it's on locachost. so I came across something I couldn't figure how to create. Basically I need to create an admin page , which Enables me to see all the users and delete\update their information. …

Member Avatar for jsvanc
0
176
Member Avatar for art-1001

Build a program in C that accomplishes the following task: It reads from a file the names of some certain files and their size in MB, then it distributes these files to some folders each with a maximum of N MB. The way of distribution is such that a minimum …

Member Avatar for tux4life
0
93

The End.