Search:

Type: Posts; User: Liquid Metal

Page 1 of 13 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    5,728

    Re: ReadProcessMemory Tutorial

    Greatly appreciate it! I will look into it and get back with you. Thank you for your dedication on this.
  2. Replies
    18
    Views
    5,728

    Re: ReadProcessMemory Tutorial

    @Trick, I will look into your instructions. Thanks for the information!
  3. Replies
    18
    Views
    5,728

    Re: ReadProcessMemory Tutorial

    Shaggy Hiker, you are free to delete this post.

    Thanks for your explanation Shaggy Hiker.
  4. Replies
    18
    Views
    5,728

    ReadProcessMemory Tutorial

    I am looking for a tutorial where I can get all data in memory that an application is using.

    I was able to get this example to work.
    http://allapi.mentalis.org/apilist/ReadProcessMemory.shtml
    ...
  5. Replies
    12
    Views
    1,143

    Re: [RESOLVED] Sleep

    Jack and fafalone, I found a way to handle this dynamically. I thought I update this in case if someone else has the same question with SLEEP.

    Instead of putting in the 5000 as a fixed value, I...
  6. Replies
    12
    Views
    1,143

    Re: Sleep

    Thank You Jack. I will look and play with it.
  7. Replies
    12
    Views
    1,143

    Re: Sleep

    I have been on VBForum since before 2000 and I am sure I have no intention to write any malicious software. There have been many who helped me on here and I have helped many as well.

    I am not...
  8. Replies
    12
    Views
    1,143

    Re: Sleep

    Jack, Timer will work but I don't want to depend on a timer as I could always fall back on SLEEP.
  9. Replies
    12
    Views
    1,143

    Re: Sleep

    You are correct Fafalone. The text and input is to another program. You would think that IsWindowVisible would work. NOPE, although it returns a TRUE that the window is visible, it is still not...
  10. Replies
    12
    Views
    1,143

    Re: Sleep

    I think you meant variable right? I can put the 500 into an integer such as:

    Dim intDelay as integer
    inDelay = 500

    The 500 is still a fix number. I am looking for a way where once the window...
  11. Replies
    12
    Views
    1,143

    [RESOLVED] Sleep

    When I do a sendmessage against a button to open another form, I have to use SLEEP(500) before I can grab text from that form.

    Instead of using SLEEP and putting in a fix integer of 500, is there...
  12. Replies
    2
    Views
    905

    Re: SysListView32 (add items)

    LaVolpe, I believe you are correct because I have to use OpenProcess and WriteProcessMemory APIs for the LVM_GETITEMTEXT part. I did not have to do it for resizing the columns but yes, I had to do...
  13. Replies
    2
    Views
    905

    SysListView32 (add items)

    I have been able to resize columns and get data from a SysListView32 from another application. However, I am having trouble adding items to the SysListView32. What am I missing or doing wrong? I...
  14. Replies
    4
    Views
    535

    Regular Expression

    I would like to be able to type "test*today" into an inputbox.

    A text file will be fed into the regular expression procedure and then it returns only the lines that matches.

    I am having trouble...
  15. Replies
    4
    Views
    761

    Re: Since SQL Server 2000 T-SQL

    Accidentally Duplicated Post. Please delete this one. Sorry
  16. Replies
    4
    Views
    761

    Re: Since SQL Server 2000 T-SQL

    DBForums doesn't seems as active as SQLServerCentral. :D
  17. Replies
    4
    Views
    761

    Re: Since SQL Server 2000 T-SQL

    Thank you! Exactly what I am looking for.:check:
  18. Replies
    4
    Views
    761

    Since SQL Server 2000 T-SQL

    I have not code for a long time since when I moved into management about 9 years ago.

    When it comes to database, the last SQL Server database that I was hands on was SQL Server 2000.

    I have...
  19. Re: SQL Server vs MS Access (Field Alias Referencing)

    Hi DigitalShaman,

    Except for the first two fields, the aliases were in there for both TSQL.

    Nevertheless, I don't think SQL Server can do it either. Thanks
  20. SQL Server vs MS Access (Field Alias Referencing)

    MS Access 2013


    SELECT
    [DocumentID]
    ,[DBAName]
    ,INSTR(1, [DBAName], '-') - 1 AS DataPOSDash
    ,LEFT([DBAName], DataPOSDash) AS DataSubstring
    ...
  21. Replies
    1
    Views
    548

    Returning a Group

    I would like to use T-SQL in MSAccess where when there is a value existed in a field, it would return the group. For example:

    I have a table called tblTest with 10 records.

    I have two fields:...
  22. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Well, thanks for pointing me in the right direction.
  23. Replies
    13
    Views
    2,391

    Re: DVD Videos

    BTW Peter,

    Did you set any other settings for this control, beside the above code? When I load the form, the color scheme problem does not exist until I start to play the DVD.

    Also, is it...
  24. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Why am I running VB6 in VirtualBox? Well, I don't use it much so I just install it there.

    I did your suggestion on the "Disable Visual Themes". Still did not work. Seems to be a common thing:...
  25. Re: Path of All Referenced Components and Libraries

    I will check it out tonight. Thank you
  26. Re: Path of All Referenced Components and Libraries

    I believe you are right Mr. Wolf. I was up all night looking what to assign to VBEditor. In Excel, it would be:

    Set VBEditor = application.vbe.activeproject

    In VB, there is no application.
  27. Re: Path of All Referenced Components and Libraries

    Was hoping to get the list during run time so that I know which dll is being run from my exe.
  28. Path of All Referenced Components and Libraries

    I know how to do this in VBA but I can't remember how to do it in VB6.
  29. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Finally got this to work Peter.

    So here is the story. I have VB6 in a VirtualBox environment with 32 bit. I can't get the control to play but when I compile into an exe and run it on a 64 bit,...
  30. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Still the same problem. Were you able to do this in VB6 & Windows 7 (32 bit)?

    It is just as simple as register mswebdvd.dll and then selecting the component and then use the code above...
  31. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Peter, I registered it and when try to play, "No such interface supported."

    Here is basic code to load:



    Option Explicit

    Private Sub Form_Load()
    txtDVDFolder.Text = "E:\"
  32. Replies
    13
    Views
    2,391

    Re: DVD Videos

    Thanks Peter, I will look into that control.

    KeithUK, DVD won't play in Windows 8.
    http://windows.microsoft.com/en-CA/windows/dvd-playback-help

    Therefore, I can't use the wmp.dll activeX...
  33. MsOf13 Re: VBA (Context Sensitive Help) Office 2013

    ok. thanks West.

    In the days, when we install MSDN Library, it would be the help files for Visual Studio 6 suite. Press F1 and it takes you to the function or method that you are searching. Just...
  34. Replies
    13
    Views
    2,391

    DVD Videos

    VLC ActiveX Control (axVCL.dll): Does it not work with VB6? I installed it and it shows up in the component selection box. However, when I select it, there is a warning about name conflict.

    I...
  35. MsOf13 Re: VBA (Context Sensitive Help) Office 2013

    It looks like I did install everything before although I did not see "VBA Help".

    https://www.dropbox.com/sh/9qatoaeafhmvviu/AADuDGFsUNMDyliZSg0cF4Qba?dl=0
  36. MsOf13 Re: VBA (Context Sensitive Help) Office 2013

    Hi West, thanks for replying.

    I will check but I didn't know that VBA help comes with the installation. I did a custom install and checked everything for MS Access, MS Excel, MS Word, etc...
  37. MsOf13 VBA (Context Sensitive Help) Office 2013

    In the past, when I press F1 on a word, OFFLINE context menu pops up.

    In Office 2013, that is not the case. It brings me to a website.

    Is there a way to get help offline, similar to Office...
  38. Re: [RESOLVED] Window Media Player control (No Sounds)

    It was a codec problem after all. After installing this, it worked: http://www.ac3filter.net/wiki/Download_AC3Filter
  39. Re: Window Media Player control (No Sounds)

    Hmmm... When playing a MP4 file, there is sound. Just no sound when playing a DVD.


    However, when I do something like this against a DVD:
    cWMP.openPlayer

    and when the WindowMediaPlayer...
  40. [RESOLVED] Window Media Player control (No Sounds)

    I got it to work and playing a DVD. However, no sounds. Tried it on two different computers and still now sounds. When playing through Window Media Player app, it is working fine.
    ...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width