Getting free space on Hard Drive
Okay, so I'm creating an application. The point of the application is to get the free space on a specified hard drive (The user types the letter) and it's represented with a graph of some kind. What...
View Articlehow to recreate deadlock error
How to recreate the the deadlock error in our project... The client side having 4 system to update with one server(sql server) they got error deadlock in sql... please tell the solution how to avoid...
View ArticleProblem with sorting array from A-Z
Hello! Im creating this register over pc games, very easy beginners programming, and i want the register to sort itsel from A to Z. Wich for should i be using and how do i implent that in this code...
View ArticleBeing argument, array a[2] isn't copied when calling function
Hi, I cannot understand why the following happens, please read to the end. The code below outputs this: a[]= 00 a[]= 10 a[]= 10 a[]= 10 a[]= 11 a[]= 11 0. But I was expecting this: a[]= 00 a[]= 10 a[]=...
View ArticleRoom dimensions User input help
Hi ok so i have just started Java Programming i have studied but i am still get a little lost and stuck with the code I was wondering if anyone could help me with a code that would require user input...
View ArticleNo overolad for method ... takes 0 arguments error
Hi there, I'm new to C# and struggling with getting my head around Visual Studio 2010, I've written a program (reading data from a mems device using i2c) and am trying to get it to run through VS but...
View ArticleHelp with layout.
Hey guys, I'm creating a Text to HTML generator, but before I get too deep into it, I want the layout sorted. But I have no idea on what layout to use on this. What would you suggest? I want the...
View ArticleCannot access network path via application
I have a workstation and a server. They are both windows 7 machines. I can browse to the files via windows explorer from the workstation. I have an application on the workstation that need to access...
View ArticleEnable/Disable button question
Hey there, My UI is really straight forward. It has an"OK" button, a "cancel" button and a "disable" button. Basically, what I want to do is, when I click the "disable" button, it disables the ok and...
View Articleproblem of where to start in points in SOS game (4x6)
Need help in what to , and where to start in scoring on each player who forms an SOS(for player one) and OSO(for player two) on the grid , until the whole grid is full . The more points they got , will...
View ArticleTimer Restart Java
Hey, i´ve got a problem with my timer. if i press a button the timer should be reseted. That works fine, but after i started it twice it goes twice as fast and if i press it three times it goes three...
View ArticleCalendar Program - Offset days - C++
So for my class, I had to write a fully functional Calendar program (in C++). The program itself works without any errors. Although to determine the offset of days for each month automatically, this...
View ArticleHow to print preview a report builder file?
Hi! I'm growing well in my news learning steps. But I have put on my form a button and I would like to write a line code concerning print preview a report builder file. How can I write that. thanks
View ArticleStack and register after CALL/RET
I have problem with one question : Present the contents of the stack and CPU registers of I8086 procesor ,after IRET instruction if : CS=4000h, IP=080h, AX=0480h, M[SP]=60h, M[SP+1]=40h, M[SP+2]=00h,...
View Articledouble click listbox
i wanted to do is when i double click item in listbox then the region will display in textbox ...please help me for my assignment ..can anyone can give me idea how to do it.. Public Class Form1 Private...
View ArticleEdit Foxpro program with Visual studio or SQL server manager
Hello, I am new to programing. I want to make a simple edit on a form in a program developed with Foxpro Do I need to buy Foxpro program or i can edit it from the programs that i have already or any...
View ArticleCramer's Rule variable locations
My assignment is to use the Cramer's Rule to understand basic C++ layout for objects and classes. I have a class created and data fields for the variables, constructor for arguments of data fields, and...
View ArticleModelling an ordinary differential equation
I am completely new to computer modelling and I am trying to model bacterial growth. I found a simple example online which I have seen work on a mac. However, when I try to code it on my windows pc I...
View Articlenetworking locally
Hello fellow javaheads, I am wanting to write a program that networks with multiple computers on the same home network, but I am not sure how to go about it. example: lets say 5 people all are in 1...
View ArticleCoin Toss-Another way to do it?
import java.util.Scanner; import java.util.Random; public class Coin_Head_Tail { public static void main(String[] args) { Scanner input =new Scanner(System.in); Random generation=new Random(); int...
View Article