|
|
Home >> Code Snippets
| Browse Folder Dialog | Version: VB 2008 | | Author: jjdickow | Submitted: 8/19/2010 | Views: 305 | | Learn to add a browse folder dialog to your application.
|
| Using String Lengths | Version: VB 2008 | | Author: jjdickow | Submitted: 8/19/2010 | Views: 278 | | Useful for finding parts of strings and counting characters.
|
| Get and Decrypt Acrobat Key from Registry Script | Version: ASP | | Author: Brandon Mulcahy | Submitted: 8/2/2010 | Views: 252 | | Similar to my post at http://www.a1vbcode.com/snippet-4796.asp- which deals with converting Adobe encrypted serials into usable serial keys. This is a vbscript which provides that functionality for Adobe Acrobat.
You can change the registry location ...more>> |
| Get Page Count | Version: C# | | Author: Gehan Fernando | Submitted: 7/12/2010 | Views: 392 | | Get MS Word Document Page Count Programmatically. |
| SplashScreen with ProgressBar | Version: VB6 | | Author: lvmontiel | Submitted: 6/18/2010 | Views: 2103 | | Create a new project (Form1 as default) and then add a second Form
(Form2), rename with "frmSplash".
In the Project Properties set Startup Object: frmSplash.
On frmSplash put 1 ProgressBar.
The Timer1 on the frmSplash, set: Enabled=True, Interval=10 ...more>> |
| Display MAC Address From Enterd Local Machines IP | Version: VB 2008 | | Author: Anonymous | Submitted: 5/14/2010 | Views: 2319 | | This Displays MAC Address, add 1 textbox call it MacLocalIPAddressBox and one label called MACAddressDisplayLabel. Then all you need to do is add the code below
and add local machines ip addresss ie 192.168.1.1 then press the button and the label will d ...more>> |
| Marque Text | Version: VB 2008 | | Author: santosh shelar | Submitted: 5/12/2010 | Views: 2597 | | Moving text from right to left. |
| Load webbrowser html source in notepad | Version: VB 2008 | | Author: CsharpChico | Submitted: 5/11/2010 | Views: 1572 | | This snippet will allow you to load web browser source code into notepad like internet explorer.
| Page 1 of 60 Next >>Go to page: 1 2 3 4 5 6 ...
|
|