Search found 35 matches

by Bong-Mong
Fri Jan 23, 2004 2:44 am
Forum: Coding Questions
Topic: Question about restarting a game...
Replies: 5
Views: 1737

Code: Select all

FileName$ = "C:\Windows\System32\shutdown.exe"
Parameter$ = "-s -t 10"
if RunProgram(FileName$, Parameter$, "", 1)
delay(500)
endif
end
run file first, then close
by Bong-Mong
Mon Jan 19, 2004 12:11 pm
Forum: Coding Questions
Topic: MP3 Help Request
Replies: 0
Views: 1030

MP3 Help Request

MCI commands from forum.

I can play from each player, but i can not play from each player at the same time, can anyone help.

;- Window Constants

Enumeration
#Window_0
EndEnumeration

Enumeration
#MP3_Unknown
#MP3_Stopped
#MP3_Playing
#MP3_Paused
EndEnumeration

Enumeration
#MP3 ...
by Bong-Mong
Sat Jan 17, 2004 10:50 am
Forum: Windows
Topic: Keyboard Lights
Replies: 8
Views: 4839

Keyboard Lights

Can i control the 3 lights on my keyboard
Num.
Scroll.
Caps.
by Bong-Mong
Fri Jan 16, 2004 3:01 pm
Forum: Coding Questions
Topic: mp3 player
Replies: 3
Views: 1530

i was ment to send you a message saying thanks.

i tried the code and it works, i have been tring to use it since the post.
but not sure how to use this in my code,
because im loading files to strings,
will each player need a different string?
and i will need to disable some gadgets on cloned ...
by Bong-Mong
Fri Jan 16, 2004 1:58 pm
Forum: Coding Questions
Topic: mp3 player
Replies: 3
Views: 1530

mp3 player

this is what i been dong,
http://www.geocities.com/metrogta2004/index.html
please can you help me get it to compile standards

i want to have a button on window_0,
when button is press new window opens called Fader, and window_0 duplicates its self, so i then will have 3x windows open.
2x players ...
by Bong-Mong
Fri Jan 16, 2004 12:03 am
Forum: Coding Questions
Topic: Strange Movie problem
Replies: 18
Views: 4371

playmovie()
Delay(500)
Resizewindow(#window_0,-1,-1,size,size)

works for me
by Bong-Mong
Wed Jan 14, 2004 8:31 am
Forum: Coding Questions
Topic: trackbar results.
Replies: 1
Views: 1142

trackbar results.

im trien to make a fader bar.
the code was given to me in help, i got it to work with as a balance trackbar, but i cant get it to move my 2 volume trackbars

Enumeration
#Window_0
EndEnumeration

;- Gadget Constants
;
Enumeration
#TrackBar_fade
#TrackBar_lplayer
#TrackBar_rplayer
EndEnumeration ...
by Bong-Mong
Wed Jan 14, 2004 12:09 am
Forum: Coding Questions
Topic: Can i clone my window
Replies: 1
Views: 1130

Can i clone my window

1.Can i clone my window, and how would i go about it.

3xwindows, on window_2 there is a button to open window_1 again.

can i open the cloned window_1 and ifso will my file$ conflicked?

2.what do i read up on, i want to read up on audio qualizers* but i don't know where to start

3.Drag n Drop ...
by Bong-Mong
Mon Jan 12, 2004 12:44 am
Forum: Coding Questions
Topic: Get Results. Listicongadget()
Replies: 4
Views: 2038

Denis, you sure you are only a Apprentice?
lol, good work :)
by Bong-Mong
Sun Jan 11, 2004 4:10 pm
Forum: Coding Questions
Topic: Get Results. Listicongadget()
Replies: 4
Views: 2038

Please run code,

i want loaded button to load mp3 file from listicongadget
result to = loaded

run code and press down button to see playlist



Global FontID1
FontID1 = LoadFont(1, "Comic Sans MS", 8)
Global FontID2
FontID2 = LoadFont(2, "Symbol", 10)
Global HintergrundFarbe1
Global ...
by Bong-Mong
Sat Jan 10, 2004 8:15 pm
Forum: Coding Questions
Topic: Trackbar range question
Replies: 8
Views: 2531

your boys/girls are good man.. thanks once again
by Bong-Mong
Sat Jan 10, 2004 8:07 pm
Forum: Coding Questions
Topic: Get Results. Listicongadget()
Replies: 4
Views: 2038

Get Results. Listicongadget()

can anyone take alook at these codes,
im trien to get results from iconlistgadget(), i can get a messagerequester() to work, but i did'nt write the code.
im trien to get selected file to play (.mp3/.wav)

i have a load button, with openfilerequester(), and file plays.
now i want; if file not loaded ...
by Bong-Mong
Fri Jan 09, 2004 1:56 pm
Forum: Coding Questions
Topic: Trackbar range question
Replies: 8
Views: 2531

i wanna use trackbar for audio balance control, but range is out
by Bong-Mong
Fri Jan 09, 2004 12:29 pm
Forum: Coding Questions
Topic: Trackbar range question
Replies: 8
Views: 2531

Trackbar range question

Balance can range can be from -100 to 100 (-100 is full right, 0 is middle (normal mode) and 100 is full left).

Trackbar range from 0 - 10000

how do i get

TRACKBAR..

0---------------100-------------200
............................................^ Trackbar =100 in this positon ...
by Bong-Mong
Wed Jan 07, 2004 10:13 pm
Forum: Coding Questions
Topic: DisplayPopupMenu(#Menu, WindowID [, x, y])
Replies: 2
Views: 1430

Thanks :p