Windows 10: Form1 Popup

Discus and support Form1 Popup in Windows 10 Support to solve the problem; I think I'll wait for 1803 and do a reset/reinstallation. I was thinking I needed the USB drive to get Dell's software (primarily the security tools... Discussion in 'Windows 10 Support' started by Winuser, Apr 4, 2018.

  1. Winuser Win User

    Form1 Popup


    When you do the clean install do not sign in to your MS account until after the install finishes. You want to use a local account.
     
    Winuser, Apr 4, 2018
    #1
  2. ericnixmd Win User

    I'm getting random Form1 popups (see photo). I'm assuming this is Visual Basic. I can't seem to figure out what program is causing this and haven't noticed anything in particular that triggers it. Malwarebytes and Windows Defender scans haven't found anything.



    Form1 Popup [​IMG]


    :)
     
    ericnixmd, Apr 26, 2018
    #2
  3. tood2000 Win User
    Maps for France and Germany

    I thought I had got there! , but realised my memory card was only 2Gb.

    fitted a new 8gb one but now get this erroron the map loader: -



    Exception Text **************

    System.MissingFieldException: Field not found: 'MLCustomList.MLCustomList.UpdateStatushandlerList'.

    at MapLoader20.UIElements.PageDownload..ctor(Int32 id)

    at MapLoader20.TabBackground.CreateDownloadPage(Object param, Int32 id)

    at MapLoader20.UIElements.TopButton.get_GetPage()

    at MapLoader20.TabBackground.OnEnterTab(TopButton button)

    at MapLoader20.UIElements.TopButton.OnButtonClick()

    at MapLoader20.UIElements.TopButton.set_Active(TopButton value)

    at MapLoader20.TabBackground.SelectPage(Int32 id)

    at MapLoader20.Form1.LoadPages()

    at MapLoader20.Form1.OnInitialized()

    at MapLoader20.Form1.bw_drive_status_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)

    at MapLoader20.MsgBoxThread._worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)

    at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)

    at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

    I have tried re installing and updating what I can not sure what to do now.

    Tood
     
    tood2000, Apr 26, 2018
    #3
  4. NDave Win User

    Form1 Popup

    Detect incoming call

    I manage it to work something like this, it also hide the default incoming call popup.

    using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace CallDetector { public partial
    class Form1 : Form { private Microsoft.WindowsMobile.Status.SystemState incomingProperty; public Form1() { incomingProperty = new Microsoft.WindowsMobile.Status.SystemState(Microsoft.WindowsMobile.Status.SystemProperty.PhoneIncomingCall); incomingProperty.Changed
    += new Microsoft.WindowsMobile.Status.ChangeEventHandler(incomingProperty_Changed); } private void incomingProperty_Changed(object sender, Microsoft.WindowsMobile.Status.ChangeEventArgs args) { IntPtr incomingHandle = FindWindow(IntPtr.Zero, "Phone - Incoming...");
    label2.Text = "Status: Incoming Call"; label2.Text += Microsoft.WindowsMobile.Status.SystemState.PhoneIncomingCallerNumber; // 0x80 = Hide Window, 0x1 = No Size, 0x2 = No Move SetWindowPos(incomingHandle.ToInt32(), HWND_BOTTOM, 0, 0, 0, 0, 0x80); } [DllImport("CoreDll")]
    public static extern IntPtr FindWindow(IntPtr classname, string WindowName); [DllImport("CoreDll")] public static extern bool SetWindowPos(int hWnd, int hWndInsertAfter, int x, int y, int cx, int cy, uint nFlags); public const int HWND_BOTTOM = 0x1; public
    const uint SWP_NOSIZE = 0x1; public const uint SWP_NOMOVE = 0x2; public const uint SWP_SHOWWINDOW = 0x40; public const uint SWP_HIDEWINDOW = 0x80; } }
     
    NDave, Apr 26, 2018
    #4
  5. swarfega Win User
    Sorry but your screenshot hasn't appeared. You can follow this guide to get you started.
     
    swarfega, Apr 26, 2018
    #5
  6. Anak Win User
  7. ericnixmd Win User
    @Anak, thanks for the link. It found 4 threats (see pic). Sorry I forgot to attach the image from the original post.


    Form1 Popup [​IMG]
     
    ericnixmd, Apr 26, 2018
    #7
  8. spunk Win User

    Form1 Popup

    Click Clean and Repair, restart and see if the box appears again
     
    spunk, Apr 26, 2018
    #8
  9. ericnixmd Win User
    So far it hasn't appeared again. I had to run clean and repair after rebooting though. Just wanted to make sure it was gone, and the AOL one still remained.

    Curious how I could've gotten these since I'm pretty vigilant about visiting only work related websites (except this forum).
     
    ericnixmd, Apr 26, 2018
    #9
  10. Anak Win User
    You're welcome,

    Check your browser extensions for AOL if there remove it, if not, look in Control Panel\All Control Panel Items\Programs and Features for it and uninstall it from there.

    Curious? Somehow somewhere they snuck by you.
     
  11. EdTittel Win User
    I have a different suggestion to make regarding AOL. I fought this beast on my parents' PCs, both of whom were long-time AOL customers who decided to get off that bus and onto something faster back in the late 2000s (2007 or 8, if memory serves). It took me more than a day to figure out how to remove all traces of AOL from what must've been XP back then. Then I discovered the AOL Removal Tool at MajorGeeks. It's still there, and still worth using. Does an excellent job of cleaning up the aftermath. Use it with my encouragement and blessings.
    HTH,
    --Ed--
     
    EdTittel, Apr 27, 2018
    #11
  12. ericnixmd Win User
    @EdTittel Malwarebytes blocked your link for malware. Sure it's safe?
    @Anak I had AIM installed last year (around May) and removed it shortly after. I haven't had any Form1 popups until about 1-2 months ago. They occur sporadically. Wouldn't think AIM would surface that far out, but anything is possible.

    EDIT: Nevermind, I was clicking the ad download button -- almost fell for it. Must get sleep (only had 2 hours over the past 24 hours).
     
    ericnixmd, Apr 27, 2018
    #12
  13. ericnixmd Win User

    Form1 Popup

    Had quite a few "remnants" of AOL/AIM that were removed. Thanks for the link. *Smile
     
    ericnixmd, Apr 27, 2018
    #13
  14. Anak Win User
    Yes, anything is possible.

    Thanks Ed.
     
  15. ericnixmd Win User
    Thought this was fixed, but then it popped back up randomly. Ran Adware again, nothing found.

    This solidifies my desire to do a complete wipe and reinstallation of Windows with my Dell recovery USB this weekend.
     
    ericnixmd, Apr 27, 2018
    #15
Thema:

Form1 Popup

Loading...
  1. Form1 Popup - Similar Threads - Form1 Popup

  2. Remove Annoying Popup Advertisements in Windows 11

    in Windows 10 Gaming
    Remove Annoying Popup Advertisements in Windows 11: Adobe Acrobat Advertisements are popping up in Windows 11 at the bottom left. How do I turn that off? For that matter how do I turn off every single ad period? Microsoft Windows is a never-ending game of Whack-A-Mole....
  3. Remove Annoying Popup Advertisements in Windows 11

    in Windows 10 Software and Apps
    Remove Annoying Popup Advertisements in Windows 11: Adobe Acrobat Advertisements are popping up in Windows 11 at the bottom left. How do I turn that off? For that matter how do I turn off every single ad period? Microsoft Windows is a never-ending game of Whack-A-Mole....
  4. When I try to upload my screenshots anywhere, it shows a popup saying the following. Check...

    in Windows 10 Gaming
    When I try to upload my screenshots anywhere, it shows a popup saying the following. Check...: "C:\Users\KMM51\Pictures\Screenshots is unavailable. If the location is on this PC, make sure the device or drive is connected or the disk is inserted, and then try again. If the location is on a network, make sure you're connected to the network or Internet, and then try...
  5. When I try to upload my screenshots anywhere, it shows a popup saying the following. Check...

    in Windows 10 Software and Apps
    When I try to upload my screenshots anywhere, it shows a popup saying the following. Check...: "C:\Users\KMM51\Pictures\Screenshots is unavailable. If the location is on this PC, make sure the device or drive is connected or the disk is inserted, and then try again. If the location is on a network, make sure you're connected to the network or Internet, and then try...
  6. The description for Event ID 56 from source Application Popup cannot be found.

    in Windows 10 BSOD Crashes and Debugging
    The description for Event ID 56 from source Application Popup cannot be found.: The description for Event ID 56 from source Application Popup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event...
  7. The description for Event ID 56 from source Application Popup cannot be found.

    in Windows 10 Gaming
    The description for Event ID 56 from source Application Popup cannot be found.: The description for Event ID 56 from source Application Popup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event...
  8. The description for Event ID 56 from source Application Popup cannot be found.

    in Windows 10 Software and Apps
    The description for Event ID 56 from source Application Popup cannot be found.: The description for Event ID 56 from source Application Popup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event...
  9. I keep getting a popup with 4 photos and like or dislike options. I cannot access some...

    in Windows 10 Gaming
    I keep getting a popup with 4 photos and like or dislike options. I cannot access some...: I keep getting popups with 4 photos and like or dislike option. It appears to be coming from Windows. I cannot access some web page content which it is covering. Also, I cannot take a screenshot of it to show the issue. How do I stop these popups....
  10. I keep getting a popup with 4 photos and like or dislike options. I cannot access some...

    in Windows 10 Software and Apps
    I keep getting a popup with 4 photos and like or dislike options. I cannot access some...: I keep getting popups with 4 photos and like or dislike option. It appears to be coming from Windows. I cannot access some web page content which it is covering. Also, I cannot take a screenshot of it to show the issue. How do I stop these popups....