TreeView in VB.Net
TreeView TreeView control का use डाटा को Tree format मे display करने के लिए किया जाता है। यह Data structure के Tree डाटा स्ट्रक्चर को implement करता है। इसमे information […]
TreeView in VB.Net Read More »
कंप्यूटर के विकास के समय COBOL,FOTRAN जैसी भाषाएँ आई लेकिन यह काफी कठिन थी इस समस्या को दूर करने के लिए Denis Ritchi और Thomas Kurtz ने 1964 मे एक नई भाषा विकसित की जिसे BASIC (Beginners All Purpose Symbolic Instruction Code) के नाम से जाना जाता है। यह भाषा उन सभी लोगों के लिए काफी सरल थी जो की प्रोग्रामिंग सीखना चाहते थे।
इसके बाद माइक्रोसॉफ्ट कंपनी ने 1992 में विसुअल बेसिक भाषा को जारी किया। विजुअल बेसिक को बेसिक भाषा से बनाया गया है, बेसिक भाषा को अन्य भाषाओं की तुलना में पढ़ने में आसान कहा जाता है। यह ग्राफिकल यूजर इंटरफेस(GUI) के रैपिड एप्लीकेशन डेवलपमेंट (RAD) का समर्थन करता है। इसका अंतिम वर्जन 1998 में जारी किया गया था। जिसके बाद माइक्रोसॉफ्ट द्वारा विज़ुअल बेसिक डॉटनेट (‘VB.NET’) का शुभारंभ किया गया।
नीचे विसुअल बेसिक डॉट नेट से सम्बंधित नोट्स दिए गए हैं हम आशा करते हैं की आपको हमारे द्वारा दी गई जानकारी पसंद आयेगी|
TreeView TreeView control का use डाटा को Tree format मे display करने के लिए किया जाता है। यह Data structure के Tree डाटा स्ट्रक्चर को implement करता है। इसमे information […]
TreeView in VB.Net Read More »
ListView ListView Control VB.Net मे provide किया गया एक important control है। Windows मे list View control का बहुत प्रयोग किया जाता है। इसे items को List मे display कराने
ListView in VB.Net Read More »
Timer Timer Control एक Looping control है जो कि किसी task को एक दिए गए समय अंतराल में (given time of Interval )मे repeat करने के लिए प्रयोग किया जाता
Scroll Bar Scroll Bar Windows मे प्रयोगहोने वाला एक महत्वपूर्ण GUI Component है। Scrollbar एक Long Strip होती है जो की यूजर को किन्ही दो Values के बीच Selection Provide
Scroll Bar in VB.Net Read More »
इस पोस्ट में हम फॉर्म कंट्रोल listbox के बारे में जानेगे | Listbox Listbox control का use form मे list को display करने के लिए किया जाता हैं। Listbox user
Label Label control windows मे use होने वाला सबसे important control है जो कि किसी भी message को display करने के लिए प्रयोग किया जाता है। इसमे लिखे गए text
Form Controls in VB.Net Read More »
इस पोस्ट में हम Picture Box control के बारे में जानेगे | Picture Box Picture Box Windows GUI का एक important हिस्सा है। यह windows मे Images को display करने
Picture Box in VB.Net Read More »
Introduction of Visual Basic.Net Computer के विकास मे third generation मे कई नई languages की खोज की गई। जिनमे COBOL,FOTRAN etc. महत्वपूर्ण हैं। उस समय develop की गई सभी language
Introduction of Visual Basic.Net Read More »
इस पोस्ट में हम Visual Studio के बारे में जानेगे | Introduction of Visual Studio Microsoft Visual Studio Microsoft का Integrated Development Environment (IDE) है। जो की Microsoft के द्वारा
Introduction of Visual Studio Read More »
इस पोस्ट में हम Visual Studio के Components के बारे में जानेगे | Code Window किसी भी Programming Language मे Coding सबसे महत्वपूर्ण हिस्सा है। किसी भीLanguage मे बिना Codes
Components of Visual Studio(3) Read More »