May 30, 2014 at 7:42am UTC
hi all;
What is Function To Change Class Name For(Example:Notepad)?
Last edited on May 30, 2014 at 7:45am UTC
May 30, 2014 at 7:47am UTC
I think notepad is too simple to have functions like that. If you are not using the class name for anything else in your program I guess you could use the Replace feature (Ctrl+H) on each file.
May 30, 2014 at 7:54am UTC
i use SetWindowText function to change title
but
What is Function To Change Class Name?
hope you understand me
thankx Peter87
Last edited on May 30, 2014 at 7:55am UTC
May 30, 2014 at 8:03am UTC
Change the title of what? Do you have any code on you?
May 30, 2014 at 8:03am UTC
about WindowTitle and Class
Ex: Notepad
title: Untitled - Notepad
Class: Notepad
Last edited on May 30, 2014 at 8:04am UTC
May 30, 2014 at 8:10am UTC
I don't know what the hell you are talking about lol
May 30, 2014 at 8:23am UTC
thanks peter87 :)
not
CreateWindowEx
i use
SetWindowText function
to change notepad title
from
Untitled - Notepad To Untitled - NEW Notepad
now i want to change class name \ Class: Notepad
Last edited on May 30, 2014 at 8:41am UTC