Search found 20 matches
- Sun Feb 12, 2012 11:12 pm
- Forum: Feature Requests and Wishlists
- Topic: DeleteFile with force flags
- Replies: 2
- Views: 936
Re: DeleteFile with force flags
.... I think that might be difficult to achieve as a general command, at least on Windows (possibly even more so on Windows8). DeleteFile() will already delete deletable files. Files that won't delete will be locked in some way, either because they are opened and in use by another app or because ...
- Fri Feb 10, 2012 12:09 am
- Forum: Feature Requests and Wishlists
- Topic: DeleteFile with force flags
- Replies: 2
- Views: 936
DeleteFile with force flags
G'day, just a quickie.
May the #PB_FileSystem_Force flag please be added as an option to DeleteFile, or DeleteFile and DeleteDirectory me merged into the one function? I can use DeleteDirectory to remove read-only files but it's not really logical.
Cheers.
May the #PB_FileSystem_Force flag please be added as an option to DeleteFile, or DeleteFile and DeleteDirectory me merged into the one function? I can use DeleteDirectory to remove read-only files but it's not really logical.
Cheers.
- Fri Apr 15, 2011 1:55 am
- Forum: Announcement
- Topic: DroopyLib
- Replies: 186
- Views: 119906
Re: DroopyLib
Thanks mate, excellent update. Would you please be able to add the option for registry operations to be able to accept flags? I need to be able to interrogate and write 64bit registry keys from a 32bit app as defined here: http://msdn.microsoft.com/en-us/library ... 85%29.aspx
Cheers!
Cheers!

- Mon May 03, 2010 4:14 am
- Forum: Feature Requests and Wishlists
- Topic: RunAs - built-in
- Replies: 15
- Views: 6481
Re: RunAs - built-in
Thanks mate... I also need to wait until the app is closed too, so I need to get an app handle...
Cheers.
Cheers.
- Thu Apr 29, 2010 1:24 am
- Forum: Feature Requests and Wishlists
- Topic: RunAs - built-in
- Replies: 15
- Views: 6481
Re: RunAs - built-in
Everything you asked for can already be done. Look at the manual in the section "Process".
Uh, I've looked and can't find anything that would allow me to run an app under a different user account... any pointers?
Cheers
Oups, I didn't see that, sorry. You can do that with API, but I'm not sure ...
Uh, I've looked and can't find anything that would allow me to run an app under a different user account... any pointers?
Cheers
Oups, I didn't see that, sorry. You can do that with API, but I'm not sure ...
- Tue Apr 27, 2010 11:25 pm
- Forum: Feature Requests and Wishlists
- Topic: RunAs - built-in
- Replies: 15
- Views: 6481
Re: RunAs - built-in
SuperRunas() from the DroopyLib do this
Looked, but I can't find that function mate... what version did it get introduced in? Using v1.32 (15/12/2009).
Everything you asked for can already be done. Look at the manual in the section "Process".
Uh, I've looked and can't find anything that would ...
Looked, but I can't find that function mate... what version did it get introduced in? Using v1.32 (15/12/2009).
Everything you asked for can already be done. Look at the manual in the section "Process".
Uh, I've looked and can't find anything that would ...
- Mon Apr 26, 2010 11:28 pm
- Forum: Feature Requests and Wishlists
- Topic: RunAs - built-in
- Replies: 15
- Views: 6481
RunAs - built-in
G'day folks.
I have been using RunAs, the function in Droopy's library, for quite a while. Until mow it has served me quite well; however, I now find it limiting.
I need to be able to find out when the executed problem has closed, and get return codes. I have been using GetPIDProcess on the ...
I have been using RunAs, the function in Droopy's library, for quite a while. Until mow it has served me quite well; however, I now find it limiting.
I need to be able to find out when the executed problem has closed, and get return codes. I have been using GetPIDProcess on the ...
- Fri Sep 26, 2008 1:27 am
- Forum: Coding Questions
- Topic: [FIXED]: Balloon click [callback] not working consistently
- Replies: 2
- Views: 1523
- Thu Sep 25, 2008 3:35 am
- Forum: Coding Questions
- Topic: [FIXED]: Balloon click [callback] not working consistently
- Replies: 2
- Views: 1523
- Wed Sep 24, 2008 1:32 am
- Forum: Coding Questions
- Topic: [FIXED]: Balloon click [callback] not working consistently
- Replies: 2
- Views: 1523
[FIXED]: Balloon click [callback] not working consistently
G'day. :D
I have another problem to throw out there which when fixed will hopefully see the app I'm working on completed and mostly without bugs.
This is something I cannot figure out. I'm using balloontip code posted here on the forums [http://www.purebasic.fr/english/viewtopic.php?t=12030 ...
I have another problem to throw out there which when fixed will hopefully see the app I'm working on completed and mostly without bugs.
This is something I cannot figure out. I'm using balloontip code posted here on the forums [http://www.purebasic.fr/english/viewtopic.php?t=12030 ...
- Tue Sep 23, 2008 3:30 am
- Forum: Coding Questions
- Topic: Render PNG alpha-layer correctly
- Replies: 4
- Views: 1521
- Tue Sep 23, 2008 12:52 am
- Forum: Coding Questions
- Topic: Render PNG alpha-layer correctly
- Replies: 4
- Views: 1521
- Mon Sep 22, 2008 2:12 am
- Forum: Coding Questions
- Topic: Render PNG alpha-layer correctly
- Replies: 4
- Views: 1521
Render PNG alpha-layer correctly
G'day. I have a question that has taken a while to ask, as I have been trying to figure it out myself and by searching on the forums.
I am trying to render a PNG image on a window, which has other controls on it. Below is the standard code built using PureFORM:
;{- Enumerations / DataSections ...
I am trying to render a PNG image on a window, which has other controls on it. Below is the standard code built using PureFORM:
;{- Enumerations / DataSections ...
- Mon Sep 15, 2008 3:38 am
- Forum: Coding Questions
- Topic: Cannot get StringGadget ReadOnly to work after opened window
- Replies: 13
- Views: 1814
- Mon Sep 15, 2008 3:00 am
- Forum: Coding Questions
- Topic: Cannot get StringGadget ReadOnly to work after opened window
- Replies: 13
- Views: 1814