199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for er.prajna

In one page i insert data in textbox amd on clicking the submit button it will open a new page with the previous data(will retrived form database) that has been inserted using swing as desktop application in netbeans IDE6.0.we are able to insert data but unable to fetch it from …

Member Avatar for sillyboy
0
106
Member Avatar for digits

I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show …

Member Avatar for jbennet
0
83
Member Avatar for god_43

hello i am new to these boards and new to the language of c. i am trying to figure out this user input stuff....and i am about to kill myself! every time i think i have it...C throws me another road block. i am trying to create a menu based …

Member Avatar for dbmoyes
0
135
Member Avatar for Brian R. Tolman

I have created many sites using Coldfusion so I know the syntax and I know how to use the product, what I don’t know is how to setup the server, (That was always done by others in the company) my problem is I am trying to create a site on …

Member Avatar for buddylee17
0
178
Member Avatar for Icebone1000

Hi, Im trying to write to specific points in a file, but the write() erases everything in the document..heres what im doing: the file: [CODE] mode 0 ; level 0 ; menu 1 ; [/CODE] the code: [CODE=C++] ofstream data_w_fil; data_w_fil.open("data.gsp"); data_w_fil.seekp(7); data_w_fil.write(mode, 1); data_w_fil.seekp(18); data_w_fil.write(level,1); data_w_fil.seekp(28); data_w_fil.write(menu, 1); [/CODE] …

Member Avatar for Icebone1000
0
107
Member Avatar for na_atheeq

Hi, Could you please let me know how to convert object type to DataTime. You can refer the below code for more information internal object Value { set { DateTime dt = Convert.ToDateTime(value); this.SelectedDate = (dt == DateTime.MinValue)?null:dt.ToString("dd-MMM-yyyy"); } } value being passed to Value property is "19/12/2008 00:00:00". Regards, …

Member Avatar for Ramy Mahrous
0
130
Member Avatar for tutti

this a quick question, does it make diffrernece, on which version of python you have, would it still run, most of the codes. for example, if you made code, in pythion version 3, and then you copied the code, in to an older versions, would it still run.

Member Avatar for sneekula
0
77
Member Avatar for shr2408

Is there a lib in python which allows automation of keyboard sequences (for want of a better expression 'keyboard emulation') I'm pretty new to python, so please be easy on me if it's a [B][I]really[/I][/B] daft question. :P Thanks.

Member Avatar for shr2408
0
368
Member Avatar for simone.marras

Hi there, I have a very simple code made of a main.c and a function defined in its own .c and .h files. Now, within the function I need to increase the size of an array according to the loop index in use. The problem comes when I allocate the …

Member Avatar for devnar
0
655
Member Avatar for declan12

hey every1! iv never posted on this site before but have view the site and have benifitted from the help given here. hope some1 can help me with this prob! Ok, i have 2 files, 1 which i want 2 contain arrays of words, and the other to contain the …

Member Avatar for Salem
0
769
Member Avatar for Bill Purkins

Hi, Using VB 2008 Express with Compact SQL .sdf database. I have a form that at form load fills the form with a single record as selected by double clicking row header on a datagrid. This works fine. But when I change a field and hit the save data button …

Member Avatar for Bill Purkins
0
115
Member Avatar for mocasu

Hi All, I am trying to display a custom icon in my c# application. I have followed microsoft steps to add my icon but it is not being displayed. I am still getting the default icon. Any ideas? With a project selected in Solution Explorer, on the Project menu, click …

Member Avatar for ddanbe
0
102
Member Avatar for aniruddha_may92

Hello guys, I'm making a C++ project on periodic table.In that,i want to search for elements on the basis of their names in such a way that if i give an alphabet or more than 1 alphabets as the search value then all the elements starting from that letter should …

Member Avatar for William Hemsworth
0
104
Member Avatar for phuc_tran

There are many new standards in C++ 2009 , but I don't know where the document or website about this is! Please help!!!

Member Avatar for phuc_tran
0
51
Member Avatar for fishky

Hello guys. I'm trying to make a database about football games (results, managers, players etc.). For my Players table i want to include these stats: - first and last names, nationality, date of birth (constants through time) - games played the current season, goals scored, cards received, minutes played in …

Member Avatar for fishky
0
122
Member Avatar for samantha grace

hi, i am a newbie and have to write a rather complicated script. Assume that i have a variable called x and a C source code file say file1.c (this are the inputs of the script) and i need to find the names of all the functions in the C …

Member Avatar for samantha grace
0
235
Member Avatar for linux

Would it be possible? Not exactly a typical sequencer, but something like this: I would record every note on my electric and acoustic guitar, bass, drums, and piano (essentially creating samples of each instrument that I own). Then export them to .wav and organize them by folder (/data/guitar/electric/string6fret1_F.wav). Then using …

