Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
1
Page Views this Month:
1
Total Unique Visitors:
3,890
Total Page Views:
5,385
Total Hits Out:
95
Latest Blog Posts for Visual Studio
- Simultaneous Equations Solveron Jan 25, 2012 in MATHEMATICSHow to design a program that can solve mixed simultaneous equations, that is , one linear equation and one quadratic equation. Here is the program:Private Sub Command1_Click()Dim a, b, c, d, m, n As IntegerDim x1, x2, y1, y2 As Doublea = Val(Txt_a.Te...
- Cubic Function Graph Plotteron Jan 25, 2012This is a program that enables the user to input the coefficients of a cubic function and draw its graph. The cubic function takes the form f(x)=ax3+bx2+cx+d The Code Private Sub cmd_draw_Click()Dim a, b, c, d As IntegerDim w, v As Doub...
- INTERNET BROWSER IN VBon Jan 11, 2012 in INTERNETIts very simple to make a web browser in vb.Just take four command buttons -GO,BACK,FORWARD & REFRESH.after this ,press ctrl+T. now select internet controls and then clickAPPLY.Now u will find a small globe in ur toolbox.Double-click on it and a...
- Boggleon Dec 23, 2011 in TIMEPASSThis is a type of words puzzle game where players can form as many words as possible from the characters displayed on a nxn square. Words can be formed in many ways, from left to right, from right to left, top to bottom, bottom to top, diagonal, z...
- on Dec 22, 2011 in BOOKSVB.NET Developers Guide.
- BMI Calculatoron Dec 22, 2011 in TOOLSA lot of people are obese now and it could affect their health seriously . If your BMI is more than 30, you are considered obese. You can refer to the following range of BMI values for your weight status.Underweight = <18.5Normal weight = 18.5-2...
- Graphical VB Polling Systemon Dec 22, 2011 in TOOLSSurvey and polling tools are often used in marketing or politics to assess rating for certain services or products. Polling tools can take many forms, some just use a simple dichotomous scale of Yes and No, or Likert Scale that...
- FTP Programon Dec 21, 2011 in INTERNETVisual Basic allows you to build a fully functionally FTP program which may be just as good as the commercial FTP programs. The engine behind it is the Microsoft Internet Transfer Control 6.0 in which you need to insert your form before you...
- Digital Stopwatchon Dec 21, 2011 in TOOLSIn this program, you need to insert one label, three command buttons and two timers. The interval of timer1 which is used for the stopwatch and you have to set the interval to 1. Timer2 will be used to display the clock and the interval will be se...
- Future Value Calculatoron Dec 21, 2011 in MATHEMATICS FINANCIALThis program involves the use of the formula where PV represents the present value, FV represents the future value , i is the interest rate and n is the number of periods (Normally months or years). I created a function which h...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}