Ask Questions & Get Answers at ibibo sawaal

Ask your Question

Character(s) remaining:  160
 
Ask now
     Powered by Bixee Crawl
Results 1 - 15 of about 3552 sawaal for "sub"
Sort by: Recency | Relevancy

Create a menu driven program under main menu Ari oper, submenu add,subtract ,multiply , division & exit. Here the two integer numbers will be taken as input

.Dim first As DoubleDim second As DoubleDim sign As StringPrivate Sub Command1ClickIndex As IntegerIf txtDisplay.Text = "" ThentxtDisplay.Text= Command1Index.CaptionElse txtD isplay.Text= txtDisplay.Text & Command1Index.CaptionEnd IfEnd SubPrivate Sub Command2ClickIndex As Integerfirst = txtDisplay.TexttxtDisplay.Te xt = ""sign = Command2Index.CaptionEnd SubPrivate Sub Form

Posted in Computers & Technology by Rakes at 9:41 PM on June 14, 2008

Write a Visual Basic Code seatment to find out any text and replace that text with another text?

hi therethe code is Dim txtClient As TextBox This method is the public interface to SnR functionality.Public Sub FindnReplaceByRef Tb As TextBoxSet txtClient = TbMe.Show , txtClient.ParentEnd SubPrivate Sub cmdReplaceClickDim CaseSense As IntegerDim SourceText As StringDim SourceTextCopy As StringDim Cnt As Integer Check for the case sensitivity optionsIf chkCaseSense.Value = vbChecked Then

Posted in Computers & Technology by Rakesh Singh at 5:21 PM on May 31, 2008

Can I add scrollbars in visual basic form?????????

ScrollBars 3. During the FormLoad event, initialise the scroll bars: Private Sub FormLoad Set up scroll bars: Set mcScroll = New cScrollBars mcScroll.Create Me.hwnd End Sub 4. Now your scroll bars are set up scroll bar range in Twips because it will mean it will take Screen.TwipsPerPixel normally 15 scroll bar steps before it moves: Private Sub FormResize With mcScroll Set up vertical scroll bar for 1024

Posted in Computers & Technology by himanshu at 6:52 AM on June 15, 2008

Write a Visual Basic code segment which will check if a given number is a odd number or not, if yes then add up all the odd numbers upto 50 using function

Sub PageLoadByVal Sender as Object, ByVal E as EventArgslblTitle.Text = "Odd or Even Page"End SubSub SubmitBtnClickSender As Object, E As EventArgslblMessage2.Text = "number entered: " & OddOrEventxtNumber.TextEnd SubFunction OddOrEvenTheNumber as Long as StringIf TheNumber Mod 2 = 0 ThenOddOrEven = "even."ElseOddOrEven = "odd."End IfEnd Function

Posted in Computers & Technology by Rakesh Singh at 9:32 PM on June 14, 2008

how to play avi videos on a dvd player

extensive subtitle options which enable the users to watch video content with subtitles from many popular subtitle formats MicroDVD .sub, VobSub .sub .idx, SubViewer .sub, Advanced SubStation Alpha .ssa or .ass, SubRip .srt, VPlayer .txt.......well;BS.Player is used by more than 70 millions of multimedia users throughout the world and it has been translated into more than 90 languages. All the downloaded

Posted in Computers & Technology by Vaibhav at 10:16 PM on June 03, 2008

Write a Visual Basic code segment through which you have to find out whether number the number is perfect square or not.

Private Sub Button1ClickByVal sender As System.Object,ByVal e As System.EventArgs Handles Button1.Clicktxtnum is starting square roottxtout1 is number outside of square root part of simplified answertxtout2 is number inside of square root part of simplified answerNot a number then abort codeIf Not IsNumerictxtnum.Text Then Exit SubDim num As Integer = txtnum.TextFirst check if perfect numberIf Not Is

Posted in Computers & Technology by Rakesh Singh at 7:57 PM on June 12, 2008

Write Visual Basic code subroutine for a click event that will enter an array of 10 elements and then sort the array in descending order.

well Rakesh, Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; ""; arr; ":"; Akarr = arr 1Next kEnd SubPrivate SubFor j = i 1 To num - 1If Ai < Aj Thentemp = AiAi = AjAj = tempEnd IfNext jNext iEnd Sub...Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "

Posted in Computers & Technology by Rakesh Singh at 9:31 PM on June 14, 2008

