Jump to content
Xtreme .Net Talk

wichawd

Avatar/Signature
  • Posts

    41
  • Joined

  • Last visited

About wichawd

  • Birthday 02/16/1981

wichawd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Guys! Is it possible to make a column in a datagrid looks like the datagrid's rowheader(its button like appearance, something like that)? I know this possible in VB 6.0 before.
  2. I have a datatable with a unique key constraint. Now, when this constraint is violated a message box is automatically shown asking the user if he wants correct value with a YesNo button. How would I know if the user clicks yes or no? Is there a way to prevent this message box from showing or trap it so that i will have a control over it?
  3. hi guys, How do you force programmatically the changes made on the datagrid to be reflected on the datatable where the datagrid is binded without changing or selecting a different row? Thanks.
  4. What if i don't want to create the sorting in the query itself?
  5. hi guys! Just like to ask if it is possible to group the records and incorporate sub totals in the data table in a dataset so that when i pass the datatable as the datasource of the datagrid, the records are already grouped and sub totals are already implemented. Please help. Thanks.
  6. The old ADO's recorset has method GetRows which retreives the rows from the database to an array. Is there a way we could do the same thing in the case of ADO.Net's dataset? Thanks.
  7. I see. I did the same thing.
  8. I'll be happy also if you could include the resize function that you use. Thanks.
  9. Hi Paul, Can you give me more details on how you override the text and value boxes of the textbox and datetimepicker? Thanks.
  10. hi guys, I'm using the Crystal Report in VB.Net. Can i format the reportobjects in Crystal Report such textbox's height, lineobject's width, etc? Can you please show a sample code on how to do this? Thanks.
  11. Hi LostProgrammer, can you further expound how will I implement what you mean above? Thanks. :)
  12. How will my report designer look like?
  13. Yeah it works...Thanks.
  14. Could give some code snippet on how I'm going to load the form in another thread. Thanks. :)
  15. I have a toolbar in a form containing a button which shows another form. When i click the button, the button disappears while the form is being loaded. Is there a way to prevent this happening? Thanks a lot.
×
×
  • Create New...