Thread: FindWindow?

Results 1 to 3 of 3
  1. #1
    britguy420's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    5
    My Mood
    Yeehaw

    FindWindow?

    Hey! First of all, sorry for my english. So. My question is what is the diffetence between FindWindowA and W? i used A all my life... but now i found a guy who is useing W. And how can i use FindWindowW? many thanks Same way as A? you know (NULL, "windowname")? Thanks

  2. #2
    ThatPurpleGuy's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    17
    My Mood
    Sleepy
    "The documentation gives the basic name of the function (FindWindow) but
    since it takes strings there are two versions, a Unicode one (FindWindowW)
    and Ansi (FindWindowA)"
    found at https://computer-programming-forum.co...f1592b3f2b.htm

  3. #3
    SPITZE's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    58
    Different encodings, thats all use MSDN to search functions

Similar Threads

  1. [Help] FindWindow Function
    By WhiteBoiNic in forum C++/C Programming
    Replies: 8
    Last Post: 06-10-2014, 12:17 PM
  2. [Help] FindWindow + GetForegroundWindow comparing VB.NET
    By jaydeeph in forum Alliance of Valiant Arms (AVA) Coding / Source Code
    Replies: 2
    Last Post: 05-17-2014, 05:15 AM
  3. [Help] [C++]HWND hWnd = FindWindow don't find the window
    By programme-zero in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 5
    Last Post: 08-31-2013, 04:09 PM
  4. [Help] Help with FindWindow();
    By gcflames12 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-06-2012, 10:51 AM
  5. CLR C++ FindWindow help[SOLVED]
    By spwn in forum C++/C Programming
    Replies: 37
    Last Post: 06-15-2010, 05:38 PM