In visual basic, method is used to add an item in a combobox add additem loaditem none of the above

Well, In visual basic, additem method is used to add an item in a combobox. And example given by Alok Gupta is right.Private Sub FormLoadCombo1.AddItem "Nancy Davolio"Combo1.ItemDataComb o1.NewIndex = 12345Combo1.AddItem "Judy Phelps"Combo1.ItemDataCombo 1.NewIndex = 67890End SubPrivate Sub Combo1ClickLabel1.Caption = "Empoyee " & CStrCombo1.ItemDataCombo1 .List

Posted in Computers & Technology by Ram Jain at 1:39 PM on July 24, 2008

a VB pr to creat a data file containing the following fields book. print the details of all the bookof a particular subject as per the users choice

well, Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; ""; arr; ":"; Akarr = arr 1Next kEnd SubPrivate Sub Form To num - 1If Ai < Aj Thentemp = AiAi = AjAj = tempEnd IfNext jNext iEnd Sub...well, Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; "

Posted in Computers & Technology by Rakesh Singh at 8:37 PM on June 14, 2008

Write a Visual Basic code segment through which you can have to input numbers in an array, read that array & print that array.

Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; ""; arr; ":"; Akarr = arr 1Next kEnd SubPrivate Sub Form To num - 1If Ai < Aj Thentemp = AiAi = AjAj = tempEnd IfNext jNext iEnd Sub...Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; "

Posted in Computers & Technology by Rakesh Singh at 9:28 PM on June 14, 2008

Write a Visual Basic code segment to find out any text and replace that text with another text.

Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; ""; arr; ":"; Akarr = arr 1Next kEnd SubPrivate Sub Form To num - 1If Ai < Aj Thentemp = AiAi = AjAj = tempEnd IfNext jNext iEnd Sub...Private Sub Command1Clickarr = 0Print "Your array contains: "For k = 0 To num - 1Print "A"; "

Posted in Computers & Technology by Rakesh Singh at 5:35 PM on June 14, 2008

Wite a V.B. Program to sort a list of books name alphabetically.

If StrCompwordsI, wordsJ = -1 ThenCall SwapwordsI, wordsJEnd IfElseIf StrCompwordsI, wordsJ = 1 ThenCall SwapwordsI, wordsJEnd IfEnd IfEnd IfNext JNext IEnd SubPublic Static Sub NumSortnums As Variant ThenIf numsI < numsJ ThenNumSwap numsI, numsJEnd IfElseIf numsI > numsJ ThenNumSwap numsI, numsJEnd IfEnd IfNext JNext IEnd SubPrivate Sub NumSwapvar1 As Variant, var2 As VariantDim x As Variantx

Posted in Computers & Technology by Rakesh Singh at 9:36 PM on June 14, 2008

How can I run another application or batch file from my Visual Basic .NET code?

.Example 1. Running a command line application, without concern for the results: Private Sub Button1ClickByVal sender As System.Object, ByVal e As System.EventArgs Handles Button1.Click System.Diagnostics.Process.Sta rt"C:listfiles.bat" End SubExample 2. Retrieving the results and waiting until the process stops running the process synchronously: Private Sub Button2ClickByVal sender As Object, ByVal e

Posted in Computers & Technology by Sidd at 12:32 AM on September 13, 2008

Access specifiers: public, protected, private, nothing?

membersnote : friendly is not a keyword- Accessibitlity is different in each of the following- within the class,- another class in the same package,- sub class in same package,- another class in the another package,- sub class in another package.- Therefore, there are- four types of access permissions and- five places to test the accessibility.- Totally 20 combinations.- Accessibility with in the class

Posted in Computers & Technology by rocky singh at 2:08 PM on June 26, 2008

How could i run .aspx page/file without vb.net?

;">3. A dd this code in the Code-Behind file:VB.NETImports System.WebImports ASPNETEandCVBPublic Class WebForm1Inherits System.Web.UI.PagePrivate Sub PageLoadByVal sender As System.Object, ByVal e As System.EventArgs Handles MyBase.LoadResponse.Write"B efore Editing"End SubEnd Class//Cusing ASPNETEandCCS;public class WebForm1 : System.Web.UI.Pageprivate void PageLoadobject sender, System

Posted in Computers & Technology by Harshil at 2:44 AM on June 01, 2008
Tags
Refine By Date
sawaal signature