Search results for query: *

  1. mrtutorial08

    Suggestion: Create like an IRC Chat Room?

    Hi everyone! :) I have a suggestion to Neal(forum admin and I think site owner(not so sure though)) to make a IRC Chat room for this website? Many Chat Rooms are free and they can be hosted by sites like wikked.us i think...So I don't think bandwidth would be a problem. So This is a...
  2. mrtutorial08

    What is VS Orcas? I have a copy of it and I would like to know about it

    What is VS Orcas? My Friend gave me a DVD of VS Orcas which he found lying around in his house and he had never used it. So he gave it to me thinking that I might find it useful. Well my question is What is VS Orcas edition...
  3. mrtutorial08

    Combine two .exe and .dll? List of FREE obfuscation tools?

    Hey guys.. I would like to know is there any way I could combine a exe and a dll...Please don't say Ilmerge(unles you also tell me how to use it because I have no idea how it works lol) My Second Question would be do you know any good free obfuscators? I know eazfuscator and Skater Lite..Are...
  4. mrtutorial08

    Myself

    Welcome Bayne! I might not be a pro like other people around here but I have gotten a deep concept of Visual Basic .NET (also a very little C++ and not alot but a good amount of C#). Hope I can help you through this forum! Also as the above people said, don't expect the people to do your...
  5. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    Please...I am confused with the code... JohnH your code doesn't work for me?? I want the RICH TEXT BOX to have the same size as a normal page would... My Problem(EXAMPLE): I do all the formatting of the text in the way I want to in MrWord... But when I click Print Preview the print preview...
  6. mrtutorial08

    Question New to programming.

    Well I think you can check out MultiDocs...its kinda like a word processor...or MrWord(I am not sure about making it open source but I will see that) There's Mozilla FireFox...Paint.NET(I am not sure if many people know about it but it's a free version of Adobe Photoshop LOL) <--Seriously its...
  7. mrtutorial08

    Question How much does a programmer earn?

    Hey Guys! I am only 14 years old but I would like to continue a career in Programming. I have Already built software(I know it sucks but whatever =P) It's Called MrWord(video preview in my Sig =D)...Well that was kinda off topic.... How Much do you think a computer programmer can earn? (with a...
  8. mrtutorial08

    using combobox?

    Do you know How I can like Put options into a combo box...I never worked with combo boxes...=/...How can I Insert Options in a combo box so the user a has a list to select stuff from? Also How could I code them? I never worked with them...Sorry..
  9. mrtutorial08

    Show and close forms

    Try this... Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim fr2 As New Form2 Me.Hide() Fr2.Show() End Sub End Class What I did was that I had 2 Forms...(Form1 is the main...
  10. mrtutorial08

    Question Inserting Date/Time into a Rich Text Editor?

    How can I be able to insert the current date and time into a richtextbox when a button is pressed. Also How could I have a Date/Time Picker Dialog Box Show up when the user wants to select the custom display settings of the Date/Time Format..... Any Help is Highly Appreciated! =D :D
  11. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    Thanks for the code....But Can I ask you a small favor... Where am I supposed to put that Code? On a Page setup button or what? Btw if this is helpful to you to help me(that sounds funny lol) I am using an extended rich text box control since that provides me The printing capabilities I need...
  12. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    ...What units does VB.NET use? So I can convert those into the Units that are used by VB.NET... Give an example please... So I should use a combo box in which has option of A4 A5 8 X 10 or whatever... and when a user selects that option it the rtb size changes to that? That sounds like a good...
  13. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    ...i just used them as examples...there are MUCH MORE OPTIONS IN THE PAGE SETUP DIALOG..................Like... MS Word Changes its page size to the page type select in the page setup... I have a page setup dialog and I want it to change the richtext box size according to the page setup option...
  14. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    Like in Microsoft Word....When a users selects a page size( A4 for example) the Richtextbox or the document box in ms word changes its size to the A4 size...If a user slects A5 then the richtextbox size changes to the size of the A5 page...Get it? How can I make an extended richtextbox change...
  15. mrtutorial08

    Question Adjust a richtext box to a page setup dialog option

    How could a person adjust a richtext box to the option selected in the page setup dialog? This is pretty though or pretty easy. Well I couldn't figure it out so I need your help. Thanks in advance!
  16. mrtutorial08

    Question Adding spell check to a rich text box? VS orcas? Help please I have some questions

    Well I do have a spell check(its very limited though) My spell check is a separate form in which there is a text box and a spell check and close buttons...When a person puts(for example) hey in to the text box and clicks spell check it will tell the person if its is right or wrong.... That's...
  17. mrtutorial08

    Question Adding spell check to a rich text box? VS orcas? Help please I have some questions

    Well I got over the problem.. Nothing Corrupt just had to reload the project 10 times... Welll Could some1 please give me like a code snippet that could adjust a rich text box to the page setup dialog... Please dont tell me to handle event or tell me"You need to do this and then parse...
  18. mrtutorial08

    Question Adding spell check to a rich text box? VS orcas? Help please I have some questions

    well it worked thanks but I forgot to save it so it closed... Now when I change the size of the rich text box to a normal page's size its bigger than the form(duhh) but when I enable auto scroll of the FORM nothing happens.. I don't see scroll bars.. Any Help Please? EDIT: Now for some reason...
  19. mrtutorial08

    Question Adding spell check to a rich text box? VS orcas? Help please I have some questions

    Well i succeeded in turning of the rtb's scroll bar but now i am stuck here: 1. Disable Rtb's scrollbar(well i am done with that) 2. Now put a vertical scroll bar on the form(i know how to do that) 3. Relate the scroll bar to the rich text box(how do i do that) ...Also does any1 know answers...
  20. mrtutorial08

    Question Adding spell check to a rich text box? VS orcas? Help please I have some questions

    Hi everyone... Could some 1 tell me how to spell check a rich text box..I don't want to use wpf nor do I want to use Interop Microsoft Word.. What is VS orcas edition(something like that) I have VS EE... I have VS Orcas but I never tried it.. What is it anyways.. I am building a word...
Back
Top