What's involved in end to end VB.NET testing?
Explain WAP coding to send XML File on server using HTTP Protocol
Explain about Single Thread Apartment and with real time usage with situation where it best fits .
You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that
Latest Answer: F. Set GraphForm.FormBorderStyle to one of the Fixed styles. ...
You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.You
You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As
How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me...
how to convert mm/dd/yyyy to dd/mm/yyyy.
Latest Answer: By using format function, suppose your regional settings is (system date is the format of mm/dd/yyy)        Dim s1 As String       s1 = System.DateTime.Today.Date ''//format of sys date mm/dd/yyyy       s1 = Format(CDate(s1), "dd ...
HiI am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am
Latest Answer: see carfully datetimepicker control in toolbox where windows controls show ...
i want to design a font dialog box as how it looks in Microsoft word. in that to set a font color we have a combo box and it will not give a drop down menu when we click it. instead it will give
Latest Answer: Dude if you are looking for the scroll bar on the side just reduce the value in the DropDownHeight property or add more items to increase the number of item in the drop down list. If I havent answered your question properly, then can u be more clear in ...
View page [1] 2 3 4 5 6 Next >>

Go Top