Search results for query: *

  1. M

    Need help

    thanks it really solved my issue thanks again
  2. M

    Need help

    I have few dropdown lists on my application and I want when the user chooses any option from anyone of the lists; for the options chosen to be displayed on a label as on string. ( year_process_format) My problem is that when a user chooses from the first list the chosen option is displayed...
  3. M

    hour glass & adding an icon

    Hello, I have two queried and would appreciate the help, First, is to add an icon to a windows application Second, how to add hourglass while a commend is executed
  4. M

    sending images through email

    hello, beside the code add the outlook object Library that can be found under projects>>>add refrence>>com tab 'Created Outlook Application object Dim OLApp As New Outlook.Application 'Creating outlook Namespace object Dim OLNameSpace As Outlook.NameSpace Private Sub...
  5. M

    sending images through email

    I don't think I was clear in my query, I have written a vb.net program that sends email to a list of users but I am having difficulties send a pic or image I have pasted the code below: Dim OLApp As New Outlook.Application 'Creating outlook Namespace object Dim OLNameSpace As...
  6. M

    sending images through email

    hello, I managed to send an email in my vb.net program but when I paste a pic it donesn't get sent. My vb.net invokes outlook to send emails. thanks in advance
  7. M

    Clearing a listbox

    thanks, that works
  8. M

    About application

    Hello, I am trying to display "about application" as a menu option under help, I have created a text file containing the information about the application but I am not sure how can I make the application upon clicking on about application display the text file.. your help is greatly...
  9. M

    Clearing a listbox

    hello, I am having a hard time trying to clear a listbox that its datasource is set lstappl.DataSource = ds.Tables("application") I tried using lstappl.items.clear but I get this error message """An unhandled exception of type 'System.ArgumentException' occurred in...
  10. M

    sending images through email

    before I get to my question I will explain what I trying to do: I am working on a windows application, and part of what I want it to do is send an email to a group of email addresses, I have a list of email addresses retrieved from a database. I managed to send an e-mail using outlook to...
Back
Top