15,615,985 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Manish K. Agarwal (Top 34 by date)
Manish K. Agarwal
28-Jan-22 3:13am
View
you mentioned about 5 digits, so corrected the condition to accept only 5 digits number.
Manish K. Agarwal
27-May-19 8:49am
View
(*m_container) = myBin; not allowed in const function
Manish K. Agarwal
2-Apr-19 12:18pm
View
You don't have to do anything special to enable these features. Please share the error messages. Please refer below table for supported features.
https://docs.microsoft.com/en-us/previous-versions/hh567368(v=vs.140)
Manish K. Agarwal
10-Nov-18 23:02pm
View
Also you tagged it as JavaScript while it looks like as JAVA code. What are the data type of amount, horsepower, rate etc. why are you overwriting the amount with next input using sc.nextInt()
Manish K. Agarwal
9-Nov-18 6:51am
View
what is the diff between ?
After query, components are (1),(3),(2,4). smallest size=2.
After query, components are (1),(3),(2,4). smallest size=1.
Manish K. Agarwal
2-Nov-18 3:50am
View
your question is not clear
Manish K. Agarwal
22-Oct-18 2:45am
View
question is not clear, what you want to achieve
Manish K. Agarwal
25-Sep-18 1:40am
View
Few links to start with:
https://www.codeproject.com/Articles/13724/Windows-IPC
https://docs.microsoft.com/en-us/windows/desktop/ipc/interprocess-communications
https://stackoverflow.com/questions/7127242/fastest-ipc-method-on-windows-7
Manish K. Agarwal
25-Sep-18 1:36am
View
http://www.charlespetzold.com/pw5/
Also Google on various topics will help
Manish K. Agarwal
29-Aug-18 3:59am
View
pls provide some sample input and expected output
Manish K. Agarwal
21-Aug-18 3:14am
View
First of all no need to manage 2 DBs based on year. Anyway even if you have made it, the way you are creating SqlConnection(cs) must be specifying MKS_2017 or MKS_2018, now based on the user choice in drop down you have specify it in "cs"
Manish K. Agarwal
21-Aug-18 3:01am
View
Not able to really get what is the problem in this case. It should be straight, just based on the selection from drop down, change the connection parameter.
Manish K. Agarwal
21-Aug-18 2:51am
View
also
https://support.microsoft.com/en-ae/help/179582/how-to-set-the-title-bar-icon-in-a-dialog-box
Manish K. Agarwal
21-Aug-18 2:48am
View
please refer https://www.codeproject.com/Tips/406870/Change-ICON-of-MFC-Application-and-Dialog
Manish K. Agarwal
30-Jul-18 0:38am
View
Please see if your LEDGER table has the DATA corresponding to the filter which you are passing in SELECT
Manish K. Agarwal
23-Jul-18 7:54am
View
please share the code where you assign the parameters using for each
Manish K. Agarwal
23-Jul-18 0:37am
View
then declare it as public static void ze(zen1 s[]) and modify your logic
Manish K. Agarwal
18-Jul-18 2:00am
View
are you getting the correct value in var a before you form your UPDATE SQL
Manish K. Agarwal
17-Jul-18 2:01am
View
what is TON_1 and TON_2?
Manish K. Agarwal
13-Jul-18 8:43am
View
at least VS2010, compile 'long float' with a size of 8 bytes while only 'long' or 'float' have 4 bytes
Manish K. Agarwal
11-Jul-18 1:57am
View
how you defined the elements myname, myphone etc. on the page?
Manish K. Agarwal
19-Jun-18 6:33am
View
please refer https://stackoverflow.com/questions/21277969/getting-datakey-value-for-each-row-in-grid-view
Manish K. Agarwal
26-Apr-13 5:26am
View
Reason for my vote of 1 \n poor tip, don't post just to post.
Manish K. Agarwal
24-Aug-12 7:01am
View
Reason for my vote of 5
Good simple but useful tip.
Manish K. Agarwal
12-Jul-12 8:25am
View
This is not a solution to my query.
Manish K. Agarwal
20-Feb-12 6:12am
View
Deleted
Reason for my vote of 5
Good tip
Manish K. Agarwal
20-Feb-12 5:57am
View
Deleted
Reason for my vote of 1
better you discuss such solution on some interview questions forums
Manish K. Agarwal
3-Jan-12 5:07am
View
Deleted
Thanks for your input.
1. Negative numbers are not supported as of now.
2. Done
3. Done
4. Done.
Manish K. Agarwal
3-Jan-12 5:05am
View
Deleted
This case is handled now.
Manish K. Agarwal
3-Jan-12 5:03am
View
Deleted
Reason for my vote of 4
Thanks for your feedback. Implemented your suggestions.
Manish K. Agarwal
20-Oct-11 3:23am
View
Deleted
Yes, you are correct. It is coping files in virtual file store. Thanks for sharing good link.
Manish K. Agarwal
20-Oct-11 3:11am
View
Deleted
yes, I am sure that it does not throw any exception provided you used VS2005 to build your code. If you use VS2008, it throw an exception.
even if you create a temp file on C:\ using a Win32 API, temp file does not get created but if you use FileExist it return true. Behaviour is no correct in case of application build using VS2005 and used on Windows 7 to do file manipulation on a OS protected folder.
Manish K. Agarwal
18-Oct-11 7:49am
View
Deleted
could you pls explain what problem you are facing and what you are trying.
Manish K. Agarwal
22-Feb-11 8:57am
View
Deleted
Reason for my vote of 1
useless
Show More