15,991,353 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 Member 13694735 (Top 13 by date)
Member 13694735
12-Apr-24 9:15am
View
It is a 64 bit.
Member 13694735
14-Jan-24 16:10pm
View
Did not work. Got a run time error Invalid column name 'Type'. ORDER BY items must appear in the select list if a statement contains a UNION, INTERSECT or EXCEPT operator.
Member 13694735
7-Jun-23 14:37pm
View
var d = (DateTime)Reader["CreationDateTime"];
var dd = d.ToString("MM/dd/yyyy hh:mm:ss.fffffff tt");
THIS WORKED.
Member 13694735
7-Jun-23 14:36pm
View
this did the trick
var d = (DateTime)Reader["CreationDateTime"];
var dd = d.ToString("MM/dd/yyyy hh:mm:ss.fffffff tt");
Member 13694735
6-Jun-23 16:37pm
View
I do this using "yyyy-MM-dd hh:mm:ss.fffffff" and this what I get 2023-06-06 09:28:37.0000000.
Member 13694735
26-Dec-22 12:43pm
View
I did this but the txt_Query_DragDrop method is not executed.
Member 13694735
26-Dec-22 12:22pm
View
Winforms
Member 13694735
5-Feb-22 12:23pm
View
Could you please show with examples?
Member 13694735
6-Oct-21 20:08pm
View
PIEBALDconsult's comments were uncalled for especially when I was asking for was some help. Isn't that what this site is for? If you feel the need to block me, go right ahead. If PIEBALDconsult can't take a little heat, maybe he had better get out of the kitchen. You will not need to block me because I'll never use or ask another question on codeproject.com.
Member 13694735
6-Oct-21 11:10am
View
I though this forum was to help those in need of assistance but instead we have to waste time with a smart mouth like yours.
Member 13694735
6-Oct-21 10:34am
View
I know it can be done, how do I do it?
Member 13694735
25-May-21 17:07pm
View
I get the following error message:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Member 13694735
4-May-20 15:13pm
View
correct. both forms A and B are in the foreground.
Show More