Hi,
I am a Visual Basic 6.0 user.
I have got a question:
how can I retrieve the place where my Application is located?
Thanks
Search Result
Collapse
5 results in 0.0014 seconds.
Keywords
Members
Tags
-
Retrieve where the app is located
-
how can i cross fade audio files in windows mobile 6.0 in c#?
I have two audio files and I want to fade between the two audio files in windows mobile 6.0? Looking at the sound api it does not appear possible.. -
vc++ 6.0 extern values in global.c/global.h file gets corrupted after use
Hi All,
Ok here we go;
I have a global.h file with a extern char glb_holder[50];
+ global.c with char glb_holder[50];
now I have ;
(one.c)
thenCode:global.h void doWork (void) { unsigned char data[30]; // data gets value memcpy(glb_holder, data, 30); }
(two.c)... -
Control Array Error?
Can someone tell me what a "Control array error" is and how to fix it?
Heres the error i get "Control Array Element "0" Doesn't Exist" And it's with the following code:
...Code:Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) If PicOpponent(Index).BorderStyle = 0 Then For i = 1 To 5 PicOpponent(i).BorderStyle = 0 -
Continuous media player in VB
I'm always so close to being done my "game" and then i think of adding something new to it....
I know that in vb 6.0 that there is a "windows media player" tool, but it only allows you to play one song, not a different song after one is finished. So i searched on youtube and found a video
http://www.youtube.com/watch?v=n69NJ...e=channel_page
and in this video he shows that...