- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
27 Posted Topics
Re: You become the smartest man in the world, but trip and fall; injuring your brain and returning you back to normal intelligence. I wish I had an alienware laptop. | |
Does anyone know a way to remove the 0's from an integer? i.e 1320000 would be 132 and 540 would just be 54. | |
Hello people of the internet. I am currently learning how to program in c++ and I am having trouble with a program. This program is supposed to take in a string and write it out again wtih the ascii ordinance having a plus two i.e a = c or s … | |
I am currently having problems with a console application in delphi. I start playing a song as soon as the program starts using the sndPlaySound function. But, later in the program I use sleep() to improve the aesthetics of the program. When I do this my sound stops playing. Is … | |
I have recently started programming in delphi, after programming in VB. Does anyone know if there is anything similar to vbtab in delphi? If not is there anyway that I can create a constant that works similar to vbtab? | |
I have looked around on the internet a little bit, but I am unable to find a function or equation for inverse/arcsine. I was able to find Inverse Cosine, but inverse sin doesn't seem to exist. Does anyone know how to use inverse sine in delphi? | |
I REALLY need some help. I ahve been writing a tic-tac-toe console application program in delphi. I had most of the logic finished for the program when I made a mistake. At the beginning of a class period the program was working fine, at the end of the class it … | |
Just kind of a random question. How exactly do you rotate objects in vb.net? | |
![]() | Re: Is there something wrong with the code or are you just trying to make sense of it? |
Re: What exactly is not working in your program? I was looking through your code and in the sub iswon you have impossible if statements. EX. If lblbox1.Text = lblbox2.Text And lblbox2.Text = lblbox3.Text And lblbox1.Text <> lblbox2.Text Then For this statement to work lblbox1.text has to equal lblbox2.text and not … | |
Re: I ag with Begginnerdev, you could just change the startup form to your splashscreen, and use a timer to close the splash screen and open your other form after a certain amount of time. | |
You know how if you open up options in many applications you are no longer able to click to the side of the program until you have either hit ok or cancel. I was wondering if this is possible to do with a program in visual basic, and if it … | |
Re: I really doubt that this is possible in microsoft visual basic. I would recomend, downloading picture editing software. Photoshop is one of the best, but there are plenty of good freeones out there for you to use. | |
Is there any way to change all of the text inside a label to another character? It would still be the same length, but all of the text within the label would be the new character. | |
Recently, I programmed a game in visual basic for my brothers birthday. I was planning on sending it to him through our schools email (other email sites are blocked) and when I tried to send the application my email was stopped with a mesages saying that I am not aloud … | |
I am currently taking a programming class. I finished my work early one day and was bored so.. I decided to make a randomizer that will only pick a number a single time. I have been trying to make it, but I run into continous errors with it. It seems … | |
I am making a game in microoft visual basic. It is virtually finished, but I am having a problem. When you hit the start button a timer is activated making the character in the game equal mouse position. The problem is that the character is not actually going to the … | |
Re: If the computers are already connected in a network you should be able to save each message as a text file, and have a timer on each form that is constantly reading from the file with the message. You would also have to have it recognize when a new message … | |
I am currently creating a game. Everything in this game works great. To reset the highscores you click on a button and an input box pops up asking for your admin number. If the number is entered correctly the text files containing the highscores are deleted and blank ones replace … | |
Re: The easiest thing for you to do if all you need to do is print, then create a printform on your form and go into the code and put Printform1.Print(). This will print your form. | |
Re: The only problem that I can think of is if you misnamed your SQL database or if your database is saved in the wrong spot. I would look into it, it is the only problem that I can think of. | |
Re: You can also use Me.Hide() Form2.show() If the animated picture is a GIF then all you have to do is put it in a picturebox and use Picturebox1.Endabled = TRUE | |
Recently, I have been working on games in my programming class. In this class I am farther ahead then most other students, and so, must rely on the internet for help instead of my teacher. I have been working on a highscore counter between runs that I should be able … | |
At the moment I am making a simple pong game in my tenth grade high school class. It is already much more advanced than any of the other projects that people are working on and I will get an A no matter what, but I still have a problem that … |
The End.