Follow

Sample Visual Studio Programs

Owner: onkar2608

Listed in: Computers

Language: English

Report it


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
Traffic Chart

Latest Blog Posts for Visual Studio

  • Simultaneous Equations Solver
    on Jan 25, 2012 in MATHEMATICS
    How 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 Plotter
    on Jan 25, 2012
    This 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 VB
    on Jan 11, 2012 in INTERNET
    Its 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...
  • Boggle
    on Dec 23, 2011 in TIMEPASS
    This 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 BOOKS
    VB.NET Developers Guide.
  • BMI Calculator
    on Dec 22, 2011 in TOOLS
    A 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 System
    on Dec 22, 2011 in TOOLS
    Survey 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 Program
    on Dec 21, 2011 in INTERNET
    Visual 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 Stopwatch
    on Dec 21, 2011 in TOOLS
    In 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 Calculator
    on Dec 21, 2011 in MATHEMATICS FINANCIAL
    This 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}

Post a Comment

Close