To be more detailed, I tried two different websites and 5 different sizes (16,32,64,128,512), If you have anymore suggestions I would greatly appreciate it!
I tried to upload my personal icon to this beautiful UDF, but it comes out blurry in the msgbox. Is there a specific size I need to use? Currently I have it set to the largest (512x512) and it looks great if i open it in windows photo viewer, but it gets blurry when the MsgBox uses it.
Any ideas?
Thanks!
So that's a no then on showing MM/DD/YYYY as default If I can't do that, after they press the add button how can I reset the date picker to the current date with your WM_NOTIFY. Will this work or no?
GUICtrlSetData($date, @MON & "/" & @MDAY & "/" & @YEAR)
Thanks FireFox, I am seeing some progress, but I think I have the wrong positions?
ControlMove("title","",$iid,$__iMsgBox_XPos,$__iMsgBox_YPos, 15)
This puts the buttons at the top of the msgbox and screws everything up
You are just helping me out all over the place today
And I wasn't very clear. I have that line in, but on the actual GUI itself I want to actually see the letters MM/DD/YYYY in the date picker. Not a date. Can I set strings in there or is this not very feasible.