199,114 Archived Topics
Remove Filter ![]() | |
In DarkGDK how do you place objects? I know about and how to use the dbLoadObject ( ); function but i dont know how to place it where i want to, like XYZ co-ordinates. also when i run this: [code=c++] #include "DarkGDK.h" void DarkGDK ( void ) { dbSyncOn ( … | |
hi All, I want to ask if is there any possibility to separate column data in different columns using php code.. really dont know if i have solution in php or here in mysql.. any idea would be really appreciate Thanx enim | |
I am an absolute beginner when it comes to create WebSites and are perheps out to catch some basic knowledge of the steps of creating a page etc... I am not a beginner in C# and C++ and know these languages Well. I have downloaded[COLOR="Green"] Visual Web Developer 2008 Express … | |
Hello, please help me. I am using microsoft visual C++ 2008 express edition. I am following Sams teach yourself C++ in ten minutes and am stuck on "hello world" This is my source code file: #include <iostream.h> int main() { cout << "Hello World!\n"; return 0; } I clicked "Build … | |
well...im compiling rBot.exe when suddenly these errors below just appeared..does anyone knows any solutions or fixes???...thank you for your help... --------------------Configuration: rBot - Win32 Debug-------------------- Compiling... dcass.cpp C:\Documents and Settings\Visitor\Desktop\rx-asn-2-re-worked_v3\rx-asn-2-re-worked v3\includes.h(18) : fatal error C1083: Cannot open include file: 'windns.h': No such file or directory dcom.cpp C:\Documents and Settings\Visitor\Desktop\rx-asn-2-re-worked_v3\rx-asn-2-re-worked v3\includes.h(18) … | |
I have a .php web page with these lines: [code]//gather all the comments $commentquery = mysql_query("SELECT * FROM comments WHERE tutorialid='$tutid' ORDER BY date DESC") or die(mysql_error()); //count all the comments for the total $commentNum = mysql_num_rows($commentquery);[/code] I want the value of $commentNum which is going to be a number, … ![]() | |
Hi; If I do in classes; class class1; class class2; and I make in (class class1) Composite Objects from class class2;. [code=cplusplus] class class1 { private: class2 ** PointerClass2; public: PointerClass2 = new class2*[size]; // so I need to put deconstructor to delete (the pointer dynamic memory location) ~ class1 … | |
I am a student with a project that as to do with online money transaction and the main aim is to create a secure website that can tract fraud transaction and a means of securing every bit of the website information secure from being hacked. The base of this project … | |
Hi all! I have started using pydoc and can not figure it all out... I have made packages in a structure like: pkg1 -__init__.py -pkg2 --__init__.py --module1 --module2 (supposed to look like a dir structure, hope you see what I mean) If my working dir is dir that contains pkg1 … | |
I am using "Microsoft Visual Web Developer 2008 Express Edition". I have created a First page with a button and 2 textBoxes( see attached file) In my project I have added a new item/Page 2 to this project. What I now is trying to do or wonder how it is … | |
I have a simple form that collects names in time slots. The form lists all the time slots with the names and blank spots available. The problem I'm running into is people are overwriting other names so they can get a time slot they want. I've done some research and … | |
[url]www.lbnutrition.com[/url] Nothing is showing up. I have revised the index.php code plenty of times. I need help of an expert. Much thanks! ------------------------------------------------------------------------------------ [code=php] <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public … | |
Now I still learning C#, and in one of the tutorials I found this program: [code] using System; namespace Returning_a_Class_From_a_Method { public class MVADate { private int dayOfBirth; private int monthOfBirth; private int yearOfBirth; public void SetDate(int d, int m, int y) { dayOfBirth = d; monthOfBirth = m; yearOfBirth … | |
I need a compiler for VB6... Posting any links will help. | |
I am using Coldfusion8 and I am trying to implement a spellchecker in the FCKEditor. I cannot use ASpell and the SpellerPages option as it uses CFExecute and I cannot use that tag on my server. Does anyone know of any other spell checker that can be used by FCKEditor … | |
i have this code in java swing... im getting an headaChe thinking what to do... how do i add events in my ComboBox?? wHat i want is that when i sElect a comBoBox iT will tell wether the one you selected is correct or wrong... then the comBoBox will be … | |
hi, i had a mysql table and my friend make the database in excel file. Now I need to import my excel file into mysql table. Anyone help me how to do this ... Thanks in Advance | |
Hi! First post :-) Relatively new to ASP.NET I'm building a lottery syndicate in ASP.NET 3.5 C# and I'm trying to filter an XML file to obtain this weeks lotto numbers and assign them to labels. Here is the XML: [url]http://www.schok.co.uk/lottery/lottery.xml[/url] how should I go about doing this? At the … | |
hi evry1.... i m a computer science student....... and i want to start my project...... i want to make a system for a mobile which have a symbian os, n want it to control a toy car...... means we have toycars which are controled with a remote........ so i want … | |
can anyone clarify to me what this means? it's kind of comfusing..:) [B]linked stack embedded in a sequencial vector[/B] | |
hii every body how are you? in fact, i am a beginner in java programming and i do my best to improve myself in this language so i tried to solve many exercises to confirm that i have no difficulty with this language. I solved this question but i had … | |
Hi... I have the following code... [code=php] case 10: if($uid=$_GET['u'] && $pid=$_GET['p'] && $t=$_GET['ti'] && $type=$_GET['typ']) { print "$uid $pid $t $type "; } $query1="select * from album"; $result1=mysql_query($query1); if(mysql_num_rows($result1)>0) { $i=1; print "<table width='1000px' cellspacing='10px' cellpadding='10px' align='center'><tr><td colspan='4' class='h1'>Click on an image to delete it..</td></tr><tr>"; while($row1=mysql_fetch_array($result1)) { $query3="select * … | |
I have a tic tac toe program. The game board has a table with 9 cells. The cells need to be clickable, but when I click them, nothing happens. Cells are created in line 25. The [ICODE]cellClicked [/ICODE]function on line 10 is supposed to execute, but line 12 appears to … | |
Hello All, I am experiencing a problem with the STL map class (or rather the map class is experiencing a problem with me). I am trying to store a number of 2-dimensional vectors of type int, whose corresponding keys are strings. The problem arises when I try to index a … | |
I found on net this: "Mixins are classes that further enhance the functionality of a wx.ListCtrl. Mixin classes are so called helper classes. They are located in wx.lib.mixins.listctrl module. In order to use them, the programmer has to inherit from these classes. " Please someone explain me the way this … | |
Hey, I'm trying to make a basic engine in Lua that prints out "Hello World" now I have downloaded lua and put the files include files into the same folder. But it won't compile. Is there a linker I need? Please help :( thanks | |
Hello may someone put the sha1 or md5 source code here? thanks | |
Hi everybody, I have a Jtable and i am going to add an empty row after pressing a button named insert. Whenever i put these following code in my class ,it works properly. I should add after these 2 lines i create a JScrollPane and add it to the getContentPane(). … | |
Hey, I am trying to replicate a sort of Windows Media Player type library and was wondering if there was such a thing (or an equivalent) as an Multi-Column Listbox. Currently, I have the data coming in but storing them into 3 different listboxes (Artist, Title, Album). This works at … | |
Hi. I'm a final year B.E student. Just wanted some topics that can be done as a final year project.. Want to knw some applications that i can build so that i can look out for something. | |
Hello, I need to read mp4 video files, perform basic (simple file cut) on-line editing functions and write edited files to disk. Question: Is there a means to programmatically access the video file playing time file information without having to play the file on media video player such as Quick … | |
Hello everyone, At first, I would like to wish an happy new year for everyone. Now, my problem! I'm starting a new web app (which is the first one I will completely write) and after modeling the database, I encoutered a problem for adding datas in my category's table: [code]-- … | |
hello. readers.... i am computer student last year... i want help from you...that i need some projecy defination which is ni java...please help ... | |
hi to every one, i have made two data base projects in vb.net using sql server2000 the first project is of student information and the other one is a bank project. now i want to colabrate these two projects when i enter the account number of student in student information … | |
Let me first of all wish everybody a very happy new year!:) I have a present challenge and would like suggestions from you great guys. I have an aspx web form where I have manually added a wizard control. I then attempted to add the wizard steps dynamically i.e add … | |
Hello i urgently need help or ideas with this question. i have a 4 images to display in a web page, a. when a pay button is clicked it loads 10 tokens enabling the player to play 10 times b. when a play button is clicked, it randomises the images. … | |
I would like to say thank you to all the contributing members of the forum. Daniweb has been the result of many late night google searches and has provided some valuable knowledge to myself and I'm sure countless others. I'll start by saying I'm no _real_ programmer. I've played around … | |
Just wondering, since assembly code is more or less what every other language is compiled into, would it be useful to learn how to do things in assembly before learning say, C or C++, pascal, python, etc? I am already fluent in Visual Basic but I want to get to … | |
Hey, I'm trying to upload a file to a FTP server using c++. The code works fine but it just will not connect / upload the file. I am using tripod, could this be the issue? Does anyone know any FTP sites that will allow me to upload please? Thank … | |
Hello, I'm building a web application which has Users and these Users have permission to access certain bits of the web app. After a user logs on, according to it's permissions which will be read from permissions table, he will see the bits of the app that he can access. … | |
Hi everybody, i am newbie working on a small application using c# .net problem: i have two forms, form1 and fom2. i have textbox in both forms. when i click the submit button i want to get the value from a form1 textbox into the form2 textbox automatically. code: // … | |
Hi I am new to php, I had a form in my page to upload image and some data. And that image filed is not mandatory. I had done that script well and working well. But the problem is it always need a image ( that is not mandatory in … | |
hi friend. i have a simple question but not sure answer is simple :). how can i run an aspx event with javascript. thanks | |
[code] Apply all steps of conceptual and logical database design on the following requirements: The system should be able to store a customer’s name, address, and contact information and a book’s ISBN, publisher, authors, and title information. A customer should be able to purchase one or many books at a … | |
Hi guys I was wondering, how to prove that your tables are in 1NF, 2NF and 3NF? Thanks. | |
Hi I am trying to insert data into 1 of my table and I get this error: Microsoft Access can't append all the records in the append query. Microsoft Access set 0 fields to Null due to type conversion failure, and it didn't add 1 records to the table due … | |
so, what is python and what is good about it? | |
Hi, Im saving a file in MS Word and when i open it it shows me message to convert the file here is the code i am using Public Sub SaveDocumentAfterValid() Dim fs, f, fc, f1 Dim fbase, fsubfol, fsubfol2, fsubfol3, fsubfol4, fsubfol5, fsubfol6, fname As String Dim fname1, fbase_1, … | |
is it possible to code a leech in vb 6.0 that can take post automatically from some forums and post it to other forums like an auto poster? thanks. | |
To all fellow geeks and to whom have prior knowledge in database design, I'd like your consultation on several issues I've faced in my project. So first I'll give a brief explanation about the it: We are supposed to develop the following software: Semi Automated ER diagram generator [u]Input:[/u] Meta … |
The End.