199,114 Archived Topics
Remove Filter ![]() | |
Hello, This is my first time posting anything here. I have learned c# before when in school. But now at work I'm trying to make a program using c# and I'm encountering a program. I am a novice, and is hoping everyone's expertise can help me. Essentially I'm developing a … | |
Hey, i am making a program that will save some text from fields into a notepad, i have the save function worling perfectly but what i have no idea how to do is filling the fields with data from a saved notepad. I was planning to make a function that … | |
Hello. I want to execute an insert command when the result of previously select statement is true. Can i use both data source and result set in my method so i can check if the result is null or not. Or is there a way to see if ds is … | |
I am still kinda new to programming and I have a questions (yes it is a homework question), but I am not looking for you to give me the answer. I would like someone to explain to me how to go about determining the number of key comparisons for an … | |
All, I have an issues form in a database (MS Daily log) and when you fill in the form it save the data into an issues table. Everytime you do this it gives each issue an ID number (auto number). Basically I want to fill in the form then before … | |
Hi All, Am new to this forum and really happy to share my programming thoughts to you all. It would be great help if some body gives me the the solution for the below. Case: When i select a file (through html file control) from local machine, before uploading i … | |
hey all, i'm working on a very simplistic example to revive my cpp skills for an up coming work placement. however i'm running into what seems an inconsistant error using ostream (cout)... have a look at the following code in the main()... :: main.cpp :: [code=CPLUSPLUS] #include <iostream> #include "IntArray.h" … | |
Hey, I really need some help fixing the errors in this source file! I honestly don't know how to fix some of the errors. This assignment has to be submitted it 2 days. I've looked for the missing sytax errors and the other ones but i just cant seem to … | |
I have followed the normalised eight point algorithm(as outlined in Zisserman and hartley) for estimating the fundamental matrix between two cameras. but the determinant does not get constrained. i tried adding more points(upto 24) but the results only get worse... could any1 please tel me what could be the reason? | |
i need to do my final year project in my this semester...i study electronic engineering course....so anyone have good ideas?? i had suggested my title to my lecturer before but she reject my title...what my lecturer requires is no so complicated and so easily in the project and need to … | |
Hi, I got javascript error: unknown exception in IE 6 Take a look: [url]http://buildalook.com/index.php?l=Measure[/url] login: test2 password: test2 Click "other information" in the left, first it's work good. But when I refresh and click "other information" again, I got javascript error: unknown exception. Can you help me? | |
I need a small code that can read a text file from LAN i.e. through IP address and there is no sharing folder on that pc is it possible to read a text file read and write on the same time by more than 2 pc Please help | |
So, I have this script that I am using to study some Biology vocab words for my final tomorrow. All I did was put the list of words/definitions in my existing script, and everything seems to go wrong. I have a total of 50 definitions, yet it says there are … | |
Hello, I just started reading and learning DirectX SDK's tutorials in order to develop skills for game programming. I don't know COM very well (i just start learning it). I read lights, materials, mesh and BasicHLSL DirectX9 tutorials (line by line). I know C++ and math (not VERY good math … | |
Ok, I have one sub and I have it handleing different events of different objects. So my problem is I want to determine which event was triggered from which object. Can anyone help me out? | |
Is it possible to open a file in binary mode and make an array out of it then to encrypt that information. I guess I should ask how you would start something like that? Thanks | |
Hi, I have a web application(made in ASP.NET ) which displays excel document(or other kind of document) in a frame by using Response.Redirect(@"some path../Excel1.xls", true); My problem is that when i open 2 excel document one after the other.The second excel document seems to be corrupted. When i click on … | |
Hi, I'm currently trying to create a linked list to use with a BSP Tree, however the root node keeps on losing its' values as soon as I leave the function. The code is quite extensive, so I'll try to post the relevant sections. This is the header file. [b]OpenGLView.h[/b] … | |
[code=cpp]#include <iostream> using namespace std; int Main() { int i = k + 1; cout <<i ++ << << endl; int i = 1; cout << i++ << << end1; return 0; } [/code] Please help me? What is wrong with this code? I am a C++ Noob! I just … | |
Is it possible? Like bringing a drawn image in the paint for JApplets? Is there any way to set a order of whats on the most top? Because I'm using a JTextArea, and have it do setText on the JTextArea while inside paint(Graphics g) and having it draw the image … | |
I'm having a bit of trouble with this one, the goal of this program is to enter in 1 to 5 numbers, with a maximum of 5, into a vector and then popping as many numbers as the user wants until the vector contains nothing. My problem is that I … | |
Hi, Is there a way to format a string into a paragraph format? The closest thing I got was entering the string into a JTextArea, but the only problem with this is that the words get split in between its characters making it almost seem like two different words.... - … | |
Here how it's work. Hold down the mouse click make the popup show, release will hidden. Continuing hold down the mouse click and moving the mouse around will make the popup follow the mouse. The problem is how to make the popup (<div id="popup") move follow the mouse cursor, onmouseover … | |
[code=cpp]#include <iostream> using namespace std; int main() { int length; length = 7; cout << "The length is " << length; return 0; } [/code] When i run the program, it outputs everything but the screen comes on real fast and then closes and i cant get it to stay … | |
Occasionally I need to make files in certain folder using python. To minimize the clutter which such files might cause I would like to make them hidden. It's pretty easy to do this using windows explorer but I have to do it manually for every file which my script creates. … | |
Hi, I am doing a project in pure JSP, Servlet, Hibernate and MySQL. I am using jsp for a presentation and Servlet for buiseness logic. In my one jsp form there is one combobx and other textboxes are present. My problem is that, I want to fill that combobox from … | |
Hi guys, hope your all well, Ok, a few days ago, my VB EE 2008 has gone strange. What happened was the program crashed and i had to force close it. So i simply re-opened the program. Now i cannot get access to my property box. Also, there are never … | |
Hi, I'm newbie in nusoap library, and I'm getting stuck how to declare soap:header to be use in authentication from the client to the server. My script/wsdl server works fine, but I just want to secure my functions using authentication and also as of now dont have any idea how … | |
Ok, I am pretty new to Visual Basic 2005. I am taking a course in it and we are creating a Department Store program right now. I pretty much have 90% of the program done, its just that when I try and move information as strings (name, province, postal code, … | |
So im trying despritely to understand how to create a maze and find the shortest path. I would just like to first understand how to create a maze. Theres no need for it to be outputted at this stage, I just want to understand how it works. I found this … | |
I am helping a friend with a project in Visual Basic, it is a program that uses a SQL database. There are some rows in the database, we can review them just fine. So the SELECT quesries are fine, it is the INSERT queries that we are having problems with. … | |
I was out of programming for long and now I'm just trying back to regain my knowledge on the language. I have forgotten how the ListCtrl get populated. Here is the tutorial but I cant explain the mechanism. Please help me to understand the whole process. Cheers :) [url]http://zetcode.com/wxpython/advanced/[/url] | |
please help me i got some problem with my code. my drop down lists which displays a text box when a selection is made, does not display an input in a database when i write a text in the text box. [code=html]<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function showHideSelection() { if (document.drop_list.Category.value … | |
ok i don't know where to start my search cause i don't have to right terms. what i would like to do is have to menus and have the second be changed dynamically. ex: in the first dropdown if the user selects a category, the subcategory will populate with sub … | |
Hi, i have got a new question, is it possible to pop from the FPU stack and deposit to general purpose register without doing FIST to memory? Or in other words,, is there any way to do FISTP RAX or something equivalent? (i can't write to memory because of low … | |
I am trying to learn object oriented programming and am still shaky on the ins and outs of classes. I understand their purpose, but can't seem to grasp many simple operations when using them. The dive into python section on classes is not very helpful either, so if you know … | |
Hi, me again, I have a textbox that users can enter a url of there website. I have default value at http:// so when page loads the text box alreay displays http:// I am not sure what i do in PHP to check to make sure that the url starts … | |
Hi.. I want to simply upload a image to database..it may be the whole image or just the path or a html link of any image...and display it in another page..via a table...my main problem is I cant fetch & display it from database...I read and try some prevoius pages..but … | |
from Java Sun's JavaBeans tutorial: "The accessor methods for a bound property are defined in the same way as those for simple properties. However, you also need to provide the event listener registration methods forPropertyChangeListener classes and fire a PropertyChangeEvent (in the API reference documentation) event to the PropertyChangeListener objects … | |
HI all, hoping someone can help me I created a scratch card game with a mix of PHP and Flash, with over 250 installs I have barely ever had a problem, and none that I couldnt solve, but now I have user who can't get it to run and it … | |
how to find my visual studio license key? | |
Hello all, If I have the following code fragment: /* comment bla bla */ ....code... With a regular expression, how do I get/extract the comment inside this multi line comment block. With the comment characters? And how do I get all the multi line comment from in the entire file? … | |
hi every 1 i want know some help about logic and concept of php i know php but i cant have good logic and concept plz have u any idea which will make me 100% in php caz main job depaend on it and i have no time and i … | |
Hi im pretty much a total vb nub at the moment but im trying to learn. Anyway I've been trying to find out how i could load a random http proxy like 24.175.122.152:9090 from a txt file. I know how to load a random url but Im failing at doing … | |
Hello, i would like to be saving images from an online form to a mysql database. what is the php syntax | |
Hi all, Can anyone please help? I have a .php user registration page that was created with the help of one of the many tutorials which works fine for the purposes of accessing/logging into an Intranet site. The registration writes 2 fields to a MySQL database a username and an … | |
Hi, This might be more appropriate in the PHP section, I'm not sure - still a newb. I have read this problem in other threads, but can't seem to make the solutions work for me. I have a table that shows the results of a query for either pat_id or … | |
Hi, I'm starting with Java and have an issue with how to use the classpath variable and where to put certain library. This is probably pretty easy but it's got to the point of driving me crazy. Now, I'd like to have my library, let's call it "mylib", under C: … | |
hi, i want to ask if anybody knows : i have a combobox where the values are obtained from MySql database. i want the user to choose one of those value to edit its field. for example if the user choose X from the combobox iwant all fields related to … | |
Hi, why doesn't this code work: [CODE]int main() { cout << "Hi!\n"; #ifdef DEBUG cout << "I'm in debug mode!\n"; #endif return 0; }[/CODE] I am trying to make the message "I'm in debug mode!" only print when I am in debug mode for my IDE (Visual C++). But also, … |
The End.