199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Jennifer84

I am loading a txt File into a textBox with the code below. For each Line I am checking : if( LoadTopic2.substr(0, 2) == "Ex" ) If that is True I want to select that Row and mark that Line Blue. I have started some code out below but dont …

Member Avatar for Jennifer84
0
132
Member Avatar for Rabbz

I need help to make a Access user system. I'm very new to VB and am trying to make a system that allows a number of users to register and have individual username names with specfic passwords. I've never done this before so any help will be greatly apperciated, even …

Member Avatar for abu taher
0
89
Member Avatar for Elmo_loves_you

Hi Guys ... Does anybody know how to force a windows forms application to restart (Close and open again) taking the user back to the first screen ? My user fills in a questionnaire, reaches the end and is asked to either perform another survey or to send data (sent …

Member Avatar for Elmo_loves_you
0
146
Member Avatar for juma denice

i am required to write a C++ program code that generates random numbers for a dice and it should have 1000 observations please assist a fellow geek

Member Avatar for BeyondTheEye
0
102
Member Avatar for cVz

Hi guys, I am trying to hide 2 list boxes, then on selection changed show a new list box with JavaScript, i am very very new to web development in general, I am actually a software developer in the Pascal and C# language so this is all very new to …

Member Avatar for nikesh.yadav
0
74
Member Avatar for justted

Hello, Im a little bit confused with this piece of coding I have! Im basically trying to add a script I have converted to a web page! The original code was using echo statements which was fine on a separate page but now I want it to be apart of …

Member Avatar for nikesh.yadav
0
102
Member Avatar for namratashukla

i want to design a database for cricket game where players will be selecting their players and while live cricket is goin on i want all user data base to get updated when the specefic player in his team hits.so i just want to know how to do this updation …

Member Avatar for nikesh.yadav
0
110
Member Avatar for balena

HElp.. Friday 09.19 I must present a little program for my C++ university test. I remain just a little bug. I use this code to write my file .DAT [code=C++] ofstream fileScritturaPartita(nomeFile,ios::binary | ios::out | ios::app); fileScritturaPartita.write(reinterpret_cast < const char * >(&sfidaDaSalvare),sizeof(Partita)); [/code] It works very well but in the …

Member Avatar for balena
0
151
Member Avatar for Run.[it]

Hi, just a query about versions of Microsoft Visual Studio. I last year created my C++ programs using Visual Studio .Net 2003 and have noticed that my new uni course uses 2005. Will I be unable to run my old programs in the 2005 version? Ive had compatibility issues before …

Member Avatar for Run.[it]
0
101
Member Avatar for tanha

Hi. I have a LoginForm.java, and then when the user enter the right username and password, then another file called "DictionaryForm.java" opens and the LoginForm.java, closes. How can I do that ??? see the LoginForm.java: [URL="http://www.daniweb.com/forums/thread119702-2.html"]http://www.daniweb.com/forums/thread119702-2.html[/URL]

Member Avatar for stultuske
0
1K
Member Avatar for welbyobeng

I have two file one called show.php and one is show.tpl. On show.php it has this code //----------------------------------------- // Fetch Media //----------------------------------------- $db->query("SELECT files.*, categories.*, users.id, users.username FROM categories, files LEFT JOIN users ON files.mid=users.id WHERE $search_addon files.category_id=categories.category_id AND files.type != 'plug' AND $v $ss ORDER BY files.featured DESC, files.$sort …

Member Avatar for petr.pavel
0
134
Member Avatar for Venom Rush

Hi all I'm trying to get a jquery progress bar working. What I'd like to know is if there is a specific command I need to include in my php or something I need to add to my php.ini file in order to report back to the progress bar. The …

Member Avatar for Venom Rush
0
144
Member Avatar for donkeydal

need help validating the radio buttons on this form ive tried different functions & different methods on the web but none work. code is this: also for the "Campus" radio buttons you need to be able to select 1 or more & im not sure if what ive done is …

Member Avatar for essential
0
90
Member Avatar for asyieen

actually, i'm a newbie in php...i'd like to ask you guys.....how to display back all the data from the database for these coding....here's the coding.... [code=php]($_POST ['action'] == 'pointofcontact'){ $projectid = $_POST['projectid']; $poc = ''; //echo "Pastikan pilihan anda betul!!<br><br>"; for ($i=1; $i <= 3; $i++){ $poc = 'poc' . …

Member Avatar for petr.pavel
0
105
Member Avatar for shamila08

Hello, dear all! Below is heap algorithm. the problem is the output is not appear. How to fix it? [code=cplusplus] #include <stdio.h> #include <iostream> using namespace std; int *Value; int N; void read (int N) { int i; for (i = 0; i< N; i++) { cout << Value[i] << …

Member Avatar for stilllearning
0
108
Member Avatar for dmanw100

I followed Ancient Dragon's advice and used vectors to store roughly 1000 objects in a program I have written. Unfortunately, the vector library is not one I am familiar with. I read through the information at [URL="http://www.cppreference.com/cppvector/index.html"]http://www.cppreference.com/cppvector/index.html[/URL]. It seems getting a reference to each element of the vector is the …

Member Avatar for dmanw100
0
97
Member Avatar for Panarchy

Hello This is the sister article to my question on C++. I've been told by some other people that java is a better language to learn for the kind of implementation needed. Please don't close the other topic, or stop replying to the other topic, as both of these will …

Member Avatar for masijade
0
239
Member Avatar for henpecked1

I'm doing a lab where I must use three sorting methods, then merge sort the three arrays. While separating the larger array, I'm getting a "run time check error #2 stack around the variable x was corrupted: It does this for y and z as well. I think it is …

Member Avatar for henpecked1
0
141
Member Avatar for aarya

i am learning jsp so i wanted to know any body offer free jsp web hosting? thanks

Member Avatar for stephen84s
0
1K
Member Avatar for shirishbhosale

I am studing SE computer engg,i have a problem in above code execution plz some help me

Member Avatar for dmanw100
0
104
Member Avatar for aks87

I need to copy data from one excel sheet to another. source sheet 1 2 3 4 5 6 the data is to be copied in the following format 1 2 3 4 5 6 the copy paste method does not allow this because the regions are different. Can this …

Member Avatar for aks87
0
95
Member Avatar for shamila08

hello, dear all, i have a slightly problem with my assigment algorithm as follows: [code=cplusplus] void write( int *x, int n) { if (x != 0) { for (int i = 0; i < n; i++) { printf("%4d", x[i] ); } printf("\n"); } } // print void swap(int *x, int …

Member Avatar for shamila08
0
211
Member Avatar for Stefano Mtangoo

Im Not sure if I have spelled well the DLL file but It is file that comes with MySQL 4 and Now in MySQL 5.1. It is standalone server version of MySQL to embedd in App. Is there anyne who knows how to connect to it and Execute SQL commands …

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for dmanw100

Can anyone spot the error in my code? The program will enter the last while loop but continue in an infinite loop... I figured fresh eyes may help spot the flaw! [CODE] int xlist[1500], ylist[1500], counter = 0, tempx, tempy, tempcounter; bool assign = false; while(counter < 1500) { xlist[counter] …

Member Avatar for dmanw100
0
109
Member Avatar for mauro21pl

Hi I wrote that peace of code but it is not doing what is suppose to do. It should saved my numbers into linked lists in incresing order. It doesn't. What am I missing. Thanks [CODE]#include<stdio.h> #include<conio.h> struct Node { int number; struct Node *link; }; typedef struct Node* NodePtr; …

Member Avatar for Salem
0
102
Member Avatar for hadsuresh

Hi, I have developed small AJAX application, that gets the data from server and prints in the div element.. the AJAX request takes some time.. till the response returns I want to display the text ""Content is Loading, please wait...." in the <div> element... The code is shown below.. This …

Member Avatar for Luckychap
0
109
Member Avatar for dmanw100

I have a program that has a custom class that I would like to create many of and access them like an array. Example: [CODE]#include <iostream> using namespace std; class Thing { public: Thing(int value) { a = value; } int doStuff(int diffValue) { a = diffValue + a; } …

Member Avatar for Agni
0
119
Member Avatar for Dolly-Sweety

[code] <table width="703" height="474" border="0" align="center" bgcolor="#FFFFFF"> <tr> <td align="center" width="647" height="470"> <form name="form1" method="post"> <table align="center" width="606" border="0"> <tr> <td width="144"> <input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">To All User</font></b> </td> <td width="235"> <input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">All at Particular Level</font></b> …

Member Avatar for haoyou2008
0
1K
Member Avatar for monkey_king

I'm doing my own array template version of an array. I'm having some problems overloading a method. I'm doing a specifik version of a "print()" if the type of array is <char>,(i'm saving bools as char). this works without problems. I just needed to add a templete<> infront of my …

Member Avatar for monkey_king
0
112
Member Avatar for ganil123

Hi, I am looking for a material that contains many python programs illustrating various core concepts. Please help in this regard.

Member Avatar for ganil123
0
101
Member Avatar for jadedman

do you know whats a cout? what are its function and in what library can it be found?

Member Avatar for x3mario
0
143
Member Avatar for shamila08

Hello, dear all. My algorithm as follows. my input is in Code2D.h file. actually i have to put in file 'Code2D.in'. but i dont know have to create it. By the way, my algorithm have no problem with N <= 4. but when i change N = 5, 6 , …

Member Avatar for shamila08
0
121
Member Avatar for abu taher

I put 2 dtpicker in my project. both are for search data from backed access file. like (1st dtpicker) i select a date 16/08/08 and (2nd dtpicker) 16/09/08. i want to find data last a month or any few days. i mean i want to find a period data like …

Member Avatar for Jx_Man
0
99
Member Avatar for skippybosco

I am accessing a 3rd part API for an integration script I'm developing. It has a 3 step process in creating a userid (1. get a token 2. login as admin 3. do admin stuff) I've scripted it via server side script that is triggered on a new user being …

Member Avatar for skippybosco
0
162
Member Avatar for Rabbz

I'm making a login in system using one notepad document to store the usernames and passwords. I was wondering if somebody could help me do this as at the moment I'm struggling to get it to match the username to the correct password. For example: On the first line of …

Member Avatar for abu taher
0
101
Member Avatar for janustt

I have a dice game to need to creat that plays until the total of the two die equals the users number, or the two die roll 3 total times. I also need to display the die after each roll. Something like this: Six: Five: and so on... * * …

Member Avatar for janustt
0
161
Member Avatar for Jennifer84

I want to create a "Help" in an application that I do. I have attached a file for what kind of solution I am after. The solution is the same type as in VC++ 2008 under "Help" /Index? How it is constructed is with a listBox on the left side …

Member Avatar for Jennifer84
0
123
Member Avatar for jiwatramani

hello ! its stupid to ask this question......but has anyone implemented hash maps in java ? can someone please post a code here. im really unable to implement it and unless i dont do that, it'll be very difficult to understand its concept. thank you.

Member Avatar for Ezzaral
0
101
Member Avatar for k2k

i downloaded a js code and it works with its own html index file. However, if i paste the <script>............everything </script> to my index, it doens't work. I tried to put it inside <head> </head> and i also tried inside <body> </body> ... they both don't work. Any suggestion? i …

Member Avatar for k2k
0
157
Member Avatar for brain damaged

hi, I'm working on an exercise, i did a lot of work already and i just can't figure where I'm going wrong, this is what I'm trying to achieve Sample IO ******************************************************************************* Welcome to PeopleSoft 2 MENU: (A)dd student, (D)elete, (L)ist, (S)ort, e(X)it a Enter the student number MSXMIC001 Enter …

Member Avatar for jwenting
0
168
Member Avatar for Alexpap

Hello all, im new to this community and i would use some help. I have learned VB.Net and i write programms for almost a year and a half. Currently im learning C, C++, and C#, but i dont have any expirience with these languages. So i would like you to …

Member Avatar for Jx_Man
0
97
Member Avatar for OmriN

Hello Everyone, i have a problem with the application i'm building, what i need is to import Excel Data into sqlServer which is on a remote Server. the tricky part is that i can't upload any file to the server so the import has to be made on client side. …

Member Avatar for OmriN
0
168
Member Avatar for SHAWTY721

I have an executable vb.net application that opens an external application. My program using two screens. I was wondering if there was a way to have the application open the program on the selected window from the screen that the button is pushed. Opening the external application on the screen …

Member Avatar for toko
0
309
Member Avatar for matejkralik
Member Avatar for matejkralik
0
100
Member Avatar for calvinmicklefin

I am trying to use an HTML form with radio buttons to choose a file to use as an include. It fails and I would like to know why ... Can anyone please identify my misteak? Here is my HTML [code] <form name="form1" action="pdfmaker.php" method="post"> <p><input type="radio" name="formradio1" value="1">Choice 1<br> …

Member Avatar for calvinmicklefin
0
2K
Member Avatar for VIeditorlover

Hi, I am a C/C++ folk and need to pick up C# basic knowledge for a project which will start by 3 weeks. Could you reccommend me a (free if possible) reading stuff??? Thank you for any advice!

Member Avatar for dickersonka
0
112
Member Avatar for JimmyEatWorld

hello can u help me to store data from vb.net to access...right now i get the data from com port. and i want the data to be save in the access...below is the sample code... [code=vbnet] Public Class frmSerialPortExample '---------------------------------------------------------------------------------------------------------- 'Purpose: Allow for data recieve event to update text box …

Member Avatar for JimmyEatWorld
0
540
Member Avatar for gregorynoob

given two arrays of n numbers, a[] and b[], and a number c, find the largest sum of elements from a[] so the sum of same-indexed elements from b[] don't go over c... i really have no idea... only recursion works but too slow :( heeeeelp!

Member Avatar for gregorynoob
0
86
Member Avatar for nizbit

I've been banging my head on this errors and can't seem to find where I went wrong. For any of the "set_" errors, set_ (as well as print) refers to a member function of another class . Please, any help would be great. [CODE] test.cpp: In member function `void CDCollection::get(int, …

Member Avatar for Lerner
0
241
Member Avatar for asmit1987

i am creating an application in which i require a splash screen. Now the thing is that i want my splash screen to be there without any title bar and frame border what should be the necessary code for it plz provide me with that.... thank you....

Member Avatar for Jx_Man
0
2K

The End.