Hot Hubs · by omarabid RSS icon



Sort Results: [ Hot | Best | Latest ]

82

Using Registry Keys with VB.net

by omarabid

Find out cool tutorial at dotnet source Now we pass to an important part. How to use the registry keys (add, delete and modify) with VB.net First let's start: Create a new project, and add a button where... published 8 months ago

0 comments    vbnet dotnet

66

Tutorial 6: How to use (add, read, change, delete) registry keys with vb.net

by omarabid

Find out more tutorials at http://thedotnetsource.blogspot.com/ Reason of this project: This is the next part of the previous tutorial. We'll learn here how to add, change, read, delete registry keys and... published 3 months ago

0 comments    tutorial dotnet registry keys

70

Data Grid View Tutorial

by omarabid

Find out cool tutorial at dotnet source The DataGridView control I found many programers interested about using the Data Grid View, so I made this small tutorial about it. I'm going to show how to use the... published 7 months ago

3 comments    vbnet datagridview

74

Tutorial 1: The timer control and stop watch application

by omarabid

Find out cool tutorial at dotnet source Reason of this project: Many of beginners' programmers don't know the timer control or how to use it to fit their needs. For this reason, I came with this tutorial to... published 3 months ago

1 comment    tutorial dotnet timer control

60

Boost Windows Vista Speed

by omarabid

Find out cool tutorial at dotnet source While the discussion pertains to Vista particularly, the same applies to Windows in general too ! For a general user the first three are usually more than sufficient... published 7 months ago

2 comments    speed windows vista boost

50

Optimize MS SQL Server

by omarabid

Those are some tips that I collected while I was surffing different sites... Hope they help Use views and stored procedures instead of heavy-duty queries. This can reduce network traffic, because your client... published 2 months ago

0 comments    programming optimization sql

working