Search:

Type: Posts; User: vb_programmer

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Re: Unlock locked files (similar to Unlocker and WhoLockMe)

    I think what you're looking for is "Now Playing" feature. I think the only way for you to get the current playing song is by tracing the Window Handles using FindWindow and then get the text. Try...
  2. How to get File and Folder Names from Recycle Bin?

    Hello All,

    I'm willing to write VB code that will allow me to do some manipulation with Recycle Bin, such as get the File Folder names which are present in Recycle Bin, Delete/Restore all items or...
  3. Re: Hotkey (keyboard key sequence) in VB6 IDE Add-In...

    CTRL + F4 was just an example. Anything like that... say, CTRL + SHIFT + M will be just fine in my case. Basically what I want to do is: I want to assign some sort of keyboard sequence so then it...
  4. Re: Keyboard shortcut in VB6 IDE Add-In...

    Sorry... it's Hotkey. For example, I want to assign a Hotkey like CTRL + F4 and the Add-in will show-up when this key sequence is pressed.
  5. Hotkey (keyboard key sequence) in VB6 IDE Add-In...

    Hello All,

    I've developed a small Add-In that writes some code and then inserts it in current code-module. The Add-In is working fine and now I want to go one step further... what I want to do...
  6. Replies
    65
    Views
    190,048

    Re: Winsock: HTTP File Upload

    There is no Progress bar added to this code. No way to check how many bytes transferred? I want to add Progress bar notification to the GUI. Any idea how can I achieve this?
  7. Re: Problems with installation of Visual Studio Enterprise on WinXP (SP2 and SP3)

    can someone tell me what happens when installer does not find any previous installed components? Which folder or file on CD it really looks for? Is there anything that it looks for on my HDD?
  8. Re: Problems with installation of Visual Studio Enterprise on WinXP (SP2 and SP3)

    yeah! same CDs. I also have a backup of it as ISO. I tried with these ISOs, too, but no luck.
  9. Problems with installation of Visual Studio Enterprise on WinXP (SP2 and SP3)

    Hello All,

    I'm facing a very strange and frustrating problem with Visual Studio Enterprise installation on my Windows XP SP2 and SP3 machines. I never faced this problem before and have no clue...
  10. Replies
    4
    Views
    1,545

    Re: How to extract audio from FLV Video?

    Hi!

    Thanks so much for your reply. Well, I really need it to be done using VB6. An ActiveX control or DLL that I can use in VB6 is also fine; but external third party application to achieve this...
  11. Replies
    4
    Views
    1,545

    How to extract audio from FLV Video?

    Hi!!

    I'm currently working on a project in which I need to extract audio from FLV file and ideally save to MP3 directly or else save to WAV. Can someone please tell me how can I achieve this?
    ...
  12. Re: How to get the Height of Web page from Web Browser control?

    If you look at following link then you will recognize as the wrong values returned by IE for scrollHeigh and scrollWidth is a known bug.

    http://www.quirksmode.org/dom/w3c_cssom.html#elementview
    ...
  13. Re: How to get the Height of Web page from Web Browser control?

    If you look at following link then you will recognize as the wrong values returned by IE for scrollHeigh and scrollWidth is a known bug.

    http://www.quirksmode.org/dom/w3c_cssom.html#elementview
    ...
  14. Re: How to get the Height of Web page from Web Browser control?

    I just added another event to it "StatusChanged" which is a direct mapping of Web Browser control's StatusTextChange event. I will look into it more and will let you know if I make any further...
  15. Re: How to get the Height of Web page from Web Browser control?

    Thanks for sharing your code. While testing, I noticed that if the URL is in Cache then Browser control fetches it from there and I get Object variable error on body.scrollHeight. I'm not sure if...
  16. Re: How to get the Height of Web page from Web Browser control?

    jmsrickland, can you please share your code here?
  17. Re: How to get the Height of Web page from Web Browser control?

    See this link which demonstrates taking snap of Web page.
    http://www.vb-helper.com/howto_capture_web_page_image.html

    However, our solution is better since we have a method to resize browser to...
  18. Re: How to get the Height of Web page from Web Browser control?

    Hey ... YES, YES ... the snapshot is the thing that I'm looking for. Can you please share your code with me? (mailme_friends@yahoo.com) or directly here in this discussion area?

    Regarding the...
  19. Re: How to get the Height of Web page from Web Browser control?

    Hello All,

    Thanks so much for your valuable reply to my query. Please forgive me for not being able to reply earlier.

    The offsetHeight (as you already have figured out) does not work as...
  20. How to get the Height of Web page from Web Browser control?

    Hello All!

    In one of my current projects, I need to figure out the height of Web Page that's displayed inside WebBrowser control. I don't have any control on the URL that will feed the page; but...
  21. Replies
    0
    Views
    1,779

    How to play FLV (Flash Video) in VB6?

    Hello to All!

    I'm currently developing an application in which I need to implement something that will allow me to play FLV video in VB6. The Video file can be either from Local or Remote. I know...
  22. Re: [RESOLVED] How to detect name of application that has locked File/Folder?

    Thanks so much for your tips and code review. I'm really glad to mark this topic as resolved now!
  23. Re: How to detect name of application that has locked File/Folder?

    It's surprising for me to see that it's closing the Application thread that has locked file. Is this NtClose that's doing it? I removed all the traces of NtClose from UnLockFile function and still...
  24. Re: How to detect name of application that has locked File/Folder?

    Yes. I downloaded it from code bank. Thanks a million to resolve this issue and helping me to first understand how it's working and then get it to work in my actual project! Can't ignore one thing...
  25. Re: How to detect name of application that has locked File/Folder?

    Yes, thanks so much for getting this valuable information to me! I studied the code and found how it works. In addition to that simplified version from Chris001 is of great help, too! You guys are...
  26. Re: Unlock locked files (similar to Unlocker and WhoLockMe)

    This is a help for me to understand how this stuff actually works. Thanks so much for simplifying code.

    Regards,

    Ruturaaj.
  27. Re: How to detect name of application that has locked File/Folder?

    Thanks so much for your efforts. I searched Code Bank and didn't find it. By what title it's posted in Code Bank? I looked in "Visual Basic 6.0 and earlier" code bank. waiting for your valuable reply...
  28. [RESOLVED] How to detect name of application that has locked File/Folder?

    Hello to all!

    Season's Greetings!

    Sorry guys to disturb you in your Holiday mood! Facing a problem in my application and not able to find solution to solve it. I'm working on a project in which...
  29. Please help me with this File Shredder issue...

    Hi!

    Currently I'm working on a File Shredder project and I'm not able to find a solution for one concept: "Wipe/Shred Free Disc Space"; here I badly need your expert help!

    I've seen a few File...
  30. Re: Problem with SendKeys ... please help!

    Hey Guys, please say something! This has never happened before with me on this forum ... no reply!!! :( Please let me know if you feel I haven't explained the things correctly; let's discuss it....
  31. Problem with SendKeys ... please help!

    Hi!

    I'm trying to write a simple tool for my personal Use. But I'm facing trouble in making it to work as desired.

    What I'm trying to do is: When the program is started, it will register Ctrl +...
  32. Please Help with MS Word VBA problem: Inserting ActiveX.

    Hello to all Forum members,

    I've a very small query but not finding answer on my own. So, I request you all to please help me to get answer.

    I'm working on a project in which I have developed...
  33. How to make a Form non-movable at Runtime?

    Hello to all Forum Members;

    Currently I'm working on a project in which under certain circumstances, I need to make the Form unmovable. I know we have the "Moveable" form property but...
  34. Re: [RESOLVED] Program Association with File

    If I have understood your problem correctly, then use FileCopy function to copy Command$ file to temp file, then read it as you want and later don't forget to release the file handle and Kill your...
  35. Re: How to show "Please insert disc" dialog for a CD Drive?

    WOW! Thanks so much! Just one question ... can I keep the required file name hidden? I mean, I need to pass a File name as one of the params to this API. This way, user of my application will get to...
  36. How to show "Please insert disc" dialog for a CD Drive?

    Hello to all Forum members;

    Currently I'm working on a Project in which I need to check if a CD is there in CD drive or not and if not then show the "Please insert disc in your <Drive Letter>...
  37. Please Help me to implement RunAs in Windows Service on Windows 2003 Server ...

    Hello to all Forum Members;

    Currently I'm working on a Monitoring Service which is intended to monitor the status of configured Applications and other Windows Services and restart if any of those...
  38. Re: File/Folder related operations: API or FSO? Your opinion please ...

    Thanks for your opinion. Have you used FSO in any of your real-life projects before? Any errors due to version conflicts you faced?
  39. File/Folder related operations: API or FSO? Your opinion please ...

    Hello to all Forum Members;

    I'm working on an application in which I need to implement some File/Folder related recursive operations (such as delete all files in a give folder and its sub-folders,...
  40. Help me with placing button in another application's title bar.

    Hello all!

    I'm facing a problem in my current project and I'm not finding a way out for it. Please help me guys to get the solution for my problem ...

    What I'm looking for is ... place a...
Results 1 to 40 of 96
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width