Search:

Type: Posts; User: Miklogak

Page 1 of 6 1 2 3 4

Search: Search took 0.15 seconds.

  1. Re: How to Retrieve Email Address from a String With Same Username

    @Ident. First of all you dont have to speak or chat with an attitude. I was asking a question and was not trying to be rude. But then you came off very rude and with a negatives attitude! And yes as...
  2. Re: How to Retrieve Email Address from a String With Same Username

    @ident, Please read the edited comment :D
  3. Re: How to Retrieve Email Address from a String With Same Username

    @Paul, Thank you so much. You are litteraly a Life Saver. I have used almost 72 hours on this but couldn't get anywhere! Now it worked perfect.

    EDIT 1, BTW. Dear Paul. The code works perfectly on...
  4. [RESOLVED] How to Retrieve Email Address from a String With Same Username

    I would like to Retrieve All Email Addresses from String, that contains the same Username.

    For Example: The Usernames are in Green Color and Emails in DarkRed below.

    1) 1, 2, Mick,...
  5. VS 2010 Re: What is a DoubleBuffered and What affects does it have on a form?

    @jmcilhinney, Thanks for letting me know again :)
  6. Replies
    25
    Views
    38,214

    Re: Trial Period code - VB.NET

    @T3cho, I dont think its the Re-Installation. I have tested many times now after my users reported an issue, but the re-installation doesnt change anything. But as soon as use my Cleaning Tool I get...
  7. Replies
    37
    Views
    34,791

    Re: Drag & Drop in Windows Forms

    I saw this Topic from outside, and I had to login just to Thanks @jmcilhinney for the Hardwork and amazing Job. This topic has now become my favorit Topic on vBForums. I did not expect finding such a...
  8. Re: Looking for a simple Paypal Payment Method for VBNET, without ASP?

    Thanks a lot Mate for your reply and efforts. Unfortunately Thats not really what I am looking. In that case I can create a custom Paypal Button or the Integrations Wizard and create my own Paypal...
  9. Re: Looking for a simple Paypal Payment Method for VBNET, without ASP?

    @Hey Guys, I am trully sorry for a very Late reply. First of all I couldnt find this Topic thinking that I had Changed it to a differrent Question after a failed attempt to setup the Paypal payment...
  10. VS 2010 Re: Inserting Menu Item on Native Windows, But how do I process a CLICK on the ITEM?

    Anyone?

    Ps, I have am Still Stuck on the Click Handling part. Waiting for a way to recognise the Click....
  11. VS 2010 Inserting Menu Item on Native Windows, But how do I process a CLICK on the ITEM?

    I found this Project posted in Visual Basic Section about Inserting Menu Items on a Native Windows, Such as NotePad etc. But I was wondering how I can add a clicking event to menu item.

    Here is...
  12. Uploading Image to Website Failes (HttpWebrequest) - Need Help With Source

    I am testing a Website that has an Image Uploader which we might use in future. Today I wanted to create a simple Image Uploader using VBNET 2010 to Upload images on our website.

    The source I am...
  13. VS 2010 Re: Simple code is not working properly after convertation From C# to VB2010

    + Rep for the Code

    Love the way you got the Languages. Hope that google doesnt change their Page Source. I still need a way to translate a simple text to a different language :/. Thanks for your...
  14. VS 2010 Re: Simple code is not working properly after convertation From C# to VB2010

    @technogome, Yes . Finally I downloaded the system.web.dll online and that worked. The errors are gone. But when I run the code its still showes an empty answer and no Translation!

    I was wondering...
  15. VS 2010 Re: Simple code is not working properly after convertation From C# to VB2010

    Thanks to all of you. What should I do about the @HttpUtility, because its showing up as an error. Thats my main issue.

    The only references I see in .NET tab as Web are called:...
  16. VS 2010 Simple code is not working properly after convertation From C# to VB2010

    I found this Simple Code on >> http://www.codeproject.com/Tips/644753/Language-Translator-Using-Google-Translate.

    It Translates Google Translator and Translates the Text into the Console. I want...
  17. Re: [VB 2010] How to get Internet ExplorerTitle When Visiting a Webpage?

    @Paul, Thanks Paul for the quick reply! ou really dont have to, I have many ways I can choose from! I was just wondering how to because I had used many hours but failed. BTW, I will remove the...
  18. Re: [VB 2010] How to get Internet ExplorerTitle When Visiting a Webpage?

    @Paul, Sorry yeh I just noticed that you have also added the "Microsoft.mshtml" . While I only had the "Microsoft Internet Controls" and were able to get the Titles of I.E Can you tell me short what...
  19. Re: [VB 2010] How to get Internet ExplorerTitle When Visiting a Webpage?

    @si_the_geek + Rep and thank you very much for the quick response and for accepting my request for moving the thread. You guys are doing an incredible job taking care of a large forum as vBForums......
  20. [RESOLVED] [VB 2010] How to get Internet ExplorerTitle When Visiting a Webpage?

    Edit: UPS, I've just noticed that I posted in a wrong section... I have requested the topic Moved..



    I have tried using Classnames and Window Handle to get the Titles of Internet Explorere...
  21. Re: Need help to get Text from a 3rd Party Window (VB6 Source Included).

    Yeh, I just came from pInvoke as well befor creating this post! Thats where I got the Declarations from. And about the Longs as Integer, I didnt know that. So that was a good thing to know. Thx for...
  22. Need help to get Text from a 3rd Party Window (VB6 Source Included).

    I am trying to get Windows Text from a 3rd Party Software, without the Title and without using Process Handle.

    I have tried thee NotePad method, but thats not working for me. I then used an API...
  23. VS 2010 Re: How to get Count Number of ListBox Selected Items, or ROW COUNT?

    +Rep

    Thank you very much Paul! I got exhausted not knowing how! And I really wanted to find out :) .. Cheers


    Topic is marked Resolved..
  24. VS 2010 [RESOLVED] How to get Count Number of ListBox Selected Items, or ROW COUNT?

    Simple but so Frustrating.

    I cant figure out how to get the Items Count or Row Number on Selected Items inside a ListBox. Or by Scrolling up and down with my arrows inside a listbox, I want to be...
  25. VS 2010 Re: How to Allow a Certain MP3 File Counts in Listview + ListBox on Form Load?

    // EDITED
    +REP

    Thank you very much for the reply bro... The code is now very light and loading much quicker. I had added Images to the Listview also, they all load very easy now.! So the first...
  26. VS 2010 [RESOLVED] How to Allow a Certain MP3 File Counts in Listview + ListBox on Form Load?

    I have created a Media Player that uses a Listview and a Listbox to Load and Play Tracks. The Listview is for the MP3 File Names, and the ListBox for the MP3 FILES Path which is hidden in the form....
  27. VS 2010 Re: How to Retrieve or Get YOUTUBE Links from RichTextBox (Maybe with Regex)?

    + Rep.

    Hi Mucker! Thanks a lot for your time and efforts. I like that there are different Options I can take a look at. I think the ReadLine Property might help because I only need the part after...
  28. VS 2010 How to Retrieve or Get YOUTUBE Links from RichTextBox (Maybe with Regex)?

    I was wondering if there is an easy way to get Youtube from a RichTextBox and add them into a ListBox as Items. Or add them into a TextBoxes.

    We are a few friends using a Lan Chat with a...
  29. [RESOLVED] Looking for a simple Paypal Payment Method for VBNET, without ASP?

    For a week I have tried to figure out how to Create a simple Payment System using VBNET.

    I want to create a simple Button and a field for Email and Password for users to buy a Product Directly...
  30. Replies
    2
    Views
    2,255

    Re: weather app using feeds from yahoo!

    Interesting.. Thanks for sharing
  31. Replies
    25
    Views
    40,162

    Re: how to make a Payment system in VB!

    +Rep Given..

    OK I think the Paypal.class.php is missing plus the database fields too. I will add them both below for you guys. And I wasnt lucky to make it work. Maybe someone else can fix it. I...
  32. VS 2010 Re: What is a DoubleBuffered and What affects does it have on a form?

    Thank you All for your Answers GUYs! A Lot of new things I didnt know about...

    @boops boops, Interesting, Thank you very much for your awesome explanation.

    @Keboo thank you for +Rep. As a new...
  33. VS 2010 What is a DoubleBuffered and What affects does it have on a form?

    108967

    I noticed a an option called "DoubleBuffered" in Propertise section. What is a DoubleBuffer and what is it used for?

    I also wanted to know what is the best way to Debug or Build a...
  34. VS 2010 Re: Value of '9' is not Valid for 'Index' / ListView & Imagelist Image to Picturebox

    @jmcilhinney, That does make sense. Thank you!

    I am using TagLib.DLL to the Cover Images. But of course some of the Images which does not contain a Cover Image I use a Default Image that I have...
  35. VS 2010 Value of '9' is not Valid for 'Index' / ListView & Imagelist Image to Picturebox Fail

    108943

    I have problems getting the Images from ListView/Imagelist to show up in PictureBox.

    After the the 3rd Item/row it will show a wrong Image when I select an Item! The first and second...
  36. VS 2010 Re: [RESOLVED] How to make a MsgBox Popup for each 5th Item within a ListBox?

    @ident, Whats the difference between those 2?

    Thanks for the advice btw and Merry Christmass
  37. VS 2010 Re: How to make a MsgBox Popup for each 5th Item within a ListBox?

    @dun... That did the job pretty easy... Thank you very much.

    Cant even +Rep you >> You must spread some Reputation around before giving it to dunfiddlin again.

    Merry Christmas... Topic Marked...
  38. VS 2010 [RESOLVED] How to make a MsgBox Popup for each 5th Item within a ListBox?

    First of all I wish you all Merry Christmas and Happy Hollidays.

    I recently started a Project with Speech Recognition. I am using 2 ListBoxes. One for Curse Words that I dont want to include in my...
  39. VS 2010 Re: Speech Recognition Source wont run on vB2010 - Originally Made in VB2012

    //Edited

    My BAD! I was using Appilcation Forms :( Thanks a lot for your time Dunfiddlin! I will get back with an Update!

    New Updates: It worked pretty Awesome. Thanks a lot Dun.. + Rep

    I...
  40. VS 2010 Re: Speech Recognition Source wont run on vB2010 - Originally Made in VB2012

    @THANK YOU dunfiddlin. I did change it but when Starting the Program I only get to see my Form1 and else nothing happens! I only getAnd I do not get any error on the Sub Main / Public Sub Main. I did...
Results 1 to 40 of 204
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width