Search found 44 matches
- Fri Aug 26, 2011 5:19 pm
- Forum: Coding Questions
- Topic: Systray icon dissapears
- Replies: 2
- Views: 896
Re: Systray icon dissapears
Thanks again c4s, i try this.
- Fri Aug 26, 2011 1:10 pm
- Forum: Coding Questions
- Topic: Systray icon dissapears
- Replies: 2
- Views: 896
Systray icon dissapears
Hi to all,
In W7, sometimes, the icon that my application puts in the systray dissapears...
Maybe in WinXP is also true, but I've never seen.
Does anyone know what happens and how to correct it?
Thanks and sorry for my english
Greetings
In W7, sometimes, the icon that my application puts in the systray dissapears...

Maybe in WinXP is also true, but I've never seen.
Does anyone know what happens and how to correct it?
Thanks and sorry for my english
Greetings
- Wed Aug 24, 2011 4:22 pm
- Forum: Coding Questions
- Topic: ReadFile function
- Replies: 4
- Views: 1219
Re: ReadFile function
Thank you c4s, I think this is what I need.c4s wrote:Take a look on this code to open the file "non-exclusively":
http://www.purebasic.fr/english/viewtop ... 92#p316992
- Wed Aug 24, 2011 4:20 pm
- Forum: Coding Questions
- Topic: ReadFile function
- Replies: 4
- Views: 1219
Re: ReadFile function
em_uk wrote:Close the file after you have read your data.


The problem is that both programs can access the same file at the same time.
- Tue Aug 23, 2011 6:19 pm
- Forum: Coding Questions
- Topic: ReadFile function
- Replies: 4
- Views: 1219
ReadFile function
Hi to all (and sorry for my English),
The ReadFile function opens a file in a read only mode, but if another program (like notepad) opens the same file and tries to save it, Windows does not allow it.
Anybody knows if is possible avoid this or how to perform the same in other way?
Thanks in ...
The ReadFile function opens a file in a read only mode, but if another program (like notepad) opens the same file and tries to save it, Windows does not allow it.
Anybody knows if is possible avoid this or how to perform the same in other way?
Thanks in ...
- Sun Jun 19, 2011 8:34 am
- Forum: Coding Questions
- Topic: Export a pdf file to txt
- Replies: 4
- Views: 1113
Re: Export a pdf file to txt
i try the post that you say,
best regards
best regards
- Sat Jun 18, 2011 8:39 pm
- Forum: Coding Questions
- Topic: Export a pdf file to txt
- Replies: 4
- Views: 1113
Re: Export a pdf file to txt
Hi IdeasVacuum,
First of all, thank you very much for your interest.
I have reached the same conclusion, it seems that you can't export a pdf to text file from the command line.
I've tried the solutions of the links you suggest, but the result of conversion is different from Adobe and I can't ...
First of all, thank you very much for your interest.
I have reached the same conclusion, it seems that you can't export a pdf to text file from the command line.
I've tried the solutions of the links you suggest, but the result of conversion is different from Adobe and I can't ...
- Sat Jun 18, 2011 12:26 pm
- Forum: Coding Questions
- Topic: Export a pdf file to txt
- Replies: 4
- Views: 1113
Export a pdf file to txt
Hi everyone (and sorry for my english),
Somebody knows how to export a pdf file to a txt file using adobe reader from PB?
I tried to use another tools, but the conversion is diferent than the adobe way.
Thanks in advance.
Somebody knows how to export a pdf file to a txt file using adobe reader from PB?
I tried to use another tools, but the conversion is diferent than the adobe way.
Thanks in advance.
- Wed Jun 01, 2011 5:35 pm
- Forum: Coding Questions
- Topic: ASM 32bit -> 64bit
- Replies: 10
- Views: 2498
Re: ASM 32bit -> 64bit
Hi Guy,
Sorry for my curiosity (and for my english) but i think that you can do the same without ASM:
mystr.s = ""
*stradd = @mystr
*pstr.String = @*stradd
*pstr\s = "hello"
Debug mystr
although may be i'm in error and you don't need it
Best regards
Sorry for my curiosity (and for my english) but i think that you can do the same without ASM:
mystr.s = ""
*stradd = @mystr
*pstr.String = @*stradd
*pstr\s = "hello"
Debug mystr
although may be i'm in error and you don't need it
Best regards
- Wed Jun 01, 2011 3:46 pm
- Forum: Coding Questions
- Topic: SerialPortError
- Replies: 2
- Views: 1219
Re: SerialPortError
Hi Bernd, thanks for your reply,
You're right, the help file says:
"Return the error on the #SerialPort when ReadSerialPortData(), WriteSerialPortData() or WriteSerialPortString() fail"
i didn't see it, but... in order to detect a problem, I expected that after performing any port operation, if ...
You're right, the help file says:
"Return the error on the #SerialPort when ReadSerialPortData(), WriteSerialPortData() or WriteSerialPortString() fail"
i didn't see it, but... in order to detect a problem, I expected that after performing any port operation, if ...
- Tue May 31, 2011 7:05 pm
- Forum: Coding Questions
- Topic: SerialPortError
- Replies: 2
- Views: 1219
SerialPortError
Hi,
I'm using the SerialPort functions integrated in PB 4.50
There is no problem in open the port, write and read data, and so on...
but the function SerialPortError always returns a value of 28 (1C hex),that seems means this:
#PB_SerialPort_Break
#PB_SerialPort_Frame
#PB_SerialPort_RxParity
If ...
I'm using the SerialPort functions integrated in PB 4.50
There is no problem in open the port, write and read data, and so on...
but the function SerialPortError always returns a value of 28 (1C hex),that seems means this:
#PB_SerialPort_Break
#PB_SerialPort_Frame
#PB_SerialPort_RxParity
If ...
- Thu Mar 24, 2011 6:11 pm
- Forum: General Discussion
- Topic: Account user name
- Replies: 3
- Views: 1627
Re: Account user name
OK, thanks.
- Wed Mar 23, 2011 1:30 pm
- Forum: Coding Questions
- Topic: AES question
- Replies: 12
- Views: 1988
Re: AES question
Inf0Byt3, thanks for your time ,
I take note of your suggestions. These are welcomed; now is all more clear.
Regards
I take note of your suggestions. These are welcomed; now is all more clear.
Regards
- Wed Mar 23, 2011 12:11 pm
- Forum: Coding Questions
- Topic: AES question
- Replies: 12
- Views: 1988
Re: AES question
Only save partial data of a configuration file in a secure way.
Regards,
Regards,
- Wed Mar 23, 2011 12:01 pm
- Forum: General Discussion
- Topic: Account user name
- Replies: 3
- Views: 1627
Account user name
Is it possible to rename username account?
Thanks
Thanks