http://tutorialbd.com/blog/p/838
Breaking News
বৃহস্পতিবার, ২২ মে, ২০১৪
Free Download 200 vb6 bangla tutorial
Read more ...
Visual Basic 1
Visual Basic Bangla Tutorial 1
ভিজুয়্যাল বেসিকে কাজ করার জন্য যে বিষয়গুলো দরকার তার সংক্ষিপ্ত বর্ণনাঃ
Project: কোন উদ্দেশ্য সম্পাদনের জন্য ভিজুয়্যাল
বেসিক লেখা সম্পূর্ণ প্রোগ্রামকে প্রজেক্ট বলা হয়। একটি প্রজেক্ট এ কয়েকটি ফর্ম, ফর্মের
কোড এবং মডিউল থাকতে পারে।
Module: প্রোগ্রাম একটি বিরাট ব্যাপার। একটি প্রোগ্রামকে
কয়েকটি অংশে বিভক্ত করলে যে ক্ষুদ্র ক্ষুদ্র অংশ তৈরি হয় তার প্রত্যেকটি অংশকে এক একটি
মডিউল বলে। সংক্ষেপে বলা যায়, কয়েকটি মডিউলের সমষ্টিই হচ্ছে একটি পূর্ণঙ্গ প্রোগ্রাম।
ভিজুয়্যাল বেসিকে মডিউল কোড সংক্ষিপ্ত হয়।
Form: ফর্ম হচ্ছে Visual Basic এর প্রজেক্টের অধীনে
একটি Window যেখানে কন্ট্রোল স্থাপন করে, প্রপার্টিজ
সেট করে, কোড লিখে প্রজেক্ট তৈরি করা হয়। ফর্মটি একটি অবজেক্ট হিসাবে কাজ করে। একটি
প্রজেক্ট একাধিক ফর্ম সমন্বয়ে গঠিত হতে পারে।
Object: অন্যান্য প্রোগ্রামে অনেক কোড লিখে যে
কাজ সম্পাদন করা যায়, ভিজুয়্যাল বেসিকের কন্ট্রোল ব্যবহার করে অতি সহজে তা করা যায়।
প্রয়োজনীয় কন্ট্রোলটি ফর্মে জুড়ে দিলে তার জন্য প্রয়োজনীয় কোড লেখা হয়ে যায়। কোন কার্
সম্পন্ন করার জন্য ব্যবহৃত বিভিন্ন কন্ট্রোল, ফর্ম ইত্যাদিকে অবজেক্ট বলা হয়।
Control: কোন প্রজেক্ট তৈরি করতে হলে ফর্মের উপর Text-box, Button, Label ইত্যাদি তৈরি করতে হয়। কিন্তু Visual
Basic তে এগুলো তৈরি করতে কোন কোড লিখতে হয় না। যার সাহায্যে সরাসরি এইগুলো তৈরি করা
যায়, উহাকে Toolbox বলে। বিভিন্ন Tool
ব্যবহার করে বিভিন্ন কাজ সমাধা করা যায়। এদের প্রত্যেককে কন্ট্রোল বলে। যেমনঃ
টেক্সটবক্স তৈরি করতে ব্যবহৃত হয় Text-box, Control কমান্ড বাটন তৈরি
করতে ব্যবহৃত হয় Command Button control ইত্যাদি।
View মেনুর Toolbox কমান্ডে ক্লিক করলে পর্দায় বিভিন্ন কন্ট্রোল
বাটন সমৃদ্ধ Toolbox দেখা যাবে।
Event: Computer চালনা করে আমরা যাবতীয় কাজ মাউস দিয়ে ক্লিক
করে বা কীবোর্ডের কোন কী চেপে সম্পন্ন করি অর্থাৎ কমান্ড বাটনে ক্লিক
করে কোন কাজ করি।এই করাটা একটি ইভেন্ট। অনুরূপভাবে Key-press একটি ইভেন্ট ইত্যাদি।
Visual Basic বিভিন্ন ইভেন্ট এর অধীনে কোর্ড লিখলে প্রোগ্রাম
রান করিয়ে এ ইভেন্ট ঘটালে কোড নিরবাহ হয়ে কোন কাজ হয়।
Method: অবজেক্টের ক্রিয়াই হলো মেথড। Application
এ বিভিন্ন অবজেক্টসমূহের ইভেন্ট নির্ধারণের পর উক্ত অবজেক্টসমূহ কি ধরনের কাজ
করবে তার জন্য প্রয়োজনীয় কোড লিখতে হয়। ভিজুয়্যাল বেসিকে উক্ত কোড সমূহকে মেথড নাম
অভিহিত করা হয়ে থাকে। এক একটি মেথড উহার কাজের দিক অনুযায়ী বিভিন্ন অবজেক্টের সাথ ব্যবহার
করা যায়। যেমন:- Cls, Hide, Print.
ধরা যাক, ফর্ম এবং পিকচার বক্র দু’টি অবজেক্টের নাম হল Form1
এবং Picture1 এখানে Cls, Hide এবং Print
এ তিনটি মেথডের ব্যবহার দেখানো হলঃ-
Form1.Cls- ফর্মটি ক্লিয়ার করবে।
Picture1.Cls- পিকচারটি ক্লিয়ার করবে।
Pciture1.Print time- পিচার বক্সে সময প্রিন্ট করবে।
Form1.hide- ফর্মটি লুকাবে।
যেমনঃ
Private Sub Command1_Click()
হলো একটি স্টেটমেন্ট
যা সম্পূর্ণ এক লাইন কোড।
MS Office Access Tutorial Bangla eBook
VB Code
pdf - Download
(2) First program of VB.
Here I used a text box and a command button. If you click on command button, then text show my name.pdf - Download
(3) Create a normal calculator
Here I created a normal calculator. I have put full project on this download to easy for you. And pdf for simple discussion in the folder.
Project - Download
(4) Text2SpeechConverter
Hello, I created a program of Text2SpeechConverter. It will say your word from the textbox.Take it and try to develop it.Thanks
Project - Download
how to create a digital clock in visual basic
আজ আমি আপনাদরে শেখাবো কি করে ভিজুয়্যাল বেসিকে ঘড়ি বানাতে হয়
এর জন্য লাগবে ভিজুয়্যাল বেসিক 2008/2005/visual basic.net
প্রথমে visual basic open করুন
তারপর একটি টেক্সট বক্স নিন এবং একটি টাইমার নিন
এখন টাইমার 1 enabled true করুন
এবং টাইমার 1 এ ডাবল ক্লিক করুন এবং কোডটি পেস্ট করুন
textbox1.text=timeofday
এবার রান করে মজা করুন ধন্যবাদ ডিলেট কইরেন না এডমি
মন্তব্য করলে সার্থক হব
এর জন্য লাগবে ভিজুয়্যাল বেসিক 2008/2005/visual basic.net
প্রথমে visual basic open করুন
তারপর একটি টেক্সট বক্স নিন এবং একটি টাইমার নিন
এখন টাইমার 1 enabled true করুন
এবং টাইমার 1 এ ডাবল ক্লিক করুন এবং কোডটি পেস্ট করুন
textbox1.text=timeofday
এবার রান করে মজা করুন ধন্যবাদ ডিলেট কইরেন না এডমি
মন্তব্য করলে সার্থক হব
Visual Basic 6.0 Free Download Full Version With PDF Tutorial
Find the best content for Visual Basic 6 development, .NET interoperability, and migration here.
Partner Tools & Solutions
Leverage
these free tools and solutions from our partners to assist you with a
more complete migration from Visual Basic 6 to .NET.
Getting Started
1. Migration & Support Strategy
Key
Visual Basic 6.0 runtime files, used in the majority of application
scenarios, are shipping in and supported for the lifetime of Windows 7.
Find out what support options are available to you.
2. Visual Basic 6.0 Resources
You
will find plenty of resources here for developing in Visual Basic 6.0
including links to the MSDN Library, technical articles, and code
samples.
3. Extend Your Visual Basic 6.0 Applications
Extend
your Visual Basic 6.0 applications using the functionality of Visual
Basic .NET without upgrading. These resources show you how.
4. Upgrading from Visual Basic 6.0
Do
you need help in upgrading your Visual Basic 6.0 applications to Visual
Basic .NET? This section provides the necessary resources.
Acknowledgement
I would like to express my sincere gratitude to many people who have made their
contributions in one way or another to the successful publication of this book.
My
special thanks go to my children Xiang, Yi and Xun. My daughter Xiang
edited this book while my sons Yi and Xun contributed their ideas and
even wrote some of the sample programs for this book. I would also like
to appreciate the support provided by my beloved wife Kim Huang and my
youngest daughter Yuan. I would also like to thank the million of
visitors to my Visual Basic Tutorial Website at http://www.vbtutor.net;
especially those who contributed their comments, for their support and
encouragement. Finally, I would like to thank my publisher
Book Surge for the guidance and assistance in producing this book.DOWONLOAD LINK ==>
http://www.mediafire.com/?5dm0yh5xepm7n7e
Learn Softwre Graphics Desgine
Visual Basic Bangla Tutorial
2. Bangla VisualBasic Video Tutorial - Part 02 (Combo Box)
3. Bangla VisualBasic Video Tutorial - Part 03 (Costom Button)
4. Bangla VisualBasic Video Tutorial - Part 04 (Custom Form Button)
5. Bangla VisualBasic Video Tutorial - Part 05 (Date & Time)
6. Bangla VisualBasic Video Tutorial - Part 06 (Counter)
7. Bangla VisualBasic Video Tutorial - Part 07 (Index)
8. Bangla VisualBasic Video Tutorial - Part 08 (Intro)
9. Bangla VisualBasic Video Tutorial - Part 09 (List Control)
10. Bangla VisualBasic Video Tutorial - Part 10 (Math)
Download vb.net book
http://www.tutorialspoint.com/vb.net/vb.net_tutorial.pdf
বুধবার, ২১ মে, ২০১৪
Download Area
The examples have been updated to correct some execution problems and add missing execution files.
Some new examples have been added and several more will appear over the coming weeks ...
Version 1 of the Football Scoreboard
The basic project
FootScoreboard
Version 2 of the Football Scoreboard
Improved with procedures
FootScoreboard2
American Football Scoreboard application
Getting acquainted with the VB 6 interface
Scoreboard
Calculate student's average from 25 grades
Uses Control arrays and memory arrays for calculations
CalcAvg.zip
Text editing example
Using the Clipboard object to Cut, Copy, Paste
EditExample.zip
The Clock - example of a Timer control and use of DateTime variables
Clock.zip
The Math Calculator - example of standard controls on a form
Makes use of Control array and simple math functions
Math calculator
The Loan Calculator - example of standard business function
to calculate monthly payment amount on loan
Loan Calculator
The Simple Payroll application
Uses validation functions, formatting, simple arithmetic
Simple Payroll
Graphics editing example - use of drawing tools
Drawing.zip
Lesson 5 sample - Registration program and ListFile control
Lesson5.zip
Lesson 7 sample - Multimedia - the audio player
Lesson7.zip
Lesson 8 sample - Working with data files
The "Address Book" example
Uses sequential and random access files
Files.zip
The Payroll application with sequential access file for Employees
PayrollFile.zip
Lesson 9 sample - Working with the database
Creating the "Project Management" application
Includes the MS-Access Project Management database
Lesson9.zip
Video Player example
Contains sample .avi files
Video player
Free Download Vb Book
vbtutor.net/vb6/vb6book/vb6_preview.pdf
এতে সদস্যতা:
পোস্টগুলি (Atom)