Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for Khishin

I downloaded QBASIC 4.5 onto a Windows XP computer, and placed it into C:\QBASIC\. When I try to run QB.EXE though, I get the error: C:\QBASIC\QB.EXE Invalid startup directory, please check your pif file. Choose 'Close' to terminate the application. What do I do here?

Member Avatar for mechbas
0
561
Member Avatar for Khishin

I'm not sure if my title adequately explains what I want to do, so I'll provide a scenario. I have two classes in a folder, one named UserInterface.class and another named HelloWorld.class, and the contents are as follows: [code=java] import java.util.Scanner; public class UserInterface { public static void main(String[] args) …

Member Avatar for Khishin
0
147
Member Avatar for Khishin

Two questions here, the first is whether the following error refers to the command exceeding 60 seconds or the whole page taking over 60 seconds to execute. "Fatal error: Maximum execution time of 60 seconds exceeded in /***/panel.php on line 35" The code is as follows. [PHP] <html> <head>Text</head> <body> …

Member Avatar for pc2forum
0
406
Member Avatar for Khishin

When using the Form1.KeyDown, keystrokes don't seem to register. For example, the Click works fine: [code] Private Sub Form1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Click MsgBox("Hello") End Sub[/code] That will display the message box when the form is clicked, but if you change it to: [code] Private …

Member Avatar for makatzena
0
386
Member Avatar for Khishin

How do you add controls through code instead of the form editor? I wasnt to do things like make a textbox appear when a button is pressed, but I'm looking for another way to do it than make a huge clutter of controls and edit the VISIBLE statement. Something like: …

Member Avatar for tgreer
0
125
Member Avatar for shelly121

hey ppl, i know this is aa really daft Q, but i only started using vb.net this yr and im not that gud at it! basically i wana know how to go from one form to another using a button, wud it just be sumthin as simple as: [quote] Private …

Member Avatar for Khishin
0
207
Member Avatar for Khishin

I'm using MS Visual Studio.NET, and when I try to open a project, nothing happens. I can open the Form1.vb or whatever I've named it to, but I can't see the graphic version of the form editor anymore. Do I have to load something else or is there a view …

Member Avatar for Khishin
0
78
Member Avatar for Khishin

At the beginning of an "IF" statement, I have: [code]if (SHORT GetKeyState(int 48)==1){[/code] When compiling I get a syntax error just before the constant, and I've played around with it a bit, but haven't found what to do. Could someone fix this or explain to me why it's not working?

Member Avatar for Narue
0
125
Member Avatar for OurNation

I want to learn a good programing languge and was wondering if c or c++ is a good languge to learn I know HTML and some Java. :(

Member Avatar for frrossk
0
111
Member Avatar for alsoagirl

I have read in problems "INFIX" AND CHANGED THEM TO "POSTFIX" or RPN notation, however i need to evaluate the problems and i can't get this to work. I am not sure where to go from the infix to postifix i have. Please help. My Stack.h is just a basic …

Member Avatar for alsoagirl
0
100
Member Avatar for SquirrelProdigy

What I'm looking for is where to look for how to set the size of the console window automatically, as opposed to the default. I've searched through the MSDN library's Console reference for any function that would set it, but nothing seemed relevant to me, granted I'm not very proficient …

Member Avatar for prog-bman
0
112
Member Avatar for Khishin

I have a PvP TicTacToe program running, and everything is working fine, except for one thing: when a text character (q,w,e,etc) is entered the loop goes wild. Here's the portion of the code the loop is in, and if a text character is input instead of a digit, the loop …

Member Avatar for 1o0oBhP
0
109
Member Avatar for joejoenyc718

hi guys, i must right this program in c++ as 50% of my final grade and i have no clue how to do it because im a math major and im required to take this course is there anyone who can help me with this real quick pleaseeeee //* Write …

Member Avatar for Khishin
0
136
Member Avatar for Khishin

I have just started using C++ after a year or two of a BASIC language, and I wanted to do something that required some logic, but not a lot of different commands. I decided to do a tic tac toe playing program where your opponent was the program. The way …

0
96