Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, March 18, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Applications > ASP.Net
Search:
What's New - What's Hot
Listings for Ad Management Ad Management (9)
Listings for Bug Tracking Bug Tracking (36)
Listings for Business & Enterprise Business & Enterprise (20)
Listings for Calendar & Time Calendar & Time (6)
Listings for Chat Chat (21)
Listings for Code Editors Code Editors (13)
Listings for Content Management Content Management (27)
Listings for Conversion Conversion (4)
Listings for Data Management Data Management (10)
Listings for Database Tools Database Tools (25)
Listings for Developer Tools Developer Tools (29)
Listings for Discussion Forums Discussion Forums (22)
Listings for Email Email (10)
Listings for FAQ FAQ (4)
Listings for Graphics & Charts Graphics & Charts (64)
Listings for Guest Book Guest Book (18)
Listings for HTML & Code Editors HTML & Code Editors (28)
Listings for Image manipulation Image manipulation (3)
Listings for Management  Tools Management Tools (38)
Listings for Miscellaneous Miscellaneous (64)
Listings for Organizers Organizers (3)
Listings for Search & Directory Search & Directory (20)
Listings for Security & Encryption Security & Encryption (12)
Listings for Shopping & Commerce Shopping & Commerce (18)
Listings for Web Development Web Development (18)
Listings for Web Forms Web Forms (9)


Hot To Access Domain User Propoties From Share Point Site    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Manas Moharana       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes a simple approach to determining whether or not a logged in user is a member of a group within the context of an Share point web based application. The approach shown is based on the use of Windows based authentication in a web site configured to deny anonymous authentication and to require Windows based authentication and redirect the user according to their permission level.So I need to check in which group the user belongs ....

Calculator    Version: 0.00       Price: $0.00   
Total Hits: 32  |  Today: 0 Author: Tahir Naeem       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a scientific calculator used for ordinary and scientific calculations. It is just like the Windows Calculator along with source code. There is one function behind each button. It uses built in functions of library for sin, cos, tan, xor, or, and AND. It is very simple to understand, so there is nothing complex to be explained!!...

Enum Viewer Dialog    Version: 0.00       Price: $0.00   
Total Hits: 11  |  Today: 0 Author: PPresedo       Rating:  
Read Reviews | Write Review |   Your Rating: 

The enum viewer utility is used to read C/C++ include files and pull out the enums and their values. Enter an include file name into the Enum File edit control and press OK. This will a load list of enums found in the file into the Enums combo box. Select an enum from the combo box and its members and the values assigned to the enum member will be listed in the list control. There are two columns. The first column is used to display what the assigned enum value would be. The second column displa...

XTimer - Timer and Stopwatch Utility with Source Code    Version: 0.00       Price: $0.00   
Total Hits: 22  |  Today: 0 Author: Hans Dietrich       Rating:  
Read Reviews | Write Review |   Your Rating: 

XTimer is a useful tool for measuring time durations - for example, if you want to measure how long it takes for a program to run. XTimer offers these features:

* Countdown timer - counts down (like a microwave oven timer) from some HH:MM:SS value to zero.
* Stopwatch - continuously counts up until stopped.
* Play a wav file - when the countdown timer expires, XTimer will optionally play a wav file....

Bin2Iso    Version: 0.00       Price: $0.00   
Total Hits: 29  |  Today: 0 Author: A. Riazi       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a free tool for converting one CD image format (Bin) to another format (ISO). The conversion routine is very simple. Just read the Bin image and according to it's structure, write the data in another format. For this reason, a developer must know structure of both formats....

MessageSender    Version: 0.00       Price: $0.00   
Total Hits: 27  |  Today: 0 Author: Dmytro Ivanchykhin       Rating:  
Read Reviews | Write Review |   Your Rating: 

It may be desirable sometimes (for instance, for testing purposes) to send a message to a window of some application. Initially, MessageSender was created just for sending such messages, normally WM_USER + XXX or WM_APP + XXX or some system messages not containing pointers. Later, I added a few more features such as context and time customization. A few messages, such as WM_SETTEXT and WM_SETFONT, can also be customized. Their list is not so long though; I did it just for my favorite ones....

SmartLexicon    Version: 0.00       Price: $0.00   
Total Hits: 17  |  Today: 1 Author: Giannakakis Kostas       Rating:  
Read Reviews | Write Review |   Your Rating: 

SmartLexicon is a multi-lingual dictionary engine. I've created this program because I wanted to have an effective tool for browsing the dictionary databases available freely in the Web. After some consideration, I've concluded that my program should have the following features:

* The application should load dictionaries in various formats. Emphasis should be given on dictionaries in simple text format and on DICT dictionaries. DICT is a client/server protocol for accessing dictionary...

TOOL    Version: 0.00       Price: $0.00   
Total Hits: 30  |  Today: 0 Author: RedZenBird       Rating:  
Read Reviews | Write Review |   Your Rating: 

TOOLForge, the IDE for TOOL, has been enhanced to allow visual creation of XML Forms. This enhancement will save anyone interested in using XMLForms with TOOL the pain of creating form definition files by hand. There is more work to be done here with the more advanced XMLForm control types, but I'm wagering the existing feature set will address most user's needs. However, this program can only be released in non-source form. There is just too much commercial library code in this project to have ...

Window Sizer    Version: 0.00       Price: $0.00   
Total Hits: 27  |  Today: 0 Author: Nishant Sivakumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

Window Sizer is a little program that I wrote when I was having to frequently change screen resolutions when testing web pages or GUI applications to make sure that they worked alright in other resolutions than my default one. Often we also had requests from clients with weird specifications like a maximum window size of 600 x 600 or something equally bizarre. Then I found that when I was editing CP articles I had to switch to 800 x 600 to make sure that the article looked fine in that resolutio...

2D LUA Based Robot Simulator    Version: 0.00       Price: $0.00   
Total Hits: 30  |  Today: 1 Author: auralius manurung       Rating:  
Read Reviews | Write Review |   Your Rating: 

Here I would like to introduce a self-made 2D robot simulator. With this simulator, we can design how a robot will navigate in a 2D world by using a set of rules that we design. The rules are designed by using Lua script. For the world editor, we use GDI Device Context programming. Here are the overall features:

* Differential steering robot
* Laser beam type distance sensor
* Embedded Lua script for the robot code
* Graphical world editor
* Code editor wit...

Super ImageList and ToolBar generator    Version: 0.00       Price: $0.00   
Total Hits: 17  |  Today: 0 Author: TomKat       Rating:  
Read Reviews | Write Review |   Your Rating: 

What is this for? Why should I use this software.

It's quite simple: you have to build an application with a tree control and you need images for the branches. You have to create a bitmap with all of them and then create the image list, set transparency color, etc....

Diff tool    Version: 0.00       Price: $0.00   
Total Hits: 29  |  Today: 0 Author: Stephane Rodriguez.       Rating:  
Read Reviews | Write Review |   Your Rating: 

So you tell me why the hell should I need a diff tool while I already have windiff in the devstudio package ? windiff is great when you have nothing else to do your work, but heck this tool leaves a lot to desire, especially the unproductive way of how the diffs are presented....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net