Search:

Type: Posts; User: JJMPSP

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    492

    VS 2008 Re: Creating controls with code (Problem)

    Thanks very much Edgemeal for such a great reply !

    The global variables were a bit out of my programming knowledge as I haven't really used "user32.dll" before in any of my projects, mainly...
  2. Replies
    3
    Views
    492

    VS 2008 Creating controls with code (Problem)

    I'm trying to code a wysiwyg editor.
    The editor basically uses a bunch of labels and pictureboxes (for now) and then an image is created from the panel which contains all of the controls.

    It...
  3. Replies
    1
    Views
    696

    VS 2008 File Download resume

    Hey everyone, i'm wondering if its possible to add a "resume download" feature to my program as something doesn't seem to be right when I want to download the latest videos from my server.

    The...
  4. Replies
    18
    Views
    1,939

    Re: Give Saved Files a Icon

    This should be in the VB code bank, as it may come in use to many others in the future. (helped me anyway).
    Glad you got it working Dwight-Pre :D
    Thanks bergerkiller & Edgemeal :D
  5. VS 2008 Re: Google/Youtube API - having problems getting video results

    I think i've finally found the solution to my problem :D I was just over complicating things way too much!

    Here's the completed solution:


    Dim settings As New...
  6. VS 2008 Google/Youtube API - having problems getting video results

    Does anyone have any clue on how to return the results from a Youtube Atom feed using the google + youtube API ?

    I've been trying to do it for days, but all the code examples available seem to be...
  7. Replies
    5
    Views
    3,338

    Re: MP3 ripping from video with ffmpeg

    Update:
    I've finally got my original code working :)
    By looking into the way ffmpeg works a bit more, I found out that I needed double quotes on filenames.

    Here's the completed code if anyone...
  8. Replies
    5
    Views
    3,338

    Re: MP3 ripping from video with ffmpeg

    Thanks for the fast reply. (+rep)
    I just tried using your code and adding the resources, I still get the same errors and warnings though :(
    I've also tried re-building the project multiple times,...
  9. Replies
    43
    Views
    4,640

    Re: Please Help Me Make Improvements

    Done
  10. Replies
    18
    Views
    2,028

    Re: Reading and writing .ini files

    Sorry mudkips10 for butting in like this, but I just want to say thanks to .Paul for such a good example on reading and writing .ini files. (+rep as this will come in use.)
    One quick question though...
  11. Replies
    5
    Views
    3,338

    Re: MP3 ripping from video with ffmpeg

    Hey DragonRose, thanks for the reply :)
    I've created a new test project and referenced FFlib.dll, however i get warnings and errors:


    Warning 1 Resolved file has a bad image, no metadata, or is...
  12. Replies
    5
    Views
    3,338

    MP3 ripping from video with ffmpeg

    Yo everyone.
    Its been a while since I posted here as i've moved away from VB for the last few months. Anyway, seen as the support is so good here, I was wondering if anybody here could help me with...
  13. Replies
    2
    Views
    650

    VS 2010 Re: Save Converted file as...

    So what exactly does your app do ?

    From what I understand so far, you need to save your file programmatically where the original file is located ? To do this you would need to add a string...
  14. Replies
    5
    Views
    1,802

    Re: Facebook API Problems

    Hey gep13, thanks for the suggestion.
    I restarted my pc, re-downloaded the dlls, referenced to them all and added them to the toolbox and now they seem to work :)

    The API is pretty hard to use...
  15. Replies
    5
    Views
    1,802

    Re: Facebook API Problems

    Hi Hack, thanks for replying so fast.

    If i click the "help" button I am taken to a window with a webbrowser which says "information not found". The url I am taken to in the webbrowser is...
  16. Replies
    5
    Views
    1,802

    Facebook API Problems

    I've been browsing Google for the last few hours trying to find info about integrating facebook features into vb.net applications, e.g status updates.

    I eventually came accross some facebook...
  17. Replies
    1
    Views
    526

    Re: Whats going on here ?

    I decided to recreate the project and re add the forms, it works fine now :)

    Solved.
  18. Replies
    1
    Views
    526

    Whats going on here ?

    I have a problem with my application.

    As soon as I go to debug the program on my laptop, I get this error.

    http://i51.tinypic.com/of9ez5.png

    I'm guessing this error means that my laptop is...
  19. Replies
    6
    Views
    1,165

    Re: Advice on making first website.

    Firstly, thank you very much for your detailed and helpful reply !
    I've only been learning html and css for the last 2 days, so I would have never had figured that out :blush:

    I did infact get...
  20. Replies
    6
    Views
    1,165

    Advice on making first website.

    I've decided to make my own website.
    I'm using photoshop and notepad to make my website.
    I've followed this tutorial for the last 8 hours (I'm ill and theres nothing better to do :()
    ...
  21. MsOf10 Re: [Access] Update Record in another table ?

    I still haven't found anything on the net related to this (mainly because i dont know what to google :( )
    Anyone have any ideas ? This is homework for tomorrow so I need to think of an alternative...
  22. MsOf10 [Access] Insert into Two Tables in an Access Database ?

    I'm in the middle of creating a user system in vb.net.
    This user system uses an access database to update records.
    What i need to find out is how I would go about inserting data from one table, to...
  23. Replies
    25
    Views
    40,140

    Re: how to make a Payment system in VB!

    I keep on getting the error, "cannot connect" in a browser, and nothing happens in the application at all.

    I think everything in my php file is correct, do I need to do anything to the database ?...
  24. Replies
    3
    Views
    664

    VS 2008 Re: anyone can help me??

    You will need to look into the getelementbyid function to search for a link on the first webpage.
    You should then get a captcha image like this ;)
    ...
  25. Replies
    0
    Views
    587

    Using .Dic files in a program ?

    Are there any vb.net examples out there of making a spell-checker by using a .dic file ?
    I am looking to recreate this firefox plugin seen as it is outdated and I don't use firefox anymore :(

    Any...
  26. Replies
    7
    Views
    1,375

    VS 2008 Re: [RESOLVED] parse out all links from a text

    @LordWittie
    Glad you got it resolved and working :)

    @.Paul
    Seen as this code may become of use to me someday, am i right to say that this part of the code splits a line to a new string if it...
  27. Replies
    5
    Views
    4,955

    VS 2008 Re: BlueTooth Connection

    Hi, maybe this project could help you ?
  28. Replies
    4
    Views
    999

    Re: Text to speech ?

    Yes :)
    Is it possible ?
  29. Replies
    4
    Views
    999

    Text to speech ?

    Hey everyone :)

    My "Learn Welsh" application is now near completion, I only have a few things left to add / fix then I will share it with the world :)

    Here's a screenshot of it so far :
    ...
  30. Replies
    7
    Views
    948

    VS 2010 Re: What Am I Doing Wrong?

    Dim quotient As Integer

    I'm not the best coder, so i can't guarantee anything, but i would try :


    Dim quotient As Single

    or
  31. Replies
    2
    Views
    588

    Re: Character Loop Help ?

    Woop :) I think i got it :)
    Heres the new code, just incase anyone was interested in it :)

    EDIT: Thanks Sitten Spynne :) + rep to you :)

    For i2 = 0 To i - 1 'declare the loop

    ...
  32. Replies
    2
    Views
    588

    [RESOLVED] Character Loop Help ?

    My little sister is currently learning welsh and my mum asked me to help her learn the alphabet. Seen as i am learning vb.net and was bored at the time, i decided to code something for her.
    I seem...
  33. Replies
    6
    Views
    1,639

    Re: New browser on tabcontrol ?

    Hi, sorry about not replying, i was away for a few days.

    As for the code, it works flawlessly !

    I have changed the code to work with dev compoments, if anyone else wants it here it is:


    ...
  34. Replies
    6
    Views
    1,639

    Re: New browser on tabcontrol ?

    Thanks for the reply :)
    + rep as i promised.

    I already have created a tab control with closing tabs, thanks anyway though.

    Do you think you could explain a little more though ?
    I don't...
  35. Replies
    6
    Views
    1,639

    New browser on tabcontrol ?

    Here's my code....



    Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click


    Dim newtab As New TabPage
    Dim...
  36. Replies
    5
    Views
    1,099

    Re: Confused on how datagridviews work. :(

    Hi guys, thanks for your replies :)
    I have gave you both some rep for your time.
    However after another several hours of trying to get this to work i eventually gave up as the code was a bit too...
  37. Replies
    5
    Views
    1,099

    Confused on how datagridviews work. :(

    I want to make a database of all the xbox live arcade arcade games on the xbox live marketplace, I need to parse an xml file and add the needed data from the xml node into a datagridview.

    Here is...
  38. Replies
    1
    Views
    566

    RSS in statusstrip ?

    i'm looking for a few examples to get me started.
    I've learned pretty much all the basics of vb.net now and want to start making my own classes.

    Could somone post a few examples / project...
  39. Thread: image viewer

    by JJMPSP
    Replies
    5
    Views
    998

    Re: image viewer

    I dont really get your problem.
    The image is open with your application if your viewing it, so thats the problem ...
    You will just have to change the picturebox image to another image then its...
  40. Replies
    8
    Views
    1,267

    VS 2008 Re: Listbox Items And Images

    i just updated the first post so its easier for people to understand my problem.
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width