Search:

Type: Posts; User: technipixel

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Created new account - but didn't get email confirmation

    I don't where else to turn, I have send some emails but not getting any replied.

    I registered a new account because I heard you can't change usernames or delete an account. The new account is...
  2. Re: STUMPED... Copy/Paste Rich Text (Including Text/Image) to clipboad

    Thanks for everyone's time
  3. Re: STUMPED... Copy/Paste Rich Text (Including Text/Image) to clipboad

    This fixed it...



    Clipboard.SetText(txtRTF.Rtf, TextDataFormat.Rtf)


    Thanks
  4. Re: STUMPED... Copy/Paste Rich Text (Including Text/Image) to clipboad

    Tried that already... didn't work
  5. STUMPED... Copy/Paste Rich Text (Including Text/Image) to clipboad

    Hi,

    I have been hacking at this for 3 hours now.

    I have a RTF that can contain an image and text in the editor.

    After selecting all the text/w/Image in an RTF, When I click the copy button...
  6. Re: Setting Up A VB.NET App to Use on Network

    Okay. Good info, Thnx
  7. Re: Setting Up A VB.NET App to Use on Network

    Anyone have some comments??
  8. Setting Up A VB.NET App to Use on Network

    I have a Vb.NET application i am making for a company.
    I want to use an SQLite database

    Both of these I would like on a regular network drive.

    Is there anything I need to know to make this...
  9. Re: Create Unlimted Buttons On Panel at Runtime Using Arrays

    Thanks for the help... all is working
  10. Re: Create Unlimted Buttons On Panel at Runtime Using Arrays

    Okay... got it working with this code.
    I did use the FlowLayout



    Thanks
  11. [RESOLVED] Create Unlimted Buttons On Panel at Runtime Using Arrays

    Hi,

    I need to load anywhere from 6 to 20 buttons (or more from SQlite DB) unto a panel.

    This is the code I have...
    However, nothing displays on my panel.
  12. Replies
    4
    Views
    1,125

    VS 2015 Re: GDI+ PictureBox - DPI Blurry Output

    Okay... by properly getting the correct image dimensions for the output, it does fix the "jaggies" (pretty close at least)

    However, just for my learning and to better code....

    How can also...
  13. Replies
    4
    Views
    1,125

    VS 2015 Re: GDI+ PictureBox - DPI Blurry Output

    I have defiantly figured out that the image is being stretched.
    I was setting the w & h when drawing.
    If I just leave off the width & height, the image is just placed at x-y position.

    However......
  14. Replies
    4
    Views
    1,125

    VS 2015 Re: GDI+ PictureBox - DPI Blurry Output

    FYI.... my app is returning a DPI of 96.
  15. Replies
    4
    Views
    1,125

    VS 2015 GDI+ PictureBox - DPI Blurry Output

    Hello,

    I am developing a Ticket Printing application in VB.NET
    The issue I am having is that my "ticket artwork" is pixel perfect, but when outputting to PDF... the quality is bad.

    Here is my...
  16. Replies
    9
    Views
    1,290

    VS 2015 Re: [RESOLVED] Draw on PicBox Font Error

    Thanks man... that is a great idea!!!
  17. Replies
    9
    Views
    1,290

    VS 2015 Re: Draw on PicBox Font Error

    Figured it out!!!

    I have to do all combinations... ugh



    ElseIf myFontFamily.IsStyleAvailable(FontStyle.Bold Or FontStyle.Italic) Then
    pic_font = New Font(CStr(cbFontName.Text),...
  18. Replies
    9
    Views
    1,290

    VS 2015 Re: Draw on PicBox Font Error

    OKAY!!!

    I got it working pretty good.

    THANK YOU si_the geek!!

    Below is the working code with error handling.

    Out of the 600+ fonts.. only 2 generated errors
    Funny, they are both ITALIC
  19. Replies
    9
    Views
    1,290

    VS 2015 Re: Draw on PicBox Font Error

    This is what I have that works better...
    Except for unforseen font errors


    Dim pic_font As Font

    'Test what style Is available
    If...
  20. Replies
    9
    Views
    1,290

    VS 2015 Re: Draw on PicBox Font Error

    Yeah... I already figured that out from your last post.

    It's working better, now I have to deal with fonts that have other styles.

    My next question is... in theory.... how to I put in place for...
  21. Replies
    9
    Views
    1,290

    VS 2015 Re: Draw on PicBox Font Error

    1) I just can't remove the Italics, because some fonts ONLY offer an Italic style

    That is why I am trying #2 code block.
    I can ONLY USE one line....


    NOTE: This is in the Paint Event of the...
  22. Replies
    9
    Views
    1,290

    VS 2015 [RESOLVED] Draw on PicBox Font Error

    Hi,

    I have a PictureBox that I am drawing a font on.
    However, when I select a font from the dropdown combo...
    IF the font name doesn't have a FontStyle it will fail to draw (placing red "X" on...
  23. Build Custom File System or Dialog Boxes

    I remember in the old VB6 days, there was these tacky FileSyetem controls that you could use for file systems and creating your own dialog boxes.
    However, I know in .NET those were done away with a...
  24. Re: Printing Any Controls On A Panel - Is It Possible?

    SOLUTION:

    1) Add a button
    2) Add Panel (with Auto Scroll on)
    3) Add Inside the scrolling panel... add another panel (make it 820 w x 1060 h) for actual paper size - name this panel "pg"
    4) Add...
  25. Re: Printing Any Controls On A Panel - Is It Possible?

    Oops... sorry. It's resolved. (I already marked it)
    I already got a prototype working...
    I will share the code in a moment.
  26. Re: Printing Any Controls On A Panel - Is It Possible?

    Ahh... why didn't I think of that... Yes, save it's content to a drawn item (bitmap) then send it to the printer.
    I know how to do that!
    Thanks sir!!!
  27. [RESOLVED] Printing Any Controls On A Panel - Is It Possible?

    Hi,

    I was wondering, is it even possible to print (to printer) any controls that has been placed on a Panel??

    Thanks in advanced.
  28. Re: Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    Thanks... I will do that.
    Thanks for you help jmcilhinney!
  29. Re: Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    I am thinking that I am missing the ADO reference.
    Am i Right?
    If so, I can't seem to find it. Forgot what it's called.
  30. Re: Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    Okay... completely forgot about the setting in VS.

    The only error I am now getting is this...



    The error is occurring in the "binary" code of the RESX file.
    I checked the properties and it...
  31. Re: Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    Oh... it's not saying it isn't there. It is saying it isn't registered.
  32. Re: Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    Hmm... then I will need to re-install Jet 4.0... because error msg is saying it doesn't exist.

    Thanks Jmcil
  33. Convert MS Jet OLEDB 4.0 Made Apps to VS 2015??

    I have some older VB.NET that uses the older Jet OLEDB 4.0....
    It's not on my machine.

    Do, I really need this to upgrade the Apps to 2015 Commun Edition or should I just convert the MDB to a...
  34. Re: WebBrowser PrintPreview Settings - How To?

    Makes sense.
    I just hoping there was an API I could throw at it.

    Thanks
  35. Re: WebBrowser PrintPreview Settings - How To?

    I am already using a web browser control on my form that display the html page.
    And on that form I have a button to display Windows default Print Preview window of the IE Browser.. it's IE's Print...
  36. Re: WebBrowser PrintPreview Settings - How To?

    I still have not found a work around for this.
    Can Anyone point me in the right direction?
  37. WebBrowser PrintPreview Settings - How To?

    Hi,

    I am using IE's default Web browser Print Preview to preview and print an html document (webbrowser control on my own form).
    But, the print preview window doesn't fill the screen

    I looked...
  38. Replies
    6
    Views
    4,631

    Re: Adjust Disabled Button Colors

    I went ahead and did the image swap method as mentioned above.

    I just think it's strange that the disabled color is too dark compared to most programs.
    Since I am using just black outline images...
  39. Replies
    6
    Views
    4,631

    Re: Adjust Disabled Button Colors

    I knew that.... was just hoping to not have to do that for every button that will be disabled.

    Thanks!!!
  40. Replies
    6
    Views
    4,631

    Re: Adjust Disabled Button Colors

    Sorry, I may not have described it correctly.

    I want to lighten the image that is in the button.
    How do I make the disabled image lighter?
Results 1 to 40 of 87
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width