Pls tell me how can we increment current cell position for datagrid in vb .Net 2005.Its vb equivalent is msflexgrid.col = msflexgrid.col +1
Imagine that you are trying to explain to a non-technical client and trying to convince him to let you develop on VB.net. What are the advantages of using VB.net over VB6? Answer should be in layman terms.
Latest Answer: That is Depends on the situation.for ...next is good in case of performance and it should require index value. it varies by the index. example: for(int i=0;i
Latest Answer: If you're totally sure that the expression is the same type that it's being cast to, use DirectCast. If there is any doubt, use CType. The difference between the two keywords is that CType succeeds as long as there is a valid conversion defined between ...
I am creating a customized text box, TabIndex property of that Usercontrol was properly working within that group project only. After the compilation, when i use that .ocx control in other projects, on pressing Tab key "The Memory could not Read" - Application Error Occars.
Write a visual basic procedure which takes a string as argument and display the following:The string with its first and last characters in uppercase and all other characters in lowercase.
Is there any function to convert numeric math to string in vb script?eg: it should convert 7 to july 10 to october
Latest Answer: Crystal Reports : In these reports each and every point is taken into consideration while preparing reportsNormal Report : The main objects of the application are taken into consideration while preparing reports ...
Latest Answer: The Objects for ADO.NET are DataReader and Dataset. ...
I want to add the colordialogbox to the form to change the back color and fore color on click of button
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top