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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ioseph
  • Content: Threads
  • Order by date
  1. ioseph

    Printing Windows Form

    Hi, I am trying to print out a c# windows form, does anyone know how I can capture the form window state and print it out? Many thanks, Io
  2. ioseph

    Print C# form???

    Hi, I am trying to print out a c# windows form, visual studio 2005 suplies dinky controls such as PrintDocument and PrintPreview Control.... I assumed that to print the form it would just be a case of dropping them onto the form and basically hitting print. This does not seem to be the case...
  3. ioseph

    BUBBLES

    Hi, Does anyone know how to create a windows bubble in a c# windows form? Its for an application running in a taskbar. Many thanks
  4. ioseph

    .NET FRAMEWORK - where to start???

    Hi, I am pretty new to .NET can anyone recommend some GOOD reading material to help me get to grips with the framework and how best it can be used. Thanks Yo
  5. ioseph

    REPLACE -> ' ???

    Hi, anyone know how to replace this charachter -> ' with \'???? Thanks
  6. ioseph

    Data grid EDIT/UPDATE/PAGE

    Hi, I have a .net datagrid and have data from a database bound to it. It populates correctly but paging/edit/add and delete functions do not work - does anyone know why this may be? Many thanks, Yo
  7. ioseph

    Writing out Quotes " in a text file

    Hi, Does anyone know how to write out quotes in a text file using the File class e.g I want the file to say <?xml version="1.0"....> I am currently doing this - using (StreamWriter sw = File.CreateText(path)) { sw.WriteLine("<?xml version='1.0'>"); } this returns <?xml...
  8. ioseph

    DataGrid Paging

    Hi, I am using .Net and have a datagrid. I want to be able to page through the table of data in the grid. When I turn paging on the page numbers come up but the data dosent change page - anyone got any ideas??? Many thanks Ioseph
  9. ioseph

    Best method of retrieving database contents?

    Hi, I have a web page and have about 10 text boxes to populate with data from a sql database. Can someone recommend the best way to pull all the contents out and place them in the correct fields at the same time. I would prefer not to write loads of select and execute scalar statements. Thanks

Part and Inventory Search

Back
Top