Hello,
I am trying to make a little program, but I face a problem as described below.
Value-1 and Value-2 are data type short, Answ is data type integer; big enough to contain the answer of the multiplication of value-1 and value-2. But still I got an error message after the multiplication. If...
This way:
Public Sub MakeBitmap()
Dim newBitmap As Bitmap = New Bitmap(400, 400, Imaging.PixelFormat.Format32bppArgb)
Dim BrdsGraphic As Graphics = Graphics.FromImage(newBitmap)
Dim Pen As New Pen(Color.White, 1)
Dim Pnt1 as point
Dim Pnt2 as point
p1.X = 10...
Hi
I have created a grapic in VB.net on a panel. (panel.paint / e.graphics.drawline… etc.).
How can I import this grapic in a Word document that I am creating with VB.net ?
Thank you in advance
Hi, can anybody help me with the following question:
Is it possible to add a table to a footer of a document?
I have tried:
With ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary)
Set myRange = .Range(Start:=.Range.Start, End:=.Range.End)
(This code generates a failure.)
Set myTable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.