|
||||||
| Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Useful Binary Conversion. This program convert Binary to text and text to binary. This program has one Form1 (Main.frm), textbox (Text1.Text), two button, (cmdConvtoBin and cmdConvtoText) and a module1 (Binary.bas)
Private Sub cmdConvtoBin_Click() MainText = Text1.Text ConvertBin MainText Text1.Text = MainText End Sub Private Sub cmdConvtoText_Click() MainText = Text1.Text ConvertToText MainText Text1.Text = MainText End Sub Private Sub Form_Load() Text1.Text = "" End Sub |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vB Weekly Stats Version 1.7 | Jordan | Community Projects | 51 | 02-11-2008 11:25 AM |
| VB 6.0: Tutorial, Explaining the VB 6.0 GUI | TcM | VB Tutorials | 1 | 05-18-2007 10:25 AM |
| Binary, Decimal, Hex, the Manual way!! | TcM | Tutorials | 22 | 01-10-2007 12:06 AM |
| VB for WINDOWS,LINUX & MAC! | TcM | Visual Basic Programming | 6 | 12-08-2006 04:12 AM |
| Invisible Secrets - 40% commission through Regnow, custom trial, great conversion | Flavius | Affiliate Marketplace | 3 | 07-09-2006 10:57 AM |
| Xav | ........ | 1097.16 |
| MeTh0Dz|Reb0rn | ........ | 986.37 |
| morefood2001 | ........ | 850.04 |
| John | ........ | 841.93 |
| WingedPanther | ........ | 684.54 |
| marwex89 | ........ | 638.26 |
| Brandon W | ........ | 492.36 |
| chili5 | ........ | 292.12 |
| orjan | ........ | 187.41 |
| Steve.L | ........ | 183.02 |
Goal: 100,000 Posts
Complete: 79%