9,868,710 members (30,812 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*
24 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 1
Page Size:
10
·
25
·
50
Author filtered by: Vishal_K89
[x]
Invoking Managed C++/CLI from Unmanaged Code
by
Vishal_K89
Question
14 May 2013
license:
CPOL
Hi All,1. I am new to Managed C++, In my program, based on C++, In case I need to make a transition to Managed C++ and use the equivalent constructs.Eg., System::String ^ ptr = gcnew ("C:\Dir1\abc.txt"); // SomeClass ObjSomeClass should consume the...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
To invoke Managed API RegisterAssembly(...) etc., from Unmanaged Code C++
by
Vishal_K89
Question
10 May 2013
license:
CPOL
Hi All,Q 1. Does GacInstall(string assemblyname) & RegisterAssembly(string assemblyname) been implemented/does the source code exist for the same. ?ie., project having below binaries for subjecting to registration(Win32 dll's, COM dll's, .NET Dll's/assemblies with COM Interfaces, pure...
General Programming
»
Uncategorised Quick Answers
»
General
.NET
VC++
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
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
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++
Enumerating List of Dll's/Exe's forming (around 6K files/directories)
by
Vishal_K89
Question
24 Apr 2013
license:
CPOL
Hi All,Is there a simple and efficient way to program(in VC++, C#)to detect the presence/absence of Strong names,in files/folders ? by parsing each and all of the files contents by enumerating the entire sequence of directories/subdirectories and files, Although, using Sn -T...
General Programming
»
Uncategorised Quick Answers
»
General
C#
C#4.0
C++/MFC
Is Registration/De-Registration using API in .Net Dll's/Assemblies possible ? similar to DllRegisterServer() & DllUnRegisterServer() as in ATL-COM-domain
by
Vishal_K89
Question
23 Apr 2013
license:
CPOL
Hi All, My Application is been developed using multi-technology viz., C++ Win32 Dll, ATL-COM- Dll's & .Net Dll's(Assemblies), and my task is involved with Registration of Dll's, I had modified the COM-Dll's using adding Interface/method and used "RegSvr32.exe \\path of dll\xyz.dll...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
.NET
C#4.0
Effect Change in Dll during Application running/execution.?
by
Vishal_K89
Question
10 Apr 2013
license:
CPOL
Hi All,In my Application, comprising many COM-Dll's, I had added new class/interface/method, obviously, since, IID-CLSID changes, we need to register the Dll "abc.dll" using RegSvr32.exe "abc.dll", by closing the instance of Application.(pre-requisite) and replacing the newly registered...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ATL
COM
.NET
DLL
Registration of .Net (with COM components) & dependency on Windows Services for .Net Dll's
by
Vishal_K89
Question
31 Mar 2013
license:
CPOL
Hi All,In current project consisting of about 600 binaries(dll's,exe's,ocx's etc.,) I need to identify .NetDll's which has COM component, As I can understand, in such scenario's Registration using Regasm is mandatory (if and only if the .NetDll's have COM components),But, my query...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.0
.NET
CLR
How to enable Registration of .Net Dll's ? and GACUtils feature dependency on .Net Framework
by
Vishal_K89
Question
28 Mar 2013
license:
CPOL
Hi All, In my current .Net Application, I need to resolve/clarify few aspects, on .Net Dll's1) Is .Net Dll's needs to be registered ? If yes, under what circumstances, and how would one effect the registration part of the .Net Dll.eg: using Regsvr32.exe "path name/xyzcomInproc.dll" @...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
C#4.0
.NET4
To Identify .Net Dll's from host of Dll's in Application
by
Vishal_K89
Question
27 Mar 2013
license:
CPOL
Hi All, In my Application, I have about 600 binaries viz., COM DLL, Win32 Dll, OCX & .Net Dll's, but I need to identify the .NetDll's among them, In this context let me know, what is the distinguishing feature of .Net Dll's/Assemblies compared to other Dll's ?For Example we are able to...
General Programming
»
Uncategorised Quick Answers
»
General
.NET
DLL
.NET4.5
How to Identify .Net Dll's/Assemblies from Project supporting all Dll types?
by
Vishal_K89
Forum Message
27 Mar 2013
Hi All, I am new to .Net,I have informed all forms of Dll's is used in project, viz., Win32.dll, COM'Dll, and .Net Dll's, I need to find how we can identify .Net Dll's, however though, I could
General Programming
»
.Net Framework
To Identify .Net Dll's among many Dll's in a Project.
by
Vishal_K89
Forum Message
27 Mar 2013
I am new to .Net,I have informed all forms of Dll's is used in project, viz., Win32.dll, COM'Dll, and .Net Dll's, I need to find how we can identify .Net Dll's, however though, I could identify CO
General Programming
»
Atl / Wtl / Stl
Combo to display values(non- null)
by
Vishal_K89
Question
26 Apr 2012
license:
CPOL
Dear All,In WPF Application, I need to prevent the combo from displaying null values during initial launch of the application, here is the code snippet on how the combo is implemented, but it should only default to the first value > instead of displaying null, How one could implement the...
General Programming
»
Uncategorised Quick Answers
»
General
WPF
How to Disable divider bar of MDI app from changes to view size (File view/Output view)
by
Vishal_K89
Question
5 Apr 2011
license:
CPOL
Hi All,I have created a MDI App, using MFC Appwizard, On launch of the application, I need to disable the Divider which seperates File View to the left and other view to right, basically, mouse had to disabled for view size changes etc.,How could we accomplish such a behaviour,...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
To disable the Divider from changing the Size of File View in Mainframe.
by
Vishal_K89
Question
28 Mar 2011
license:
CPOL
I am using MFC MDI Application, where in I need to disable the divider which seperates, File View Pane in the left with the Editor and Output window to the right in my Mainframe., I tried to set the SW_NOSIZE and similar changes to onNCHTTest to HT_NOWHERE in my File View class, but of no...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
Placing bitmaps in toolbar VS2008(feature pack), for CMFCToolbars
by
Vishal_K89
Question
14 Mar 2011
license:
CPOL
I am having issues, with toolbar buttons, in MFC(MDI) Application, after opening Toolbar editor, and open the folder from desktop, having list of bitmaps, All are converted to bitmaps and size to 15 * 16, but on launching application, the image is distorted, and subsequent a loss of color...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
Copy text from Scintilla Editor to Notepad is Illegible(esp. if text EOL is )
by
Vishal_K89
Question
12 Mar 2011
license:
CPOL
I use Scintilla editor , and mapped the same into my MDI application,here, I have used the wrapper for MFC readily available from Codeproject.After mapping the scintilla editor, and setting the EOL etc., in ScintillaWnd.cppin ScintillaWnd.cpp @ Init()...//..notably. ...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
Newline as > in PreTranslateMessage for MultilineEdit Control
by
Vishal_K89
Forum Message
7 Mar 2011
In Multiline Edit control, a new line to be formed form after ALT+ENTER instead of Enter, this has similar behaviour has IM messengers etc., how can I enable the same, I learned the Keyboard virtual k
General Programming
»
Atl / Wtl / Stl
MultilineEdit Control > to move next line
by
Vishal_K89
Question
6 Mar 2011
license:
CPOL
Please let me know, the constructs I need to implement for enabling new line (Multiline Edit Control) when user selects >.in PreTranslateMessage()...... if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_RETURN)) { //Enter key was hit -> do whatever...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
MDI
How to set the Last Window Position
by
Vishal_K89
Question
3 Mar 2011
license:
CPOL
I am working in MFC Application(MDI), The Application is not saving the state even though ... EnableLoadWindowPlacement(TRUE);....and ........if (!ReloadWindowPlacement(pMainFrame)) { pMainFrame->ShowWindow(m_nCmdShow); pMainFrame->UpdateWindow(); ...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
Copying text from Editor to Notepad is illegible(LF issue) on Windows
by
Vishal_K89
Question
2 Mar 2011
license:
CPOL
I am using MFC Application, Editor provided for display, I have encountered the problem of When I type text and copy text from editor to Notepad, the text is illegible.As per Information. The End of Line is CRLF in windows and LF in Unix varaints, but, even though necessary EOL updations...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
MDI
Configuring Scintilla dll into the my mfc MDI application
by
Vishal_K89
Forum Message
6 Oct 2010
Can you help me with outlining/elaborate to configure Scintilla app(ie., scilexer.dll) into the MDI Application being developed, I was able to load the dll using my application(using loadlibrary an
General Discussions
»
Using Scintilla For Syntax Coloring In Mfc
VS 2008 IDE
by
Vishal_K89
Question
7 Sep 2010
license:
CPOL
Need a favour , to develop/ Outline approach of creating UI similar to VS 2008 IDE (Interactive) :)As per Spec. mentions UI, but functionality wise similar to VS, I have presumed SDI through (MFC App) Appwiz/Using splitter wnd ?? Pls., clarify
General Programming
»
Uncategorised Quick Answers
»
General
books
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid