9,866,691 members (31,004 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
8,176 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 164
Page Size:
10
·
25
·
50
Tag filtered by: .NET3.5
[x]
Code Coverage for Regression Tests (Manual/Auto)
by
snehal harawande
Article
12 May 2013
license:
CPOL
This article presented how to use code coverage during regression tests (auto/manual).
Platforms, Frameworks & Libraries
»
.Net Framework
»
Instrumentation
.NET3.5
C#
XML
.NET
Architect
Dev
QA
Beginner
Intermediate
C#
, +
Another Generic State Machine
by
forester joe
Tip/Trick
12 May 2013
license:
CPOL
A basic yet generic state machine implementation
Development Lifecycle
»
Design And Architecture
»
Design Patterns
.NET2.0
Mono
DotGNU
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
Dev
, +
Atomineer Pro Documentation for Visual Studio
by
Zot Williams
Catalog
12 May 2013
license:
Commercial
Unsurpassed Documentation Comment generation and updating for C#, Visual Basic, C++/CLI, C++, C, Java and UnrealScript code. Keep your comments readable and in sync with the code with a minimum of effort. Plus other coding utilities.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
Vista
VS2005
.NET3.0
VB7.x
, +
.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language
by
Shemeer NS
Article
12 May 2013
license:
CPOL
.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language. CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.
Platforms, Frameworks & Libraries
»
.Net Framework
»
General
.NET1.0
.NET2.0
.NET3.0
.NET3.5
C#
VB
SQL
.NET
Dev
Beginner
, +
IncrediBuild
by
Xoreax Software Ltd.
Catalog
11 May 2013
license:
Limited Time Trial
IncrediBuild is an easy-to-use platform for accelerating Windows-based processes through advanced Grid Computing technology. IncrediBuild speeds up Visual Studio and make based code builds as well as data builds, scripts and applications.
General Development Tools
VC6
VC7
VC7.1
VC8.0
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
, +
Give idea for Hotel Management System
by
Balasubramanian T
Answer
11 May 2013
license:
CPOL
int Days = 0; DateTime bookingTime = ----; DateTime vacateTime = ---; TimeSpan roomHeldFor = vacateTime - bookingTime; decimal heldTime = Math.Ceiling(((decimal)roomHeldFor.TotalHours)); if (heldTime
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
Mocking Event Handlers
by
forester joe
Tip/Trick
11 May 2013
license:
CPOL
A solution for monitoring Events called during test
Development Lifecycle
»
Design And Architecture
»
Unit Testing
.NET2.0
Mono
DotGNU
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
Dev
, +
Display or format lists/collections/arrays using simple LINQ-style extension methods.
by
Eric Lynch
Article
10 May 2013
license:
CPOL
This article provides and describes the EnumerableExt class, which simplifies the display and formatting of lists, collections, and arrays. It accomplishes this by implementing extension methods (Append, BuildString, and Write) that are available via the IEnumerable interface.
General Programming
»
Collections
»
General
C#3.0
.NET3.5
C#
Windows
.NET
Dev
LINQ
Intermediate
C#
.NET
, +
LINQ Tutorial for Beginners
by
d.ban
Tip/Trick
10 May 2013
license:
CPOL
A LINQ tutorial for beginners.
Platforms, Frameworks & Libraries
»
Linq
»
General
.NET3.5
Dev
ADO.NET
Intermediate
C#
.NET
C#4.0
.NET4
How to bind Derived Type in MVC View
by
Abhay@Accenture
Tip/Trick
9 May 2013
license:
CPOL
How to bind Derived Type in MVC View
Web Development
»
Asp.Net
»
Howto
.NET2.0
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
HTML
Architect
Dev
, +
To identify usage of Regasm.exe in .Net Dll/assembly also , to know any assembly/.NET Dll is installed in GAC path
by
Vishal_K89
Question
8 May 2013
license:
CPOL
Hi,I have some couple of .NET Dll's(assembly) with/without COM Interfaces,1. Is there a way/method to detect if a dll/assembly (.Net Dll) has a COM interface ?This is akin to searching for DllRegisterServer() API function in Unmanaged source Code (ATL-COM world)in VS IDE.I need...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
C#4.0
WCF Self Hosting Problem related to endpoint address
by
abhhy09
Question
7 May 2013
license:
CPOL
I am trying to create the WCF Self hosting application i have created the hosting applicationwhich is running fine. But in the client side it is giving error (error code 10061) i know issue is related to address specified in the app.config in client application. Need solution to fixed this...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
WCF Self Hosting Problem related to endpoint address
by
Pheonyx
Answer
7 May 2013
license:
CPOL
Try reading this link, was the first link when googling "WCF error code 10061" http://social.msdn.microsoft.com/forums/en-US/wcf/thread/58e420e9-43a3-4119-b541-d18158038e36/[^]Based on the information you provided that looks like it could be same issue and there are various solutions...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
currency convertor some times stop working! solve this problem
by
Johnny J.
Answer
7 May 2013
license:
CPOL
Make sure that you have an active internet connection at all times!Put a try/catch around "web.DownloadString(url)" and show a message like "Service not available" in the catch part.When using a 3rd party service like Google you cannot solve the problem in any other way when it's not...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ASP.NET
.NET
currency convertor some times stop working! solve this problem
by
CPallini
Answer
7 May 2013
license:
CPOL
That is a problem you probably cannot solve: an explanation here[^].
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ASP.NET
.NET
currency convertor some times stop working! solve this problem
by
hammadali
Question
7 May 2013
license:
CPOL
The remote server returned an error: (503) Server Unavailable.Line 40: Dim url As String = String.Format("http://www.google.com/ig/calculator?hl=en&q={2}{0}%3D%3F{1}", fromCurrency.ToUpper(), toCurrency.ToUpper(), amount)Line 41: Dim response As String =...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ASP.NET
.NET
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
Tadit Dash
Answer
7 May 2013
license:
CPOL
There will be a web.config/app.config file existing on that application. Check that.That is xml file usually contains all the configuartion information for the application.You will find the key CheckPassword inside AppSettings tag under parent tag configuration inside that file something...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
KM Perumal
Answer
7 May 2013
license:
CPOL
My Part of answerYou ll get the value of CheckPassword from web.config or app.config.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
mojtaba1596
Answer
7 May 2013
license:
CPOL
With this code you can read the variables of your program that is saved in the web.config or app.config.you can access to it from all forms.
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
What is the use of this code line ? System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];
by
Kavitha le
Question
6 May 2013
license:
CPOL
In my new project they have used one code likestring A = System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];What is the use of this code? why the are using this?What could be the use of this code?
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C#
ASP
ASP.NET
.NET
, +
How to display label in center irrespective of size of monitor screen?
by
Aarti Meswania
Answer
5 May 2013
license:
CPOL
If it is windows application,set welcome label's properties...Label1.Dock = Fill;Label1.TextAlign = MiddleCenter;Happy Coding!:)
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
C#4.0
How to display label in center irrespective of size of monitor screen?
by
- NA -
Question
5 May 2013
license:
CPOL
Hi To All!Respected sir/ma'am.This is first time i am developing software so i have one question i want to display One label(Welcome to user) on the middle(center) of my monitor screen but as you know screen size is vary like mine is 19Inc others(my client)might have larger than it or may...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
C#4.0
crystal report not works in setup project
by
Raj Parashar
Answer
4 May 2013
license:
CPOL
Just make sure to add this in your app.config file. and then it should work.
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
.NET4
CrystalReports
crystal report not works in setup project
by
MP59
Question
4 May 2013
license:
CPOL
My project is in .Net 4 and works good,But in setup project i got some errors like this:Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
.NET4
CrystalReports
Give idea for Hotel Management System
by
OriginalGriff
Answer
4 May 2013
license:
CPOL
Try: DateTime startBooking = ... DateTime vacated = DateTime.Now; TimeSpan roomHeldFor = vacated - startBooking; int heldTime = (int) roomHeldFor.TotalMinutes; Console.WriteLine(heldTime > (25 * 60) ? "Two days" : "One day");
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
Give idea for Hotel Management System
by
Mehdi Gholam
Answer
4 May 2013
license:
CPOL
Usually people must vacate the room before 13:00 otherwise it is put on their account.
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
Give idea for Hotel Management System
by
Balasubramanian T
Question
4 May 2013
license:
CPOL
Hi,This is Bala, i am very new to .net window applications. i am using .net framework 3.5 with c# language and sql server 2005 now i am developing a project for hotel management in window application. modules are, booking of room and vacate a room based on the time not day. now i have...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
.NET3.5
C#
.NET
SQL-Server
Programmatic Usage of GacUtils using GacInstall(any other alternatives/options)
by
Vishal_K89
Question
4 May 2013
license:
CPOL
Hi ,On usage of GacInstall() programmatically,instead of Gacutils.exe but, on implementing the above method, I could not get the xyz.dll/assembly installed programmatically, (Verification is through Context menu (MyProject->Add References->.NET tab), though the assembly does not get...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
C#4.0
Concurrency Control of WCF Service with Entity Framework
by
Mike_Liu
Article
3 May 2013
license:
CPOL
Implement a WCF service with Entity Framework that supports concurrent updates.
Platforms, Frameworks & Libraries
»
Windows Communication Foundation
»
General
.NET3.0
C#3.0
.NET3.5
Dev
WCF
LINQ
Beginner
Intermediate
C#
.NET
, +
radio button event is not fired even when auto post back is true
by
D Hari
Answer
3 May 2013
license:
CPOL
if you want the radiobutton1 to be checked by default then you can remove the code on page load to set the radiobutton2 checked as true that should fire the event.Since the checked property is set to true for both the radiobuttons (in page load and the aspx page) the checkedchanged event is...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
C#
.NET
Dynamic Visitor Pattern
by
GSerjo
Article
3 May 2013
license:
CPOL
Visitor design pattern - dynamic implementation.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
.NET3.0
C#3.0
.NET3.5
Architect
Intermediate
C#
.NET
C#4.0
.NET4
DBMapper - A new ORM tool
by
Koray Dakan, PMP
Article
2 May 2013
license:
CPOL
DBMapper - A new ORM tool for vendor-neutral solutions
Platforms, Frameworks & Libraries
»
.Net Framework
»
Applications
SQL2005
C#3.0
.NET3.5
C#
VB
.NET
SQL-Server
Architect
Dev
ADO.NET
, +
Enhancing Church Worship With The Cloud
by
Stan Bice
Article
2 May 2013
license:
CPOL
Imagine connecting church worship attenders with real-time content.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
.NET1.0
.NET1.1
.NET2.0
IIS5.1
IIS6
eVC3.0
eVC4.0
Mono
C#1.0
C#2.0
, +
Invalid attempt to call metadata when reader is closed
by
SatishKrshnn
Answer
2 May 2013
license:
CPOL
@ Dave Kreskowiak....I hv created a module for connection string in which i have created a sub named connection. i call this sub wherever i need to call the connectionstring and con.open() and i directly proceed to write sqlquery. So are u suggesting me to explicitly define a connection string...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
VS2008
C#
ASP.NET
C#
VB
.NET
SQL-Server
Visual-Studio
, +
Invalid attempt to call metadata when reader is closed
by
Dave Kreskowiak
Answer
2 May 2013
license:
CPOL
You're getting yourself in trouble by trying to reuse a connection. Don't. What you did was try to run 2 readers on the same connection, but one after the other. When you closes the first reader, it also closed the connection, preventing you from running the second reader on it.You're...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
VS2008
C#
ASP.NET
C#
VB
.NET
SQL-Server
Visual-Studio
, +
Invalid attempt to call metadata when reader is closed
by
SatishKrshnn
Question
2 May 2013
license:
CPOL
I get this error when i run my vb.net program. I am unable to understand what causes this error.The error points to dr1= cmd2.executereader in line no 113.This is my coding. Private Sub cmbstudentid_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
VS2008
C#
ASP.NET
C#
VB
.NET
SQL-Server
Visual-Studio
, +
Programmatic approach for Gacutils.exe (Invocation from Unmanaged Code to Managed Code )
by
Vishal_K89
Question
2 May 2013
license:
CPOL
Hi All,My project is based on Registration/De-Registration of Dll's, oriented towards (COM Dll's and .NET Dll's/Assemblies with COM interfaces), here, I need to simulate the behavior of Dll's registration for .NET with COM interface (RegAsm.exe/Gacutils.exe).Steps:1. To create a...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
.NET
VC++
radio button group : event is not firing when post back is true and when checked is set for on radio button as default value
by
rajin kp
Answer
1 May 2013
license:
CPOL
i solve this by changing my button click protected void Button1_Click(object sender, EventArgs e) { RadioButton2.Checked = true; RadioButton1.Checked = false; }is this a good one.why radio button show such behaviour
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
radio button group : event is not firing when post back is true and when checked is set for on radio button as default value
by
rajin kp
Question
1 May 2013
license:
CPOL
i have a page
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
radio button event is not fired even when auto post back is true
by
D Hari
Answer
1 May 2013
license:
CPOL
I tried your code. When i remove the default value for checked property for Radiobutton1 then the event fires properly. Please try this for Radiobutton1
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
C#
.NET
radio button event is not fired even when auto post back is true
by
rajin kp
Question
1 May 2013
license:
CPOL
i have an aspx page
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
C#
.NET
Simple Example of Responsive UI in WPF
by
Saiyed Alam
Article
30 Apr 2013
license:
CPOL
Responsive UI
Platforms, Frameworks & Libraries
»
Windows Presentation Foundation
»
General
.NET3.0
.NET3.5
C#
Dev
WPF
Intermediate
.NET
.NET4
.NET4.5
LinqConnect
by
Devart
Catalog
30 Apr 2013
license:
Shareware
LinqConnect is a LINQ to SQL compatible ORM solution with extended functionality, support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite, its own visual model designer, seamlessly integrating to Visual Studio, and SQL monitoring tool.
Components, Controls, Libraries
SQL2000
SQL2005
SQL-CE
.NET3.5
C#
ASP.NET
XML
SQL
Windows
.NET
, +
On server Session are not working in PageMethods in asp.net (fileupload Process bar implementation )
by
rohit_singhk
Question
29 Apr 2013
license:
CPOL
Dear Code Project Expert Team,I have big issue when we upload file for upload mechanism. And also want to Percentage completion done and display of completion process on front.All of working fine file upload and complete successfully done.But process bar not working on server. i retrieve...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
Javascript
.NET
How to make form that will not focus?
by
jol333
Question
28 Apr 2013
license:
CPOL
How can I create a window like Windows On-Screen keyboard, so that I can use the window in the foreground without focusing it. Suppose I'm renaming a folder, when I click on any other form, the rename field will get disabled. So I want to make a form that always stay in the foreground (above all...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
VisualStudio2010
How to make form that will not focus?
by
Javed
Answer
28 Apr 2013
license:
CPOL
Hi,Go through this-Creating a Form That Doesn't Take Focus[^]
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
VisualStudio2010
Assembly Manipulation and C# / VB.NET Code Injection
by
Sebastien LEBRETON
Article
26 Apr 2013
license:
MIT
Reflexil is an assembly editor and runs as a plug-in for Reflector or JustDecompile. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
Languages
»
Msil
»
General
.NET1.0
.NET1.1
.NET2.0
VS.NET2003
VS2005
Mono
.NET3.0
VB7.x
VB8.0
VB9.0
, +
Private Folder Locker
by
Linoxxis
Article
26 Apr 2013
license:
CPOL
Folder Encrypted / Decrypter with standolone function
Desktop Development
»
Files And Folders
»
Utilities
.NET3.5
C#
Dev
Intermediate
.NET
C#3.5
Encryption
Decryption
Web-based Data Access Object for Unmanaged Application
by
In the Face of God
Article
25 Apr 2013
license:
CPOL
Unmanaged code application accessing data in a database via Web Services without a database provider.
Languages
»
C / C++ Language
»
General
VC6
VC7
VC7.1
VC8.0
.NET2.0
.NET3.0
.NET3.5
C++
ASP.NET
.NET
, +
Ribbon Form prevent maximize minimize
by
be_5demtak
Question
25 Apr 2013
license:
CPOL
Hello, I am using the free windows forms ribbon control Version 3.5.6.1 page here in a vb.net application.The form which i placed the ribbon control in is inherited from System.Windows.Forms.RibbonForm* Form Properties are set as follows:Me.FormBorderStyle =...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
.NET
dialog
Forms
Ribbon
Page 1 of 164
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid