Search found 12 matches
- Fri Sep 21, 2018 5:16 am
- Forum: Off Topic
- Topic: Any idea how to get into an password protected Access db?
- Replies: 10
- Views: 5389
Re: Any idea how to get into an password protected Access db
Hi dit you solved this password problem?
- Wed Aug 29, 2018 7:39 am
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
Hi ALL,
@HeX0RYou are the first one who has recognized the Problem. Thank You
now can my Question starts again:
Why in PureBasic this WorkArround dos not work, what in Powerbasic or VB6 works?
Does someone has any idea?
Out of curiosity:
Why does your program need admin rights?
It's for ...
@HeX0RYou are the first one who has recognized the Problem. Thank You
now can my Question starts again:
Why in PureBasic this WorkArround dos not work, what in Powerbasic or VB6 works?
Does someone has any idea?
Out of curiosity:
Why does your program need admin rights?
It's for ...
- Sat Aug 25, 2018 5:52 am
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
Good Morning ALL again,
Please do not be angry about my next Question:
Dit you try to run the code as ADMIN and dropd a file on it?
If I run the PureBasic IDE as admin = >I can't drop files on it. Ist the same!
Please tell me the result.
https://www.google.de/search?num=100&newwindow=1&safe ...
Please do not be angry about my next Question:
Dit you try to run the code as ADMIN and dropd a file on it?
If I run the PureBasic IDE as admin = >I can't drop files on it. Ist the same!
Please tell me the result.
https://www.google.de/search?num=100&newwindow=1&safe ...
- Thu Aug 23, 2018 11:34 am
- Forum: Coding Questions
- Topic: Error in ComMate
- Replies: 4
- Views: 1551
Re: Error in ComMate
Hi Peter,
thanks for replay.
".sst" is not the Problem. It's a doc (word) document. and word has no Problems with it.
but for be shure I have tested it whis".doc" it's the same
Greetings Steffen
thanks for replay.
".sst" is not the Problem. It's a doc (word) document. and word has no Problems with it.
but for be shure I have tested it whis".doc" it's the same
Greetings Steffen
- Thu Aug 23, 2018 9:53 am
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
OK I found the problem but not the solution.
if I run the Programm as an ADMIN (Compiler Options or manually) I can'T drop any from outside.
If not => it works.
@Bisonte: the Gadgets also works from outside.
But now starts my Problem again. to fix it earlier e.g. in PowerBasic or VB I have ...
if I run the Programm as an ADMIN (Compiler Options or manually) I can'T drop any from outside.
If not => it works.
@Bisonte: the Gadgets also works from outside.
But now starts my Problem again. to fix it earlier e.g. in PowerBasic or VB I have ...
- Thu Aug 23, 2018 9:06 am
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
.. yes but it doesn't work on my 3 PCs !!
what you've written is the example of the 2. post. I tryed it.
you can see the result in my 2. picture
what you've written is the example of the 2. post. I tryed it.
you can see the result in my 2. picture
- Thu Aug 23, 2018 8:19 am
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
Good morning and thanks for the answers,
but it doesn't work.
I have tryed ALL theese code befor, but none of them works for me.
I have tested it on 3 Windows PCs, ALL the same
here photos taken with my Phone. The cursor is "forbidden" exept on the IDE.
http://sperlingprog.com/pb1.jpg ...
but it doesn't work.
I have tryed ALL theese code befor, but none of them works for me.
I have tested it on 3 Windows PCs, ALL the same
here photos taken with my Phone. The cursor is "forbidden" exept on the IDE.
http://sperlingprog.com/pb1.jpg ...
- Wed Aug 22, 2018 6:34 pm
- Forum: Coding Questions
- Topic: Error in ComMate
- Replies: 4
- Views: 1551
Error in ComMate
Hi, sorry but the mail came back with error TimeOut:
I got an error by yousing your example Code:
This Error happends with MSWord 97.
Line:
If WordApplication\Invoke("Documents\Open('" + Infile + "')") = #S_OK <== ERROR
Greetings Steffen
!Documents\Open Unknown error. (Code : Hex 8002801C ...
I got an error by yousing your example Code:
This Error happends with MSWord 97.
Line:
If WordApplication\Invoke("Documents\Open('" + Infile + "')") = #S_OK <== ERROR
Greetings Steffen
!Documents\Open Unknown error. (Code : Hex 8002801C ...
- Wed Aug 22, 2018 6:18 pm
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Re: Windows Drag Drop
Thanks but this isnt it:
your example is not working :|
It works only if you drop files inside the application.
If you drop a file from outside e.g. a Desktop item or any other, it doesnt work.
The same with TEXT.
Under win10 you have to register your programm for the DragDrop Messages like I ...
your example is not working :|
It works only if you drop files inside the application.
If you drop a file from outside e.g. a Desktop item or any other, it doesnt work.
The same with TEXT.
Under win10 you have to register your programm for the DragDrop Messages like I ...
- Sun Aug 19, 2018 6:42 pm
- Forum: Coding Questions
- Topic: Windows Drag Drop
- Replies: 15
- Views: 4716
Windows Drag Drop
Hi ALL,
the PureBasic Editor accept text drop, fileDrop
but if I try to use the same future I get only the forbidden cursor.
my Code:
If OpenWindow(#MainWindow, posX, posY, WindowBreite, WindowHoehe, "1aAppStartmenu", #PB_Window_BorderLess )
If StickyPos
StickyWindow(#MainWindow, #True ...
the PureBasic Editor accept text drop, fileDrop
but if I try to use the same future I get only the forbidden cursor.
my Code:
If OpenWindow(#MainWindow, posX, posY, WindowBreite, WindowHoehe, "1aAppStartmenu", #PB_Window_BorderLess )
If StickyPos
StickyWindow(#MainWindow, #True ...
- Sun May 20, 2018 12:54 pm
- Forum: Coding Questions
- Topic: Bug in ReadShellLink? CompilerError
- Replies: 2
- Views: 767
Re: Bug in ReadShellLink? CompilerError
... cool Thank You 

- Sun May 20, 2018 11:00 am
- Forum: Coding Questions
- Topic: Bug in ReadShellLink? CompilerError
- Replies: 2
- Views: 767
Bug in ReadShellLink? CompilerError
Hi ALL,
I tryed to run codeexamples in different Topic s about readShellLink but allways there is a Compiler Error: 'wrong ParameterType: string expected'
But in the Microsoft description is a Pointer to a String:
HRESULT Load(
[in] LPCOLESTR pszFileName, <====================
[in] DWORD dwMode ...
I tryed to run codeexamples in different Topic s about readShellLink but allways there is a Compiler Error: 'wrong ParameterType: string expected'
But in the Microsoft description is a Pointer to a String:
HRESULT Load(
[in] LPCOLESTR pszFileName, <====================
[in] DWORD dwMode ...