Direct X Voice CHat Server And CLient Source By Masta
http://i50.tinypic.com/14l59tu.jpg http://i50.tinypic.com/14l59tu.jpg Source code in Atachment and this attachment is with out exe Sir how Do i More Clear the VOICE , Now its ok? Can you please Tell...
View ArticleControlling External Webbrowser & Excel 2007 VBA
So below is my code for controlling Firefox, and pulling data from Google Adwords. I'm curious if there is any better way to code any of this. I am very new at programming inside of Excel 2007 & VB...
View Article[VB.Net] I think I may be looping to much.
I'm using visual studios 2010 and I'm working on a Sudoku project. First let me show y'all my code: Code: Option Strict On Option Explicit On Public Class Sudoku   Private intBoard(8, 8) As Integer...
View ArticleCheck Out My Newest Creation
Check out my newest creation: Public Class WhirlpoolSort Public Sub AllAscending(ByRef ArrayInst As Array) Sort(ArrayInst, ArrayInst.GetLowerBound(0), ArrayInst.GetUpperBound(0)) End Sub Public Sub...
View ArticleVB.NET Project Euler
Thought I'd take a stab at the Project Euler questions. If anyone has any suggestions on how to improve these I'm all ears. 1. Add all the natural numbers below one thousand that are multiples of 3 or...
View ArticleSimple adding windows program
Hello guys, I was programming this simple adding numbers program and I thought about developing it more and more The First code is : Code: Â Â Â Â Dim number1, number2, sum As Integer...
View ArticleAdvice needed for half diamond using a listbox....
'Get the user input. strUserInput = InputBox("Enter the # of astricts to build the pyramid.", "Provide a number") If IsNumeric(strUserInput) Then intNumAstricts = CInt(strUserInput) 'Validate the user...
View ArticleSending to email help
Hello guys , i am a new user here I am trying to do something that send the text witch has been typed in the text box to my email . Here i give you the code so i hope you can help me . PHP Code: Public...
View ArticleTrig Math Operators
Hey Guys! I'm not sure what is wrong with my code exactly. It all looks accurate with me. Hopefully, someone can spot the error. When I ran the program it just returns a 0 where I should have the sine,...
View ArticleUsing a mathematical identity to speed up certain calculations.
A long time ago, a mathematician by the name of Carl Friedrich Gauss was attending grade school. The teacher of his class wanted a break, so the teacher decided to assign the class a very time...
View ArticleLooking for suggestions on website
I've recently updated my VB.Net tutorial website, not only did I change the style of the website, but I'm also in the process of updating the content in the lessons as well. Here is the home page, but...
View ArticleNeed something better than a diskpart batchfile
So, I am working on an app for work that will allow me to select form the available hard drives which one(s) I want to format and how I want it formatted. I have created a batch file that works for one...
View ArticleNeed code optimization tips for a content aware image resizing program
Hi, I am writing a program that uses content aware resizing (http://en.wikipedia.org/wiki/Seam_carving) to resize an image. As I understand it, this type of resizing essentially comes down to...
View ArticleNeed suggestions for suitability..
Hello everyone, I'm a try and learn type of guy and developed a code for an invoicing program. What i want to learn is if this type of coding i ok for standarts . Eventually it works but i want to kno...
View ArticleFormat Expression
I wrote this function to format expressions to where there is a space after each character with the exception of unary operators and the last character: Code: Private Function FormatExpression(ByVal...
View Article[WORKING] Block a User if log in attempt reach 3 times. [BUT] need PROPER code
Good eve/day guys! our defense is finish but our teacher suggest that if the user input invalid username or password 3 times it will block the user to log in.... I have a code here and it's working BUT...
View Article