Date$ behavior is unchanged by the Calendar property setting (regional option). Date function does. but Date$ return a 10-character string of the form mm-dd-yyyy.
Zubir, i don't think we can manage a specific cell in listview for the icon or back color.
if you want to do that, maybe you should find another component that support the task you want.
yes, there are many methods just for common function like insert, update and delete. i don't know how to create a single insert, update, delete method for all table. they can have parameters such...
To all of you who interested on designing the application model, i want to discuss what i have done in my last project, and if you don't mind please share your opinion and your design technique so i...
recently, i was using list view and tree view, they are so slow when handling huge data. this is happened because everytime we update the list, redraw method is fired and this is time-consuming. i...
Before i post the question, i've already search on google, try to find a user control with such property i want but i couldn't find one. i have also tried to use user control wizard and use all the...
My problem is how to tell vb how to react to my property type.
For example...if we define a property like font type, the property window will automatically show the font dialog when we try to manage...
Currently i want to make some enhancement to my user control.
in this enhancement i try to create a property where it can accept multiline string input value. you know...just like multiline property...