Search:

Type: Posts; User: PatnLongBeach

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. VS 2013 Re: Any reporting tool that will display images imbedded within RTF or HTML?

    The only ones I have found are paid ones, and even then it's only Html. Telerik reporting does it. but it has limitations I think. It's been awhile so maybe there is something else out there. It...
  2. Replies
    6
    Views
    1,713

    Re: How to download Dot Net Bar

    Been using these controls for the last several years. In my opinion they are a great value for the money. To the OP - like others have said, not going to get any help if you are using some hacked...
  3. Re: Where is Vb version of this Developer Network webpage

    Also you will get the EOF error on the first line because it does not end in ;

    So change this: double[] sequence = ... to this double[] sequence = 0;

    I dunno why they have three dots ... as...
  4. Re: Where is Vb version of this Developer Network webpage

    I have had pretty good luck with this converter. It's a stand alone app that you download. There is a free and pay version. I just use the free one.

    http://fishcodelib.com/Convert.htm

    Pat
  5. Replies
    22
    Views
    1,695

    Re: Need help

    I'm also finding the that certain things that work in the form load event on windows 7 machine do not on windows 10. They now have to be moved to the form shown event.

    Pat
  6. Replies
    6
    Views
    1,041

    VS 2012 Re: Coding Certificate Question

    I have the same certificate. I use K-sign to sign the exe and add the certificate to my installer package "Advance Installer" which signs the the one file install.exe. Never had any issues in the 3+...
  7. Replies
    4
    Views
    498

    Re: Reportviewer problem on other pc

    You need to find the reportviewer redistribution and install it on the machine where the program will run. Its a package and just make sure your package is the same version as the reportviewer you...
  8. Replies
    7
    Views
    1,663

    Re: RichTextBox Issues

    I have been using this in one of my projects. I found it on the web somewhere (Maybe here) but it works great for the bold, italic and underline stuff. Speller1 is my richtextbox





    Private...
  9. Replies
    7
    Views
    1,663

    Re: RichTextBox Issues

    what about creating a variable by using the keyup or mouseup events. Just store those styles to use later?

    Pat
  10. Re: I have a problem when re-sizing a form.

    I have a tablelayoutpanel in one of my programs - it's anchored bottom, left and right. I don't need the top part. anyway it does what it should do. each of the controls like yours are not docked or...
  11. Re: I have a problem when re-sizing a form.

    Would not the TPL need to be anchored top, right, left and bottom? That should do the trick.

    Pat
  12. Replies
    7
    Views
    1,361

    Re: VB.Net forum issue?

    Yea, here is a translation of some of the text.
  13. Replies
    1
    Views
    1,248

    Re: RuntimeError 216

    From a simple search.

    http://support.microsoft.com/KB/259279



    If your av did not pick it up, the first thing I would do is a system restore to a date prior to this error message.

    Pat
  14. Replies
    4
    Views
    1,115

    VS 2008 Re: Publishing, Signing, Authenticode, ...

    I have been using one called ksoftware - it's 95.00 per year. It was the cheapest I could find. It was a process too, they wanted all kinds of stuff from me to make sure I'm me. The second year, it...
  15. Replies
    1
    Views
    724

    Re: Custom Control

    I was going reply to the your other thread - here is a link to an example

    http://www.vbforums.com/showthread.php?708217-Creating-custom-controls

    Pat
  16. Thread: Style

    by PatnLongBeach
    Replies
    7
    Views
    1,303

    Re: Style

    I have never written one, but I'm sure there are many here that have and can chime in on it. I think for many custom controls, a class is created, then that class inherits from a control class, and...
  17. VS 2013 Re: I have some forms in my project. How can I code it to open only Login form first?

    Just goto the solution explorer, right click on your projects name and select properties, you will see a screen like this, and from there you can change your start up form.

    121533

    Pat
  18. Re: I think I'm about to have a nervous breakdown

    It's not that big of a deal, I paint houses for a living, not computers. It's just a fun hobby for me. When ever any of my friends or family members have issues with their computer, I'm the first guy...
  19. Re: I think I'm about to have a nervous breakdown

    I don't want to sound like I know anything as I'm about as ghetto as they come when it comes to code. It can be real frustrating like you are saying, on the other hand it can be real rewarding too....
  20. Thread: Style

    by PatnLongBeach
    Replies
    7
    Views
    1,303

    Re: Style

    I would guess either writing their own controls or using 3rd party ones. I recently starting using devcomponents and could not be more happier.

    Pat
  21. VS 2008 Re: File.Exists and permissions on Windows 8.1 ?

    I would think permissions do not apply here when dealing with .exists All you doing in seeing if it's there. Now if your going to do something with the file then yes.

    Try another file that is...
  22. VS 2010 Re: Looking For Unopened Box or Product Key

    If your find window is open, and has text in it, try selecting some different text, and see if it magically appears in the find window.

    Pat
  23. VS 2010 Re: Looking For Unopened Box or Product Key

    In vs2010 - I could simply copy some text, go up and click on Find, the little Find box wold appear, then I could simply right click and paste the text,to and then click search. In vs2013 I could do...
  24. VS 2010 Re: Looking For Unopened Box or Product Key

    Two things that vs 2010 can do that vs 2013 does not. Things I use regular. It's not really a big deal but a little puzzling why they changed it.

    When doing a search, you can not paste text in the...
  25. Replies
    1
    Views
    745

    VS 2013 Re: HTML Editor Textbox

    From reading the description, it appears you can drag it on a form. You just need to add the control to your project.



    The control is an executable.

    You can run it directly with it's main...
  26. Replies
    19
    Views
    2,302

    VS 2013 Re: Where did my stuff go?

    Well I have, that's why I went right away and replied with my post with out reading the other posts in this thread. It's happened to me here and there.

    Pat
  27. Replies
    19
    Views
    2,302

    VS 2013 Re: Where did my stuff go?

    meh, I guess I should have read the posts. Sorry about that.

    I guess the lesson here is to make backups and many of them, Not a bad habit to have. Not just saving the project, but copying the...
  28. Replies
    19
    Views
    2,302

    VS 2013 Re: Where did my stuff go?

    Yep, like shaggy was saying, open up the designer and check the controls are being added. Look for stuff like this

    Me.Controls.Add(Me.RichTextbox1)

    Every now and then I have to do this because...
  29. Re: "UPDATE from" updating a record in Access

    Can't thank you enough jm, I spent like 3 hours trying to get past that syntax error.

    Here is the final code that works great.


    Private Sub BtnUpdate_Click(ByVal sender As System.Object, ByVal...
  30. [RESOLVED] "UPDATE from" updating a record in Access

    I'm having a hard time figuring this out. I'm brand new in this area of Vb.net. I found a sample that shows how to add new records to a database file that has two tables. I was able to figure out how...
  31. Replies
    7
    Views
    1,117

    Re: First time poster needs help with VB!

    Public AppPath As String = Application.StartupPath

    So instead of this
    C:\Users\myname\Desktop\Exe\DS2 PVP COUNTER

    It would be like this
    AppPath & "DS2 PVP COUNTER"

    It would not matter...
  32. Replies
    12
    Views
    1,316

    Re: Can someone help please

    Sounds like you want to be spoon fed. It's just common sense if you need help to post as much info in your posts as possible.

    Pat
  33. Replies
    8
    Views
    1,155

    VS 2012 Re: reportviwer11.0

    Did you add the reference for reportviewer and also do you have it set to copy local = true? Basically is reportviewer dll in your install directory where the program runs from?

    In one of my...
  34. Replies
    12
    Views
    1,328

    Re: Machine Language?

    I fooled around with bits before. Needed the help of the hpmbmath.dll though

    Wrote a little program with the help of a few others called Learning IDEA

    '1 and 2 are working with the msb of the...
  35. VS 2008 Re: make my form fit any size screen, same resolution

    Then the fun will start for users who are running dpi settings larger the 96 :ehh:

    Pat
  36. Replies
    2
    Views
    865

    Re: 30 Years of “Hello, World”

    That was great reading though that. Thanks for posting that article

    Pat
  37. VS 2010 Re: Measuring the size of contents of a richtextbox to equal one printed page.

    Awesome - Works great. Can't thank you enough.

    Pat
  38. VS 2010 Re: Measuring the size of contents of a richtextbox to equal one printed page.

    lol - No problem and thanks for helping

    Pat
  39. VS 2010 Re: Measuring the size of contents of a richtextbox to equal one printed page.

    Thanks Dunfiddlin, I just could not get that to work. If I loaded some text with different size fonts and I clicked at the beginning - It would say "currently in page 1 of 4" As I clicked farther...
  40. VS 2010 [RESOLVED] Measuring the size of contents of a richtextbox to equal one printed page.

    Just wondering out there if there is a better way to measure the contents of a richtextbox so you know how many printed pages there will be. What I really want is for a message to appear saying "You...
Results 1 to 40 of 97
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width