Blogs1 - 10 of 647 recent posts for tag:vb.net
10
Feb
2012
Center window on parent [VB.NET]

2 days ago by Remus Rigo

How to center the About window in the parent window (main window) In the about window (frmAbout) set the StartPosition property to CenterParent In the main window (frmMain) set the on click event from the menu (mnuMain_Help_About): Private Sub mnuMain_Help_About_Click(ByVal sender As System.Object, ...

Remus Rigo's IT Blog - remusrigo.blogspot.com

URL Label [VB.NET]

2 days ago by Remus Rigo

Private Sub lblAuthor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblAuthor.Click 'here you can put your link to your site and it will open in the default browser System.Diagnostics.Process.Start("http://about.me/remusrigo") End Sub Private Sub lblAuthor_MouseHover(ByVa ...

Remus Rigo's IT Blog - remusrigo.blogspot.com

09
Feb
2012
Get Name of an Enumerable in VB.NET

2 days ago by Rob Fine

In writing a class recently, I came upon the need to grab the name of a given enum passed in as a parameter. Enum StatusFlags Active = 1 Pending = 2 Closed = 3 End Enum It's actually very simple to retrieve the name corresponding to my Enumerable value by just adding a .ToString to the end of it. Pu ...

Atlanta Websites: Digits ... - atlantawebsites.blogspot.com · 1 reference

08
Feb
2012
VB.net defeat simple padding obfuscation

3 days ago by Y

There is an applicationthat obfuscates a serial number by padding each character. Here is a de-obfuscator I made. First: define the array with all the characters the algorithm uses: Public charArray() As Char = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", _ "A", "B", "C", "D", "E", "F", "G", " ...

OMG - theyouri.blogspot.com

05
Feb
2012
WebCab Probability and Stat for Delphi 3.6

7 days ago by admin

Free Business Download WebCab Probability and Stat for Delphi 3.6. Add Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression functionality to your .NET, COM, and XML Web service Applications. This product also has the following te ...

(s/f/t)wareBUZZ - warebuzz.com

5th Share for Visual Basic

7 days ago by xaxioza

Next application is called comboAPP This application shows how to use combo box and getting value from it. Here is the interface view : here is the source code

NAXIZA FAUZI - xaxioza.wordpress.com

04
Feb
2012
Freelance VB.Net developer, 3-8 years exp, Ahmedabad, Bengaluru/Bangalore, ...

7 days ago by Jobs

iNet Script Directory – Analysis, Design, Development and Implementation of customized software application.Maintenance of existing applications.Coding in Visual Studio.NET (VB.NET/MSSQL/Web Services environment. Working on Multithreading in Visual Basic .NET naukri.com – Jobs For All-IT Software -t ...

Click2Naukri.com - click2naukri.com

27
Jan
2012
To interface or not to interface that is the question

16 days ago by Christiaan Baes chrissie1

I suspect that if you are reading this blog then you are using an IoC container to resolve your dependencies. If you do not and you just read this blog because you think I'm an awesome guy then that is fine too, but you should now take the time to learn how to use IoC/DI. For those of you using IoC, ...

All Blogs - blogs.lessthandot.com/index.php/All · Rank: 11,053 · 29 references

25
Jan
2012
.NET dropdown in listview item / subitem.. etc.

17 days ago by Mas-Tool

Quick and easy way to add dropdown functionality to the listview.

Mas-Tool's Favorites - mas-tool.com

Multiple Indexers in C#

17 days ago by Mas-Tool

An elegant programmatic solution for having multiple indexers in C#

Mas-Tool's Favorites - mas-tool.com

Previous1234567