6,634,665 members and growing! (16,175 online)
Email
Password
Remember me?
Lost your password?
Home
Articles
Search
Latest Articles
Top Articles
Beginner Articles
Technical Blogs
Post an Article
Post Tip/Trick
Post your Blog
Posting/Update Guidelines
Article Competition
Topic List
Quick Answers
Ask a Question
Search for an Answer
Latest Questions
Unanswered Questions
Top Questions
Help! (our FAQ)
Message Boards
ASP.NET
ATL / WTL / STL
C / C++ / MFC
Managed C++/CLI
C#
COM
Hardware & Devices
LINQ
.NET Framework
System Admin
Silverlight
General Database
Sharepoint
Visual Basic
Web Development
WPF / WCF / WF
XML / XSL
General IT Issues
Site Bugs / Suggestions
The Soapbox 2.0
All Message Boards...
Job Board
Latest
Search
Post a Job
FAQ and Pricing
Catalog
Latest
Search
Post a Catalog Item
FAQ and Pricing
Help!
What is 'The Code Project'?
General FAQ
Post a Question
Site Directory
About Us
Lounge
Soapbox
Announcements
Windows 7 Comp
Win a laptop!
Monthly Competition
Articles
Desktop Development
Button Controls
Clipboard
Combo & List Boxes
Dialogs and Windows
Desktop Gadgets
Document / View
Edit Controls
Files and Folders
Grid & Data Controls
List Controls
Menus
Miscellaneous
Printing
Progress Controls
Selection Controls
Shell and IE programming
Smart Client
Splitter Windows
Static & Panel Controls
Status Bar
Tabs & Property Pages
Toolbars & Docking windows
Tree Controls
Web Development
Ajax and Atlas
Applications & Tools
ASP
ASP.NET
ASP.NET Controls
ATL Server
Caching
Charts, Graphs and Images
Client side scripting
Custom Controls
HTML / CSS
ISAPI
Site & Server Management
Session State
Silverlight
Trace and Logs
User Controls
Validation
View State
WAP / WML
Web Security
Web Services
Enterprise Systems
Content Management Server
Microsoft BizTalk Server
Microsoft Exchange
Office Development
SharePoint Server
Multimedia
Audio and Video
DirectX
GDI
GDI+
General Graphics
OpenGL
Database
Database
SQL Reporting Services
Platforms, Frameworks & Libraries
ATL
MFC
STL
WTL
COM / COM+
.NET Framework
Win32/64 SDK & OS
Vista API
Vista Security
Cross Platform
Game Development
Mobile Development
Windows CardSpace
Windows Communication Foundation
Windows Presentation Foundation
Windows Workflow Foundation
Libraries
Windows Powershell
LINQ
Languages
C / C++ Language
C++ / CLI
C#
MSIL
VBScript
VB.NET
VB6 Interop
Other .NET Languages
XML
Java
General Programming
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Localisation
Macros and Add-ins
Programming Tips
String handling
Internet / Network
Threads, Processes & IPC
WinHelp / HTMLHelp
Uncategorised Quick Answers
Graphics / Design
Expression
Usability
Development Lifecycle
Debug Tips
Design and Architecture
Installation
Work Issues
Testing and QA
Code Generation
General Reading
Book Chapters
Book Reviews
Hardware Reviews
Interviews
Scrapbook
Hardware & System
Uncategorised Technical Blogs
Author Resources
Third Party Products
Product Showcase
Solution Center
Mentor Resources
Services
Product Catalog
Code-signing Certificates
Job Board
CodeProject VS2008 Addin
Feature Zones
Product Showcase
Code Signing Resources
WhitePapers / Webcasts
ASP.NET Web Hosting
News & Community
Site Map
Who's Who @ CodeProject
CodeProject MVPs
Competitions
Company Listings
Latest Articles
News
Newsletter Archive
Press Releases
Surveys
Submit an Article
Stuff from CodeProject
The Code Project
About Us
Our Awards
Media kit & Advertising info
Legal Stuff
License Info
Search
Articles / Quick Answers
Messages
Jobs
Product Catalog
Add to IE Search
Articles by
N
aveen (1 article found)
Average article rating: 4.24
Articles
Technical Blogs
Tips
Shell and IE programming
General
Listing Used Files
Last Updated: 6 Jun 2008 Page Views: 74,523 Rating: 4.73/5 Votes: 52 Popularity: 8.11
Bookmark Count: 87
Licence: The Code Project Open License (CPOL)
A ShellExtension that lists all the used files in a folder
Dialogs and Windows
Dialogs
Hide / Minimize a Dialog on Startup [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 4,079 Rating: 3.00/5 Votes: 2 Popularity: 0.90
Bookmark Count: 6
Licence: The Code Project Open License (CPOL)
How to hide/minimize a dialog on startup
General
Find Which DLL / EXE Created a Window [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 3,304 Rating: 3.25/5 Votes: 3 Popularity: 1.55
Bookmark Count: 7
Licence: The Code Project Open License (CPOL)
How to find which DLL / EXE created a Window
Shell and IE programming
IE / Explorer plug-ins
How to open Popup Blocker Settings window of IE programmatically [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,597 Rating: 4.71/5 Votes: 3 Popularity: 2.25
Bookmark Count: 4
Licence: The Code Project Open License (CPOL)
How to open Popup Blocker Settings window of IE programmatically??Well it is with the help of "DisplayPopupWindowManagementDialog" function in the "C:\WINDOWS\system32\inetcpl.cpl".But here rather just showing a misterious function, I would like to explain the methods by which I found out the name o
Vista API
General
GetFinalPathNameByHandle API Hangs [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,099 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 0
Licence: The Code Project Open License (CPOL)
GetFinalPathNameByHandle is an new API introduced in Windows Vista. We will look at how to resolve an issue related to its usage.
C / C++ Language
General
Dependency Checker [Technical Blog]
Last Updated: 21 Oct 2009 Page Views: 1,339 Rating: 5.00/5 Votes: 1 Popularity: 0.00
Bookmark Count: 5
Licence: The Code Project Open License (CPOL)
This is a simple light weight utility to find which all dll/exe/ocx in a folder uses a particular dll.DownloadSource File(DependsChecker_Src.zip)Execuatble(DependsChecker_bin.zip)My development environment usually includes large number of binaries. And I was working in some core library module which
Howto
new with empty bracket [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,390 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 1
Licence: The Code Project Open License (CPOL)
Have you ever wrote a statement like..int *pnValue = new int[];One of my friend asked me what will happen if the above statement is executed. Executed ??? I though the code won't even compile. Surprisingly it compile and even returned a pointer. Wow that was some thing unbelievable.OK now the questi
How Local Static Variable Is Implemented in vc++ [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,743 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
As every one knows, static variables are initialized only ones, even though it is declared in a function. In this post, I will explain how the compiler implements this.OK let start with the storage of the static variables. Where do you think a static variable declared inside a function is stored? If
Optimizing Storage for Constant Data [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,673 Rating: 5.00/5 Votes: 1 Popularity: 0.00
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
In programs we usually declare constant string data. Like..const char* g_pchar = "this is a string";You might be knowing that if we run multiple copies of a exe or dll, the code portion is not duplicated per process. So do the constant data. This is because the constant datas are stored in a special
Loader snaps [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,537 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 1
Licence: The Code Project Open License (CPOL)
In one of my previous post, I mentioned about breaking the executing on dll Load. This post is actually a continutation of that one.Normally if we start an application from the debugger in the debugging mode, the output window shows some messages as shown below.Loaded 'c:\WINDOWS\system32\calc.exe',
Pointer pointing to Stack or Heap ?? [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,063 Rating: 5.00/5 Votes: 3 Popularity: 2.39
Bookmark Count: 4
Licence: The Code Project Open License (CPOL)
Today on Code project some one posted a question like "Is there any way to find whether a pointer points to stack or heap". Is there actually an API for the same??Well windows dosen't provide an API or a straight forward way to acomplish this. Any how we can find a pointer points to stack or heap by
Break application on dll Load [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,708 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 3
Licence: The Code Project Open License (CPOL)
What will you do if you encounter a crash in an application before it reaches the entry point ok exe. I. e the crach happends before the control reaches the WinMain. In such cases the crash might have happened in the dll loaded by the exe. To be more specific say in the DllMain() of dlls. In most ca
__asm int 3 in template function ( in VC6 ) [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,092 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 1
Licence: The Code Project Open License (CPOL)
We usually use __asm int 3 in the code to hard code break points. But have you tried setting a __asm int 3 in a template function? Like...templateclass T> int Testfunc( T Obj ){__asm int 3;return Obj++;}void main(){Testfunc( 1 );};The above code will never get compiled in vc6. It will generate the b
MessageBox in ExitInstance [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 1,900 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 3
Licence: The Code Project Open License (CPOL)
Like the problem in displaying the message box in InitInstance of an APP class, there is a problem in displaying the message box in ExitInstance() also. Try the following code..int CMyApp::ExitInstance() {AfxMessageBox( "Some message from CMyApp::ExitInstance" );return CWinApp::ExitInstance();}The m
When a MessageBox in InitInstance Didn't Show [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,131 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
When a MessageBox in InitInstance didn't show
WM_DEVICECHANGE problem [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 3,817 Rating: 5.00/5 Votes: 1 Popularity: 0.00
Bookmark Count: 5
Licence: The Code Project Open License (CPOL)
In one our Projects at company, we used WM_DEVICECHANGE message to detect the arrival and removal of USB devices. The application was supposed to run on a machine in which will be running along with several other utility applications. Some months after the project delivery, client reported that, som
How to find whether the parent process is GUI or Console [Technical Blog]
Last Updated: 10 Apr 2009 Page Views: 3,369 Rating: 2.50/5 Votes: 3 Popularity: 1.19
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
This is not 100% fool proof. How ever in normal cases, this works great. This technique can be used to find out, whether the child application was launched from a GUI application or from a Console application.if( AttachConsole( ATTACH_PARENT_PROCESS )){ AfxMessageBox( _T("Parent process is a con
Centralizing modeless child dialog [Technical Blog]
Last Updated: 18 Apr 2009 Page Views: 2,172 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 2
Licence: The Code Project Open License (CPOL)
Describes how to display a modeless child dialog at the center of the parent dialog.
Hardware & System
Clipboard
Function to get the local system Administrator Name [Technical Blog]
Last Updated: 8 Apr 2009 Page Views: 2,502 Rating: 0.0 / 5 Votes: 0 Popularity: 0.0
Bookmark Count: 0
Licence: The Code Project Open License (CPOL)
A codeproject poster asked this question. He was already aware of the NetLocalGroupGetMembers function with which, was can the list of users in any groups in the system. How were he wasn't quite sure how to use it and there wasn't any sample code in the internet. So I wrote a sample and posted in co
N
aveen
Member
Occupation:
Software Developer
Location:
India
Last Updated 23 Nov 2009
Web21 | 2.2.0175 |
Advertise
|
Privacy
Copyright ©
CodeProject
, 1999-2009
All Rights Reserved.
Terms of Use