How JustAnswer Works:

 
 
 
  • Ask an Expert
    Experts are full of valuable knowledge and are ready to help with any question. Credentials confirmed by a Fortune 500 verification firm.
  • Get a Professional Answer
    Via email, text message, or notification as you wait on our site.
    Ask follow up questions if you need to.
  • 100% Satisfaction Guarantee
    Rate the answer you receive.
 
 
 
Ask FDM Consulting Your Own Question
FDM Consulting, Consultant
Category: Programming
Positive Feedback: 93.8 %
Satisfied Customers: 32
Experience: IT Consultant with over 18 years experience
Type Your Programming Question Here...
FDM Consulting is online now
A new question is answered every 9 seconds

Im using visual basic 6 enterprise edition. Ive created the

Resolved Question:

I'm using visual basic 6 enterprise edition. I've created the project and form files (and saved) but when I go to run (F5), only the form code is displayed.Normally in run mode, you can see and sample/test the actual GUI. Please advise. I've also tried to compile (make project1.exe under the FILE menu) but the created .exe fails to open/run.

Submitted: 12 months ago.
Category: Programming
Expert:  FDM Consulting replied 12 months ago.

Expert in SQL Server, .NET, C#, VB. MS Access, Oracle.

Hi I can certainly help you with that. First with your exe. What is the Starup object that you specified in your preferences? This could be the first form that you present or a Sub Main() in a module within your project. If something is specified that has no code within will cause this issue. As far as trying to run through the VB IDE, I would need you to zip up your project files and post them on WikiSend so I can retrieve them to diagnose the issue. Let me know if you can do this and I can have it back to you in a timely fashion. Thanks for choosing just answer.

FDM Consulting, Consultant
Category: Programming
Positive Feedback: 93.8 %
Satisfied Customers: 32
Experience: IT Consultant with over 18 years experience
FDM Consulting and other Programming Specialists are ready to help you
Customer: replied 12 months ago.

* Hi, please provide your details so I can zip my files and send them to you via WIKISEND. My WIKISEND Account Name/ID is: NJE1980



* Please provide your WIKISEND details so you can retrieve these zipped files. I'm a first-timer and need a little guidance.


 


* My source code is as follows (for two samples):


 


<1st sample>


 


Private Sub Form_Load()
Image1.Visible = False
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
Image5.Visible = False
Option1.Value = False
Option2.Value = False
Option3.Value = False
Option4.Value = False
Option5.Value = False
Option6.Value = False
Option7.Value = False
Option8.Value = False
Option9.Value = False
Option10.Value = False
End Sub




Private Sub Option1_Click()
Text1.Text = "INCORRECT!"
Text1.BackColor = vbRed
Image1.Visible = False
End Sub



Private Sub Option2_Click()
Text1.Text = "CORRECT!"
Text1.BackColor = vbGreen
Image1.Visible = True
End Sub



Private Sub Option3_Click()
Text2.Text = "INCORRECT!"
Text2.BackColor = vbRed
Image2.Visible = False
End Sub



Private Sub Option4_Click()
Text2.Text = "CORRECT!"
Text2.BackColor = vbGreen
Image2.Visible = True
End Sub



Private Sub Option5_Click()
Text3.Text = "INCORRECT!"
Text3.BackColor = vbRed
Image3.Visible = False
End Sub



Private Sub Option6_Click()
Text3.Text = "CORRECT!"
Text3.BackColor = vbGreen
Image3.Visible = False
End Sub



Private Sub Option7_Click()
Text4.Text = "INCORRECT!"
Text4.BackColor = vbRed
Image4.Visible = False
End Sub



Private Sub Option8_Click()
Text4.Text = "CORRECT!"
Text4.BackColor = vbGreen
Image4.Visible = True
End Sub



Private Sub Option9_Click()
Text5.Text = "INCORRECT!"
Text5.BackColor = vbRed
Image5.Visible = False
End Sub



Private Sub Command1_Click()
'TERMINATE
Unload Me
End
End Sub



Private Sub Command2_Click()
'ABOUT
MsgBox "Written by N. J. Elvy and dedicated to B.L, C.W, N.P, P.C, G.P, S.P - The I.T. Kings and Queens", vbOKOnly, "About"
End Sub


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



<2nd Sample>



Private Sub Command1_Click()
'TERMINATE
Unload Me
End
End Sub


Private Sub Command2_Click()
MsgBox "Written by N. J. Elvy and dedicated to D.W.", vbOKOnly, "About"
End Sub
Private Sub Form_Load()
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Text4.Text = ""
Text5.Text = ""
Image1.Visible = False
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
Image5.Visible = False
Option1.Value = False
Option2.Value = False
Option3.Value = False
Option4.Value = False
Option5.Value = False
Option6.Value = False
Option7.Value = False
Option8.Value = False
Option9.Value = False
Option10.Value = False
End Sub


Private Sub Option1_Click()
Text1.Text = "CORRECT!"
Text1.BackColor = vbGreen
Image1.Visible = True
End Sub


Private Sub Option10_Click()
Text5.Text = "INCORRECT!"
Text5.BackColor = vbRed
Image5.Visible = False
End Sub


Private Sub Option2_Click()
Text1.Text = "INCORRECT!"
Text1.BackColor = vbRed
Image1.Visible = False
End Sub


Private Sub Option3_Click()
Text2.Text = "CORRECT!"
Text2.BackColor = vbGreen
Image2.Visible = True
End Sub


Private Sub Option4_Click()
Text2.Text = "INCORRECT!"
Text2.BackColor = vbRed
Image2.Visible = False
End Sub


Private Sub Option5_Click()
Text3.Text = "CORRECT!"
Text3.BackColor = vbGreen
Image3.Visible = True
End Sub


