Search results for query: *

  1. M

    Question Read an XML File

    Hi all, I am using VS2008 and am trying to read an xml file This is the xml file i am trying to read - <SJA JobNo="4311" SurveyDate="19-Apr-2007 12:49" Weather="clear, dry and bright" Surveyor="Luke Dawson" Site="" SurveyType="DevTS" HandS="HS110=7/HS111=1/HS112=site...
  2. M

    VB.NET and HTML email embed image

    Hi all, I am not sure that this is even possible but i thought i would ask. In my application currently when an html file is emailed out the images are not accessible as they are stored on a network machine. As long as the email is within the network the images can be seen. The problem...
  3. M

    Converting html to pdf

    Hi all, I am trying to convert an html file to a pdf file and am having trouble. I am using VS2003 and .NET 1.1 and am unable to use recommended addons. I need a free solution I have come across iTextSharp but am having trouble using it - has anyone else used this and got any advice, or any...
  4. M

    Combo box font colour

    Hi all, Is it possible to have a combo box that has different colour items? I have a combo box with a list of users and if they are disabled i want them to be in gray rather than black, is this possible? Thanks in advance
  5. M

    Message Box

    Hi all, I am having trouble with message boxes This is my message box MsgBox( strMessage, MsgBoxStyle.Exclamation, "Cannot approve" ) and i want it to appear on top of all the forms. Currently when the message box appears it appears behind another window. Is there a way to make it...
  6. M

    Printer information

    Hi all, When i am printing i give the users the chance to select which printer they want to print from and how many copies they want to print. What i am trying to do is when they select the printer from the combo box a number of labels are filled in with the information about the printer...
  7. M

    Duplex printing

    Hi all, I am having a lot of trouble with printing duplex(double sided) pages. I know the printer can print duplex because i have from it. Is there a way to set the setting before the print is sent to the printer? I am using the PrintOut function to print to a network printer. Any...
  8. M

    List View Images not showing

    Hi all, I have a list view that displays information and images, however every now and then the images do not show up. There does not seem to be any sort of pattern, it seems completely random. If anyone has experienced this before or has any ideas why could they please help. Thanks in...
  9. M

    Wierd Error Message MissingMethodException

    Afternoon all, I am using a system on two identical machines and on one i get an error message that i do not understand An unhandled exception of type 'System.MissingMethodException' occurred in MTController.exe Additional information: Method not found: Void...
  10. M

    Toggle button with icon

    Hi all, I'm trying to display an icon on a toggle button with text, but the image won't show. I am trying to show the image by loading it into an image list and then referencing it. Public ImgList As New ImageList ImgList = New ImageList ImgList.Images.Add( LoadIcon("Play.ico") ) That...
  11. M

    Getting a result from a button

    Morning all, I have a button that when pressed calls a form m_ApproveJobForm.Show() There are two buttons on this form, OK and Cancel, and i am trying to test for which one has been clicked. I know i could use m_ApproveJobForm.ShowDialog() but it doesn't work the way i want it to...
  12. M

    Check Box in list view header

    Hi all, I have a list view, with the first column being checkboxes. My question is whether you can have a checkbox in the column header and be able to use that to select all the checkboxes in the list view. At the moment a have a checkbox on top of the list view and that seems to work but...
  13. M

    Datalist help

    I have a datalist that displays the results of a search, i want to be able to show no records found when the search fails to find anything. I am trying to find a way of having "No records found" appear in the middle of the datalist. Is this even possible??? Any help would be appreciated...
Back
Top