Oops in .NET by Sandeep S Sachan (from psc cd) Language: .Net
Hi! Friends
This article show how
"Object Oriented Programing" goes with .NET.
Many people have bit problem with OOP's Concept in .net, So just take a look, then.....
Ofcourse you are going to Vote.
Bye..
have a fun
|
OOP Nullable DatePicker Control by VBRocks (from psc cd) Language: .Net
Unfortunately, Microsoft's DateTimePicker control falls drastically short when it comes to being able to bind to data source properties that contain the data type of Nullable(Of Date). So I have created a simple DatePicker control that has a Value property of Nullable(Of Date) that can be bound to datasource properties of the same data type.
|
a 1Line code #1 - change the language in language bar by Anonymous (from psc cd) Language: .Net
hi
this is my first post . this 1line code can be used by programers that want to switch between 2 or more languages in MSwindows by code.
thank to all of my friends in www.atropatgan.com/bforum/
leave a comment 4 me and help me do better in future ;)
|
Scroll TextBox to the end by Kermeci Nenad (from psc cd) Language: .Net
This few rows of VB.NET code show how you can force TextBox control to scroll to the bottom.
|
Forms in DLL's by Jose Fuentes VB MVP (from psc cd) Language: .Net
Have you ever wanted to build UI components to be used everywhere well you can build them in a DLL and use them everywhere.
"note this was possible without tricks in vb6"
|
Fix for ASP .NET Web Forms acting 'buggy' after user presses 'back' button by Ian Ippolito (PSC) Language: .Net
If you do ASP.NET web forms, have you noticed that they seem to act buggy after the user hits the back button? For example, do events start firing off that shouldn't be, or does the state on the form get reset to what the user typed in 2 times ago, or worse?
It's not a bug...and here's how to fix it.
|
|
How to Perform OCR Operations on PDF Documents inside .NET Applications by Sherazam Language: .Net
This technical tip shows how .NET developers can perform OCR operations on PDF documents inside .NET Applications. Aspose.OCR APIs can only accept images to perform OCR operation on them. If the requirement is to perform OCR on PDF documents then two Aspose APIs will be used to achieve the ultimate goal, that is; Aspose.Pdf APIs convert the PDF pages to images and Aspose.OCR APIs perform the OCR operation on the extracted/converted images. This article demonstrates the usage of Aspo ... (see entry for full description)
|
Authenticated Emailing by VBRocks (from psc cd) Language: .Net
The purpose of this article is demonstrate how to send an authenticated email.
|
How to Create/Format Forward & Reply Email Messages inside .NET Apps by Sherazam Language: .Net
This technical tip explains how .NET developers can Create the Forward & Reply Email Messages inside .NET Applications using Aspose.Email for .NET. Aspose.Email API provides the capability of creating and formatting the forward and reply messages. The ReplyMessageBuilder and ForwardMessageBuilder classes of the API are used to create the Reply and Forward messages respectively. A Reply or Forward message can be specified to be created using any of the modes of OriginalMessageAdditio ... (see entry for full description)
|
Zip Files Easy! by VBRocks (from psc cd) Language: .Net
The purpose of this article is to demonstrating zipping files using the ZipPackage class in this System.IO.Packaging namespace.
This demonstration uses:
VB.Net 2008
.Net Framwork 3.0
|
Sending sms using c#.NET by ManuMehrotra (from psc cd) Language: .Net
SMS is rapidly becoming a major medium of communication. In todays world we come across many examples of services which use SMS as a medium for communication like the polls in different news channels or exams results via SMS. Behind all these services there lies a software which automates the whole process of sending and recieving a SMS.This article discusses a code of a similar software written in C#.NET that sends a sms via a cell phone connected to the COM port. This software mak ... (see entry for full description)
|
Iteration Performance by Trevor Misfeldt (from psc cd) Language: .Net
Compares various iteration methods in .NET with an eye on the best possible performance over large data collections.
|
Enter Key in ASP.NET by Richard Bean (from psc cd) Language: .Net
This article is solving very common problem when ASP.NET developers wants to get button "clicked" and submit a form when web site visitor hit an Enter key. That is useful when you want to build Login screen, web site search, pool etc.
|
DataSet Updates to SqlServer by Bruce Broussard (from psc cd) Language: .Net
Provides a tutorial and applications for implementing a database update strategy utilizing the DataSet, DataAdapter and SqlServer.
|
|
|