Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for rcadble

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 …

Member Avatar for Narue
0
168
Member Avatar for kkv

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 …

Member Avatar for bector
0
119
Member Avatar for arunsolanki31
Member Avatar for Jx_Man
0
67
Member Avatar for rhinocort23

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 …

Member Avatar for rhinocort23
0
122
Member Avatar for rhinocort23

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 …

Member Avatar for ithelp
0
98
Member Avatar for blackknight469

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 …

Member Avatar for poonams
0
113
Member Avatar for rcadble

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 …

Member Avatar for rcadble
0
300
Member Avatar for Dr_computer

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.

Member Avatar for Jx_Man
0
87
Member Avatar for AaronASterling

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.

Member Avatar for AaronASterling
0
105

The End.