Search:

Type: Posts; User: SteveHeather

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: VS2010 Populate ComboBox from text file

    Right got it, I just put default in there and it works OK.


    Dim tfLines() As String = System.IO.File.ReadAllLines("data.txt", System.Text.Encoding.Default)

    Thanks for steering me in the right...
  2. Re: VS2010 Populate ComboBox from text file

    Oh right OK, I will do some searching and read up on that then.

    Thanks.
  3. Re: VS2010 Populate ComboBox from text file

    Added that extra code, now the squared symbol is just a plain question mark (?).

    Baffled at this.
  4. Re: VS2010 Populate ComboBox from text file

    Strange, that was the first font I had, but still getting the same results. The text is from a standard notepad file, wonder if that has anything to do with it.
  5. Re: VS2010 Populate ComboBox from text file

    I have tried various fonts, just tried 'Arial unicode', that doesn't work. Tried several other fonts with no luck. Is there a particular font you have in mind?
  6. Re: VS2010 Populate ComboBox from text file

    This is the text that gets sent to the comboBoxes:

    Category,Angle
    Category,Area
    Category,Length
    Category,Weight
    Angle,Degree to Radian,0.0174532925199433
    Angle,Radian to...
  7. [RESOLVED] VS2010 Populate ComboBox from text file

    Hi all,

    I have created a simple conversion program, I have two comboBoxes that are populated by a text file called 'data.txt'. It all works perfectly apart from when i have the squared units in...
  8. Re: Creating a bunch of child forms

    Joacim Andersson - "I agree. But he can be very argumentative at times."

    Does that apply to you too?
  9. Re: VS2010 Running 2-3 applications at the same time

    Thank you kind Sir, that works absolutely fine.

    :) Steve.
  10. [RESOLVED] VS2010 Running 2-3 applications at the same time

    Hi all,

    I have created a main application form that has buttons that start up various other applications.

    Following advice on here from a previous post, I have imported all the files of each...
  11. Re: Creating a bunch of child forms

    Why would he make himself look ungrateful? Just because he questioned his methods.
  12. Re: Running other applications from within main application

    I have just seen a previous post that asks a similar question.
    http://www.vbforums.com/showthread.php?t=675030

    So it looks like the method I have used is the correct way to do it.
  13. [RESOLVED] Running other applications from within main application

    Hi all,

    I have created an application that will run several other Engineering applications from within it.

    I have my main form which will have a button on it for each application that has to be...
  14. Replies
    20
    Views
    1,648

    Re: Two txt files

    jmcilhinney, you are very good at VB programming, that is without question. Your teaching, and/or, explanations are something quit different. I am a retired Lecturer of Engineering and CAD, and YES...
  15. VS 2008 Re: I have to create a RichText that behaves like a tooltip

    Yes 4x2y is a very helpful man, and very good at VB..
  16. Re: Scroll Bars & Mouse in VS 2010

    Thanks Paul, perfect answer, perfect solution.

    :)

    Steve.
  17. [RESOLVED] Scroll Bars & Mouse in VS 2010

    Hi guys,

    I am creating some help files by using a TabContol box, on one of the tabs I need to have the scroll bars to be able to scroll down to see all the info.

    In nearly all software packages...
  18. Re: Convert Designer code into a Form in VB 2010

    Haha, thanks Paul, I knew it had to be something pretty simple, but yes that worked fine.

    Thanks,

    Steve
    .
  19. [RESOLVED] Convert Designer code into a Form in VB 2010

    Hi guys,

    Just wanted to know if you had some design code which was created, and that is all you have. Can you open this designer code and create the actual working main Form from this?

    I don't...
  20. Replies
    8
    Views
    1,621

    VS 2008 Re: webbrowser problem

    I am not sure if this is what you mean, but I made a Tabbed Webbrowser and put some buttons on that go to specific web pages that I want. This is the code I used for the button, just change the URL:...
  21. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    This is an image of the main window, plus typical examples of message boxes that appear if the user enters the incorrect or not enough data.
  22. Re: ZoomPictureBox: picture control with mouse zooming - NEW VERSION JAN 2012

    Thanks for your help, yes I will look at your suggestions, I can imagine how much more work would be involved. But yes the image is way too large, I will certainly reduce it's size.

    Thanks BB.
  23. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    Thanks for the advice 4x2y, I have made the changes and reloaded the RAR file.
  24. Re: ZoomPictureBox: picture control with mouse zooming - NEW VERSION JAN 2012

    Hi BB, I am new to this forum and to VB.NET, your application is brilliant. I am going to ask a question which is probably dumb, but I have to ask.

    I start the BB Image Composer app, click on...
  25. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    4th attempt but hopefully here.

    I have increased the form size so the user doesn't have to use a scoll bar to see all the text, and added the close button, plus more info added on trig formula....
  26. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    Thanks Hack, I sent you a message to delete this thread if you could. I did read the requests but it seems some of the icon files are too large, so I will re-work it all. But I have managed to upload...
  27. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    Apparently it exceeds the forum limit, it is only 950kb, so now I am stuffed.
  28. Replies
    9
    Views
    7,531

    Re: Solution to the Right-Angled Triangle

    Hopefully it is now.

    OK I never clicked Upload, sorry.
  29. Replies
    9
    Views
    7,531

    Solution to the Right-Angled Triangle

    This is my first submission since joining VB Forums. I wasn't sure what sort of files were needed in download, so I have put them all in one RAR file.

    I started this project two weeks ago, when I...
  30. Re: [RESOLVED] Advice needed for a message box if not enough data entered.

    Well that is good then, but it will help me in future projects, I can learn a lot from examples like yours.
  31. Replies
    8
    Views
    10,815

    Re: Right Triangle Calculator

    Thanks for this 4x2y, it has certainly shown me how to improve on my one, to be honest I don't think you can improve on your one anyway.

    Great stuff.

    Steve
  32. Re: [RESOLVED] Advice needed for a message box if not enough data entered.

    Yes I like it very much, it has certainly shown me how to improve on my one, this example will help me out a lot, thanks 4x2y.

    Edit: I have noticed that you have achieved all this without having...
  33. Re: [RESOLVED] Advice needed for a message box if not enough data entered.

    Ident, thanks for the tips, much appreciated.

    Incidentals, plenty of hair to pull, but it's all grey. I may PM you, but I don't want to be a pain in the backside. It is my very first project,...
  34. Re: [RESOLVED] Advice needed for a message box if not enough data entered.

    Thanks for that piece of code, I do understand how you have done that, very clever way of doing it. I don't understand how to insert it and get it to work though.

    However, you have both uncovered...
  35. Re: [RESOLVED] Advice needed for a message box if not enough data entered.

    Incidentals, I did ask a specific question about a specific problem, you then chose to go off on a tangent about 'what if the user enters two angles, and why do I need a message box for this, or for...
  36. Re: Advice needed for a message box if not enough data entered.

    Ok I will put this post down as resolved and move on, we are just going round in circles. I asked for help on a SPECIFIC problem.

    Thanks.

    Steve
  37. Re: Advice needed for a message box if not enough data entered.

    Then I will look into changing that, again, I asked a question about a specific problem. Do you have the answer?
  38. Re: Advice needed for a message box if not enough data entered.

    Incidentals, I am not some 16 year old student that you can give a lesson too. I am here for help, so please, if all you are going to do is run me down on an relatively simple request, please don't...
  39. Re: Advice needed for a message box if not enough data entered.

    Ok I understand that, but that was not my question, in any case, you never have a situation where you have all three angles known, because that has infinite answers to the sides.
  40. Re: Advice needed for a message box if not enough data entered.

    Thanks 4x2y,

    I have deleted that line you suggested, but that doesn't solve my problem.

    And the answer to your question, what if the user enters angles 'B' and 'C', that situation cannot arise...
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width