November 8th, 2012 03:53 PM
November 8th, 2012 03:18 PM
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...
March 14th, 2012 01:34 PM
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.
March 14th, 2012 08:14 AM
How to sort numbers from lowest to highest in my datagrid table?
February 27th, 2012 01:37 AM
Is there a way to reduce that speed or not??
February 26th, 2012 09:20 PM
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")...
February 16th, 2012 06:24 PM
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...
February 16th, 2012 04:49 PM
Yes,I trying to sendkey(ex.copy) to another application(ex.calculator) using my COPY button from my application.How to do that?
February 16th, 2012 04:18 PM
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)...
February 16th, 2012 03:49 PM
Sorry..I need file open,not file save,my word mistake.
Solution?
February 16th, 2012 09:05 AM
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?
February 6th, 2012 12:31 PM
I was trying to resolve as you say but nothing.
I'am waiting for a right person to resolve problem.
Tnx anyway.
January 31st, 2012 03:32 AM
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...
January 30th, 2012 07:40 PM
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...