I'm trying to teach myself some Visual Basic for the **** of it, but i have NO ideas what I want to begin with... So i'm leaving my learning up to everyone here. So post some SIMPLE hahhah ideas, and i'll go from there!!
__________________ <center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\"> phiber@sysdum.com
spam this account, it's fun.
One of my earlier projects was to make a CSS scrollbar skinning app... it was really simple and quite useful, but it covered a lot of different areas (file access, etc)
If you're interested in learning to use the Windows API, a great place to start is with API Guide.. it's a great resource with a huge list of APIs and examples for all of 'em
þÄ®âÐÖx, thanks!! This list looks pretty comprehensive, so I should be learning a lot in no time...hahhahah !!
__________________ <center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\"> phiber@sysdum.com
spam this account, it's fun.
þÄ®âÐÖx, that is not a simple idea for beginners. Shan, a simple idea would make password protection. You will learn If and Then statements. Create one text box and two buttons [an OK and Cancel button]. Here is a helpful site:
Yea, i've got that far, but I'm pretty tech heavy, i can comprehend alot of coding and stuff, right now I'm working on dde and database applications....Just kinda preparing myself for when i start up school.
Thanks for the site pch! I'll check it out and learn some more there!
__________________ <center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\"> phiber@sysdum.com
spam this account, it's fun.
Just start with a blank form and start adding controls (The little tool buttons on the side). Then try passing text from one control to another. Or add a button and make a simple hello world application. It's really easy to get started. I taught myself. Just play with it, that's how simple it is.