Microsoft Step by Step Visual Basic 6.0 Professional (1572318090) for PC Logo

Related Topics:

Posted on Jan 05, 2010
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Program code that can light a bulb using vb - Microsoft Step by Step Visual Basic 6.0 Professional (1572318090) for PC

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

  • Expert 86 Answers
  • Posted on Jan 05, 2010
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Apr 10, 2009
Answers
86
Questions
0
Helped
29492
Points
218

You can do it a couple of ways, but this would probably be the shortest. Realize this depends on what forms you're qualifying for the pictures.

  1. Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  2. '
  3. PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
  4. End Sub
  5. Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
  6. '
  7. PictureBox1.Image = Image.FromFile("C:\BulbOn.jpg")
  8. End Sub
  9. Private Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
  10. '
  11. PictureBox1.Image = Image.FromFile("C:\BulbOff.jpg")
  12. End Sub

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

9helpful
2answers
13helpful
2answers

I need library management source code in vb 6.0

Please Download it from here!!

Don't forget to vote!!!
Regards
Vikas Agrawal
MCA
0helpful
1answer

Can i get visual basic 6.0 source code of each and every controls in vb

use vb rezq here is the link VB Rezq. It decompiles the program written in VB only if the program doesnot has decompiling protection,
0helpful
1answer
0helpful
1answer

Visualbasic coding for library sydtem

I use VB 2008 Professional, and it Downloads new code snippits from Microsoft update site, you can try a search for "VB Programming Codes" on the internet as well, (Leave the Quote marksfor search, so it looks for that phrase only)
0helpful
1answer

Vb project

One of three ways:
1 make the table using vb creating a Bload screen.
2 using the visual data manager.
3 import a windows access or excel data base table.

Try the data wizard, easiest to use and U can program the program to manipulate the data in the tables.
0helpful
1answer

Codes

You would code using ADO (for VB6) or ADO.NET for VB.NET and other .NET languages.
0helpful
1answer

Zip/unzip

here are some detailed infos:

a) using an additional *.dll
http://www.codeguru.com/vb/gen/vb_graphics/fileformats/article.php/c6743

b) using a shell-command to winzip32.exe
http://www.vb-helper.com/howto_shell_zip_and_unzip.html
0helpful
1answer

Problem about our thesis

I am not sure I understand the question. You are trying to write a VB program as part of a school thesis assignment that will be usable as a book-management system? Or are you asking what are good books to get to learn to write VB programs? And what Vb are you using, "classic" VB or VN.NET?
Not finding what you are looking for?

751 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...