• Member Avatar for amvx86
    amvx86

    Created Creating Registry binary value

    Hello Everyone, I'm trying to create / edit a binary value within the windows registry so far I have this: Dim data As Byte() = New Byte() {&H48, 96} Microsoft.Win32.Registry.SetValue("hkey_local_machine\hardware\description\system\bios", …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Window Search in C++

    @rproffitt, Oh trust me I know. The reason why I'm going back to these days of coding is because we are seeing an uptick in malware written in these languages. …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Window Search in C++

    @nullptr, I will have to modify this code to make it so that it runs every 500ms and check for a handful of windows. I'm using this for a specific …
  • Member Avatar for amvx86
    amvx86

    Created Window Search in C++

    Hey everyone, I'm looking to add a block / function within a C++ application that will search for open windows. For instance, wordpad and notepad. If either are open perform …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help writing php variable in HTML code

    Thank you for the information. I have completed what needs to be done. I've fixed the code. THANK YOU!! -=]
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help writing php variable in HTML code

    Diafol, If I try your suggestion, it returns: Send us junk at: and it's blank. It I try it with the <?php $colMail ?> it also does the same thing. …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help writing php variable in HTML code

    Stefan & Diafol, Word, I will check this and re-do the code and post it back as best as possible. The mailto was a test to see if it worked …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help writing php variable in HTML code

    For some reason, wouldn't let me post code, so lets try again. This is the code I'm working with. I'm trying to get the e-mail address into the html code, …
  • Member Avatar for amvx86
    amvx86

    Created C and DLLS or API Calls or Examples of using DLLs

    Good Morning, For the last few weeks I've been searching HIGH AND LOW. All forms, dozens of tabs open, and bought about 200 bucks in books. My goal is to …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in C GetDiskFreeSpaceExW

    Nutster, Thank you for pointing that out. I'll check it out when I have a chance. I appreciate all your help. I will let you know what happens when I …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in C GetDiskFreeSpaceExW

    Nutster, The issue I'm having is that I'm trying to point the drives that I found to the drive function to get the size, but if I do something like …
  • Member Avatar for amvx86
    amvx86

    Created C GetDiskFreeSpaceExW

    Ladies and Gentlemen Coders, I'm working with the code below: int GetDrives(void) { wchar_t LogicalDrives[MAX_PATH] = {0}; DWORD r = GetLogicalDriveStringsW(MAX_PATH, LogicalDrives); if ( r == 0 ) { printf("Failed …
  • Member Avatar for amvx86
    amvx86

    Created Bing and Google Translate

    Hey what's up everyone? I'm about 3 days into hitting an extreme amount of brick walls and I'm about punch drunk. Currently I've spent 4 hours on this alone and …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help with API call?

    Dude, I wasn't expecting all this. I greatly appreciate what you've done here. I'm going to mess with this and incorporate it... In time to come I might PM you …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help with API call?

    No suggestions?
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help with API call?

    Here is some of the code I converted, but I still lack the know how to make it functional. Any suggestions? Structure UUID Public Data1 As Long Public Data2 As …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help with API call?

    This is the old bas / module that I used in VB6... Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Help with API call?

    The code is an old module, I think I have it worked out, so I might post original code first, my modded code, and questions on what I'm looking to …
  • Member Avatar for amvx86
    amvx86

    Created Help with API call?

    I have an old API from a bas file, and I'm trying to convert it. I think I'm on the right track however, I keep running into some problems with …
  • Member Avatar for amvx86
    amvx86

    Replied To a Post in Windows API control selection?

    Not so much, but what I am looking for is an API spy. Better yet, is there a way to do this in or with pinvoke? Child& = FindWindow("#32770", vbNullString) …
  • Member Avatar for amvx86
    amvx86

    Created Windows API control selection?

    Hello everyone, So I have a quick question. Back when there was something written by BoFen and it was called codegenie and I have a copy of it and i've …
  • Member Avatar for amvx86
    amvx86

    Marked Solved Status for vb 2010 connection to ubuntu server sql database

    Hello everyone, I'm writing up a new application that instead of using microsoft as a server, I'm using a linux server with a database in it. The database was setup, …

The End.