Private Sub Option6_Click()
Text3.Text = "INCORRECT!"
Text3.BackColor = vbRed
Image3.Visible = False
End Sub


Private Sub Option7_Click()
Text4.Text = "INCORRECT!"
Text4.BackColor = vbRed
Image4.Visible = False
End Sub


Private Sub Option8_Click()
Text4.Text = "CORRECT!"
Text4.BackColor = vbGreen
Image4.Visible = True
End Sub


Private Sub Option9_Click()
Text5.Text = "CORRECT!"
Text5.BackColor = vbGreen
Image5.Visible = True
End Sub


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Thank you.


 


 


 


Expert:  FDM Consulting replied 12 months ago.

id = fdmconsulting.

You can simply upload the file and it will assign and ID to the file. Cut and paste the id of the file and I can go retrieve it.

JustAnswer in the News:

 
 
 
Ask-a-doc Web sites: If you've got a quick question, you can try to get an answer from sites that say they have various specialists on hand to give quick answers... Justanswer.com.
JustAnswer.com...has seen a spike since October in legal questions from readers about layoffs, unemployment and severance.
Web sites like justanswer.com/legal
...leave nothing to chance.
Traffic on JustAnswer rose 14 percent...and had nearly 400,000 page views in 30 days...inquiries related to stress, high blood pressure, drinking and heart pain jumped 33 percent.
Tory Johnson, GMA Workplace Contributor, discusses work-from-home jobs, such as JustAnswer in which verified Experts answer people’s questions.
I will tell you that...the things you have to go through to be an Expert are quite rigorous.
 
 
 

What Customers are Saying:

 
 
 
  • My Expert answered my question promptly and he resolved the issue totally. This is a great service. I am so glad I found it I will definitely use the service again if needed. One Happy Customer New York
< Last | Next >
  • My Expert answered my question promptly and he resolved the issue totally. This is a great service. I am so glad I found it I will definitely use the service again if needed. One Happy Customer New York
  • Wonderful service, prompt, efficient, and accurate. Couldn't have asked for more. I cannot thank you enough for your help. Mary C. Freshfield, Liverpool, UK
  • This expert is wonderful. They truly know what they are talking about, and they actually care about you. They really helped put my nerves at ease. Thank you so much!!!! Alex Los Angeles, CA
  • Thank you for all your help. It is nice to know that this service is here for people like myself, who need answers fast and are not sure who to consult. GP Hesperia, CA
  • I couldn't be more satisfied! This is the site I will always come to when I need a second opinion. Justin Kernersville, NC
  • Just let me say that this encounter has been entirely professional and most helpful. I liked that I could ask additional questions and get answered in a very short turn around. Esther Woodstock, NY
  • Thank you so much for taking your time and knowledge to support my concerns. Not only did you answer my questions, you even took it a step further with replying with more pertinent information I needed to know. Robin Elkton, Maryland
 
 
 

Meet The Experts:

 
 
 
  • ATLPROG's Avatar

    ATLPROG

    Computer Software Engineer

    Positive Feedback:

    99.8 %

    Satisfied Customers:

    7396
    MS in IT.Several years of programming experience in Java C++ C C# Python VB Javascript HTML
< Last | Next >
  • http://ww2.justanswer.com/uploads/SP/spatlanta2010/2011-6-23_12450_photo.64x64.gif ATLPROG's Avatar

    ATLPROG

    Computer Software Engineer

    Positive Feedback:

    99.8 %

    Satisfied Customers:

    7396
    MS in IT.Several years of programming experience in Java C++ C C# Python VB Javascript HTML
  • http://ww2.justanswer.com/uploads/ComputersGuru/2010-02-13_051118_Photo41.JPG LogicPro's Avatar

    LogicPro

    Computer Software Engineer

    Positive Feedback:

    99.4 %

    Satisfied Customers:

    5551
    Expert in C, C++, Java, DOT NET, Python, HTML, Javascript, Design.
  • http://ww2.justanswer.com/uploads/unvadim/2010-11-15_210218_avatar.jpg unvadim's Avatar

    unvadim

    Computer Software Engineer

    Positive Feedback:

    99.7 %

    Satisfied Customers:

    1147
    Good knowledge of OOP principles. 3+ years of programming experience with Java and C++. Sun Certified Java Programmer 5.0.
  • http://ww2.justanswer.com/uploads/lifesaver333/2010-10-17_191349_ls.jpeg lifesaver's Avatar

    lifesaver

    Computer Software Engineer

    Positive Feedback:

    100.0 %

    Satisfied Customers:

    944
    Several years of intensive programming and application development experience in various platforms.
  • http://ww2.justanswer.com/uploads/RA/rajivsharma086/2012-6-6_17128_displaypic.64x64.jpg Raj's Avatar

    Raj

    Computer Engg.

    Positive Feedback:

    98.8 %

    Satisfied Customers:

    857
    BE CS, 4+ Experience in Programming and Database (ERP)
  • http://ww2.justanswer.com/uploads/EH/ehabtutor/2012-8-2_202016_1.64x64.jpg ehabtutor's Avatar

    ehabtutor

    Computer Software Engineer

    Positive Feedback:

    99.2 %

    Satisfied Customers:

    787
    Bachelor of computer science, 5+ years experience in software development, software company owner
  • http://ww2.justanswer.com/uploads/eljonis/2010-01-06_130406_eljon2.jpg Eljon's Avatar

    Eljon

    Consultant

    Positive Feedback:

    99.4 %

    Satisfied Customers:

    590
    11 yrs of programming (PHP, WordPress, XSL, SQL, JavaScript)