Jump to content
Xtreme .Net Talk

wichawd

Avatar/Signature
  • Posts

    41
  • Joined

  • Last visited

Everything posted by wichawd

  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.
  16. I tried using the code snippet you provided above but it doesn't scroll to a specified column. For example, if i pass 10(column index) in the iCol argument it only scroll a bit from the first column...too far from the 11th column that i expect it to scroll.
  17. I'm planning to use the Crystal Report included in Visual Studio.Net in creating reports for my VB.Net application (windows). I want to dynamically display a field in the report designer based on the field selection made by the user. Is there a way to do this? Please help. Thanks,
  18. Yes, I have a datagrid with horizontal scroll bar and wanted to scroll to a specific column. I'm using VB.Net and Windows Form.
  19. No, I mean scroll to a specific column.
  20. Hi, Is there a way to set the value of the date time picker to NULL? Thanks. :)
  21. Thanks Alex. It works. :)
  22. I want to changed the value of a cell in the datagrid based on the value of a textbox. IF the value of the textbox is an empty string, the cell should contain a NULL value instead of an empty string. Can somebody help me how to do this? I tried setting the value to Nothing but didn't work. Thanks. :)
  23. hi there, I got a question for you guys. How to I scroll to a specific column in a datagrid? Thanks.
  24. Hmmm. Let's put it this way. If a form is deactivated the color of the form's caption bar becomes gray...right? How can I prevent it from changing its color? Hope you get it guys....:)
  25. I see. So how do you protect the key you used to encrypt the anything in general?
×
×
  • Create New...