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")...
Hi
I'm printing a string but server is who sends the printing, not the client.
How can I do in order the client sends the printing?
This is my code:
Private printFont As Font
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
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!!
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.