-
Need Help with this program i found
Hi, Everyone I need some help with this program. I downloaded it form planet source code.com, I only have the link to the program because its to big to attach a file here so im going to put the link, Now I have tried to e-mail the owner and he as not got back to me yet, and I went to his website and the owner of this program has a website but its gone when I went to it. Please help me with this program. And if you help me I will make a program for you any type of program , I know Visual basic 2010 and c++ 2010 and c# 2010. thanks for looking at my post. here is the link
http://www.mediafire.com/?7k4zrq5c6n7a2hh
-
It might be in your best interest to state, or at least hint at, what kind of help you need with this program.
Also, if you downloaded it from PlanetSourceCode then why haven't you posted that link instead of a link to a mediafire site?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
http://www.planetsourcecode.com/vb/s...34182&lngWId=1
here is whats happing
Code:
'Save Icons Pos.
Main.SaveIconPositions
If Media_Player.MPlayer(0).PlayState = mpPlaying Or Media_Player.MPlayer(0).PlayState = mpPaused Then
(the error that shows up when I try to make it to exe is the second sentence line here is the error
(.playstate), and here is the code of the rest that its in
Code:
'Save Icons Pos.
Main.SaveIconPositions
If Media_Player.MPlayer(0).PlayState = mpPlaying Or Media_Player.MPlayer(0).PlayState = mpPaused Then
Media_Player.MPlayer(0).Stop
Media_Player.MPlayer(0).FileName = ""
Main.MediaBar.Picture = Media_Player.playimg_dead.Picture
Main.MediaBar_Progress.Value = 0
Media_Player.playimg_timer.Enabled = False
End If
If Media_Player.MPlayer(1).PlayState = mpPlaying Or Media_Player.MPlayer(1).PlayState = mpPaused Then
Media_Player.MPlayer(1).Stop
Media_Player.MPlayer(1).FileName = ""
Main.MediaBar.Picture = Media_Player.playimg_dead.Picture
Main.MediaBar_Progress.Value = 0
Media_Player.playimg_timer.Enabled = False
End If
Thanks for your time, and sorry about the link
-
What is the exact wording of the error?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By sedricbenson@ho in forum C++
Replies: 2
Last Post: 11-07-2006, 08:18 AM
-
By sedricbenson@ho in forum C++
Replies: 2
Last Post: 11-07-2006, 07:58 AM
-
By James Abbott in forum VB Classic
Replies: 2
Last Post: 11-24-2001, 05:04 AM
-
Replies: 0
Last Post: 12-15-2000, 10:07 PM
-
By Dan Rhea in forum VB Classic
Replies: 0
Last Post: 10-17-2000, 03:09 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks