Search:

Type: Posts; User: Willis

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How Can I Create Address Label Details Window ?

    Hi. I want to create Label Detail Window as same at dawn.

    I created but how can I adjust the labels size according to margins. I mean to say İf Labels + (text Labels) width larger then Preview...
  2. Re: How can I write to a new line according to DataTable Row Length limit ?

    thank you soo much for reply.

    and may I ask another question please ?

    In Form is I write long text into TextBox Even MultiLine is True and total 3 Lines in Text Box then

    in PrintDocument is...
  3. How can I write to a new line according to DataTable Row Length limit ?

    Maybe title is not explain. Excuse me for my bad english...


    Dim TabloRehber1 As New BindingSource

    e.Graphics.DrawString(TabloRehber1(sayac)("Address").ToString, fonts, Brushes.Black, x, y +...
  4. VS 2010 Re: How Can I Control DataGridView Checkbox True Or False ?

    I found the answer already from another forum...

    it works great. I posted same question there and I get what I want %100

    here is the codes.

    SecimBtn.Enabled = False

    For myRow As Integer =...
  5. VS 2010 Re: How Can I Control DataGridView Checkbox True Or False ?

    thank you too for reply but as I told before reply message, I dont have any problem with Search, Filter or Remove Rows... I just only want to control The button Enabled status True or False... For...
  6. VS 2010 Re: How Can I Control DataGridView Checkbox True Or False ?

    thanks for reply but, I can already remove the rows with checkbox cheked rows that I write the code in my first message . And Then I can print the lefted records.

    I just only want to when I click...
  7. VS 2010 Re: How Can I Control DataGridView Checkbox True Or False ?

    I alredy use text box for search ... And after search if I dont want to print some records (Address Records) I use to remove rows with checkbox.

    The problem is not About datasource of the grid. I...
  8. VS 2010 How Can I Control DataGridView Checkbox True Or False ?

    157737

    157739

    I just want to to filter DataGridView Records by Selected Rows with Checkbox.


    in tihs point code work as this....

    if any record (Row) selected then Selected Records Button...
  9. Re: How Can I aAdjust Address Label Setting Merges ?

    Private Sub PanelSF_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles PanelSF.Paint
    Dim gsf As Graphics = PanelSF.CreateGraphics
    Dim...
  10. How Can I aAdjust Address Label Setting Merges ?

    Hi. I am creating an address label print programe. And in this point I am trying to adjust Mail size and positions setting in a window as in Microsoft Words Labels settin windows.

    I am using...
  11. Re: How Can I Adjust the Resolution Of Saving PrintPreviewDocument IMAGE ???

    Yes I want to find and learn how can I save lower resolution with code. I can save with 4969x7023 Resolution in that code which I wrote but I want to save image at 2048x2895 resolution with code....
  12. Re: How Can I Adjust the Resolution Of Saving PrintPreviewDocument IMAGE ???

    hi jdc20181. maybe I couldnt explain what I want. It dosent the problem to choose any resolution. I want to save PrintDocument IMAGE as which resolution I want. My problem is how can I save image...
  13. Re: How Can I Adjust the Resolution Of Saving PrintPreviewDocument IMAGE ???

    jdc20181 thanks for answer my question. But first, I dont know how can I use Code Brackets. And second what you mean about add a combo box with those Options ? Can you give me an example about...
  14. How Can I Adjust the Resolution Of Saving PrintPreviewDocument IMAGE ???

    How can I adjust the resolution of this saving IMAGE.
    Code Saves Images with 4969x7023 Resolution.
    is it posible to adjust to resolution around ? 2048x2895 or 1024x1447 like this ?


    ...this...
  15. VS 2010 Re: Why I cant SEE Margins GAP at 200 and upper ZOOM at PrintPreviewControl ?

    thank jdc20181 for your advice but I know all this code. I tried before. but not helped to me. I just only want to scroll to my document in printpreviewcontrol by external Scroll bars. not with...
  16. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    Thank you very much for this informations. I am so thankful to you. if you let me can I ask one more question ?
    ...
  17. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    thanks again. I used Button not buttons. then fault message comes. thanks again. Please forgive me I always asking questions. but thanks from bottom of my heart. GOD BLESS YOU.
  18. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    how can I change back color of button which clicked on it ?
  19. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    I found I think so...

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim j As Integer

    For j = 0 To 23
    ...
  20. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    May I ask ? how you can control pieces of vertical and horizontal button ?

    in your code button replaced 3x8 =24

    if I want to 4x6 how must I change the code ? I am trying but couldnt solve yet...
  21. Re: How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    vbfbryce, Thanks thanks thanks ... Million times Thanks. that is absolutely what I want.

    God bless you forever.
  22. How Can I fixing to which Label has Choosed ? (Address Label Print) ???

    Hi. I have writing an Address Book and Label Print Programe. almost finished. In programe user gives information Vertical and horizontal piece of label. ( for exam like 2x7 or 3x8) according to user...
  23. Re: How Can I PrintPreview from Filtered Database ?

    I can preview full Database. just want to preview filtered database.
  24. How Can I PrintPreview from Filtered Database ?

    Hi Everybody.

    I have a Address Book Accsess Database. In program Main Window there are Datagrid. According to city, name, surname or difrent criteria I filter to database and I saw the result in...
  25. VS 2010 How Can I write On Picturebox with Clear Font Style as Print in PrintDocument ?

    First of all Please forgive me about I cant convert my Codes as colorfull with in desing.

    Dim bmp = New Bitmap(PictureBox1.Width, PictureBox1.Height)
    Dim grp = Graphics.FromImage(bmp)...
  26. Replies
    5
    Views
    2,315

    Re: Where is the mistake ?

    Hi. thanks again for your advices.

    How can I save print document images resized ? in the code save printdocument images with 4963x7015 size. How can I save the images nearly 2048:3000 ?

    is it...
  27. Replies
    5
    Views
    2,315

    Re: Where is the mistake ?

    Thank you very much. I tired to do but I coudlnt do :(

    And Do you have any advice for solve this problem ?
  28. Replies
    5
    Views
    2,315

    Where is the mistake ?

    In PrintDocument there are 5 Pages.

    I am triny to Get image of PrintDocument Pages.

    when I try to Get image of this pages I use this code (found internet). code Saving Files in this names...
  29. VS 2010 Re: How Can I Load Pictures to Memory and Load Pictures From Memory To PictureBox ?

    Thanks for reply.
    is this solution kind of creating a TEMP file ? or difrent
    or can I solve this saving this images in to Temp file then after delete it
    I will try to your advice. But can you...
  30. VS 2010 Re: How Can I Load Pictures to Memory and Load Pictures From Memory To PictureBox ?

    Hi jmcilhinney.

    I mean to say I saving a image copy of PrintDocument Pages into HDD. I am saving PrintDocument Pages image with the name Prv1.Jpg wherever I want in HDD.

    I want to save this...
  31. VS 2010 How Can I Load Pictures to Memory and Load Pictures From Memory To PictureBox ?

    I read almost all Topics but I cant found exactly answer which I want. thats why want to ask again

    I am Saving images of PrintDocument Pages. And Pages names like ; Prv1.jpg, Prv2.jpg,...
  32. VS 2010 Re: How Can Load .JPG İmage file from HDD to Picturebox ? But with File Name we choos

    Dim Name As String = "Prv" & Page.Text
    PictureBox1.Image = New System.Drawing.Bitmap("C:\Deneme\" & Name & ".jpg")

    It dosent work.

    PictureBox1.Image = Image.FromFile(filename) 'with this code...
  33. VS 2010 Re: How Can Load .JPG İmage file from HDD to Picturebox ? But with File Name we choos

    Solved....
  34. VS 2010 How Can Load .JPG İmage file from HDD to Picturebox ? But with File Name we choose.??

    There is a Picturebox1 and Button1 and TextBox (Page name)

    And there are picture files under C:\
    picture names are Prv1, Prv2, Prv3..................Prv10, Prv11..........

    I want to replace...
  35. How Can I replace the PrintDocument Image file into a PictureBox Control ?

    Whit this code I can take image coppy of PrintDocumet.


    '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Option Strict Off

    Public Class Form1

    Dim pdoc As New Printing.PrintDocument()
  36. VS 2010 Why I cant SEE Margins GAP at 200 and upper ZOOM at PrintPreviewControl ?

    134689

    134691

    As I tried to show with pictures I ask to know if there is a solution to see Margins GAP while in ZOOM 200 and upper.

    at 100 and 150 ZOOM it appears but when step to 200 ZOOM...
  37. VS 2010 Can I use or How Can I use A PictureBox as a PrintPreview or Print PreviewDialog IMG

    Hi. When we use Printpreviewcontrol or PrintPreviewdialog can we get the image and write or replace it on a Picturebox? At backround it will work but hide and all controls and Preview image will be...
  38. VS 2010 Re: Vb.Net Custom Print Preview - Printdocument Pages

    First of all thank you very much for reply me. I will try to explain again what I want.

    There is Database. And there are Name, Surname, Address etc. This are for Mailing label print. Horizontal 2...
  39. VS 2010 Vb.Net Custom Print Preview - Printdocument Pages

    Hi. I am not professional programer. but I want to ask hope you help me. Advanced thanks.
    When I use Print document with printpreviewdialog.show then printpreview dialog automaticly replace...
  40. VS 2010 Can I Create Print Preview With PictureBox ? How PrintDocument Image On Pixcutebox ?

    Hi to all dear Friends. I want to ask.. can we show printdocument or printpreviewcontrol image on to Picturebox ? For example, In backround PrintPreviewControl Works but invisible and same time we...
Results 1 to 40 of 43
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width