Search found 13 matches

by EvilByte
Wed Sep 14, 2011 6:54 pm
Forum: Coding Questions
Topic: SendMessage_
Replies: 6
Views: 961

Re: SendMessage_

Not sure why now works but i found 000104C4 at winspector and added a '$' in front of it.

Code: Select all

SendMessage_($000104C4, #EM_SETREADONLY, 0, 0)

works perfecty!

Thank you for your time my friend! :D
by EvilByte
Wed Sep 14, 2011 6:34 pm
Forum: Coding Questions
Topic: SendMessage_
Replies: 6
Views: 961

Re: SendMessage_

Hmm i use winspector and i found that control is named RichEdit20W & ID is 1153 but when i use the API

Code: Select all

SendMessage_(1153, #EM_SETREADONLY, 0, 0) 
nothing changes :(
by EvilByte
Wed Sep 14, 2011 6:04 pm
Forum: Coding Questions
Topic: SendMessage_
Replies: 6
Views: 961

Re: SendMessage_

Thanks but the editor is not a purebasic gadget.
Should i change GadgetID(0) to control id?
by EvilByte
Wed Sep 14, 2011 5:18 pm
Forum: Coding Questions
Topic: SendMessage_
Replies: 6
Views: 961

SendMessage_

How to use this command to make an editor gadget non-readonly? (#ReadOnly flag)
by EvilByte
Wed Apr 27, 2011 7:18 pm
Forum: Coding Questions
Topic: Lan Emulator
Replies: 0
Views: 556

Lan Emulator

Hi,
I recently noticed a program which is called 'hamachi'. I wonder if it possible to develop a similar program
(or something like raw proxy) which creates a virtual lan for broadcasting local games.
by EvilByte
Sun Feb 13, 2011 10:26 pm
Forum: Off Topic
Topic: A weird problem!
Replies: 3
Views: 1001

Re: A weird problem!

It happens at all executables despite the name. If i try to replace the exe from windows explorer things are ok but when another program
tries to overwrite the exe i get this error...
http://bluesys.netne.net/data/Capture.png


Also if i try to execute it i get:

[Window Title]
X:\Lab\dev\test ...
by EvilByte
Sun Feb 13, 2011 9:06 pm
Forum: Off Topic
Topic: A weird problem!
Replies: 3
Views: 1001

A weird problem!

Hi,
When an program tries to write an executable (for example a patcher) i get "File access denied error".
I noticed that the "System" process is using the file for 30 seconds and then it gets deleted :shock:

This happens even when i try to compile from PureBasic IDE or CodeBlocks...
Any ideas?

I ...
by EvilByte
Fri Feb 11, 2011 8:27 pm
Forum: General Discussion
Topic: Executing program in a server
Replies: 5
Views: 1053

Re: Executing program in a server

You 're right Trond just noticed that the server is running ubuntu! :oops:
However i don't have linux at my PC...
Should i search for a windows server?
by EvilByte
Fri Feb 11, 2011 6:42 pm
Forum: General Discussion
Topic: Executing program in a server
Replies: 5
Views: 1053

Re: Executing program in a server

I wasn't quite clear, i don't want to add chatbox in my website.I made something like a messenger.I can upload my chatserver.exe at the remote pc but i cannot make it run there and accept connections from chatclient.exe.Tried using PHP exec() but without success :(
by EvilByte
Fri Feb 11, 2011 6:04 pm
Forum: General Discussion
Topic: Executing program in a server
Replies: 5
Views: 1053

Executing program in a server

Hi,
I made a small server for chatting and i want to execute it at a remote server (apache) which i have access only through ftp. Can i do that?
by EvilByte
Sat Jan 29, 2011 10:29 pm
Forum: Coding Questions
Topic: Getting control text
Replies: 3
Views: 773

Re: Getting control text

Tried ts-soft's AutoWin include and it works!
Thx for your time guys :D
by EvilByte
Sat Jan 29, 2011 9:41 pm
Forum: Coding Questions
Topic: Getting control text
Replies: 3
Views: 773

Getting control text

Hi
I want to get the text from a richedit control. I used Winspector to find the control ID which is 1153 but this does not work

Code: Select all

*Buffer.s = Space(1000)
SendMessage_(1153,#WM_GETTEXT,1000,*Buffer.s)
Debug *Buffer.s
Any ideas?
by EvilByte
Sat Jan 22, 2011 8:12 pm
Forum: Coding Questions
Topic: Writing a parser
Replies: 2
Views: 842

Writing a parser

Hi

I'am trying to write a replay parser for a game called 'Warcraft III' but without success :( . The replay (*.w3g) format is here: http://w3g.deepnode.de/files/w3g_format.txt but it is a bit complicated... Maybe a little help?

Btw my English is horrible :oops: