New Dot Net WindowsForms Interview Questions :: ALLInterview.com http://www.allinterview.com New Dot Net WindowsForms Interview Questions en-us tell me something about crystal report in brief? http://www.allinterview.com/showanswers/99913.html how to create a set up in vb.net for desktop application please say http://www.allinterview.com/showanswers/76170.html 1.Goto file<new project<select setup and deployment in the template 2.Add your project by right click the project that u newly created(In Solution Explorer) 3.Add Project ouput and localised resources by right clicking the existing proj I have two combobox .. and i have some items in both combobox now i n http://www.allinterview.com/showanswers/68110.html For inti As Integer = 0 To ComboBox1.Items.Count - 1 For intj As Integer = 0 To ComboBox2.Items.Count - 1 If ComboBox1.Items(inti).ToString = ComboBox2.Items(intj).ToString Then MessageBox.Show(ComboBox1.Items(inti) Hi, I am implementing one windows form. I am inserting some values i http://www.allinterview.com/showanswers/61372.html first time insetr five columns but two columns are empty value thats null value when we click another button update query is used insert remaining columns (where condition filled columns value) how print PGL by XML http://www.allinterview.com/showanswers/33303.html how print barcode http://www.allinterview.com/showanswers/33302.html how see report periviwe http://www.allinterview.com/showanswers/33301.html how find recored from the database http://www.allinterview.com/showanswers/33300.html how barcode print on the win form http://www.allinterview.com/showanswers/33299.html how barcode create in the report http://www.allinterview.com/showanswers/33298.html Its very easy. 1-Take a barcode font like we used Arial, Time new Roman 2-Install this font at window fonts directory 3-Use Steric (*) at both ends of a field of Report with the help of double/single commas 4.Change this field Font Like from how save recoreed in the database http://www.allinterview.com/showanswers/33297.html How insert recored in the database http://www.allinterview.com/showanswers/33296.html insert into <tablename> values (Parm1,parm2....) We are facing problem with the compatibilty of IE 7 and IE 6.We are http://www.allinterview.com/showanswers/27791.html <base target="_self"> is the only available fix. You can delete all the cache & offline files from your browser. What are the new events in textbox that has been included in VB ? http://www.allinterview.com/showanswers/26640.html Validate what is the Difference between listbox and combo box? http://www.allinterview.com/showanswers/26639.html In List Box we have to choose one of the option from the drop down list In Combo just like radio button we have to choose any one