Sumit Kumar

No to Words in Excel for Indian Rupees

Function SpellNumber(amt As Variant) As VariantDim FIGURE As VariantDim LENFIG As IntegerDim i As IntegerDim WORDs(19) As StringDim tens(9) As StringWORDs(1) = “One”WORDs(2) = “Two”WORDs(3) = “Three”WORDs(4) = “Four”WORDs(5) = “Five”WORDs(6) = “Six”WORDs(7) = “Seven”WORDs(8) = “Eight”WORDs(9) = “Nine”WORDs(10) = “Ten”WORDs(11) = “Eleven”WORDs(12) = “Twelve”WORDs(13) = “Thirteen”WORDs(14) = “Fourteen”WORDs(15) = “Fifteen”WORDs(16) = “Sixteen”WORDs(17) = “Seventeen”WORDs(18) […]

No to Words in Excel for Indian Rupees Read More »

Windows 10 Activator

@echo offtitle Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo – Windows 10 Home&echo – Windows 10 Home N&echo – Windows 10 Home Single Language&echo – Windows 10 Home Country Specific&echo – Windows 10 Professional&echo – Windows 10 Professional N&echo – Windows 10

Windows 10 Activator Read More »

Book Shop Management System

Splash Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace Book_Shop_Management_System{public partial class Form1 : Form{public Form1(){InitializeComponent();} } Admin Login Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace Book_Shop_Management_System{public partial class Admin_Login : Form{public Admin_Login(){InitializeComponent();} } User Login Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using

Book Shop Management System Read More »

Hospital Management System Source Code

Splash Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace Hospital_Management_System{public partial class Form1 : Form{public Form1(){InitializeComponent();}int startpoint = 0;private void timer1_Tick(object sender, EventArgs e){startpoint += 1;ProgressBar1.Value = startpoint;if(ProgressBar1.Value == 100){ProgressBar1.Value = 0;timer1.Stop();Login l = new Login();l.Show();this.Hide();}} } Login Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using

Hospital Management System Source Code Read More »

School Management System Source Code

Splash Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace School_Management_System{public partial class Form1 : Form{public Form1(){InitializeComponent();}int Startpoint = 0;private void Timer1_Tick(object sender, EventArgs e){Startpoint += 1;ProgressBar1.Value = Startpoint;Percentage.Text = Startpoint + “%”;if (ProgressBar1.Value == 100){ProgressBar1.Value = 0;Timer1.Stop();Login Obj = new Login();this.Hide();Obj.Show();}} } Login Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using

School Management System Source Code Read More »

SuperMarket Management System Source Code

Splash Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace SuperMarket_Management_System{public partial class Form1 : Form{public Form1(){InitializeComponent();} } Login Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Data.SqlClient;namespace SuperMarket_Management_System{public partial class Login : Form{public Login(){InitializeComponent();}public static string Sellername = “”;SqlConnection Con = new SqlConnection(@”Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=C:\SuperMarket Management System\SuperMarket

SuperMarket Management System Source Code Read More »

College Management System Code

Splash Page Code Public Class Form1Private Sub btnClose_Click(sender As Object, e As EventArgs) Handles btnClose.ClickApplication.Exit()End Sub End Class Login Page Code Public Class LoginPrivate Sub btnClose_Click(sender As Object, e As EventArgs) Handles btnClose.ClickApplication.Exit()End Sub End Class Students Page Code Imports System.Data.SqlClientPublic Class StudentsDim Con = New SqlConnection(“Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=C:\Users\Shree Balaji\documents\visual studio 2015\Projects\College Management System\College Management System\CMSDatabase.mdf;Integrated

College Management System Code Read More »

Cafe Management System Code

Splash Page Code Public Class Form1Private Sub imgClose_Click(sender As Object, e As EventArgs) Handles imgClose.ClickApplication.Exit()End Sub End Class Login Page Code Public Class LoginPrivate Sub imgClose_Click(sender As Object, e As EventArgs) Handles imgClose.ClickApplication.Exit()End Sub End Class Items Page Code Imports System.Data.SqlClientPublic Class ItemsDim Con = New SqlConnection(“Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=C:\Full Projects\UI Cafe Management System\UI Cafe Management System\UIDB.mdf;Integrated

Cafe Management System Code Read More »

Pharmacy Management System Source Code

Splash Page Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace Pharmacy_Management_System{public partial class Form1 : Form{public Form1(){InitializeComponent();} } User Login Page using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Data.SqlClient;namespace Pharmacy_Management_System{public partial class Login : Form{public Login(){InitializeComponent();}SqlConnection Con = new SqlConnection(@”Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=C:\Full Projects\Pharmacy Management System\Pharmacy Management System\PMSDB.mdf;Integrated Security=True”);private void

Pharmacy Management System Source Code Read More »

Shopping Cart