Member Avatar for Salem
0
375
Member Avatar for vertigovirgo

Hi! I'm having trouble solving this problem. Since it's finals week here at my school the Computer science tutors left early and I need just this simple problem finished by tomorrow @ noon. I'm working on the hangman game as my final project. I've got everything done, except for this …

Member Avatar for ddanbe
0
157
Member Avatar for veledrom

Hi, When i click on submit button, javascript is going to check a particular textbox if it is empty. If it is then don't validate the form and make a text message visible from invisible. How can i do it? No CSS please. thanks [code] <form name="form1" method="post" action="a.html" onsubmit="return …

Member Avatar for veledrom
0
134
Member Avatar for tutti

i have balckjack code, which does not run, i need some ones help, with tellings, wht the problem is. i have higlighted part of the code,were it stops. below is the code. [CODE]from random import choice as rc rc=randomcards def total(hand): # aces in the hand aces = hand.count(11) # …

Member Avatar for tutti
0
113
Member Avatar for k2k

hi, i just have a general question that if I registered for a domain with space to put up my files. can i use that space to store my database? such as connecting php myadmin to the domain. can anyone explain a bit on how to do this?

Member Avatar for peter_budo
0
135
Member Avatar for Stonehambey

Hi :) I have a problem. I have a class, called Sequence, which is a template. One of it's member variables is a vector or elements of type T. I would like to create a constructor which takes as it's argument an array of elements of type T and feeds …

Member Avatar for Stonehambey
0
144
Member Avatar for TheBeast32

Hi, I'm using WinSock, and am making a function to receive data. How can I know when I have reached the end of the data that I'm receiving. Like, if I send "GET /" to [url]www.google.com[/url] on port 80, I should receive the HTML of the index page. But in …

Member Avatar for Salem
0
91
Member Avatar for mrnutty

Hello all, I am just practicing on class. From what I have learned thus far (from the internet) I made a simple program that resembles picking a deck of cards. But my problem is that although it works. I cannot get it to generate different cards for each object. To …

Member Avatar for Salem
0
116
Member Avatar for marcmm

ok, I have a form that submits data to a database. data that is colected from things like dropdown boxes, textboxes, checkboxes etc. I want to put some conditions that prevent the user from submitting something that is missing important data. I found a little tutorial that dose that, but …

Member Avatar for manish.s
0
184
Member Avatar for rad!anc3

hi. im trying to create a program in which the user inputs the character and the level. this would output to a triangle and an inverted triangle. i have already figured out the triangle but i cant seem to get the right output for the inverted triangle [CODE]#include <stdio.h> #include …

Member Avatar for rad!anc3
0
177
Member Avatar for welbyobeng

I have a table called "users", in the table it contain a column/ field name "reg_date" how would i run an query to say: For all the users, if their feild "reg_date" is blank put "20th December 2008"

Member Avatar for manish.s
0
136
Member Avatar for Zetlin

Hi everyone I dont know if this question has already been answer but I really need help so bare with me. So here is my problem I just downloaded python 2.6 for windows however whenever i try to open the IDLE i get this message: IDLE can't bind TCP/IP port …

Member Avatar for mn_kthompson
0
366
Member Avatar for Gaspacho

Hi there, we are currently deverloping a simple game for school project. As title shows, I'm talking about space invaders game (we use OpenGL & C#). We have actuaally made the game run in the mode that everything is displayed as red or yellow circles (textures are not yet implemented). …

Member Avatar for hieuuk
0
349
Member Avatar for orwell84

I've been looking for tutorials on x86 assembly language, and most that I've found have been dated. One actually says that the Pentium IV is the newest Intel processor...Anyway, the things I'm wondering are: 1. Has x86 assembly changed much in 10 years due to the huge advances made in …

Member Avatar for Evenbit
0
152
Member Avatar for PhiberOptik

Hey folks, I have a question for you. I have 4 computers that use a particular program that requires a login. But i only have 2 accounts. I have a command that works via batch file that launches the program and logs in but i dont know how to specify …

Member Avatar for PhiberOptik
0
140
Member Avatar for vandenzergen

Hello everyone, I'm having a problem of creating a program that provides a functionality of creating its own file, saving its own file, and reopening its own file just like the functionality of the other windows application like MSWord, MSExcel, etc., Please everyone, I really need to know about it... …

Member Avatar for vandenzergen
0
133
Member Avatar for novadose

Or internet explorers, Im making a joke tool (im still learning alot in VB .NET and this was a simple tool to make for me) so far it opens 20 tabs in firefox of one web page, But what i want to do is it to open more firefox or …

Member Avatar for jbrock31
0
323
Member Avatar for deven1974

