Search found 42 matches

by effis
Wed Feb 23, 2011 4:04 pm
Forum: Coding Questions
Topic: change language
Replies: 8
Views: 1348

Re: change language

thanks gabriel
i made this code
num=4

Dim lan.s(num,3)
lan(1,1)="0000040c":lan(1,2)="french"
lan(2,1)="0000040d":lan(2,2)="hebrew"
lan(3,1)="00000409":lan(3,2)="english"
lan(4,1)="00000408":lan(4,2)="?"

For k=1 To num
lan(k,3)=Str(LoadKeyboardLayout_(lan(k,1),#KLF_REORDER))
Next

OpenWindow(1 ...
by effis
Wed Feb 23, 2011 12:19 pm
Forum: Coding Questions
Topic: change language
Replies: 8
Views: 1348

Re: change language

yeah, i think its this, but only two questions
i runned your exemple and now i've got the arabic language on my computer, how can i delete it (it don't appear in the control panel)
i saw un api : UnloadKeyboardLayout_ but i didnt understand what to put in it, i've tried : UnloadKeyboardLayout_(hkl1 ...
by effis
Wed Feb 23, 2011 6:50 am
Forum: Coding Questions
Topic: change language
Replies: 8
Views: 1348

Re: change language

User Language:
?

Keyboard Layout:
#LANG_ENGLISH
it return the same value before and after shift+alt

r u sure it isnt possible to switch?
by effis
Tue Feb 22, 2011 11:37 pm
Forum: Coding Questions
Topic: change language
Replies: 8
Views: 1348

change language

on windows, i have to press shift+alt to change language

is there an api to get the current language, and to set (or switch to) another language?

thanks
by effis
Fri Feb 18, 2011 10:40 am
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

i dont know what happend with other version, but you wrote in the code that its only for v3 and for other versions it debug an error
by effis
Thu Feb 17, 2011 7:26 am
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

Indeed it does not work on other versions (2 and 4)
This is another coding system, or just a little trick has changed?
thank you A LOT
by effis
Thu Feb 17, 2011 6:00 am
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

Thank you you are a genius!!!!!!!!!!!!!!!!!!!!!! :D :D :D

and to writing a new image in the tag, maybe you have something?

thanks again
by effis
Wed Feb 16, 2011 2:12 pm
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

i've print all af this site and resd it but its complicated for me,
maybe someone has a code for me?

thanks
by effis
Wed Feb 16, 2011 1:24 pm
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

i've seen this
but it doesnt explaind how to save the picture
by effis
Wed Feb 16, 2011 1:06 pm
Forum: Coding Questions
Topic: Download with progressbar
Replies: 13
Views: 2764

Re: Download with progressbar

thanks its working
is it possible to do it for sending a file to FTP?
by effis
Wed Feb 16, 2011 1:05 pm
Forum: Coding Questions
Topic: Get Image from ID3 Tag
Replies: 12
Views: 3968

Re: Get Image from ID3 Tag

pliz!!!
by effis
Tue Feb 08, 2011 5:31 pm
Forum: Coding Questions
Topic: Download with progressbar
Replies: 13
Views: 2764

Re: Download with progressbar

its not working
connection timeout
by effis
Tue Feb 08, 2011 6:07 am
Forum: Coding Questions
Topic: Download with progressbar
Replies: 13
Views: 2764

Re: Download with progressbar

you mean this?
InitNetwork()

Procedure.s ReceiveHTTPMemory(URL.s, BufferSize = 4096, Timeout = 5000)
;====================== ReceiveHTTPMemory ============================
; Author: Thomas Schulz (ts-soft)
; Date: January 13, 2011
; Moded by: Vitor_Boss
; Date: February 07, 2011
; Target OS ...
by effis
Mon Feb 07, 2011 10:04 pm
Forum: Coding Questions
Topic: Download with progressbar
Replies: 13
Views: 2764

Re: Download with progressbar

doesn't work or i didnt understand?
can u give me an exemple?

thanks anyway
by effis
Mon Feb 07, 2011 5:29 pm
Forum: Coding Questions
Topic: Download with progressbar
Replies: 13
Views: 2764

Re: Download with progressbar

Thanks but i dont know how to combine this