Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[SHARE] My Mini VB.NET Programs

akosiartas

Novice
Advanced Member
Messages
27
Reaction score
0
Points
26
Hello mga ka-sb. I made this thread to share my simple programs that I made while practicing vb.net 2010. I hope n mkatulong eto s mga
nag-aaral ng programming specially vb.net. medyo my pagka-advance nga lang po ang code.

- - - Updated - - -

ScreenCapturer - This simple program works like print screen. it demonstrates how to import external procedures.

- - - Updated - - -

SimpleNavigation - This simple program is written in Visual Studio 2010. It simply navigates and shows the content of an MS Access database through navigational butt1ons (next, previous and page buttons). It also demonstrates retrieving and storing an image from/to a database.
View attachment 178938
 

Attachments

  • simplenavigation.JPG
    simplenavigation.JPG
    19 KB · Views: 53
  • ScreenCapturer.zip
    60.9 KB · Views: 109
  • SimpleNavigation.rar
    57.8 KB · Views: 157
Last edited:
This program demonstrates binary serialization - a process of storing state of an object to a storage medium like a hard disk. This is very useful to those who wants to store their program's data to a secondary storage medium without using any database.

To use the program:
1. debug and run the program. you may also run the executable (Serialization Demo\SimpleNavigation\bin\Debug\Serialization Demo.exe)
2. click Add New... button to enable the components

3. Enter your desired data.

4. click Save and type your desired file name. The file will have .prsn extension.

5. A message box will pop out to confirm that the file was saved.

6. to reload what you have entered previously, click Open...

7. Open the file you created in step 4.
 

Attachments

  • Serialization Demo.zip
    692.4 KB · Views: 157
Last edited:
Analog Clock
 

Attachments

  • AnalogClock.zip
    77 KB · Views: 84
oh nice share idol, thanks!,
patingin lang ako sa code mo, :D
 
sir pede po ba paturo paggawa ng system for money lending?
 
Reviving this thread for those who missed.
 
Manual resizing of images is tedious and time-consuming. Why not try this very simple application that I made. It resize images on the fly so you don't have to open an image on a photo editor and manually drag some handles around it to resize it. The program can also process images that are in subfolders.


View attachment 320822

Selecting the source folder:
View attachment 320824

Selecting the destination folder:
View attachment 320826

Before resizing:
View attachment 320827

After resizing:
View attachment 320829

Note: I write this program in C# using Visual Studio 2015.

Source code:
View attachment 320834
 

Attachments

  • 2017-08-14 09_28_38-Image Resizer.png
    2017-08-14 09_28_38-Image Resizer.png
    9.1 KB · Views: 3
  • 2017-08-14 09_29_40-Program Manager.png
    2017-08-14 09_29_40-Program Manager.png
    35.3 KB · Views: 2
  • 2017-08-14 12_38_06-Debug.png
    2017-08-14 12_38_06-Debug.png
    20.7 KB · Views: 2
  • 2017-08-14 09_31_23-Sample Pictures.png
    2017-08-14 09_31_23-Sample Pictures.png
    103 KB · Views: 4
  • 2017-08-14 09_31_40-Sample Pictures.png
    2017-08-14 09_31_40-Sample Pictures.png
    102.8 KB · Views: 2
  • ImageResizer.rar
    137.8 KB · Views: 6
Back
Top Bottom