New Array problems still.
I've been working long and hard on this and I've come to one error in my binarysearch for a double in an array. It says on line 109 that the value searchValues might nto have been initialized. Why is...
View ArticleCatch clause fails to 'catch' the exception
I get a stackoverflow error message regardless that I have the corresponding catch clause. My question is not why the exception happens or what in my code causes it, but rather why I get the error...
View ArticleChat Spammer with selected processes
hello guys, i'm making a chat spammer that can spam the desired text into an selectable processes like this image from someone's program
View ArticleObject reference not set to an instance of an object.
I have a program that allows the user to book seats for a theatre performance. When the form loads it creates a combobox with customer accounts in and allows the users to select a seat from a panel of...
View Articlevb 2010 dataset, using sql server 2008
i have a dataset [MUST] from my pc, i have 2 tables here and already contains lots of queries, so my problem now, our instructor wants a centralize database, it means we will use the database from...
View Articleiterating through arrays with for loop
I'm trying to write two for loops that will iterate through two arrays and assign the variables from the array to their corresponding textboxs from an array of textboxes. I just need to see if my code...
View ArticleAccess Database Wont Update
Hey there, I have a vb program with an employee table containing their records which connects to the database successfully and I can also add a new employee record to the database successfully but im...
View ArticleTrouble Editing/Deleting data from access database via vb program HELP
Hey there, I have a vb program with an employee table containing their records which connects to the database successfully and I can also add a new employee record to the database successfully but im...
View ArticleNumber of bound variables does not match number of tokens
I keep getting the following error: QuoteWarning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens when trying to build a...
View Articleassembly resolution boot hex while
i need help to make bios support 1366x768 , for the moment useless resolution the code: ;i found this on net and i am experimenting with bios. mov ah, 0x00 ;video mode mov al, 13h ;res needed 1366x768...
View ArticleGetting error with if/else statement
I'm sure the syntax is right. // Check if amount equals $1.00 if (totalChange >= 100) { MessageBox.Show("Equal to $1.00"); else MessageBox.Show("Not equal to $1.00"); }
View ArticleWebstart Help
Hello, I wrote an applet in netbeans and when i try to run it inside netbeans it works beautifully. Now I want to apply it to webstart. So in netbeans I got my project folder eneabled webstart in...
View Articleediting and deleting access database from vb.net program HELP!
Hey there, I have a vb program with an employee table containing their records which connects to the database successfully and I can also add a new employee record to the database successfully but im...
View Articlemethod for converting distance
im having trouble figuring out the best way to sold the following problem: write a private void method called "Normalize( )", which keeps the distance the same but converts the fields so that feet is...
View Articlehelp! how do idelete from access database vb.net
Hey there, I have a vb program with an employee table containing their records which connects to the database successfully and I can also add a new employee record to the database successfully but im...
View ArticleWhat Graphics Library To Use?
Hi, people! I am writing a simple game engine in VB.Net. So far I have gotten away with using the built-in GDI, but it is really starting to bog down my engine. I have googled around a fair bit and...
View Article[HELP] Head or Tails game
Hey guys, I wrote a working code of this "head or tails" game but I want to change it a little but not sure how. This is my code: import java.util.Scanner; public class HeadOrTail{ public static void...
View ArticleHaving trouble displaying the values for total sales and compensation.
I am having troubles getting the required output for this program. I am trying to display the total sales in one column and the total compensation in another. The output I have now only displays the...
View ArticleNothing on the screen
#include "stdio.h" #include "conio.h" void menu(); void srm(); void cuadrado(); void comp(); void impnum(); void sumimp(); void prom(); char op; int i; float a,b,c,d,e,n,p,ab; main() { do { void...
View ArticleProfile page not working.
Hello guys i am trying to show user profile in my website and user this script but why this not working. <?php include 'config.php'; ?> <?php $username = $_GET['username']; $sql = mysql_query...
View Article