Implement the insert, remove, and search methods of the BinarySearchTree class. Included are the Main, Tree, and TreeException classes. Do not make changes to those classes. Your tree should work with them as shown. All operations should be implemented recursively. Additional methods may be needed. [CODE] /* * Tree.java * …

Member Avatar for quuba
0
217
Member Avatar for hageam

I have an array of doubles that is output to a file and was wondering if there is a way to output white spaces where the value is 0 without replacing the 0's another value contains? example... number1 = 100 would still read number1 = 100, but number2 = 0, …

Member Avatar for hageam
0
82
Member Avatar for mabshell

Hello, I'm just starting in the world of C# and I'm stuck in a problem. I want to create a form with some textbox in it. It ask you the path of the exe file and some other information. When I run the program it tells me a Win32Exception: file …

Member Avatar for ddanbe
0
92
Member Avatar for akm3

Hi Everybody, My question is half about programming, half about the video structures. I hope you can help me. 1)I want to write a program to open a .mpg file as a binary file(can any file be opend as binary file?), then packetize it (every 188 bytes should be a …

Member Avatar for Murtan
0
126
Member Avatar for murderotica

Hello there, I have already created an add in for my MS Outlook 2003 and I want to create an installer for it. When I run my code in VS 2008 it automatically installs my add in, but I want to install it to other pcs who doesn't have VS. …

Member Avatar for Ramy Mahrous
0
112
Member Avatar for ajay.krish123

Please help me out in making the program to play the music file in c. i did tried to search a lot on web but couldnt get any clue about it.

Member Avatar for Salem
0
114
Member Avatar for codedhands

Hi everyone,i wrote a python thread that opens a file and reads it.The problem is that i dont know how to return the data as the thread will not return it from the run() method.I tried writing another function that gets the file content but when i call this function,it …

Member Avatar for codedhands
0
2K
Member Avatar for chandangang

i want to make a program in c++ , such that if the right arrow key is pressed 1 is displayed else if left arrow key is pressed 0 is displayed. please give me the code to do so and explain too.

Member Avatar for William Hemsworth
0
181
Member Avatar for Modo

hi guys how r u doing .. i am using a website to help me install the three components through the tutorial on the website everything seems to be working except the MySql part .. the tutorial says i should go to DOS and there i should run mysqld-nt --console …

Member Avatar for Modo
0
267
Member Avatar for aodpreacher

I have set up a code in a class but i am not sure if this is the class that i would use.I have to put the logic of the game in a Class and then use the methods from the class to run the game.Right now i have some …

Member Avatar for tutti
0
1K
Member Avatar for Boyet728

I am very new to programming and I have an assignment, but I am not asking for the solution. I just want to understand what is being asked. Our instructor presented two codes using a break and continue statement. He stated that both methods are bad programming practices. Which I …

Member Avatar for ~s.o.s~
0
132
Member Avatar for midimatt

Hello again everyone, Having a really annoying problem using pointers and arrays at the moment, i'm trying to store a 4x4 matrix as a an array of 16 floats. so i declare my array like so [code=C++] float array1[] = {1.0f,0.0f,0.0f,0.0f, 0.0f,1.0f,0.0f,0.0f, 0.0f,0.0f,1.0f,0.0f, 50.0f,0.0f,0.0f,1.0f}; [/code] i then pass this into …

Member Avatar for midimatt
0
112
Member Avatar for desiguru

I have a table that is something like this: (table name: sites) ID----FileName-----FileAddress----About 1----website1-------google.com----Seach engine How can I make a code in such a way that it can be like: Display all of the FileName in an alphabetical order on file.php that links to their further information page. i.e FileName=[COLOR="red"]website1 …

Member Avatar for =IceBurn=
0
335
Member Avatar for csharplearner

Hi, I am trying to pick the particular chosen date from the windows calender displayed. I am struck here and confused how to proceed. Any hints or shedding little light on the progress is appreciated. [code=csharp] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; …

Member Avatar for ddanbe
0
83
Member Avatar for Bhoot

I have been working on a program which requires to retrieve the names of all the current windows on the desktop. I can retrieve the name using the Windows API function GetWindowText(). But i require a function to retrieve the handles to all the windows. I want to know which …

Member Avatar for Bhoot
0
251
Member Avatar for Cpp_Addict

Hey guys. I am making a simple console canender program for an exercise from a book, and it is going ok so far but I am having trouble with the spacing of it. I have made a simple function that creates on day block like a normal calender would have, …

Member Avatar for unbeatable0
0
121
Member Avatar for emilio

hi i'm using oledb to read from an excel file into dataset. my program is showing the dataset using datagridview, when i'm trying to change the cell content and update the dataset i get an error : "Update unalbe to find tablemapping['Table'] or DataTable ['Table'] my code is: [CODE=c#]public static …

Member Avatar for emilio
0
118

The End.