Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zdehkordi

  1. zdehkordi

    Button moves in .Net2003 after design changes?

    Yes, thats right. It is Windows Forms
  2. zdehkordi

    Button moves in .Net2003 after design changes?

    It is flow layout? Do you think it is important?
  3. zdehkordi

    Button moves in .Net2003 after design changes?

    Hi Would you please help me? I design controls and set the location of buttons. When i save windows forms, buttons moves. Sometimes x of locations became negative. I set locations in code. But it is a tidious work to set the location by every change. I should say that my form is very simple...
  4. zdehkordi

    How to show blank(empty) Rows in a tabular report.

    Hi. I have designed a report in Crystal Report .Net with tabular Layout. I want to have table layout for empty rows in last page. But Report Detail Section is repeated only for record count, no more. How can I show blank rows in report?
  5. zdehkordi

    MessageBox and close

    Ok I will do that, thanks
  6. zdehkordi

    MessageBox and close

    I didn't get you. In fact YesNo doesn't help me. I want Ok MessageBox. Thanks anyway
  7. zdehkordi

    MessageBox and close

    Thankyou very much
  8. zdehkordi

    MessageBox and close

    Thanks. But I mean, I want to remove Close Mark in toolbox.
  9. zdehkordi

    MessageBox AND Selecting

    Hi. I am going to select lines in messge of messageBox for copying and pasting. But it doesn't accept focus anyway. Would you please help me for it. Thanks
  10. zdehkordi

    MessageBox and close

    Hi. I use MessageBox.Show for showing OK MessageBox. It has a close toolbox too. I think Pressing Ok is enough for users. So I am going to remove Colse toolbox, but I couldn't do it. Do you know how can I do it? Thanks
  11. zdehkordi

    crystal report and typedDataSet linked on guid

    I drag my tables from sqlserver on xsdDesigner to build a typedDataSet. UniqueIndentifier type of my pk is converted to guid in .Net. Then I disigned a report by it. C CrystalReport viewer doesn't show my report. I remove the link between tables in report, my report is showed. I changed the type...
  12. zdehkordi

    How to show report by typedDataSet linked on guid

    I am using sqlserver. And I used UniquIdentifier(Guid) for Pk in tables. then I've built a typedDataSet from these tables in .net My TypedDataSet has two tables which have been linked on Pk(Of Guid Type) But I can't see the report, I have tested these methods: I removed the link, My problem is...

Part and Inventory Search

Back
Top