Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
2 Endorsements
Ranked #621
Ranked #4K
~26.1K People Reached
Favorite Tags

27 Posted Topics

Member Avatar for abelLazm

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.

Member Avatar for James_40
8
9K
Member Avatar for schroaus

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.

Member Avatar for schroaus
0
126
Member Avatar for schroaus

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 …

Member Avatar for NathanOliver
0
127
Member Avatar for <M/>
Member Avatar for schroaus

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 …

Member Avatar for SalmiSoft
0
227
Member Avatar for schroaus
Member Avatar for schroaus

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?

Member Avatar for pritaeas
0
159
Member Avatar for sk8ndestroy14
Member Avatar for schroaus

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?

Member Avatar for pritaeas
0
375
Member Avatar for schroaus

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 …

Member Avatar for Schol-R-LEA
0
3K
Member Avatar for schroaus

Just kind of a random question. How exactly do you rotate objects in vb.net?

Member Avatar for GeekPlease
0
232
Member Avatar for ChargrO

Is there something wrong with the code or are you just trying to make sense of it?

Member Avatar for tinstaafl
0
215
Member Avatar for roy.tarabay

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 …

Member Avatar for Reverend Jim
0
199
Member Avatar for Eternal Newbie

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.

Member Avatar for kplcjl
0
1K
Member Avatar for schroaus

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 …

Member Avatar for tinstaafl
0
231
Member Avatar for sntoane

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.

Member Avatar for tinstaafl
0
191
Member Avatar for schroaus

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.

Member Avatar for schroaus
0
704
Member Avatar for schroaus

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 …

Member Avatar for Mr.M
0
213
Member Avatar for schroaus

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 …

Member Avatar for schroaus
0
221
Member Avatar for schroaus

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 …

Member Avatar for schroaus
0
704
Member Avatar for jarduz

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 …

Member Avatar for schroaus
0
247
Member Avatar for schroaus

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 …

Member Avatar for schroaus
0
289
Member Avatar for LEAN.HEART.YOU

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.

Member Avatar for LEAN.HEART.YOU
0
170
Member Avatar for abbOoOoOod

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.

Member Avatar for schroaus
0
175
Member Avatar for jemartalaban_1

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

Member Avatar for schroaus
0
168
Member Avatar for schroaus

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 …

Member Avatar for schroaus
0
319
Member Avatar for schroaus

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 …

Member Avatar for schroaus
0
198

The End.