answersLogoWhite

0

Platform-dependent.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is ComboBox in Visual Studio?

ComboCox is a drop down list which can editable ot not. Usually people use it to give a user predefined choices.


How do you populate values of combobox using server side scripting as php?

I am assuming you already have a mysql connection function/string in placeNow select the databasemysql_select_db("db_name"); // Put the name of your database in place of db_name// Add the column you want data from in place of ID// Add the name of your table in place of table_name$query = mysql_query("SELECT ID FROM table_name");// This gets a bit complicated but it helps with debugging?>Select an option


Why you are use to c language?

I do use am a programmer, because C-language.


Why don't use objects in c?

You don't use objects in C because C is not an object oriented language like C++.


What software does wizard101 use?

Unity3d, Java, C, C++, C#, there are many programs they could use.


How do you use this function in c programme?

I don't use that function in C programme.


Which is NOT an example of the use of a pheromone?

C. The answer is C


Where to you use generics in c?

C doesn't have generics, that's C++.


What does an astronomer use that starts with c?

Astronomers use a camera. It begins with the letter c.


I need to set the SelectedItem of a ComboBox to the first string in the collection. I use VB.NET. What code do I need?

The integer for the first string in the collection is zero. The code is shown below: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ComboBox1.SelectedItem = ComboBox1.Items.Item(0) End Sub


Why to use String in c?

C doesn't have String data-type, so don't use it.


Why you use class keyword in c?

You may use it as an identifier, because it is not a reserved word in C.