Search found 15 matches

by Yian_The_Craft
Tue Sep 28, 2004 12:31 pm
Forum: Announcement
Topic: FastFile released
Replies: 54
Views: 20213

Both ;) Please
by Yian_The_Craft
Mon Sep 27, 2004 5:19 pm
Forum: Announcement
Topic: FastFile released
Replies: 54
Views: 20213

I am really needing fast file for my program,will there be a new version released?
by Yian_The_Craft
Sat Sep 18, 2004 12:55 pm
Forum: Coding Questions
Topic: using #EM_FINDTEXT
Replies: 3
Views: 1301

could the last parameter of the #EM_ message not simply be

Code: Select all

text
?
by Yian_The_Craft
Sat Sep 18, 2004 10:19 am
Forum: Coding Questions
Topic: using #EM_FINDTEXT
Replies: 3
Views: 1301

using #EM_FINDTEXT

Hey guys I really need some help on how to use
#EM_FINDTEXT http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/richedit/richeditcontrols/richeditcontrolreference/richeditstructures/findtext.asp
The lpstrText is what is confusing me...is a callback needed?Or ...
by Yian_The_Craft
Fri Sep 17, 2004 12:21 pm
Forum: Coding Questions
Topic: about the editor gadget
Replies: 10
Views: 2440

OK I'm not new to programming,just PB.I am self-taught(since 99) so there are some holes in my knowledge.Types are something I have be learning recently and I haven't used it much.
Thanks to all!
But I have one question...we define the var Format as type CHARRANGE or whatever it was,but why didn't ...
by Yian_The_Craft
Fri Sep 17, 2004 3:13 am
Forum: Coding Questions
Topic: about the editor gadget
Replies: 10
Views: 2440

Thanks poly,I had looked through the MS pages but I ddin't find the color commands.Also,I had searched this forum and got some really complicated stuff and people saying you MUST use windows callback to do it.Thanks again! :D
Hmm ok this is some stuffI don't get:
Format.CHARFORMAT
Format\cbSize ...
by Yian_The_Craft
Wed Sep 15, 2004 2:36 pm
Forum: Coding Questions
Topic: about the editor gadget
Replies: 10
Views: 2440

Sorry but I have nother question ;)
How can I change the color of the selected text in the editorgadget?
by Yian_The_Craft
Wed Sep 15, 2004 12:01 pm
Forum: Coding Questions
Topic: about the editor gadget
Replies: 10
Views: 2440

Many many thanks. 8)
by Yian_The_Craft
Tue Sep 14, 2004 12:04 am
Forum: Coding Questions
Topic: about the editor gadget
Replies: 10
Views: 2440

about the editor gadget

Hello,about that editorgadget...is there any way to delete selected text,but not with back space,instead when a menuevent() happens..?
by Yian_The_Craft
Mon Sep 13, 2004 11:17 pm
Forum: Windows
Topic: URLDownloadToFileA
Replies: 5
Views: 6789

Thanks guys,but really I wasn't planning to use the URL moniker command in PB ;) Still thanks though. Also, after reading that stuff on msdn does the function return S_OK if the file has been 100% downloaded?Or if the download has successfully began?
by Yian_The_Craft
Mon Sep 13, 2004 12:54 pm
Forum: Announcement
Topic: FastFile released
Replies: 54
Views: 20213

I have a test.txt which is 4 lines:
1
2
3
4
but when I use that example code it only reads the 3 lines.If I make it 5 lines it only reads 4.
by Yian_The_Craft
Sun Sep 12, 2004 12:02 pm
Forum: Feature Requests and Wishlists
Topic: get selected text of editor gadget
Replies: 4
Views: 1657

Thanks,it would be good if it was added to functionality.
by Yian_The_Craft
Sun Sep 12, 2004 11:23 am
Forum: Feature Requests and Wishlists
Topic: get selected text of editor gadget
Replies: 4
Views: 1657

many thanks! :D But how did you think of that? I'm a bit confused since you don't seem to use stuff in the manual...like sendmessage_ and #EM_GETSELTEXT
by Yian_The_Craft
Sun Sep 12, 2004 7:42 am
Forum: Feature Requests and Wishlists
Topic: get selected text of editor gadget
Replies: 4
Views: 1657

get selected text of editor gadget

title says it all :P
by Yian_The_Craft
Sun Sep 12, 2004 7:05 am
Forum: Windows
Topic: URLDownloadToFileA
Replies: 5
Views: 6789

URLDownloadToFileA

I intend to use URLDownloadToFileA however is there a way to see if the file has been downloaded or if it is still downloading.Perhaps from a return value?I don't know the return values of URLDownloadToFileA...
please help thanks