Search results for query: *

  • Users: mcostello
  • Content: Threads
  • Order by date
  1. M

    Convert contents of Rich Text box control to html

    Is there a simple way to convert formatted text in a rich text Box control to HTML in a winforms app?
  2. M

    Populating a typed data set from an array list

    I am building a crystal report using vb.net. Most of my reports are driven from calling a stored procedure using a dataadapter to populate a typed dataset. i.e. ' get data from database into typed dataset Dim da AsNew SqlClient.SqlDataAdapter( "sp_AllBusiness", db_connection) Dim ds AsNew...
  3. M

    Persisting a logon on a shared hosting platform

    I have a .net site that uses standard forms authentication. I have put some "Remember me" functionality on the site that allows the user to be permanently logged on. This functionality works perfectly when run on my local machine and on a full web server. However when hosted in a shared hosting...
  4. M

    Looping through the properties of a class

    Hi, Can anyone tell me how to loop through the properties of a class. E.g. I need to write to a change log the old values and the new values for a specific instance of a members class. I need to create a string from the values e.g. name1,address1,address2 etc but I want to avoid having to...
  5. M

    Customising buttons on Windows Forms

    I need to use graphics as buttons on my app (similar to image buttons on web forms) However if I use the Image property of the button control I am unable to make the graphic the only element seen(there is still a border etc) I have 2 queries 1. Is there a way to use the button control in...
Back
Top