199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for scru

Is there a gui library that has already been ported to python 3? I'm interested in using some of the new python 3 features in the back end for my project.

Member Avatar for Ene Uran
-1
270
Member Avatar for santhanalakshmi

Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields …

Member Avatar for anujtripathi
-1
2K
Member Avatar for kinv001

Hello, I have a combo box to select the ID, then it will display the particular record from from the database into the text boxes. And now I'm trying to make a update command button. Then I can just change the record which displaying in the text box. And click …

Member Avatar for Comatose
-1
3K
Member Avatar for nitu_thakkar
Member Avatar for yanti

here the code i've try....but still not working....please help me.. <page_load> id = 6 dbconn = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection("workstation id=HOME-5F227C8500;packet size=4096;user id=sa;initial catalog=pubs;persist security info=False") dbconn.Open() sql = "select * from NEWS Where NewsID='" & id & "'" dbcomm = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand(sql, dbconn) [COLOR=#0000ff]Try [/COLOR]dbread = dbcomm.ExecuteReader(CommandBehavior.CloseConnection) [COLOR=#0000ff]While[/COLOR] dbread.Read() lbl1.Text = …

Member Avatar for SheSaidImaPregy
-1
312
Member Avatar for Aamit

category table id name date duration 1 aaa 12/12/07 1 2 bbb 10/10/08 1 ......... user_table id name date 1 aaa 12/12/07 2 bbb 10/10/08 ....... rating table id user_id name rating date 1 7 aaa 4 12/12/07 2 8 bbb 3 10/10/08 write now i am displaying these user …

Member Avatar for masijade
-1
307
Member Avatar for Awebb999

26. What is printed in the following code segment? [ICODE] I = 1; do { I = I + 25; } while ( I > 50 ); cout << I + 50; [/ICODE] a) 50 b) 51 c) 75 d) 76

Member Avatar for Ancient Dragon
-1
503
Member Avatar for isaackhazi

Doing a small project in which data from warranty cards are entered into a database ie. warranty card number, salesman name and ID, etc etc......after all the data has been entered into the database I need to check and see if there are any duplicate warranty card numbers in the …

Member Avatar for isaackhazi
-1
342
Member Avatar for SlayerX

Need some help on text file compression.... Text File Compression. The text file compression must be able to perform the following functions: • Able to compress a text file and generate an index file • Able to decompress the file • Able to show the time taken for compressing and …

Member Avatar for Salem
-1
323
Member Avatar for Tekito

I'm not quite sure how to tackle this problem. I have a form that displays the properties of a class. I have events for all the properties so the form gets updated automatically when the properties change. However, upon initializing a class, these events do not get called, and so …

Member Avatar for Tekito
-1
373
Member Avatar for smilyswapna10

hi, i want to disable the parent window when i opened the child window using javascript and html. i have written code like this.but its working only one time.any one knows pls help me in this situation. s.html <html> <head> <SCRIPT > function popuponclick() { my_window = window.open("p.html", "mySelect", "status=1,width=750,height=450,resizable=no"); …

Member Avatar for demudubabu
-1
5K
Member Avatar for just11

Q) Draw an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram, Rectangle and square.Use Quadrilateral as the base of the hierarchy. Make the hierarchy as deep as possible. Can anyone help me to create it as a proper program?

Member Avatar for seanhunt
-1
321
Member Avatar for jee85

[code=java] //The alignment of the features is assumed to be AVG, VAR, CSD, GABOR import java.io.*; import javax.imageio.*; import java.awt.*; import java.awt.image.*; class retrievalGabor { public static void main(String args[]) { if(args.length!=6 && args.length!=7) { System.out.println("The parameters are {Query Image} {Query Gabor file} {Features File} {Gabor Text File} [blocks] {Relevant …

Member Avatar for darkagn
-1
417
Member Avatar for nice_true

Hi! I would be grateful be grateful if I get an answer to this problem...... I have 2 dropdownlists, one contains country names and the other contains states' names. Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states …

Member Avatar for kburb23
-1
296
Member Avatar for Michael Stancil

What is the easiest way to print pdf files using Visual Basic 2005? I have some experience programming in VB 6 but I'm haven’t' been using 2005 very long so I’m still quite ignorant. Thanks for any help I can get. If someone could point me in the right direction …

Member Avatar for BeejCyr
-1
2K
Member Avatar for Shanti C

Hello all.. Can anybody clearly explain about web 2.0??? And tel me about mashup also....

Member Avatar for nikesh.yadav
-1
541
Member Avatar for cmatos15

Hi, I need help on this assignment I have, the question asks to write a program that reads a non-negative integer number (4 digits maximum) and writes that number in words. it gives me: Private Instance [B]Variables: int value;[/B] The value of the integer number [B]Constructor[/B] [B]Numbers(int n)[/B] Initializes the …

Member Avatar for Easter Bunny
-1
258
Member Avatar for omotoyosi

