Hi:
I 'm declaring an arraylist and I want to make it equal to a function that returns an arraylist.
This is my code
Dim array1 As New ArrayList()
array1=makeArray2()
Function makeArray2() as ArrayList
Dim array2 As New ArrayList()
array2.Add("hi")
array2.Add("hello")...
...ev.MarginBounds.Left
Dim topMargin As Single = ev.MarginBounds.Top
Dim line As String = Nothing
yPos = topMargin + count * printFont.GetHeight(ev.Graphics)
ev.Graphics.DrawString("aun funciona", printFont, Brushes.Black, leftMargin, yPos, New StringFormat())...
Hi:
I'm disabling the printing of a web page using this code:
<style type="text/css">
@media print { html, body { display: none; }}
</style>
How can I enable the printing on the same page by javascript?
Thanks!!
Hi, I'm inserting a background image in my html page.
The image appears a lot of times filling the screen of the html page.
What can I do in order the image just appear once top and left???
Thanks!!
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.