Search:

Type: Posts; User: vbuser99

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    I got it solved by showing a pop up form with gif please wait image in picture box
    and in the 2nd form activated event I hide the pop up form,

    but the problem now is that the gif image is not...
  2. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    would you please explain this, I think this might work perfectly?
  3. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    thanks my friend but I am using this now, I need the value of the progress bar to be filled automatically based on the loading time of the second form.
  4. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    sorry I did not notice your question, there is nothing in my loading code, and I am loading a window and this window has a datagrideview which is connected to a Microsoft Access database.
  5. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    it is not working this way !! I would like to show another form to show please wait message and then once it loads the waiting form will disappear
  6. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    I used this with the progress bar,



    ProgressBar1.Increment(10)
    If ProgressBar1.Value = 100 Then
    Timer5.Stop()
    Form3.Show()
    ProgressBar1.Value =...
  7. Replies
    19
    Views
    15,800

    Re: Loading form or progress bar

    I tried the progress bar but I did not get it done
  8. Replies
    19
    Views
    15,800

    Loading form or progress bar

    Hi

    I have two forms, Form1, Form2

    I use a CommandButton to move from one form to another.

    I use this code:

    Form2.Show
  9. Replies
    15
    Views
    7,969

    Re: Progress Bar while loading another form

    would you please help in vb.net as I badly need it PLEASE
  10. Replies
    15
    Views
    7,969

    Re: Progress Bar while loading another form

    why the code is not working with me on visual studio 2012 ?
  11. Replies
    4
    Views
    3,264

    VS 2012 Best way to save form to PDF

    Hey Dears,

    what is the best way to save form to pdf without using external links like isharp or others?
  12. Replies
    9
    Views
    5,689

    Re: open hyperlink in a cell in datagridview

    it works with me now, but it loads the domain.com and does not open my link in the cell!!
    I don't want to have specific link because I different links on the cells
  13. Replies
    9
    Views
    5,689

    Re: open hyperlink in a cell in datagridview

    still does not work!
    when I Used your code it adds hhtp:// before my link and that causes fail to open page,
    I have changed to ''\\ to load the page I want and it says Additional information: The...
  14. Replies
    9
    Views
    5,689

    Re: open hyperlink in a cell in datagridview

    I did and found this, but it did not work with me
  15. Replies
    9
    Views
    5,689

    Re: open hyperlink in a cell in datagridview

    my hyperlinks starts with \\ because it is on a shared drive not on the WWW
  16. Replies
    9
    Views
    5,689

    open hyperlink in a cell in datagridview

    Hey,

    I am using a Datagridview and it has a column named documents which is a hyperlink to another file in the shared hard drive,
    I tried with this:


    If e.ColumnIndex = 1 Then ' Index of...
  17. Re: Sending Email through outlook to email in cell in datagrdiview

    I prefer using outlook, I am trying to figure it out with outlook
  18. Re: Sending Email through outlook to email in cell in datagrdiview

    this code worked with me,
    but it will open outlook windows as many as I have of Open status,
    my code is sending emails directly,

    can I have it sends email directly?
  19. Re: Sending Email through outlook to email in cell in datagrdiview

    I tried this but I failed :(





    Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click
    SendEmailToAddressInRow(row)

    End Sub
  20. Re: Sending Email through outlook to email in cell in datagrdiview

    I tried and got confused by mixing the codes together
  21. Re: Sending Email through outlook to email in cell in datagrdiview

    here is my code to send email



    Dim OutlookMessage As outlook.MailItem
    Dim AppOutlook As New outlook.Application
    Try
    OutlookMessage =...
  22. Re: Sending Email through outlook to email in cell in datagrdiview

    your contribution is really matters, we are here to help each other
    I am 11 years old and trying to read the codes and learn more
  23. Re: Sending Email through outlook to email in cell in datagrdiview

    thank you for your help and your efforts my friend,
    IF you could help Then
    HELP
    Else
    HELP ALSO
    End IF
  24. Re: Sending Email through outlook to email in cell in datagrdiview

    this is what I have tried,




    Imports outlook = Microsoft.Office.Interop.Outlook


    Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click
    ...
  25. Re: Sending Email through outlook to email in cell in datagrdiview

    yes, but in his code he implemented the sending with getting the specific rows,
    I tried but it did work,
    please guy's I am learning here
  26. Re: Sending Email through outlook to email in cell in datagrdiview

    thank you so much Goggy,

    appreciate that, what if I will use Outlook to send the email?
  27. Re: Sending Email through outlook to email in cell in datagrdiview

    I am not trying to make problems guys,

    to be clear with you,

    I have a datagridview with Name, Email, Status, and Send Button
    what I want is to send an email with this button to all the emails...
  28. Re: Sending Email through outlook to email in cell in datagrdiview

    I will try that and let you know

    thanks :)
  29. Re: Sending Email through outlook to email in cell in datagrdiview

    appreceat that chrise, is that will email with click on the cell ?
    because I need it to send with a click of a button
  30. Re: Sending Email through outlook to email in cell in datagrdiview

    thank you for your efforts,
    I know how to send the email to specific email not to an email in a cell of datagridview,
    I am new with Vb.net

    please help me with the coding
  31. Re: Sending Email through outlook to email in cell in datagrdiview

    Yes the default email is outlook
    I know how to send email through outlook
  32. Sending Email through outlook to email in cell in datagrdiview

    Hi,

    please can you help please to send Email through outlook to email in cell in datagrdiview,
    I have a datagridview from Ms Access db and emails in one of the columns,
    I would like to send...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width