Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 4th, 2003, 04:47 AM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
runtime error 53.file not found .plz help!

i tried converting my small school project to an .exe file using the file menu make exe thing..
but when i execute my program i get an error runtime error 53
i tried compiling it using package and deployment wizard..
plz help
shud i make a dll file or something

Reply With Quote
  #2  
Old December 4th, 2003, 05:29 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,790 Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 14 h 29 m 54 sec
Reputation Power: 746

Reply With Quote
  #3  
Old December 4th, 2003, 08:57 PM
jbelmira jbelmira is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Elmira, Ontario
Posts: 16 jbelmira User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Are you trying to load files into your project? If so, use the common dialog object to go find the file you're looking for. YOu can also use the app.path object to locate the file, if it is in the same folder as the project itself.

If the above is not the case, then possibly when you're compiling, you're not adding the dlls that you need into the project during the run of the packaging and deployment wizard.

Be a little more explicit of what the project is trying to find and maybe some one can help you more.

me

Reply With Quote
  #4  
Old December 5th, 2003, 07:24 AM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
the project is abt a small supermarket shop
and i got my mistake
firstly i didnt add the animation object in the folder and secondly i didnt compile the ocx required comc232 (something like that..)
and thanx..
thanx..

Reply With Quote
  #5  
Old December 5th, 2003, 01:56 PM
jbelmira jbelmira is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Elmira, Ontario
Posts: 16 jbelmira User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
So, why not add in the ocx and the animation object and recompile the project. If it works with that, you're done; otherwise you'll need to look at how you open files, whether the files have fixed names, or whether the user will be able to select their own file(s) or save using their own specified names. The common dialog box will work best for you in that case.

Reply With Quote
  #6  
Old December 6th, 2003, 01:42 AM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
can anyone here post me the site where i can learn advanced vb
thanx

Reply With Quote
  #7  
Old December 6th, 2003, 12:08 PM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
and cud anyone tell me how to fade a form without using any addition ocx or dll files.. plz urgent for my project

Reply With Quote
  #8  
Old December 6th, 2003, 06:08 PM
jbelmira jbelmira is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Elmira, Ontario
Posts: 16 jbelmira User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
So, koolabhi4:

Why don't you include a spash screen while your program is loading. That's very impressive for a project - and quite easy to do!

me

Reply With Quote
  #9  
Old December 7th, 2003, 12:57 AM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
how can u get a splash effect ?
i know the normal ones..
but i want a splash screen which fades into effect ...

Reply With Quote
  #10  
Old December 7th, 2003, 12:18 PM
jbelmira jbelmira is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Elmira, Ontario
Posts: 16 jbelmira User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Sorry, but I don't know how you make it fade. YOu might find a "how to" in the msdn files at microsoft.com

Reply With Quote
  #11  
Old December 7th, 2003, 12:47 PM
koolabhi4 koolabhi4 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 koolabhi4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i found out one but it says to use opacity
when i try to put opacity line in the vb declarations it gives me an error..

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > runtime error 53.file not found .plz help!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway