Search:

Type: Posts; User: Trusted

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    8,947

    Re: countDown timer

    Hello Paul,

    I tried to download and run countdown_timer but it seems there is some error in the application. I could not able to open form designer.

    Is it because I am using VS 2010?

    Thanks,...
  2. VS 2010 Re: :: + - * / signs using randomly in VB 2010 ::

    Hello there,

    Thanks for your reply... thats ok not a big deal.. :)

    Trusted
  3. VS 2010 Re: [RESOLVED] :: + - * / signs using randomly in VB 2010 ::

    Thanks bro,

    I will change it now... :)
  4. Replies
    2
    Views
    574

    VS 2010 Re: Adding same image repeatedly

    Dear Paul,

    Thanks for your help again...

    This is what I was looking for..

    Trusted
  5. VS 2010 Re: :: + - * / signs using randomly in VB 2010 ::

    Public Class Form1
    Dim r As New Random
    Dim operators As String = "+-*/"

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    ...
  6. Replies
    2
    Views
    574

    VS 2010 [RESOLVED] Adding same image repeatedly

    Hello all,

    How is it possible to add the same image repeatedly beside the last one added?

    As I said on my other thread, I am making a math game for my kids, I wanted to add a picture when then...
  7. VS 2010 [RESOLVED] :: + - * / signs using randomly in VB 2010 ::

    Hello all,

    Can someone please help me how to use the signs "+", "-", "*", "/" as label text randomly.

    I am trying to create a math game for my kids. There I need a random sign to display every...
  8. Replies
    5
    Views
    913

    Re: how to put contents in a menu?

    Hello arggal,

    Simply click on the textbox appear in menu item and you may able to type your content.

    Mohammed M. Khan
  9. VS 2010 Re: [:: Showing only images in WebBrowser - Possible??? ::]

    Hello Blupig,

    Thanks for your response.

    :confused: I am an absolute noob :confused:

    No idea how to do that ???

    Trusted
  10. VS 2010 [:: Showing only images in WebBrowser - Possible??? ::]

    Hello all,

    Is it possible to search for images ONLY in WebBrowser?

    For example, my keyword in textbox1 is 'clouds' and when the button is clicked WebBrowser must show only images of that...
  11. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Hi Klein,

    I am trying to make an Image Downloader. Your app on this post no.1 is got all the features that I need but I am using VB 2010.

    Can you please make something in this version???
    ...
  12. VS 2010 Re: [:: Is it possible to download web image to the application??? ::]

    Hello Marman,

    Infact, I will be using my own browser in another form. When a user clicks on 'Download Images' button, a new form [a browser] will open.

    But I don't know how to work with it.
    ...
  13. VS 2010 Re: [:: Is it possible to download web image to the application??? ::]

    Hello Marman,

    Thanks for your reply. I am trying to understand :D

    Trusted
  14. VS 2010 Re: [:: Is it possible to download web image to the application??? ::]

    Hello Joacim,

    Sorry for not explaining well. Here another try....



    Yes "When I right click on any image" means in a web browser... You are correct.

    "Download to MyApp" means to my...
  15. VS 2010 Re: [:: Is it possible to download web image to the application??? ::]

    Hello Joacim,

    Thanks for your reply.

    No no.. not like that... I want to use app to download images [any image from web] where web addresses could be any.

    Like for example, when I right click...
  16. VS 2010 [:: Is it possible to download web image to the application??? ::]

    Hello all,

    Is it possible to download an image from web directly to our application?

    If so, can someone please guide me on HOW? :confused:

    Thanks in advance.

    Trusted
  17. Replies
    2
    Views
    617

    VS 2010 Re: [:: Saving Web Images - Any Help? ::]

    Hello Pradeep,

    Thanks a lot for your response.

    I will surely give it a try, if found any problem, then I will get back here :P

    Trusted
  18. Replies
    2
    Views
    617

    VS 2010 [:: Saving Web Images - Any Help? ::]

    Hello all,

    I was thinking to make an app to save images [or download images] to local hard disk.

    But to keep it easy, I want this app to create a small picturebox on form to show the thumbnail...
  19. VS 2010 Re: [:: Changing Picture by Clicking on it - Please Help ::]

    Hell Stanav,



    Thanks for the new way :D I will try this also.

    Thanks a lot.

    Trusted
  20. VS 2010 Re: [:: Changing Picture by Clicking on it - Please Help ::]

    Hello Aashish,



    Thanks a lot :D

    Trusted
  21. VS 2010 Re: [:: Changing Picture by Clicking on it - Please Help ::]

    Hello Aashish,

    How are you, hope you are doing fine with your job hunt?



    Anyways, thanks for the code, it works perfectly.

    But I did not understand the line "ImgNo = 3" ??? Can you please...
  22. VS 2010 Re: [:: Changing Picture by Clicking on it - Please Help ::]

    Hello Marman,



    Thanks a lot, I understand what you said. :D

    Trusted
  23. VS 2010 [RESOLVED] [:: Changing Picture by Clicking on it - Please Help ::]

    Hello all,

    I have a small picture box that I want to change its image on click, then on another click another picture, so on... There are totally 3 images. I really don't know how to do it, but I...
  24. VS 2010 Re: [RESOLVED] [:: ListBox Items Refresh - Help Needed ::]

    Wow! I got that working... :D:D:D
  25. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Oh yeah... It got possible because of your help :D

    Hey! I got similar problem with another app. I will start a new thread for that and mark this as resolved. Please help with that, it is very...
  26. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Oh great!

    Thanks a million... It worked perfectly.

    Sorry, I could not able to add a reputation to you... BUT here I will add :D

    + Reputation :D

    Thanks again
  27. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Thanks Mazz for your reply.

    I know that "DELETE FROM models(model) VALUES(modellistbox.selecteditem)" was wrong.

    I was just giving it a try. Anyways, the SQL statement that you gave, works BUT...
  28. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    I tried, but failed again. Here is my code:


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRemove.Click

    Dim sqlcon As New...
  29. Replies
    8
    Views
    1,498

    VS 2010 Re: Draw a perfect border?

    Hello mini,

    You are correct on top and left with black line, but you are wrong on bottom and right. Use gray or silver color instead of white.

    Hope this helps.

    Trusted
  30. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Oh yeah... infact, I was trying to do that but I failed, so I did in this way...!

    OK, I will do that by trying the code from your above post, but is it possible to add a warning message or...
  31. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Thanks Satal for your quick response,



    It is correct that I have an inputbox, but user has to TYPE a listbox item MANUALLY [no selection] and then has to press the OK button or Cancel it.

    I...
  32. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Hello plender,



    I am noob, I don't know how to re-bind :(

    Trusted
  33. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Hello Plender and Satal,

    Thanks for your replies.

    @Satal, Yup! I did try Refresh(). Hey hey hey... I understand.

    how can I use click event on the button of inputbox. And is there a way to...
  34. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Nope!

    I think, I did not explained you well. Without this I am able to delete the item from the listbox, but I could NOT see the effect [i.e., item still shows in listbox] until I restart my app....
  35. VS 2010 Re: [:: ListBox Items Refresh - Help Needed ::]

    Hello Satal,

    Thank you for your response.

    Hmmm... the problem is when user clicks on the remove item [button] it opens up an inputbox, the user has to type the item manually in inputbox, so...
  36. VS 2010 [RESOLVED] [:: ListBox Items Refresh - Help Needed ::]

    Hello all,

    I am using a listbox that is filled with a list of items from Database. When I am deleting an item from the listbox it is has to be deleted from Database, and that is all working fine....
  37. VS 2010 Re: [:: Displaying items from Database into ListBox - Please help ::]

    Sure I will,

    But the problem is I tried raising the SQL questions in Database Development Forum, but I get better response in here :D:D:D

    Trusted
  38. VS 2010 Re: [:: Displaying items from Database into ListBox - Please help ::]

    Hi JMC,

    Thanks for your response. My app is deleting a particular row successfully now :D

    From your signature, I am TRYING to learn SQL statements. If I find any difficulty, I will ask in a new...
  39. VS 2010 Re: [:: Displaying items from Database into ListBox - Please help ::]

    Hello JMC,

    Thank you for your response.

    As I am very new to VS [ as you know that ], this is my first attempt for database, so bad me, I don't understand most of the things and terms.

    But...
  40. VS 2010 Re: [:: Displaying items from Database into ListBox - Please help ::]

    Hey it worked...

    I simply commented 'dr.read() on line number 11 above in your code, and it worked perfectly.

    :D

    Thanks again,

    Can you please help me with updating ListBox items to the...
Results 1 to 40 of 269
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width