CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: blueye89

Search: Search took 0.02 seconds.

  1. Re: How to set shape style on rectangle into a word document

    Resolved!
  2. How to set shape style on rectangle into a word document

    WordDoc.Shapes.AddShape(1, 30, 15, 565, 760).ShapeStyle = "Colored Outline - Black,Dark 1"


    I used this code above to make an rectangle into a word document using vs2010,but I have a problem...
  3. Re: sort numbers from lowest to highest in datagrid table

    It's not working because if I enter number "35" and then "99" and then "353".They are sorted by:
    35
    353
    99
    why??
    99 is less than 353.
  4. sort numbers from lowest to highest in datagrid table

    How to sort numbers from lowest to highest in my datagrid table?
  5. Replies
    3
    Views
    893

    Re: How to download email messages

    How to do that?
  6. Replies
    3
    Views
    893

    How to download email messages

    Is there a way to make an application which will download all mails from my email address?
  7. Thread: sendkeys

    by blueye89
    Replies
    4
    Views
    822

    Re: sendkeys

    Is there a way to reduce that speed or not??
  8. Thread: sendkeys

    by blueye89
    Replies
    4
    Views
    822

    sendkeys

    Hi everyone.
    I have some questions for you.
    I am working on my application which save work from another application using sendkeys:

    SendKeys.Send("^(s)")
    SendKeys.Send("file")...
  9. Re: activate file save command

    You are so curious :-).Suffice it to say that I wanna get some information from application which I am not autor.I will never make application like that,so I just wanna use as a gift.

    p.s.It is a...
  10. Re: activate file save command

    Yes,I trying to sendkey(ex.copy) to another application(ex.calculator) using my COPY button from my application.How to do that?
  11. Re: activate file save command

    EXAMPLE:CTRL+O or CTRL+C or CTRL+S= It does not matter


    Public Class Form1
    'Button1=RUN button
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  12. Re: activate file save command

    Sorry..I need file open,not file save,my word mistake.
    Solution?
  13. activate file save command [Copy data from another application]

    I am running an application from my desktop as you see on the picture,and I don't know how to run File Save command on active form without mouse click,only with vb.application?
  14. Replies
    5
    Views
    1,334

    Re: email validation

    I was trying to resolve as you say but nothing.
    I'am waiting for a right person to resolve problem.
    Tnx anyway.
  15. Replies
    5
    Views
    1,334

    Re: email validation

    This permission class looks good,but is not working.I modify it,but still not working.

    Private Function CreateConnectPermission() As SmtpPermission
    Dim connectAccess As New...
  16. Replies
    5
    Views
    1,334

    email validation

    Hi,I have a question for anyone who knows to resolve.
    I making an "sign in" application for checking email address with username and password as input.As output it will show me msgbox with content...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured