Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

GetAllControls - Retrieving all the controls inside a container and its sub-containers
Total Hit (2689) «Code LangId=2» ' Returns an array with all the controls in the specified container control and ' its child containers ' Example: ' ' print the name of all the controls on the form and its child container ' controls ' Dim ctl As Control ' For Each ctl In GetAllControls(Me) ' ....Read More
Rating
GetControlsByType - Retrieving an array of controls of the specified type
Total Hit (2552) «Code LangId=2» ' Returns an array of controls of the specified type, ' found within the specified parent control (or the form itself). ' Note: the search is optionally done recursively, by checking also controls' ' child controls ' Example: get an array with the form's textboxes ' Dim tex ....Read More
Rating
GetValidationSummary - Builds a validation summary for all the controls inside a container
Total Hit (2958) «Code LangId=2»' Return a validation summary string with all the error messages, if any, ' of the controls inside the specified container, ' associated to an ErrorProvider control ' ' Example: ' Dim summary As String = "" ' ' display the validation summary for all the controls on the ....Read More
Rating
InputBox - A .NET replacement for this VB6 function
Total Hit (3461) «Code LangId=2»' Create an InputBox like the one of VB6. You can define the dialog's title, ' question and default value. ' Example: MessageBox.Show(InputDialog.InputBox("Type your name:", "Test", ' "Marco")) Public Class InputDialog Inherits System.Windows.Forms.Form #Region " Windo ....Read More
Rating
InsertImageIntoRtb - Inserting an image into a RichTextBox
Total Hit (4850) «Code LangId=2» ' Insert an image into a RichTextBox, in the current position ' ' This version takes in input the target RichTextBox and the path of the image ' to insert ' Example: InsertImageIntoRtb(RichTextBox1, "C:\test.jpg") Sub InsertImageIntoRtb(ByVal rtb As RichTextBox, ByVal imgPat ....Read More
Rating
Pasting the text in the Clipboard into a RichTextBox
Total Hit (3466) «Code LangId=2»' Paste the text currently in the Clipboard into the specified RichTextBox ' Example: PasteIntoRichTextBox (richTextBox1) Public Sub PasteIntoRichTextBox(ByVal rtb As RichTextBox) ' get the data currently in the Clipboard Dim data As IDataObject = Clipboard.GetDataObject ....Read More
Rating
Removing styles from the font of the selected text of a RichTextBox
Total Hit (2608)
Rating
ResetControls - Reset the value for the input array of controls
Total Hit (2753)
Rating
Setting the font family of the selected text of a RichTextBox
Total Hit (2300)
Rating
Setting the font size of the selected text of a RichTextBox
Total Hit (3201)
Rating
SetRichTextBoxWordWrap - Set the WordWrap style of a RichTextBox control
Total Hit (2587)
Rating
CQueue - a class module to implement First-In-First-Out (queue) structures
Total Hit (3167)
Rating
CStack - a class module for implementing Last-In-First-Out (stack) structures
Total Hit (2761)
Rating
HashTable - a class module for storing (key,value) pairs
Total Hit (3546)
Rating
LinkedList - a class module to store list of values
Total Hit (2947)
Rating
ObjFromPtr - Return an object from its pointer
Total Hit (3797)
Rating
A command-line Object Browser that uses Reflection
Total Hit (3323)
Rating
AddRemoveEventHandler - Add or remove an event handler through reflection
Total Hit (2307)
Rating
CloneObject - cloning an object by serializing it to a memory stream
Total Hit (2543)
Rating
FilterByName - filtering by name the results of Type.FindMembers
Total Hit (2851)
Rating
FilterByType - filtering the results of Type.FindMembers by thier return type
Total Hit (3382)
Rating
FilterByType - filtering the results of Type.FindMembers by thier return type
Total Hit (2946)
Rating
GetField - Retrieving the value of a public field via reflection
Total Hit (2782)
Rating
InvokeMethod - Invoking a method via reflection
Total Hit (2675)
Rating
IsMemberSupported - Check whether an object supports a member with the specified name
Total Hit (2109)
Rating
LoadBinaryData - Deserializing an object from a file in binary format
Total Hit (2452)
Rating
LoadSoapData - deserializing an object from a file in SOAP format
Total Hit (2549)
Rating
SaveBinaryData - Serializing an object to file in binary format
Total Hit (3325)
Rating
Ensuring that a style is supported by a font family
Total Hit (2602) «Code LangId=2»' Not all fonts support the same styles. This function takes in ' input a font family and a font style, and returns a font style ' which is safe for that particular font family, by removing ' the styles that are not supported ' ' Example: ' GetSafeStyleForFontFamily(richTextB ....Read More
Rating
FindControl - Retrieving a reference to the control with the specified name
Total Hit (3086) «Code LangId=2»' Return a reference to the control with the specified name, ' searched into the specified container and its sub-controls ' Note: it requires the GetAllControls function ' ' Example: get a reference to a Label named "lblTest", and set its Text property ' DirectCast(FindControl ....Read More
Rating


(Page 99 of 133) 3968 Result(s) found  ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.