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 )

This is a link to a different site Understanding the Excel Object Model from a .NET Developer's Perspective
Total Hit (1778) Discusses some of the objects provided by Microsoft Office Excel 2003 and explains how you can use them to create managed code solutions with Microsoft Visual Studio Tools for the Microsoft Office System. The focus is mainly on the Application, Workbook, Worksheet, and Range objects. Visual Basic .N ....Read More
Rating
This is a link to a different site Understanding the Word Object Model from a .NET Developer's Perspective
Total Hit (1191) Provides information on how to use Microsoft Visual Studio Tools for the Microsoft Office System to take advantage of the objects available in Microsoft Office Word 2003. It introduces several important Word objects and provides examples of how to use them. You will learn how to work with Word 2003 ....Read More
Rating
This is a link to a different site Walkthrough: Accessing the Spelling Checker in Word
Total Hit (1012) Demonstrates how to access the Word spelling checker by invoking the built-in collection of Dialog objects in Word.
Rating
This is a link to a different site Walkthrough: Building a Word Document Using SQL Server Data
Total Hit (909) Shows how you can create customized documents based on Microsoft SQL Server data in code by taking advantage of bookmarks in a Microsoft Office Word 2003 document or template.
Rating
This is a link to a different site Walkthrough: Creating a Chart in Excel Based on SQL Server Data
Total Hit (987) Demonstrates how you can create a chart based on data from Microsoft SQL Server, using the Excel object model and code written in Microsoft Visual Basic .NET or Microsoft Visual C#.
Rating
This is a link to a different site Walkthrough: Creating a Table in Word
Total Hit (1017) Programmatically creating a table in Word is simple, once you know the tricks. Using the provided styles, you can quickly lay out an attractive table.
Rating
This is a link to a different site Walkthrough: Loading SQL Server Data into a Word Table
Total Hit (995) Learn to programmatically load data into a Word table from a SQL Server database by taking advantage of ADO.NET to access data, and using Microsoft Visual Studio Tools for the Microsoft Office System to create your project.
Rating
This is a link to a different site Walkthrough: Working with Offline SQL Server Data in Excel
Total Hit (1034) Microsoft Office Excel makes it easy to work with rectangular data, such as data from an external database. In this walkthrough, you'll load data from Microsoft SQL Server into an ADO.NET dataset. You'll then use the Excel object model to support synchronizing changes made to the data in Excel with ....Read More
Rating
This is a link to a different site Creating a Custom Spell-Checker with Word 2003 and Visual Basic .NET
Total Hit (992) You can tie into the objects and methods of Microsoft Office Word 2003 to create powerful applications. This article demonstrates using the Word object model in conjunction with Microsoft Visual Basic .NET to create a simple spell-checker whose functionality you can add to your own applications. ....Read More
Rating
This is a link to a different site A Primer on Building a Color Picker User Control with GDI+ in Visual Basic .NET or C#
Total Hit (2492) Although most developers and APIs use the RGB scheme when working with colors, it's not the only available way to represent or select colors. For instance, the standard Windows color-selection dialog box allows you to work with the HSL color scheme in an indirect way. In this article, the author des ....Read More
Rating
How can I get free Certificate for SSL enabled site
Total Hit (2515) If you need to setup SSL in IIS but don't want to pay for cert signing now, please visit: «a href='http://www.cmsweb.com/ca/personal-sign-form.php3'»http://www.cmsweb.com/ca/personal-sign-form.php3«/a»«a target=_blank title='New Window' href='http://www.cmsweb.com/ca/personal-sign-form.php3'» «i ....Read More
Rating
This is a link to a different site Simple Paging in Repeater and DataList Controls
Total Hit (1096) Most of the times while creating database driven web pages like product listing, employee directory, etc. we display the data in grid format. ASP.NET has come up with Web Controls like DataGrid, DataList and Repeater that allow you to display your data in tabular format easily ....Read More
Rating
This is a link to a different site Consuming a Web Service from a Win Form Application
Total Hit (895) I guess you might be having some information on what Web Services. If not you can read .net101's article about Web Service Part 1 -Basics. In the current article we will be concentrating on building and consuming a Web Service which delivers "Stock Quotes" on the .NET Platform. We will be using Yaho ....Read More
Rating
This is a link to a different site Building a Stock-Quotes Web Service
Total Hit (1372) I guess you might be having some information on what Web Services. If not you can read .net101's article about Web Service Part 1 -Basics. In the current article we will be concentrating on building and consuming a Web Service which delivers "Stock Quotes" on the .NET Platform. We will be using Yaho ....Read More
Rating
This is a link to a different site Creating Custom SOAP Extensions - Compression Extension
Total Hit (2250) Web Services have already been standardized and its usage if definitely on the rise. Developers are quickly finding new and better ways to apply Web Services in their existing or new application designs. Reviewing many of the Web Services designs I have noticed that developers are increasingly perfo ....Read More
Rating
This is a link to a different site PortTalk - A Windows NT I/O Port Device Driver
Total Hit (3266) A problem that plagues Windows NT/2000 and Windows XP, is it's strict control over I/O ports. Unlike Windows 95 & 98, Windows NT/2000/XP will cause an exception (Privileged Instruction) if an attempt is made to access a port that you are not privileged to talk too. Actually it's not Windows NT that ....Read More
Rating
This is a link to a different site Interrupts and Deferred Procedure Calls on Windows NT4/2000/XP
Total Hit (2999) The following example is a kernel mode driver which displays kernel debug messages when an interrupt is generated on the Parallel Port. The ISR queues a DPC (Deferred Procedure Call).
Rating
Chart Web Component with Visual Basic
Total Hit (1924)
Rating
This is a link to a different site HOWTO: Use the Chart Web Component with Visual Basic
Total Hit (2460) This article shows the different ways that you can access the documentation for Microsoft Office Web Components (OWC). The article also includes information about additional resources for programming the OWC.
Rating
This is a link to a different site HOWTO: Use the Spreadsheet Web Component with Visual Basic
Total Hit (2244) You can add the Office Web Components to a form in Visual Basic in the same way that you add any other ActiveX control. The Spreadsheet control included with the Office Web Components is a more robust option than the DataGrid control that ships with Visual Basic. Use the spreadsheet data to display ....Read More
Rating
This is a link to a different site HOW TO: Find Office Web Components (OWC) Programming Documentation and Samples
Total Hit (2672) This article shows the different ways that you can access the documentation for Microsoft Office Web Components (OWC). The article also includes information about additional resources for programming the OWC.
Rating
This is a link to a different site HOWTO: Use the PivotTable Office Web Component with VB
Total Hit (2225) This article demonstrates how to use the PivotTable Office Web Component to display information on a Visual Basic form.
Rating
This is a link to a different site XL97: How to Create a GIF File from a Microsoft Excel Chart
Total Hit (3227) To programmatically create a graphics file from a Microsoft Excel chart, use the Export method. This article contains a sample Microsoft Visual Basic for Applications macro that creates a .gif file from a chart in a Microsoft Excel workbook. NOTE: If you click Save As HTML on the File menu and u ....Read More
Rating
This is a link to a different site Code Walkthrough: Printing the PivotTable Component from Microsoft Internet Explorer
Total Hit (1529) Use another application's printing capability to enhance your Office XP Web Component applications. This article examines one of the samples from the Office XP Web Component Toolpack that allows you to print data from a PivotTable component hosted in Internet Explorer. ....Read More
Rating
This is a link to a different site Code Walkthrough: Data Drillthrough from the PivotTable Component
Total Hit (1588) The Office XP Web Component Toolpack includes a code sample that demonstrates using drillthrough from the PivotTable component to get at the data behind aggregations. This article examines some of the objects, methods, and procedures that make up the sample in detail. ....Read More
Rating
This is a link to a different site Five Tips for the Microsoft Office XP Web Components
Total Hit (1632) Discover how you can retain the original format of the numbers in a PivotTable component, determine which version of the Office Web Components you have, and more. This article provides the sample code that you can use in you own applications which use the Office XP Web components. «b»Contents«/b» ....Read More
Rating
This is a link to a different site Professional ASP Programming Guide for Office Web Component: with Office 2000 and Office XP
Total Hit (1071) In this chapter we will take a look at some advanced charting techniques that will be useful in addition to the basic charting techniques covered by the previous chapter. We will introduce how to code split axis, add data labels, and other charting functions. We will also compare the differences of ....Read More
Rating
Working with the PivotTable Component's Object Model
Total Hit (2252) The PivotTable List control is represented in the object model by the PivotTable object. You use the DataSource property to specify the source of the data to be displayed in the control. Typically, this property setting will consist of an ADO data source or another one of the Office Web Component co ....Read More
Rating
This is a link to a different site Build an OLAP Reporting App in ASP.NET Using SQL Server 2000 Analysis Services and Office XP
Total Hit (2068) Many organizations analyze their business-critical data using Online Analytical Processing (OLAP) technology. OLAP-based data mining provides a way to query multidimensional data sets and drill down into the data to find patterns. ASP.NET and the Microsoft Office Web Components (OWC) enable Web-base ....Read More
Rating
This is a link to a different site Bring the Power of Visual Studio .NET to Business Solutions Built with Microsoft Office
Total Hit (1941) Microsoft Visual Studio Tools for the Microsoft Office System is a new technology that brings the advanced features of Visual Studio .NET and the .NET Framework to apps built on Microsoft Word 2003 and Excel 2003. Now you can use Visual Basic .NET and C# to write document-centric, managed code solut ....Read More
Rating


(Page 35 of 133) 3968 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

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

© 2008 BinaryWorld LLC. All rights reserved.