Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

JackChen626

@JackChen626
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to remove comments from vb.net source files?
    J JackChen626

    thanks,i will try it

    Visual Basic csharp tutorial question

  • How to remove comments from vb.net source files?
    J JackChen626

    yes

    Visual Basic csharp tutorial question

  • How to remove comments from vb.net source files?
    J JackChen626

    as title. I searched it by google but no expected results. Anyone have solutions about this? Thanks in advance.

    Visual Basic csharp tutorial question

  • how to serialize .net built in object?
    J JackChen626

    I use .net remoting to transfer my own object to remote computer. But my own object contains some .net built in object like Font, Brush...etc. These built in object seems can't serialize itself, so I got an exception, how can I do to slove this problem? thanks in advance.

    .NET (Core and Framework) question csharp help tutorial

  • Help about using PrintDocument from aspx page
    J JackChen626

    actually i want to print from the web server, not the browser my test code is as below when you click button1, the web page remain busy and no response and never throw exception or timeout Imports System.Drawing.Printing Public Class test Inherits System.Web.UI.Page Private WithEvents mPD As PrintDocument Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click mPD = New PrintDocument mPD.PrintController = New StandardPrintController mPD.Print() End Sub Private Sub mPD_PrintPage(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles mPD.PrintPage e.Graphics.DrawString("test", New Font(FontFamily.GenericSansSerif, 12), New SolidBrush(Color.Black), 10, 10) End Sub End Class

    ASP.NET help debugging question

  • Help about using PrintDocument from aspx page
    J JackChen626

    In my aspx program, while I invoking PrintDocument.Print method the page is always busy and never timeout. I try to debug it but the same situation happen so I can't solve the problem.... The same code section can run under winform project, but can't run under webform. anybody can help me? Thanks a lot.

    ASP.NET help debugging question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups