Jump to content

jdicerch

Active Members
  • Posts

    38
  • Joined

  • Last visited

jdicerch's Achievements

  1. And it displays clearly to me as well, but when I upload it into the script it blurrs...
  2. Like the 16,32,48,64 icons? No they all look normal. Image: '>
  3. 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!
  4. I did as suggested, and converted the original .jpg to a 32x32 .ico, and the same results still occur.
  5. 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!
  6. I am very interested! Thank you very much, I will try to implement this into my code.
  7. haha very interesting way to go about it! Thanks for your input (thumbs-up)
  8. 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)
  9. Fixed..Spelling mistake : (
  10. Ah got it! Thank you. That works, just needs a little maneuvering around.
  11. the default keyboard meaning "x","y"? ControlMove("title","",$iid, x, y, 15) ;<--Like this?
  12. 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
  13. 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.
  14. Awesome M23, that would be greatly appreciated
×
×
  • Create New...