199,114 Archived Topics
Remove Filter ![]() | |
Hello all! I have been googling US maps using Javascript until I'm blue in the face and still can't find what I'm looking for. I want to learn how to create a US map like the following: [url]http://www.websitedesignerslist.com/[/url] Can anyone point me in the right direction? Thanks bunches, ~Amy | |
can any one make me a computer operating system or help me please thanks;) | |
hi all, I want to convert a string contain hex format '0x15' and what to convert it integer because i want to write data contain by a integer variable in hex format (binary data) into the file. here is my code [code=c] char * str = "0x15"; int value; FILE … | |
Very simple question but this has been annoying me for a few days. I have tried quite a few different things to get this working but its starting to piss me off. So basically I am trying to get a simple WPF app to run through a folder, copy some … | |
Basicly i tried to do address book but i guest it not work at all..can i know where i get wrong or any advise?.. | |
Hi i was making this code so I could connect to my server and run a database: [code=php]<?php mysql_connect("localhost","root", "samiscool"); mysql_select_db("test_db"); $sql = mysql_query("SELECT * FROM test_table"); while ($rows = mysql_fetch_assoc($sq1)) ( var_dump ($rows) ) ?>[/code] and this eror message came up "supplied argument is not a valid MySQL result … | |
Im calling a function in a 3rd party dll. Somewhere down the line it hits an access violation (0xC0000005). I wrapped the call in a try/catch but it never catches and the runtime pops up the old Unhandled Exception. This call is several calls deep in my code so I … | |
![]() | Ok let's say I have a text file: [code] (0,0) = 1.0 (0,1) = 2.0 (0,2) = 3.0 (1,0) = g (1,2) = 2.0 (2,2) = hi there (2,[COLOR="Red"]8[/COLOR]) = ee (5,4) = e (10,1) = g [/code] Where the each part of the line is delimited by a tab. … ![]() |
i have two combox in my page.first is for division and second for gp.when user selecte division corresponding value shoud me fill from mysql in second combox with out submit my form data.any help.. from rohit ![]() | |
Hi i am trying to open a pdf file using vb.net with the following code. it gives an error messages at ar.src=splitout(i) and the message is "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.". please help. Thanks Dim dlg As OpenFileDialog … | |
I converted TGREER's C# implementation of a hacked StreamReader class to VB.NET and wanted to provide it for anybody who has run into the following issue: when using a [B]StreamReader[/B], and [B]ReadLine[/B], to process a text file, you cannot determine where you are "at" within a file. The following is … | |
I've been working on a calculator program for a couple weeks now, and I'm stuck on how I can get the program to actually do the calculations. The short story is this: Let's say I have a string from the calculator that is "3 + 3" I can already convert … | |
Hello. I have built a hibernate project and the dropdown list and the table load data to the web page but the drop down list is not poulated with the names (derived from the xml id) There is a lot of code to paste. Is there someone that could help … | |
Dear All, would you please tell me in brief that " What are the applications of Assembly Language where any high level language becomes insufficient". Kind regard | |
![]() | hi, i need urgent help with my code. My program, which converts word strings to its number equivalent, only works with special cases. Example: "nine hundred ninety nine thousand nine hundred ninety nine" outputs 999999. (which is correct.) But try inputting "nine million nine hundred ninety nine thousand nine hundred … |
Hi, I'm new to xpath. I have some question I dont know how to do it.. I've googled about it and i dont see any solution. Question: I wanted to do a math calculation.(this i know how to do) but then i wanted it to display it out using my … ![]() | |
I am a beginner with VB, I'm coming from C++. When I compile and test the program the base pay textbox changes to 0, gross pay textbox to 0 and the total deductions turns to 0.25. For the life of me I can't figure out why. My little experience with … | |
Hi lads (and ladettes) I have to create a mobile application that gathers user input, saves it to a document so that it can then be emailed back to HeadQuarters. Im new to this area ... although I have used the StreamWriter/StreamReader classes to create a new TextFile and save … | |
hello guys i got a simple project but not that simple at the same time. lol The user needs to input a number such as : 512 and the code needs to output the number but in letters(five hundread and twelve). Any tips? :) | |
i changed my password in mysql using the mysql server instance config wizard from the start menu. once i changed it, the access is denied to view all the database in phpMyAdmin.. #1045 - Access denied for user 'root'@'localhost' (using password: NO) - this error appeared in the screen. i … | |
Hi, this might be a quick question, if anyone "just knows" the answers. I want to know a little about the differences between lists and vectors. For example, I think that the elements of a vector are stored in continuous blocks of memory (Maybe?) Are lists stored the same way, … | |
Hello All, I am trying to disable right click only for specific links on the page> I want to create my own pop up menu for these eventually. At present I have the following [CODE]<a href='#' onContextMenu="typesclick()">Types</a>[/CODE] the function is [CODE]function typesclick() { alert("testing"); return false; }[/CODE] The alert appears … | |
How to create an initialised list and delete any node from the list using C language.Please help me.I need it urgently. | |
good day, i rily nid help on something.... its about gotoxy in turbo c... 1st of all, can u use gotoxy in turbo c? (c++ 6.0) 2nd, if u can... can i ask how to use it? please help me... im just a beginner... lol.... h0pe u c0uld help me... … | |
hi all, i want a shopping cart which runs on sessions ie adding items to basket, updating them using sessions without using tables any ideas iam confused :confused: and stucked please help | |
Hi All, I need to convert a Assembly Code to high level languages such as C/C++, C#, .Net vs vs. I found a [URL="http://www.microapl.co.uk/asm2c/index.html"]website [/URL]that converts it but with very very high price. I am looking for a simple program which tries to convert assembly to high level language. I … | |
Hi Can any one help me I have the data in the database and i retrive it using mysql_fetch_assoc using while loop and i am trying to display it it on HTML form it is not displayed can any one help me U can find my script [code=php] <?php global … | |
i am going to purchase a laptop, do you guys know which version of vista is recommended for app. developers? | |
Hi guys, the thing is: suppose that there is an application (assumed that we are using Windows) waiting for some input data. This could be a password, path, search criteria (for example in the case of Google). I would like my Java application to 'enter' some text, and then to … | |
Hi does anyone know how to create a script that allows a user to upload an image to a website that shows as a thumbnail which when clicked allows user to view image at it's original size. I've found some code (php) that allows user to upload image to server … | |
Hi! I have three questions: 1) How much approximately costs an implementation of a shopping cart module. 2) How long it would take, approximately. 3) Could you, please, give me some... let's say... advice on how to do it, some useful links.., or what basically I have to read in … | |
Hi, I would like to know more about deploying Java application on mac.... I am going to start preparing a Java application which will be used by normal non-technical persons on mac. So, is it possible to create a setup like thing for users on Mac for a Java application. … | |
Hey, Im having some trouble with linked lists, I have been givin a task where I am asked to crreate a linked list which reads in a random set of chars from a .txt file and stores them in a linked list, then prints them out in a seperate function. … | |
Hello, I was wondering if anyone can help me sort this problem! I basically have a member profile feature on my site that has an update page! Members can update information such as their date of birth, location etc! I currently have a text box in which members have to … | |
How can i make my report header variable? I want 2 make my report header label as per a textbox filled in a form. How can i do it? Please help me.. | |
I presume that by back button you are referring to a browser and you have implemented that with JSPs. In that case when the username and password are correct, save the username in the session before you redirect to the next page. Then when you go to the next page … | |
hi please help me, i want to know how to enable smtp in php mysql, i have the code right so no worries there. please help | |
i want to create a login text file at each login , that will be stored in system folder that can be viewed but not modified....so that the person who logged last can be traced... here is my code : Is the code correct ??? if not what are the … | |
Greetings, Within my jsp I have HTML code (see below) which accepts input, one of these fields sequence unlike the others is an Integer and within the HTML FORM the INPUT TYPE is set to "int". [CODE]<FORM ACTION="wk465682AddFAQ.jsp" METHOD="POST"> Id: <INPUT TYPE=TEXT NAME=Id><BR><BR> Category: <INPUT TYPE=TEXT NAME=category><BR><BR> Question<BR><TEXTAREA NAME=question COLS=100 … | |
hi, :p i am trying to achieve a registration page in JSP. i am using tag library to do this. c tag library and Sql tag library. [CODE] <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:if test="${param.submitted}"> <c:if test="${empty param.name}" var="noname" /> <c:if test="${empty param.pw}" var="nopw" /> … | |
Hello, I need to select information from two different databases and join them into one web page. I am unsure how to go about doing this. I am not a PHP programmer, any help would be appreciated. | |
I need to code a linked binary min heap.Everywhere I go its an array based min heap..can someone direct me to some pseudocode for a linked min heap? Thanks for any help | |
hello guys, just want to ask some newbie questions. i have a table named "students" in my database, the field names are "Lastname", "Firstname" and "Highschool". i want to sort my query by highschool field. i want to show that query results in table form. how can i sort by … | |
Hi all, please I want the code in vb6 to save content of all text boxes i put in the form to a database in the internet.. I hope you understand what I want :) | |
Hello, I would like to know what you think about using XML files in order to exchange informations between different processes. I know this may not be the fastest solution but Il still think It can be very effective. What do you think about that ? Advantages and cons of … | |
My 1st aspx Program... I creat an aspx coding , when i m run in dreamweaver 8 , it showing error ...below **The tag:"seript" dosent have an attribute:"runat" in currently active version.[HTML4.0]** Plz Give me soluction | |
Hey, I was wondering what is the most popular/best network library for free download. I guess I should give my situation, as that might decide which is best for me. Basically, I want the ability for 2 or more players on different computers, on the same LAN, to be able … | |
hi i have trouble understand system.io . i read through the msdn, but ....still dun undertsnd how to use i know it can use to write and read from a text file using stream writer or reader the read code is like this but i cant understand [code=csharp] StreamReader reader=new … | |
what is .dll file. how it is work and how can i make it. please any body help me | |
Hello All. I am currently working on a project that introduces us to recursion and was needing some help with my program. This is early code so i know many things aren't correct. [code] #include <iostream> #include <fstream> using namespace std; int str_length(const char[] str); int str_compare(const char[] str1, const … |
The End.