Please all, I am a young female programmer who designed a form. In the form there is a field for image. How will i add a browse to it so that the person felling the form will browse to pick the picture from his system. Please ATTEND URGENTLY TO IT. …

Member Avatar for zumanequeen
-1
3K
Member Avatar for ronghel

can someone hep me in making a php based enrollment system? im a beginner in php e... cn u give me some idea in making these?

Member Avatar for somedude3488
-1
986
Member Avatar for tgifgemini

[B][/B] I am trying to display/open MS Access report and I get: [B]RunTime error 2486 - You can't not carry out this action at the present time[/B] on this line of code:[code] DoCmd.OpenReport stDocName, acViewNormal[/code] Below is my module: [Code] Set rsUnclaimedRptqry = dbUnclaimed.OpenRecordset("SELECT DISTINCT tblUnclaimed.L1L2, tblUnclaimed.PassNumber, tblUnclaimed.EmployeeName, tblUnclaimed.Status " …

Member Avatar for tgifgemini
-1
546
Member Avatar for djhao79

Hello guys, I'm a newbie here. I am just a beginner programmer and taking up VB.Net. However, we are currently on Program Logic Design topic. Our instructor gave us an assignment on FLOWCHART design. Can somebody here help me with my assignment. Below are my assignments which is due on …

Member Avatar for djhao79
-1
307
Member Avatar for justinmyoung

I'm just looking to set up a simple registration form for my website, and was wondering if anyone could recommend a fairly straightforward tutorial... Thanks

Member Avatar for Shanti C
-1
253
Member Avatar for Slade

Hey, this could go one of two ways. I want a rich text editor for my website, the information typed into the text editor will be saved to an sql server database under either char or varchar format that supports up to 8000 characters per field. I want it to …

Member Avatar for SupportCuteSoft
-1
551
Member Avatar for hidash_in
Member Avatar for Gaurav arora

hi all, I m making a project in VC# for Airlines reservation. I have taken two comboboxes. one for source city and 1 for destination. i want that the values in the destination combobox must be add according to the value in source combobox. e.g. If i select New York …

Member Avatar for vietnamese
-1
267
Member Avatar for chanthung

M writing a program to display the date ie. 15 days later after a given (present/todays)date. Wel its actually like this. As soon as i write todays date, in the next text box, the date shd be automatically displayed adding 15 days to the present date which is already displayed. …

Member Avatar for chanthung
-1
1K
Member Avatar for delixir

this is the working 3x3 sudoku but i still need to do 6x6 and 9x9. i need help please and suggestions. <replaced code with attachment>

Member Avatar for DigitalPackrat
-1
300
Member Avatar for purepecha

//help please to solve this problem for multiple programs //with arrays. //The purpose of this program is to calculate the car charges //in a parking lot. this program is working for 1 car. //My assignment is to make a program that works for multiple cars //at the same time. //to …

Member Avatar for joshmo
-1
1K
Member Avatar for sniper29

