Globally available dataset
Hi, I have imported some Excel data. I want to keep the original data, but also have a copy that I sorted by multiple columns. My plan was to :- Import the data into table 0 Create a dataview and sort...
View ArticlePulling Currency data from App, and executing trades
I am very much a noob at this, I have no idea where to begin and that is kind of why I came here. hopefully i won't get booted for asking for so much help. basically the idea if to pull data coming...
View ArticleTo make exe in netbeans 6.5.1 with steps
I have create a project in netbeans 6.5.1 but I am unable to make exe please help how I make exe with steps
View ArticleKeypress Problem
Hey guys, Dim x as String = "Space" Dim y as String = "LControlKey" If GetAsyncKeyState(x) = -32768 And GetAsyncKeyState(y) = -32768 Then AccessControl() End If What I'm trying to do with this piece of...
View ArticleWarning: mysql_num_rows()
errors: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\E_COMMERCE\MENU_PAGES\zoom.php on line 83 $view_query = mysql_query("SELECT ip_address FROM view...
View ArticleProblem with some easy programms :) C++
Hello all,my first post here /> I came across this forum and i think its a good place to post some problems i am dealing with as a newbie />. Ok,so these are the programms i want to do: 1....
View ArticleJava and Images
The subject just eludes me. In various projects that I've worked on for school, I have used several different methods for using images in Java. However, this time, none of the methods I've used prior...
View ArticleMinimized another application
Hy! I need a help with checking if another application or games is minimized! So if i minimize my game screen or exp. notepad application my vb application will sey me "app is minimized" DO you have...
View ArticleMinimized another application
Hy! I need a help with checking if another application or games is minimized! So if i minimize my game screen or exp. notepad application my vb application will sey me "app is minimized" DO you have...
View ArticleBetter Way of Selecting Bit-size and Pseudo-Random Bit Generation
Is there a more elegant way of doing the bit size selection and pseudo-random binary bit generation than I am doing here? Actually I need to write an algorithm where the user is in control of the bit...
View Articlehow to search file
hello hai... i want to search corrent match text file in folder ...how ? if i type 12345 it must show the contain in the text file .. pls i need help ..
View ArticleCan't find the error in this code... can anyone help me ?
#include <stdio.h> #include <stdlib.h> #define SIZE 100 static int i=0; struct Contact { char First[SIZE]; char Last[SIZE]; char Address[SIZE]; char City[SIZE]; char Phone[SIZE]; }; struct...
View Articleprogramming a new app and website
I am trying to write a program and also find well rounded programmers to write an app and website that is similar to okcupid or meetme. What language wouls be best to use? What wouls be a good place ro...
View ArticleDynamic FileSystemWatcher listview error when adding
I am trying to make a filesystemwathcer that monitors all of the users drives First declaring the control that will store the letters Dim lstFiles As New ListBox Second getting the drives: For Each...
View ArticleSendKeys.Keys() special chars in a variable problem
Hi ! I have made a simple program that copies the text written into a textbox (its NOT a spammer.. it rewrites the text only 1 time, i made it just to learn something) and everything works, however i...
View ArticleJTabbedPane problems
Hey guys! Im making a small little database program and i want it to have tabs hence the use of a JTabbedPane. I have a porblem though, whenever i make it the tabbedpane in my jframe is in essence a...
View ArticleNon-repeating information grab
I am trying to make a program that will grab information line by line from a .txt document on the web and one that will continue to do so as the information is updated. So far I have this code and it...
View ArticleVariable Initialisation error.
int num; String numx; // compiler states that numx isn't initialised. for (int count=0;count<4;count++){ num = (int)(Math.random()*9); numx += num+" "; } I realised I have to insert a arbitrary...
View Articleconvert yahoo finance csv data into 2d array
Hi Everyone! This is my first time posting here. I'm trying to write code to download historical stock price data for companies in S&P500, then convert the data into arrays. So far, I have...
View Articleconvert yahoo finance csv data into 2d array
Hi Everyone! This is my first time posting here. I'm trying to write code to download historical stock price data for companies in S&P500, then convert the data into arrays. So far, I have...
View Article