Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - TheProgrammingZone

#16
Artwork / Volunteer To Produce Game Artwork
September 18, 2005, 11:22:27 PM
You can use your mouse move too heh.
If you have any suggestions for that game let me know.

VisualBasicZone.com
#17
Artwork / Volunteer To Produce Game Artwork
September 17, 2005, 02:45:16 PM
Check out RPGWO.com I help run that game, we are always in need of graphic artists.

VisualBasicZone.com
#18
Hard to explain, just like an extra layer of security to your application, against decompilers.
#19
Visual Basic (5/6) / posting a game
July 31, 2005, 06:20:02 AM
If you are posting source code to game then you add it to the source code section.

If you want to show off the current project you are working on and post screenshots and information. You need to add it to the Game Projects page.

All you have to do is login to your VisualBasicZone account on the main page.  Then click on Your Game Projects and then click post new.

Hope that helps,
VisualBasicZone.com
#20
A new product of mine that I am working on is Adense Alert.
Basicly it allows you to monitor your Adsense Account from your computer giving you updates every 30 minutes.


Here is the link for more information
http://www.adsensealert.com
#21
I made little VB Obufuscator and included in with Semi VB Decompiler.

Just Obfuscates the object and control names.

VisualBasicZone.com
#22
VideoGamerChat.com is giving away one free console either GameCube, PS2, XBox, or $100 paypal to a random member who has over 1000 posts each month.

Full more information and rules on the contest visit
http://www.videogamerchat.com


It is a new site that I am starting.
Have fun,
VisualBasicZone.com
#23
I have emailed you the details. For anyone else who purchased the software and did not recieve the download link. Just contact me and I will send you the information needed.

VisualBasicZone.com
#24
Off Topic / RPG World Online
June 16, 2005, 10:13:27 PM
RPG World Online (RPGWO)

Is a fun game that I have been playing for over four years and even host one the main worlds for it.  I can go on for a long time talking about all the features this game has. So give a try.   Here is a short summary listed below:

RPG World Online (RPGWO) is an online, persistent, massively multi-player(100) role playing game. It is written entirely in Visual Basic and uses API for graphics and Direct Sound, well, for sound. My motto or driving goal is to create a simulation type world with RPG gameplay, thus: "Where simulation meets gameplay!" It is a dynamic world. Maps can be changed and all items and such can be made and/or destroyed. An empty world in which players can build it the way they want!

The world will have a plot but it will be secondary. Most RPGs are combat oriented. I want it to even with other features. For example, a blacksmith and a swordsman of equal level playing for 1 hour should earn the same amount of experience.

Basic features
Combat
Player improvement and development based on skills system
Magic
Chat system (including offline messages)
Land ownership
Weather (rain, snow, drought, etc)
Water flows (like to lower elevations and floods too!)
Nature (plants and animals grow (and die!))
Trade skills (blacksmith, farm, mining, tinker, jeweler, etc)
Day/night effects with lighting
Dynamic plot (players affect outcome)
Events (like sacking a city with monsters!)
#25
Freeware / What is this place?
June 16, 2005, 10:08:55 PM
In this forum you will find information and the latest freeware programs developed by VisualBasicZone.com and free to use!

Most of the software will be developed with C#, Visual Basic 6, or VB.net
Some may even include the source code.

I have two other sites in development one which will mainly focus on developing your own simple rpg sytle game, and another which will teach all sorts of topics on computers and programming.

Enjoy,
VisualBasicZone.com
#26
The easist way to play sound is to use the PlaySound api call.
Heres the example from api Guide
[vb]Private Const SND_APPLICATION = &H80         '  look for application specific association
Private Const SND_ALIAS = &H10000     '  name is a WIN.INI [sounds] entry
Private Const SND_ALIAS_ID = &H110000    '  name is a WIN.INI [sounds] entry identifier
Private Const SND_ASYNC = &H1         '  play asynchronously
Private Const SND_FILENAME = &H20000     '  name is a file name
Private Const SND_LOOP = &H8         '  loop the sound until next sndPlaySound
Private Const SND_MEMORY = &H4         '  lpszSoundName points to a memory file
Private Const SND_NODEFAULT = &H2         '  silence not default, if sound not found
Private Const SND_NOSTOP = &H10        '  don't stop any currently playing sound
Private Const SND_NOWAIT = &H2000      '  don't wait if the driver is busy
Private Const SND_PURGE = &H40               '  purge non-static events for task
Private Const SND_RESOURCE = &H40004     '  name is a resource name or atom
Private Const SND_SYNC = &H0         '  play synchronously (default)
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
Private Sub Form_Load()
   'KPD-Team 2000
   'URL: http://www.allapi.net/
   'E-Mail: KPDTeam@Allapi.net
   PlaySound "C:\WINDOWS\MEDIA\TADA.WAV", ByVal 0&, SND_FILENAME Or SND_ASYNC
End Sub[/vb]
#27
General Chat / So...
June 04, 2005, 10:26:18 AM
No idea. I hope it comes back though.   Hope someone made a backup. We don't want to loose another site like with decompiler.com
#29
General Chat / 7 Degrees of Separation...
April 30, 2005, 05:43:06 PM
Got it done and you are a moderator of that forum.
If you want to change the forum description just let me know and will change it.
You can also add your game in the game projects section of the site, and add a link to your site in the links section.

VisualBasicZone.com
#30
General Chat / Added 15 more games to the Arcade
April 29, 2005, 08:59:57 AM
Added 15 more games to the arcade today.
Link to the arcade is below
http://www.visualbasiczone.com/forums/activity.php
Enjoy,
VisualBasicZone.com