Search:

Type: Posts; User: vali20

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,520

    Extract a web site shortcut icon (favicon)

    Hello everyone! I really need your help: I have a program which displays some web pages. What I'm trying to do is to extract the linktag with the rel parameter set to "shortcut icon" from the web...
  2. Need to control the "What's this?" help button

    Hi everyone! I have a form containing the "What's this?" help button in the form's title bar, near the "Close" button. How do I intercept the messages associated with this button and make it launch...
  3. Replies
    2
    Views
    611

    Rebuilding strings

    Hello! I have a big problem with the HTML interpreter I'm building for my project. Here is what I am trying to do: I have the following text in a RichTextBox1 on my form:
    ...
  4. Replies
    6
    Views
    952

    Re: Menu background color problem

    So I think no chance to do it without subclassing... I don't know why that line is appearing there?...When I found the example I wanted the form to have a cool menu... that one provided in Visual...
  5. Replies
    6
    Views
    952

    Re: Menu background color problem

    No, it has the same problem... Any other ideas? Does anybody faced the same problem?
  6. Replies
    6
    Views
    952

    Re: Menu background color problem

    Do you see that white line above the menu bar? I want to make it red too. Do you know how?
  7. Replies
    6
    Views
    952

    Menu background color problem

    Hi, I just used the code at http://www.vbforums.com/showthread.php?t=331903 to set the background color of the menus I have in my app to Red. Also, I set the form BackColor to red. The problem is...
  8. Replies
    5
    Views
    668

    Re: How to get information from CSV file?

    Yes, you're right, I think I'll use the split function. Thank You!
    I did not suceed using the Split function. It fails because the file is, I guess, too large... Any ideas or a program that can do...
  9. Replies
    5
    Views
    668

    Re: How to get information from CSV file?

    I think that a CSV file can easily be read by using a RichTextBox. I don't want users that are using my app to have installed Microsoft Office in order to use the program. So do You have any idea?...
  10. Replies
    2
    Views
    615

    Glass forms in Windows Vista and 7

    Hi, I just used the example provided at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=67823&lngWId=1.
    But I faced a strange problem: when I try to put some controls on the...
  11. Replies
    5
    Views
    668

    How to get information from CSV file?

    Hi. I am wondering if anyone knows how to get some information from a CSV (Comma Separated Values) file. Each line in this CSV is as follows:

    1,http://www.google.com,site,domain
    I want to extract...
  12. Re: How to display a message when the webbrowser control closes?

    I used the Windowclosing event to handle this, and now the user is prompted with a message. I read this solution in a post on a forum. Thread RESOLVED.
  13. Re: How to display a message when the webbrowser control closes?

    I think you didn't understand what I'm trying to do... I want to stop the web browser control from being closed. Did you try to go to the web site I mentioned you in the beginning of the post, using...
  14. Re: How to display a message when the webbrowser control closes?

    I think you misunderstood my question. I'm trying to find a way to display a message when the web browser control is being closed by a web site (I gave You an example with the webmessenger.yahoo.com...
  15. Re: How to display a message when the webbrowser control closes?

    Yes, that's it!
  16. Re: How to display a message when the webbrowser control closes?

    No, I'm talking about the web browser control. Some web pages can make the web browser close. I want also close the form when the web browser control closes due to a web page. Take the example I...
  17. [RESOLVED] How to display a message when the webbrowser control closes?

    I read on the Microsoft's MSDN web site that the OnQuit event is ignored by the web browser, even if it fires, so now I don't know how to check if the web browser control closes. I tried adding this...
  18. Replies
    1
    Views
    589

    How to handle any IE (web browser) error?

    Hi! I have an app which has to show some web pages when the user clicks on buttons. For opening the web pages, I use the web browser control. I looking for the following: if the web browser cannot...
  19. Re: How to load an ico file on the Internet to a TabStrip?

    THANK YOU VERY MUCH! IT WORKS PERFECT! I WAS LOOKING FOR THIS FUNCTION FOR YEARS AND.... THAT'S IT! MAYBE THERE IS A DAY WHEN ALL YOUR WISHES COME TRUE. THANK YOU AGAIN! HAVE A NICE DAY! Moving to...
  20. [RESOLVED] How to load an ico file on the Internet to a TabStrip?

    Hello everyone? Do you know how to do this? I want to download an ico file from the Internet (for example from google.com/favicon.ico) and then load it as the icon for the first tab in my tabstrip....
  21. Re: How to load my application from Windows Explorer?

    Thank You very much, RhinoBull, I solved the problem using a Split function! Thank You!
  22. Re: How to load my application from Windows Explorer?

    Thank You very much, your code is working, but for a file like C:\file.htm the browser finallz navigates to http://%20c/file.htm%20 and Navigation Canceled page appears. Do You know why?
  23. Replies
    7
    Views
    853

    Re: Not included in Windows 7

    Sorry, I wanted to post a reply into another post but I clicked accidentally on the New Thread button and I didn't know how to delete these thread.
  24. Replies
    7
    Views
    853

    Not included in Windows 7

    Outlook Express is not included and is not available for Windows 7.
  25. Re: How to load my application from Windows Explorer?

    Yes, you're right RhinoBull, I'll warn users about default browser changing. But what I really don't know is how to make my program open that web page. Because when someone opens an HTM or URL file...
  26. How to load my application from Windows Explorer?

    Hello everybody. My application has one form (Form1) with one webbrowser (WebBrowser1). I want to know if there is any way to do this: when the user double clicks on a HTM file in Windows Explorer,...
  27. Replies
    3
    Views
    915

    Re: Download Manager

    I am not trying to download files from a FTP. I am trying only to replace the File Download box in IE with my download manager and to take the URL of the file to be downloaded. Any other ideas?
  28. Replies
    3
    Views
    915

    Download Manager

    Hi everyone! I am looking for some code for creating a download manager which would be able to handle files that I am downloading using the WebBrowser Control in VB6 (Internet Explorer). I want this...
  29. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    I have to admit that you're right: I can't redistribute the program with IE7! But what can I do is avoid the File Download dialog from IE and make another window pop-up (an in-house downloader) and...
  30. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    I've also tested! That behavour doesn't happen in IE7... So do You know a way to embed a version of IE core in my app? I mean, on a user's machine which has installed IE6, my program should run with...
  31. Replies
    5
    Views
    1,194

    Re: Firefox address bar

    Why don't use a filter program available from lot of antivirus vendors? I think this is very hard to do from VB, but not impossible. I don't know how!
  32. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    I've corrected the code and put On Error GoTo (You told me to do this) and correct the mistakes I've found. But after that, the error still happened when I had installed IE8. So I'm wondering if I...
  33. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    WOW! :eek: I just found that the behavour occurs if I have installed IE8. I uninstalled it and when I tried to download files, at the second download, nothing happened. I mean, the program didn't...
  34. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    I am wondering if You know why I can't download more than 2 files with the project compiled. Because at run time in VB6 it let's me download any number of files. Just when I compile, it crashes...
  35. Replies
    13
    Views
    1,239

    Re: Strange webbrowser error!

    Which event's code should I post here? All the code from DownloadBegin, DownloadComplete, NewWindow2, NavigateComplete, OnQuit, TitleChange or just one of this events? And thank you for your...
  36. Replies
    13
    Views
    1,239

    Strange webbrowser error!

    I've just compiled my webbrowser project and faced a strange error: when I download a file, such an executable one, the download goes well with no problem. Then, when I'm trying to download another...
  37. Re: make the browser on the form to load a piece of html codes written in a textbox.

    Try this:


    Open app.path & "\tmp.tmp" For Output As #2
    Print #2, Me.Text1.Text
    Close #2
    WebBrowser1.Visible = True
    WebBrowser1.Navigate2 app.path & "\tmp.tmp"

    Does it work? Reply please.
  38. Thread: TabStrip issue

    by vali20
    Replies
    1
    Views
    404

    TabStrip issue

    Hello everyone! Today I'm having a big problem!
    I started working in my program with a tabstrip. I found that's an easy way to have multiple pages open in my browser form I have included in my...
  39. Re: [RESOLVED] Check if all characters are uppercase

    Thank You very much and thanks again for the great code You posted here.
  40. Re: Check if all characters are uppercase

    Thank You very much LaVolpe! It works perfect! I had no problem implementing the code in my app. Thank You very much!

    Greetings from Romania!
Results 1 to 40 of 62
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width