User Profile

Collapse

Profile Sidebar

Collapse
SMSRKU
SMSRKU
Last Activity: May 14 '07, 10:13 AM
Joined: Mar 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SMSRKU
    started a topic Print contents of WindowsForms UserControl
    in .NET

    Print contents of WindowsForms UserControl

    I have a win forms application (c#) that has a UserControl containing many labels and text boxes.
    I want to select the labels and textboxes from that UserControl and print only the selected items When a Print command is issued.
    Can anyone tell me how I can do that.

    I am using the following code to get access to each of the controls,

    Code:
    foreach (Control ctrl in objCtrl.Controls)
    {
    ...
    See more | Go to post

  • SMSRKU
    started a topic Alternate for VSA
    in .NET

    Alternate for VSA

    Can anyone tell me what is the alternative for Microsoft.Vsa
    r there any samples available?
    See more | Go to post
No activity results to display
Show More
Working...