9,867,109 members (39,077 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*
577 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 12
Page Size:
10
·
25
·
50
Tag filtered by: API
[x]
Hosting Windows Forms User Control in MFC Dialogs
by
AYDIN EBRAHIMI HOMAY
Tip/Trick
7 May 2013
license:
CPOL
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
Desktop Development
»
Dialogs And Windows
»
Windows Common Dialogs
C++/CLI
C#
.NET
MFC
Dev
Advanced
dialog
API
CLR
NET
, +
yelp login api Example like facebook login api
by
Jimmy Darji
Question
7 May 2013
license:
CPOL
Hi Friends what i need is yelp login api in my projectsimilar like Facebook,LinkedIn,etc.....Looking for your help friends hurry . . .
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
API
yelp login api Expample like facebook login api
by
CHill60
Answer
7 May 2013
license:
CPOL
I would refer you to the Yelp website http://www.yelp.com/developers/documentation/v2/authentication[^]or to their developers forum https://groups.google.com/forum/?fromgroups#!forum/yelp-developer-support[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
API
CreatePopupMenu() with api
by
mohssenvox
Question
6 May 2013
license:
CPOL
Hii want to know how can i use the createpopupmenu() with api, i write class like this:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace test{ [DllImport("user32.dll")] public static extern int...
General Programming
»
Uncategorised Quick Answers
»
General
C#
API
CreatePopupMenu() with api
by
E.F. Nijboer
Answer
6 May 2013
license:
CPOL
What do you expect? Just calling them won't do much. Have a look at some docs and examples:http://msdn.microsoft.com/nl-nl/library/windows/desktop/ms647626%28v=vs.85%29.aspx[^]http://www.winprog.org/tutorial/menus.html[^]Good luck!
General Programming
»
Uncategorised Quick Answers
»
General
C#
API
CreatePopupMenu() with api
by
mohssenvox
Question
6 May 2013
license:
CPOL
Hi...i want to know how can i create menu with createpopupmenu() this method...i write this but it dont work...any idea...?[DllImport("user32.dll")] static extern long DestroyMenu(long hMenu); [DllImport("user32.dll")] static extern long...
General Programming
»
Uncategorised Quick Answers
»
General
C#
API
starting a process using logonUser and createProcessAsUser api
by
- NA -
Question
2 May 2013
license:
CPOL
I tried to start a process in service session ( session 0 : window 2008 server (session 0 isolation)) with user account. then I use LogonUser and createProcessAsUser api.....but, user account('frank') //session id :0 //process name: notepad.exe when interactive service and desktop is...
General Programming
»
Uncategorised Quick Answers
»
General
Win32
API
JavaScript oAuth
by
Ricardo Lynch
Article
1 May 2013
license:
CPOL
Using JavaScript for oAuth with three major identity providers: Facebook, Google, and Twitter.
Web Development
»
Validation
»
General
Javascript
CSS
Windows
.NET
HTML
Mobile
Intermediate
jQuery
Framework
plugin
, +
SelfHoSS - Cloud Home Video Surveillance System
by
Gianni RG
Article
30 Apr 2013
license:
CPOL
Learn how to build a self-made home video surveillance system
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
Windows
.NET
Architect
Dev
Intermediate
Advanced
MVC
Azure
, +
create a .Dll with the functions and headers in a specific C-Console application
by
Richard MacCutchan
Answer
27 Apr 2013
license:
CPOL
See this article on MSDN[^].
General Programming
»
Uncategorised Quick Answers
»
General
C
DLL
API
create a .Dll with the functions and headers in a specific C-Console application
by
Ian A Davidson
Answer
27 Apr 2013
license:
CPOL
My experience is with C++, but I would guess this is the same for C (except that of course you won't have classes; only functions).Create a dll project. Define a variable on the compiler line (usually using the /d switch).E.g. for your example, you might choose something like...
General Programming
»
Uncategorised Quick Answers
»
General
C
DLL
API
create a .Dll with the functions and headers in a specific C-Console application
by
H.Brydon
Answer
27 Apr 2013
license:
CPOL
You didn't say what platform or IDE you are using, which is important for this type of question.The quick and easy answer is to create 2 dummy projects: an executable (console) app and a dll app of the type you want to convert to. Look at the details of the .dsp/.dsw/.sln/.vcproj/.vcxproj...
General Programming
»
Uncategorised Quick Answers
»
General
C
DLL
API
create a .Dll with the functions and headers in a specific C-Console application
by
faezeh sadat
Question
27 Apr 2013
license:
CPOL
i have a C-console application program ,with functions and headers which record and plays sound with windows APIs using MCIs, now i need a record and play APIs .DLL,but i dont know how can i use my console application to make this .DLL,please help me,this is urgent for me.tanx
General Programming
»
Uncategorised Quick Answers
»
General
C
DLL
API
AT&T Payment API
by
ATT Developer Program
Catalog
24 Apr 2013
license:
Commercial
Monetize your apps with the Payment API. The Payment API can give your customers the convenience and security of having their in-app purchases charged directly to their AT&T bill.
Frameworks & Apis
cross-platform
REST
API
AT&T In-App Messaging From Mobile Number API
by
ATT Developer Program
Catalog
24 Apr 2013
license:
Commercial
Drive further engagement with your customers by allowing them to share information with friends and family directly from within your app, using their own mobile number.
Components, Controls, Libraries
Mobile
cross-platform
REST
API
Message
AT&T Advertising API
by
ATT Developer Program
Catalog
24 Apr 2013
license:
Commercial
Say Hello to Revenue with In-App Mobile Ads And say goodbye to hassle. Easily monetize your apps with the new in-app mobile advertising API from AT&T and take home an 80% rev share.
Components, Controls, Libraries
cross-platform
REST
API
AT&T Speech-to-Text API
by
ATT Developer Program
Catalog
24 Apr 2013
license:
Commercial
The AT&T Speech API simplifies the process of adding Speech-to-Text and Text-to-Speech capabilies to your app with our contexts and custom hints.
Frameworks & Apis
Mobile
Speech-SDK
cross-platform
API
Speech
AT&T Text-to-Speech API
by
ATT Developer Program
Catalog
24 Apr 2013
license:
Commercial
The AT&T Speech API simplifies the process of adding Speech-to-Text and Text-to-Speech capabilies to your app with our contexts and custom hints.
Components, Controls, Libraries
Mobile
Speech-SDK
cross-platform
API
Speech
Draw Smooth Lines on HTML5 Canvas
by
Ken Fyrstenberg
Tip/Trick
23 Apr 2013
license:
CPOL
Cardinal splines at your service - no control points needed
Web Development
»
Client Side Scripting
»
General
Javascript
Architect
Dev
Design
Beginner
Intermediate
Advanced
Web-Development
HTML5
API
, +
Using the Java Native Interface in C#
by
Simon Agholor
Article
22 Apr 2013
license:
CPOL
How to invoke Java methods from a .NET application.
Languages
»
C#
»
How To
WinXP
.NET3.5
Java
Dev
Advanced
C#
Windows
.NET
JNI
C#4.0
, +
Best way to track most clicked links on website
by
ryanb31
Answer
19 Apr 2013
license:
CPOL
Yes, you are on the right path. WebTrends is also a good product. Personally, I would use an existing product to do it.
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
MySQL
API
setcapture() method in c#
by
mohssenvox
Question
18 Apr 2013
license:
CPOL
hii wrote a code for capture my mouse in panel use user32.dll and SetCapture() method:[DllImport("user32.dll")] static extern IntPtr SetCapture(long hWnd); [DllImport("user32.dll")] static extern long ReleaseCapture();and in my button write...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
API
setup_Api_methods in c#
by
Thomas Barbare
Answer
18 Apr 2013
license:
CPOL
UINT SetupDeleteError( __in HWND hwndParent, __in PCTSTR DialogTitle, __in PCTSTR File, __out UINT Win32ErrorCode, __in DWORD Style);ParametershwndParent [in] Handle to the parent window for this dialog box.DialogTitle [in] Optional pointer to a...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
API
setup_Api_methods in c#
by
mohssenvox
Question
18 Apr 2013
license:
CPOL
hii know , i explain again and its been close....i only need header of setupdeleteerror() method from user32.dll (which parameter it get).[DllImport("user32.dll")] public static extern SetupDeleteError(?,?,?,?) its still vague..?
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
API
Best way to track most clicked links on website
by
Bill Flanders
Question
17 Apr 2013
license:
CPOL
Hi, I'm am trying to design a system that tracks the most clicked links on a website.I am new to this so please forgive my ignorance. I see two possibilities:1. When link is clicked, use Javascript to pass info on element to a PHP script, which inserts info into a MySql database.2....
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
MySQL
API
What would be the best technology to exchange information among 2 applications develop using Microsoft Technology
by
Member61
Answer
17 Apr 2013
license:
CPOL
hi, It is best to use Web Service, It doesn't matter whether u use asp .net or MVC and it is secured compared to exchanging XML files...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
API
MVC3
webapi
What would be the best technology to exchange information among 2 applications develop using Microsoft Technology
by
sijimann
Answer
17 Apr 2013
license:
CPOL
HiHave you tried writing the data to be exchanged to xml file? What ypu could do is. For example if u want to exchange user credentials to another application you can try writing the data to an xml file as shown below:...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
API
MVC3
webapi
What would be the best technology to exchange information among 2 applications develop using Microsoft Technology
by
tumbledDown2earth
Answer
17 Apr 2013
license:
CPOL
I would say 'Asp.Net WebAPI' is your best best
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
API
MVC3
webapi
Integrate Tumblr into C#.Net website
by
Nupur S. Tiwari
Tip/Trick
16 Apr 2013
license:
CPOL
A complete solution that seamlessly integrates Tumblr into your C# .net website
Platforms, Frameworks & Libraries
»
Social Network Apis
»
General
C#
.NET
API
Authentication
OAuth
header
close win32 program in run time
by
farzinsantoury
Question
6 Apr 2013
license:
CPOL
hello everybodyi am writing a Win32 API program which works with files. in run time when i want to close the program the close button in right top side of window is disabled and when i try to close the program the 'End Program' and 'this program is not responding' appears and i should close...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Win32
programming
API
Get Value(string) Api From Url
by
Jimmy Darji
Question
4 Apr 2013
license:
CPOL
I Have URL Like:http://data.mtgox.com/api/1/BTCUSD/ticker[^]while i used the like below: public void getValues() { HttpWebRequest request = WebRequest.Create("http://data.mtgox.com/api/1/BTCUSD/ticker") as HttpWebRequest; using (HttpWebResponse response =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
API
Development of iPhone client application for SharePoint 2013
by
Komin Dmitry
Article
3 Apr 2013
license:
CPOL
How to write iPhone application to authenticate to SharePoint and read the contents of a list provided by the SharePoint REST API.
Mobile Development
»
Iphone
»
General
Mobile
Architect
Dev
Office
Intermediate
Mobile
iPhone
Cloud
REST
HTTP
, +
Get Value(string) Api From Url
by
Zoltán Zörgo
Answer
3 Apr 2013
license:
CPOL
You have a JSON string there. You can follow this article to read it: http://aspdotnet.hotinit.com/2012/01/get-json-data-from-url.html[^] and than you have to choose how to process the string. I suggest you consult following article for a comparison of JSON libraries: fastJSON[^] - and of...
General Programming
»
Uncategorised Quick Answers
»
General
C#
API
What would be the best technology to exchange information among 2 applications develop using Microsoft Technology
by
- NA -
Question
31 Mar 2013
license:
CPOL
Hi all,I want to exchange information like list of products and user information (like user credentials, purchase/shopping order status, etc.)among two applications developed using ASP.NET 2.0 & ASP.NET MVC 4.0. I am planning to develop and WEB API for the same. The other possibilities would...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
C#
C#4.0
API
MVC3
webapi
REST API Architecture
by
Keith Barrow
Answer
28 Mar 2013
license:
CPOL
I'm a bit loathe to answer this as I don't think there is an answer, as such the following is an opinion and hopefully you'll get multiple opinions. Given what you describe, I'd beef up the EF model and make that the business model, negating the need for the third set of classes, this keeps...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Architect
REST
API
Windows api to get 5 days later date.(return 6/01/00 if today date is 1/01/00 ( dd/mm/yy))
by
Sergey Alexandrovich Kryukov
Answer
27 Mar 2013
license:
CPOL
Please see:http://msdn.microsoft.com/en-us/library/windows/desktop/ms724950%28v=vs.85%29.aspx[^],http://msdn.microsoft.com/en-us/library/windows/desktop/ms724284%28v=vs.85%29.aspx[^].As you can see, you have two logically equivalent time data structures, with conversion between...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
API
MSDN
Windows api to get 5 days later date.(return 6/01/00 if today date is 1/01/00 ( dd/mm/yy))
by
bubaidada
Question
27 Mar 2013
license:
CPOL
Hi,I want to write a program which will run every day, but show some information to user after 5 days. I am planning to do this by saving in the registry as a date. But can any one tell me the API which will help me getting the date after 5 day from current day???I mean I want a api...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
API
MSDN
REST API Architecture
by
webdevchris
Question
27 Mar 2013
license:
CPOL
I am currently in the process of designing a REST API but got into a debate at work about the makeup of the objects. We currently have an Entity Framework model with some controller wrappers around them used as the DAL. We also obviously have the REST service part which will be based on ASP.NET...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Architect
REST
API
List computer names at workgroup
by
fatihmetehan
Question
25 Mar 2013
license:
CPOL
Hi All How can I throw the ping at all the computers in a network and also get infomation as:-Computer name -IP address -MAC address I want use windows api at this project ? Help me please regards
General Programming
»
Uncategorised Quick Answers
»
General
Windows
C#
C#4.0
API
IamLazy
List computer names at workgroup
by
Marco Bertschi
Answer
25 Mar 2013
license:
CPOL
Get IP adresses in LAN[^]Yes - Ping is needed since there is no API for this. Sadly.Get the Mac-Adress by IP of remote machine[^]Get Host name by IP address[^]Hope it helps you & cheers,Marco Bertschi
General Programming
»
Uncategorised Quick Answers
»
General
Windows
C#
C#4.0
API
IamLazy
open source code for extracting API call sequences and control flow graphs
by
- NA -
Answer
23 Mar 2013
license:
CPOL
I need this open source code too!
General Programming
»
Uncategorised Quick Answers
»
General
C++
API
CreateFile()/ fopen() faild with Error Access Denied (5)
by
H.Brydon
Answer
21 Mar 2013
license:
CPOL
As stated in solution #1, you can get this if the file is open with write or otherwise unshared access in another process. When you are developing software, it is common to write a version of your program which does not close files or terminate properly ... so an older errant version of your...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Windows
Win7
Delphi
API
Define complex type in ServiceStack Slagger-UI
by
Vasil Trifonov
Question
20 Mar 2013
license:
CPOL
I'm trying to achieve something like this http://petstore.swagger.wordnik.com/#!/store/placeOrder_post_2 I want to set a complex type as DataType of ServiceStack.ServiceHost.ApiMember attribute as I want to have JSON schema to this field. In the swagger-ui documentation is written:The...
General Programming
»
Uncategorised Quick Answers
»
General
API
Services
CreateFile()/ fopen() faild with Error Access Denied (5)
by
asschilling
Answer
20 Mar 2013
license:
CPOL
In the preview-handler - I can only write in a LocalLow-directory likeC:\Users\\AppData\LocalLow\thanks
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Windows
Win7
Delphi
API
Trying to write a script to get my twitter timeline, cannot get return information
by
TheSniper105
Question
20 Mar 2013
license:
CPOL
I’m trying to write a twitter program to get my tinme line. I’m using Abraham Williams authentication codeerrors that appearNotice: Undefined property: stdClass::$screen_name in G:\xampp\htdocs\fake.php on line 12Connected as @Notice: Trying to get property of non-object in...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
API
twitter
compare the pdf documents in acrobat using vb.net
by
venkateshmaniv
Question
18 Mar 2013
license:
CPOL
Hi, I just want to compare two pdf documents using vb.net . I tried one method to compare the pdf documents using the advanced option of acrobat "Compare Documents". I called those menu items using API . But i cant proceed after one step. so please give me some ideas to compare pdf documents...
General Programming
»
Uncategorised Quick Answers
»
General
VB
VB.NET
API
Google maps tracks API
by
Chirag7691
Answer
17 Mar 2013
license:
CPOL
but i am unable to understand how to use,so please help me
General Programming
»
Uncategorised Quick Answers
»
General
Google-Maps
API
Google maps tracks API
by
Sandeep Mewara
Answer
17 Mar 2013
license:
CPOL
With reference to the API, everything to know is mentioned here: https://developers.google.com/maps/documentation/tracks/[^]
General Programming
»
Uncategorised Quick Answers
»
General
Google-Maps
API
Google maps tracks API
by
Chirag7691
Question
17 Mar 2013
license:
CPOL
I am trying to make an application based on GPS.Now i have found that Google maps tracks API can help me to track my vehicles and all,but i am unable to understand coding part of it.So if possible please give me examples of Google Maps tracks API
General Programming
»
Uncategorised Quick Answers
»
General
Google-Maps
API
Adding a default location marker using Google maps api v2
by
Yvan Rodrigues
Answer
14 Mar 2013
license:
CPOL
Do you mean a default image for the marker, http://econym.org.uk/gmap/custom.htm[^]or the default place the marker should be?There's no such thing -- you have to manually add each one.
General Programming
»
Uncategorised Quick Answers
»
General
Mobile
Android
Google-Maps
API
Page 1 of 12
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid