Saturday, July 28, 2012

Constants:         ऐसे variables जिनकी value run time मे change नहीं होती है उसे constant कहते हैं। यह constants mathematical operations मे ज़्यादातर use किए जाते है। इसमे store की गई value program के execute होने पर नहीं बदलती है। यह programming मे कई बार आते है। जैसे किसी mathematical calculator बनाते समय...

Life Time of Variables:                 सभी programming languages की तरह ही Visual Basic.Net language मे भी सभी variables का life time होता है। life time वह समय जब तक की variable मे store की गई value available रहती है। यदि किसी variable को local या procedural scope मे declare किया गया है तो उसे केवल उसी procedure मे उसे किया जा सकता है। procedure के use के बाद वह variable और उसमे...

Scope and Life Time of Variable:        Programming मे variable का scope variable के use होने की limit बताता है। कोई भी variable कहाँ तक प्रयोग किया जा सकता है यह scope के द्वारा ही define होता है। इसे visibility भी कहते हैं। Visual Basic.Net मे चार प्रकार के scope पाये जाते हैं। 1.    ...

Monday, July 23, 2012

Forcing Variable Declaration:             Visual Basic 6 मे variable को declare करना आवश्यक नहीं होता है। यह visual basic 6 की default setting के कारण होता है। उसी प्रकार Visual Basic मे भी variable को बिना declare किए use किया जा सकता है। default setting के कारण VB.Net मे variable को declare करना आवश्यक होता है। ऐसा करने पर VB.Net error generate कर देता है। variable...

Types of Variables: Data Types:         Programming मे data types Data का type define करते हैं। Data types store होने वाले data के type के साथ ही उसकी data storage length भी बताते है। Visual Basic मे variables को निम्नलिखित पाँच categories मे बांटा गया है। Numeric String Boolean Date Object 1.     Numeric Variables: इसमे numbers store करने वाले data type आते हैं। इनका...

Variables:             Computer programming मे variables बहुत महत्वपूर्ण स्थान रखते हैं। variables, named locations जिनका प्रयोग किसी value को store करने के लिए किया जाता है। प्रत्येक variable का एक नाम और value होती है साथ ही इसका एक Type होता है। visual basic मे कई प्रकार के Data Types होते हैं। जैसे – Integer, String, Date, Char, Decimal etc. Declaring Variables:...

Friday, July 20, 2012

Features of Visual Basic.Net 1.     Programming for GUI:इसका प्रयोग Graphical User Interface के लिए किया जाता है। यह language Windows operating system के लिए Windows Applications,Websites etc. बनाने की सुविधा देता है। 2.     IntegratedDevelopmentEnvironment: यह language Visual Studio का प्रयोग करते हुये Integrated Development Environmentप्रदान करता है जिसका प्रयोग GUI के लिए प्रोग्राम बनाने...
Page 1 of 141234567...14Next »Last

Contact us

Name

Email *

Message *