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 ...
How do you search within a 2-dimensional array using VB.NET? How can I know that a value already exists in the array?
Latest Answer: Dim arr(1, 2) As String arr(0, 0) = "Sandip" arr(0, 1) = "India" arr(1, 0) = "Jon Doe" arr(1, 1) = "US" ...
Sort an array of ten 30 character items into ascending order of surname. Each line contains a name in the form e.g. Mr J Smith, Dr John R Smith or John Smith. There are no field or record delimiters, qualifications, suffixes, double-barrelled names or similar complications. Define names and values for the items in the array, using any programming language you choose. Using low level string and record manipulation and not higher level functions such as SORT, either draw a flowchart to show how
Latest Answer: Manifest is part of MetaDataManifest contains information about Assembly version, culture, dependencies etc.while Metadata is data about data i.e. information about classes in the assembly various datatypes etc. ...
Latest Answer: MSIL and IL are same there is no difference. .clr is a main thing it produce the MSIL (microsoft intermediate language(MSIL) or Intermediate Language (IL)). so it converts the source code written in any language supported by .Net like (C#,vb.net,J#) ...
Latest Answer: The Microsoft Certified Application Developer (MCAD) credential provides industry recognition for professional developers who build powerful applications using Microsoft Visual Studio .NET and Web services on the Microsoft .NET Framework 1.0 and Microsoft ...
What is the significance of delegates. Where should they be used? what are the situations where we require them?
Latest Answer: Each instance of a reference type has two fields maintained by the runtime - a method table pointer and a sync block. These are 4 bytes each on a 32-bit system, making a total of 8 bytes per object overhead. Obviously the instance data for the type ...
Latest Answer: data set is a collection of data table it is based on xml format ,it is used for data storing in cache as a disconnected recordsetdataset is using data manipulation in cache wthout connection to database.whenever data table consist row & coloumn ...
View page << Previous 1 [2] 3 4 5 6 Next >>

Go Top