199,114 Archived Topics
Remove Filter ![]() | |
[ATTACH=RIGHT]16400[/ATTACH]Today [URL="http://uwnews.org/article.asp?articleID=59530"]University of Washington researchers scored a triumph[/URL] in the ongoing battle for domination of the planet by demonstrating that sometimes humans are better at video games. The announcement came from David Baker, a biologist at the Howard Hughes Medical Institute, and Zoran Popovic and Seth Cooper, computer scientists at … | |
I want to read content of pdf file when window openfiledialog appear.I use VB 2005 at winform. anybody know please help me!!!( show code | |
![]() | Hi, I am 26 years old and right now I am a laid off accountant. I am starting to get pretty good at Java as a hobby and want to get into software development or information security, but I am not sure where to go from here. I have been … |
May I know how to split a word into individual characters (letters)? For example, AUGC into A U G C | |
I want to create External UI using C# for MSI package. I found very little document after googling for long time. Please help! | |
This code sample shows how to represent employee data as a list of dictionaries. This list can be sorted and grouped by dictionary keys. In this particular example, I demonstrate how to calculate each department's average age from the data after sorting and grouping. The code is heavily commented to … | |
Hi all, I have no idea about C#. I know that its a good language +****************************************************+ | I DON'T NEED ANY HYPERLINKS( EXCEPT:Good Sites) | +*****************************************************+ My questions are the following ------------------------------- 1. What is the difference between C#, C++,VB.NEt? 2. What is .Net , is C# and C++ .Net … | |
I have a gaming application developed using C#. Please suggest me a good installer for my application... | |
damath is look like DAMA but with a twist that contains BASIC MATHEMATICAL OPERATION... hu can give me links that can help to create an AI and also to create a BOARD i dont have any idea in making a game ... this is our thesis proposal pls help me … | |
This function reformats a numeric sequence to include grouping in the usual human readable format. "123456789" becomes "123,456,789", for example. The formatting is localized to the current running machine. In a German locale the previous example becomes "123.456.789". In a Hindi locale it becomes "12,34,56,789". Printing numbers for human consumption … | |
i am working on a asp.net application. and my problem is i want to show the data i stored in database in hindi characters. what should i do to display the data in hindi characters. | |
Hi everyone This is my first post here, so sorry if I break the etiquette of the forum. Anyway I am a founder in a small Danish company producing tools and services that help developers build better games. Historically we have focused primarily on flash due to the ease of … | |
I embedded a font to my winform application and the font showed up on my computer as well as many others. But for some wierd reason it shows up as blank buttons (I used the font on buttons) on some peoples computers. It is not the OS they use as … | |
I have a FileSystemWatcher, that moves excel data to a database when ever an excel sheet is made. But it keeps closing on the second iteration, and I can't understand why. Can someone please help. Here is the code. [CODE] private void StartWatcher() { // Create a new FileSystemWatcher and … | |
Hello i am after a piece of code that will change my ip address every 30 seconds, i have no idea were to start so any help will be appricated thank you | |
![]() | Hi well i posted a earlier thread but no one has replied in three days i have one reply, but it's not what i wanted. he cursor i am using is one from axialis cursor workshop examples. it is a .cur and it does work as i have changed my … ![]() |
i am new to minimax algorithm. while searching in google i could roughly understand the basics of minimax. i do have a doubt in using it for tic tac toe. at each stage max will choose the node with maximum value in its child. but how do we evaluate the … | |
Do I have to spell it out for you? This short C code will do just that. It will spell out an integer number in English words. The banks do that on large checks, and it would be nice to get one of those every now and then. | |
I have an array of strings. [CODE] string[] array = new string[] { "0", "1", "2", "3", "4", "5", "6" }; [/CODE] I would like to remove a string from the array above using a variable removeIndex, let's say it is equal to 3. [CODE] int removeIndex = 3; [/CODE] … | |
Hello everyone, I am getting ImportError when I tried to do pure embedding and call Python function from C. The Python code is named dummy.py given by: [CODE=python] def multiply(x, y): print x, y z = x * y return z; [/CODE] It is called by the c program "calldummy.c" … | |
Hello everyone; I'm trying to do something which I'm not sure if it is available in c++. Actually, I'm developing a game with functions.And to reset the game when the user presses a button or a certain event occurs, the program must start running from all over, say from the … | |
Hi there, I am loading data to a datagridview from the database. How can I make the cells that were loaded from the database to only read only. I have a button in the interface so that I can add arrows to the same datagrid view. How can I make … | |
Hi everyone I am currently learning C++ and i am writing lots of small bits of code to get praticed in coding in C++. i am working on a user system atm which takes a signup from the user and puts it in a text file so the user and … | |
I wrote the tic tac toe with minimax algorithm. However, there are some bugs that i cannot figure out why the computer cannot win the human. Please help me to fix it. Thanks. I upload a zip of all files for you to check it easier. I guarantee that it … | |
Hi friends, I want to create setup file of a desktop application using vb.net. How could i do it? Thanks in advance | |
hi, i need do one scipt that employer can accept and reject requests for product, then print the information about the follwing product.The customers fills out a form after the custumers sends the request. please somebody help me!!! | |
Hey all, i have been reading some c++ books and they talk about a variable type called float but they also mention another one named double and another one named long double but what i don't understand is the difference, the furthest i get is that they tell me float … | |
Hi guys, Im working through accelerated c++ book and in chapter 4 ex 2 i had to build a program that displayed the square of ints (i) 1->100 inclusive using setw() to align the results. this i did ok and it works fine like 3 lines of code. However in … | |
If I have an interface for all poolable objects and I require each poolable object to have two delegated methods. [CODE] public delegate T CreateNewObjectGame(Game1 game); public delegate bool ValidateObject(T obj); [/CODE] How can I make sure they are always required when inheriting from an interface when an interface can't … | |
I'm self studying from the book, C++ Primer Plus Fifth Edition, by Stephen Prata. The following relates to Chapter 13, Page 699, Programming Exercise #4. One task is to write the derived class method definitions based upon the given prototypes. The following are the said prototypes. [CODE="cpp"]class Port { private: … | |
Hi. I'm a new guy, and I'm having trouble with inserting into a database table. I'm designing a backend for a the website of a church camp that my wife is involved in. They have member churches, and I want her to be able to input data into the database … | |
Hi guys I have made an advanced vb webbrowser and I'm hoping for you comments its in beta stage do you have any suggestions/feedback. features I didn't list: 1. Non ie based webkit based 2. supports file downloads. 3. User Login based supports multiple user data configurations 4. Supports Theming … | |
Hi All , Can you please explain me about the Java Design pattern as many Developers suggested me. What role it plays while programming. -Prashant | |
Dear all, I'm writing a small application in Linux using g++ compiler which asks for username and password. Could you please help me to mask the password entered by the user with * symbol? getch and _getch is not working. Please help. Thanks, Ershad | |
[CODE]import java.util.Scanner; public class FutureInvestment { public static void main(String[] args) { // Display name System.out.println("Programmed by "); Scanner input = new Scanner(System.in); // Prompt user to input investment amount System.out.print("Enter an investment amount: "); double investment = input.nextInt(); // Prompt user to input interest amount System.out.print("Enter an interest rate: … | |
Hey all, I just started programming C++, (only formiliar with matlab/mathematica for image processing) . I like to find the min of my grayscale image. My image is a part of frame token from a webcam. But I don't even know what type of object my image is. Is it … | |
Hi, I'm studying C++ at the university and came across a problem in my exercises. Basically I'm trying to retrieve an integer from an object via its getter method. The object is stored in a vector. Here's the main.cpp part: [CODE] vector<Client> vektori; ... vektori.push_back(Client(account, firstName, lastName, balance)); ... vector<Client>::const_iterator … | |
[COLOR="Red"]4.6 - Insert() vector argument specs. Iter or not?[/COLOR] This allows me to refer to the second spot in a vector named 'inventory': A) [CODE] vector<string>::iterator myIterator; cout << "\nYou found a compass"; inventory.insert((inventory.begin() + 1), "compass"); cout << "\nYour items:\n"; for(iter = inventory.begin(); iter != inventory.end(); ++iter) cout << … | |
hi, i am new for java programing world. can you help me for above thread. | |
Hello!, I'd like to start out with a big THANK YOU!!! I started a new job at a small market and am developing some software for their POS. I have been stuck in the Google loop researching workarounds many atime and this site has always come through in the clutch … | |
![]() | Hi there, I've found quite a nice flash / javascript / php based multiple image uploader called FancyUpload. [URL="http://digitarald.de/project/fancyupload/"]http://digitarald.de/project/fancyupload/[/URL] I've got it working fine, however i need to be able to insert the data into a database Below is my database structure: photo_ref event_ref photo_thumb heat Basically i want to … |
I'm learning C# on my own (I know C, Pascal, and about 8 proprietary languages) ... I'm stuck with VS2005 Pro (no budget) so I can't upgrade and I can't use Linq. I'm using Access just for simplicity at this point. What I'm trying to do, is what I've done … | |
I am trying to get something to print to my screen aftre i type in the source code. Eveytime i compile and run it it just flashes a dos screen real fast and goes away. How can I see what it is printing to the screen. If anyone can help … | |
Hello all. I am very new to VB.Net and am currently learning the basics and mechanics of how the software functions, my past was mainly with Matlab, so naming variables and such is quite different to me now. My question is this: How can I read data from a .csv … | |
Hi Guys, I am having a hellish time getting this to work...i'm fairly new to asp.net so i may be making some glaringly obvious mistake :/ In the page init i read products from my database and populate the page with images/links/buttons/etc. The problem i have is twofold: If i … | |
Hello guys, im stuck working on a simulation program. I am working on a program which mimics a door's security key panel. In case if you have been wondering what a door's security key panel is.. its a keypad on the door which unlocks the door upon entering a proper … | |
We are converting a Visual Basic 6.0 application to vb.net 2008 and are having an issue, while executing the code under “form activated event”. There is a difference in behavior between form.activate in Visual Basic 6.0 and form.activated in vb.net. In Visual Basic 6.0, the Activate event was raised only … | |
hello all, pls be patience to read this, pls im doing a project in c#. to automate the downloading process.. my task is 1.Login to the website 2.Click the button on the next page(2nd page) 3.Click link and then a button on the next page(3rd page) 4.then the File download … | |
[CODE] myLinkedList ( ) { //TESTED head = NULL; last = NULL; cout<<"Linked List is created with default constructor\n"; } myLinkedList ( myLinkedList &arr) { //TESTED if (arr.head == NULL){head=NULL; last=NULL;} else{ head = NULL; last = NULL; temp2 = new node; temp2 = arr.head; while(temp2!=NULL){ insertLast(temp2->item); temp2 = temp2->next; … | |
i am not able to write anti virus as filter driver can any one help me to write it in c#. |
The End.