Send Files Default Folder - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Send Files Default Folder (/showthread.php?tid=69249) Send Files Default Folder by Fuse on 12-07-2006 at 05:02 PM IS there way you can change the default folder the send files thing goes on? RE: Send Files Default Folder by Sunshine on 12-07-2006 at 05:08 PM
Tools > options > file transfer... "save recieved files in...." click change button after that and alter. Is that what you are looking for? RE: Send Files Default Folder by Fuse on 12-07-2006 at 05:15 PM
no i mean, when you click 'Send File' It automatically opens up to MY Documents, is theree anyway you can change that? RE: Send Files Default Folder by Menthix on 12-08-2006 at 06:20 PM I doubt there is a simple way to do that. It certainly can't be done trough normal settings and i highly doubt just scripting could do it. RE: Send Files Default Folder by CookieRevised on 12-08-2006 at 07:02 PM
Normally, and as with many such file dialogs, they open on the last used folder; it is the default Windows thing. RE: Send Files Default Folder by Menthix on 12-08-2006 at 07:34 PM
quote:I checked that before my last post, didn't seem to be the case here. RE: RE: Send Files Default Folder by TheGuruSupremacy on 12-12-2006 at 10:48 PM
quote: Yes Cookie is right normally they open on the last used folder,but in send file dialog msn call always the api shgetfolderpathw to get the documents folder....it can be patched....you can modify the code here: 006423B2 . 68 04010000 PUSH 104 ; /Arg2 = 00000104 006423B7 . 8D85 E8FDFFFF LEA EAX,DWORD PTR SS:[EBP-218] ; | 006423BD . 50 PUSH EAX ; |Arg1 006423BE . E8 EDC30C00 CALL 0070E7B0 ; \msnmsgr.0070E7B0 or in a routine at 0070e7b0........Sorry for my english RE: Send Files Default Folder by TheGuruSupremacy on 12-13-2006 at 02:05 PM This is a patch example it changes the default folder as desktop.....The patch uses the same api function to get the desktop folder RE: Send Files Default Folder by Fuse on 12-14-2006 at 09:07 PM mmm thanks gurusupremacy - but it doesnt seem to work for me, anyone help me with my problemo? RE: RE: Send Files Default Folder by TheGuruSupremacy on 12-15-2006 at 10:12 AM
quote: Which window messenger live's version do you have????that patch was for 8.0.812 and it works for this version i tested it....however if you tell me the mns's version and the path that you want change i'll do a patch for you....Sorry for my english.... RE: Send Files Default Folder by TheGuruSupremacy on 12-15-2006 at 10:47 PM with this patch the dialog open on the last used folder;i hope to have been useful (this patch is for all wlm's version ) RE: Send Files Default Folder by Fuse on 12-16-2006 at 11:23 AM thanks alot guru tooo cool |