i have here a code..... can anybody tell me how to:-O change the '*' to 'X' when a user will input his desired seat..... :( #include<iostream.h> #include<conio.h> #include<iomanip.h> int userInput(); int main() { clrscr(); int x,y; const int row= 12,seat= 5; char plane[row][seat]; cout<<"\t\tAirplane Seat Arrangement"<<endl; cout<<"\tA\tB\tC\tD\tE\tF"<<endl; {for (y=1;y<=13;y++) { …

Member Avatar for VernonDozier
-1
270
Member Avatar for SACHIN4TCS

Write a program that will read in a number from 0 to 9 and spell out that number. The program must also report any values that are out of range.In other words, for an input say 2, output should be two

Member Avatar for sarehu
-1
262
Member Avatar for narendharg

[code=c] /* Copyright 2001, 2002 Georges Menie (<URL snipped>) This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later …

Member Avatar for jephthah
-1
821
Member Avatar for ramya_bugbuster

hi friends.. i got the below error while compiling a simple .cpp pgm in microsoft visual studio->vc++.. tht vcspawn.exe file is in Microsoft Visual Studio\Common\IDE\IDE98 folder.. can anyone tell me abt this problem?do i have any prob in installation?do i have to change any configuration/settings?.. Configuration: sc1 - Win32 Debug-------------------- …

Member Avatar for ramya_bugbuster
-1
512
Member Avatar for nnobakht

hey guys, im have written a code that all it does is get user input and run a simple fork task. the problem i am running is the commands i type for example /bin/ls and so on does nothin it jsut asks for the next input. Could someone give me …

Member Avatar for Luckychap
-1
692
Member Avatar for tefflox

hello, i'm trying to get [URL="http://superiorminitrucks.com/admin"]http://superiorminitrucks.com/admin[/URL] login functionality to work. It's my first logon script, which was tested to work, but I'm running out of brute force to get this one through... [CODE]<?php //////**************************************/ // // LOGIN PAGE // // Server-side: // 1. Start a session // 2. Clear the …

Member Avatar for Narue
-1
312
Member Avatar for lrb87

Hi, I am looking for a J2ME mp3 player for motorola v3i mobile phone, this phone come with itunes but limited only to 100 songs, so im looking for another media player supported by this phone, like the one motorola v360 have, so that I can play more than 100 …

Member Avatar for hiem666
-1
509
Member Avatar for minamoda

Hi to every one, I need some help about the program i am riting. I am a beginner in java and i cant split my input text file to its tokens. the part of the input file is : [QUOTE]101 Car 06AB1212 100 Y A 3 102 Car 06BG0101 200 …

Member Avatar for Ezzaral
-1
2K
Member Avatar for WIP

These are the question an my codes are attached to this form! Create a class called Reservation. This class will have a data member that is an array of type int, of size 10. This member should be called plane. You should also have a data member called seats which …

Member Avatar for Salem
-1
617
Member Avatar for midimatt

Hi Again, Well i'm bored and i've decided to do some coding just for practice and i've decided to work on a text based RPG, its only going to be basic due to my own knowledge but i think its doable. unfortunatly i've come accros a problem already and i've …

Member Avatar for WaltP
-1
376
Member Avatar for Dr_Pepper

Hello everybody. I want to ask for some help. I need to type program that calculates areas of rectangle, triangle, circle and ellipse ( user input: rectangle = lower left corner point, length and width; triangle = top point, height, base; circle = radius and center point; ellipse = center …

Member Avatar for hammerhead
-1
525
Member Avatar for leokuz

Hello! I m struggling with this button and/or code to work. The button with Process.Start opens any folder I want if I do not use Ifs and Elses, but I do need to open folder based on user selection of name in the combobox and one choice from two radio …

Member Avatar for cometburn
-1
775
Member Avatar for carnage

i would like to create a program that converts a number system to another i found few ideas on how to do this but lacks explanation so i can't figure out 'how it worked'. found that 'for loop' over the net,did some editing then applied it in a program. here's …

Member Avatar for Narue
-1
2K
Member Avatar for dbdesigner

I am going to work on the sales and purchase module of an ERP.I am facing problem while designing the database.I want to do sales and purchase with respect to bedspread. Kindly give me a general design with respect to tables and their attributes

Member Avatar for hooray
-1
1K
Member Avatar for apcxpc

Hi all I'm experimenting with win API gui stuff, and I've run into a problem with dialog boxes. Currently, when the "Show DialogBox" option in the menu is pressed, the dialog box pops up. I then need for this dialog box to be draggable/moveable, and to "hide" when its close …

Member Avatar for wamuti
-1
266
Member Avatar for aldosan

hello all... i have a problem with connecting VB 6 enterprise edition & crystal report 11... now, i have added "crystal report control" component, and i try to load report.rpt (crystal report) from VB6... but error occurs : UNABLE TO LOAD REPORT in script below : >>crystalreport1.action = 1 i …

Member Avatar for ola_q
-1
997
Member Avatar for Kartikey

hi i am facing problem with insertion of data into database front end:- vb.net2003 backend:- SQL Server2000 please tell me code with which i can insert data in database

Member Avatar for jagruthi
-1
386
Member Avatar for msr

I know this thread is "a little bit" old, but i would like if you can help me. Im using sprintf(). This is my code: [CODE] int countDigits(int inteiro,int max){ char *string; string = (char *) calloc(max+1,sizeof(char)); sprintf(string,"%d",inteiro); return strlen(string); }[/CODE] However if the first digit of "inteiro" is a …

Member Avatar for mcldev
-1
357
Member Avatar for shaqnolysis

Below is a QuickSort Serial Algorithm..... 1. procedure QUICKSORT(A,q,r) 2. begin 3. if q < r then 4. begin 5. x := A[q]; 6. s := q; 7. for i := q+1 to r do 8. if A[i] <= x then 9. begin 10. s :=s+1; 11. swap(A[s],A[i]); 12. end …

Member Avatar for mohanrobin
-1
258
Member Avatar for Ravenous Wolf

Hi. I am currently working on a quote system project. The final step of the quote would be to print the quote. Does anyone know whether it is possible to create a pdf file with c# coding? even if i first have to create something else like a XML file …

Member Avatar for scru
-1
1K
Member Avatar for ba19

hai..can anyone help me on this task...i might need some sample on doing it.TQ Tasks: 1 You are expected to write a program that simulates CPU scheduling algorithms (SJF and SRTF). 2 The program will request the user to set the the number of processes to be selected for execution. …

Member Avatar for stymiee
-1
524
Member Avatar for Ashu@sym

Hi, I am a newbie, can someone please clarify the difference between "\0" and '\0' and 0 as far as C++ is concerned?? Why can't they be used inter-changeably ??

Member Avatar for Ashu@sym
-1
7K

The End.