No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
I'm trying to make a somewhat simple PHP ide for personal use, I'm not too skilled in VB.NET and would like to learn some things about controls I am unfamiliar with, including the treeview control. Docked to the left of the form is a treeview control, where I hope to … | |
Re: You could try: - an icon |*.ico| designer - a audio player/editor - DHTML menu designer/creator - an email client for a specific provider or POP server access (i.e. yahoo, hotmail, gmail) - an instant messanger (similar to AIM/MSN) - a game, perhaps a simple breakout-like concept - minesweeper (may … | |
Re: [url]http://www.thescarms.com/vbasic/vb6vsvbnet.aspx[/url] | |
Re: I taught myself HTML/CSS, php, vb6, and VB.NET without taking any classes are using any ebooks. Just try to make a simple program or two to get used to it. I started with making my own versions of notepad and the windows calculator, and now I can do all sorts … | |
Re: I'm only familiar of using databases in PHP, but I know you can in VB.NET Create A Database - Add a table entitled 'User' with the student names, info, and a column for the name of each class. Have the class name be a boolean value. - Add a table … | |
Re: I would probably use a function to validate the textboxes, your current method doesn't work (you need to write txt1.Text.Length < 1 Or txt2.Text.Length < 1 Or txt3.Text.Length < 1 etc). It might also be easier to just do .Text.Length = 0 You could write a function to simplify the … | |
Hello, I am trying to have a sub repeat an action every so often (happens to be a random timing) and my program freezes when I try to sleep the thread. Below is a general structure of the sub the thread is executing. Any possible solutions? I do NOT want … | |
Re: Add the ShockWaveFlash activex component to your form. You can load a movie to the control by something like ShockWaveFlash1.LoadMovie("http://etc") You can also edit variables too, check it out. | |
Re: I have a wrapper usercontrol that grabs the html of the requested page, and can store cookies, etc. I did not create it though. Sorry. |
The End.