Java Debugging Issue
Here are the errors: I got these 2 but not sure if it ran all the way. Any help would be greatly appreciated. missing method body, or declare abstract public boolean equals (Temperature other); ^...
View ArticleJava serve to handle alot of connection short lived
Hello all, We are currently developing a tracking unit written in c that send coordinates every 5 seconds to the server The server receive the data and send it to be saved in MySQL database What i am...
View Articleweb form using master page in vb code
how to create a form for web applications that is built from a master page using vb code
View ArticleQuick Sorting - Large 2D array Integer - VBSCript
Hello , Using VBScript. I have a 2D array of type resultarray(0,1) = "Name1" resultarray(1,1) = "Score1" resultarray(2,1) = "Category1" resultarray(3,1) = "OtherDetail1" resultarray(4,1) =...
View ArticleHow to set directions of a player?
Hi, I'm making 2D game like Mario. I want to set a player's direction (facing LEFT or RIGHT) based on given key press and shoot a fireball according to its directions. for example when the player's...
View ArticleEntity Framework - Store Password
I'm learning WPF, MVVM, and Entity Framework and just making a test project (For learning purposes). Currently a user can go on the app and "sign up". I've currently been able store and retrieve data...
View ArticleValue Question to pull record from Database as a Search funtion
Hi ok so i have a code that was out of a textbook an i was talking to my Lecturer and we were discussing this Exercise within the Microsoft Ebook that we had to do i have completed the task now myself...
View ArticleADODC Search
Please I need an example search code in adodc(strictly adodc only)... I,m a newbie in vb6...(I don't still have a codes)...
View Articlemake graph with multiple y axis
hi I would like to make a graph in vs 2012. The graph looks like this sketch below. It has 3 curves and those 3 curves all have to get a individual y-axis. I can't seem to find out how i can do this. I...
View ArticleFiltering using CheckedListBox
I have 6 CheckedListBox and whenever I select items from 4 CheckedListBoxes only, an error pops up but it still filters. And also is there a way to make multiple data into one? Example is, when I input...
View ArticleCorrecting an SQL Query for VB.NET to Access - Search - Parametizing?
Hi there, basically i have been having a really hard time figuring out the "Correct" Syntax for the SQL Query within my program. Here is a snapshot the code that i have been working on for the past few...
View Articlehelp with delete codes.
i wanna ask help about delete where in when i delete empnumber the remaining emp number will go to that number for example: I have 3 employee records Employee records: 1 lei ren F 2 wen lei R 3 lou wuo...
View ArticleThe selection Structure in vb2010
Please help me to correct my code.I don't where will i use the boolean. I use the Visual Basic 2010. My exercise states that "The user will enter the quantity ordered and price (per unit) in the text...
View Articleproblem in explaining the program...
so tommorow im gonna explain my code to my fellow classmates the problem is im not that good in explaining and make them get it all so can anyone help me explain my program and give some comments in...
View ArticleHow to the following in vb.net
Hi. I've a datagridview on my form, on which values are loading from textbox, after pressing the load button, right. Now If i need to delete any desired row so how i will delete it? Secondly, I want to...
View ArticleCan't get the loop right
public class Pattern4{ public static void main(String[] args){ int x; int i; int j; int k; for(i=6;i>=1;i--){ //number of rows x=1; for(j=i;j<6;j++){ //number in each row x++; //spaces in each...
View ArticleMessage "Invalid index"
Hi! I would like to make sort datas I want. But I have a problem I still receive this message "invalid index". Then the yellow line stuck at this line: crParameterFieldDefinition =...
View Articlerecycling objects using a generic resource pool
My game has hundreds of bullets flying around the screen at once, so I'm keen to reuse them once they've passed off-screen, instead of creating new bullets. I've come across thisresource, but I'm a...
View ArticleStrange Spacing in Output
#include <stdio.h> int main (void) { char string[100+1]; int place, stop, start=0; printf("Input a string:\n"); fgets(string, 100, stdin); for (place=0; place<=100 &&...
View Articleget coordinate of notifyIcon1
Hi, When I put the application in tray task, How to get coordinate of notifyIcon1?
View Article