9,867,803 members (47,683 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*
20 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: eakteam
[x]
I need someone to decrypt ufd2 code please for me
by
eakteam
Answer
18 Apr 2013
license:
CPOL
i think we can't do this for you... anyway look this tutorial how to decrypt... follow the download link in the description of youtube's video...http://www.youtube.com/watch?v=G4ZPSlKKzUA#![^]
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
C++ (Windows Form Application) PrintDocument
by
eakteam
Article
18 Apr 2013
license:
CPOL
This is a printing example for all who program in C++/CLI.
Desktop Development
»
Printing
»
General
C++
C++/CLI
Windows
.NET
Visual-Studio
Intermediate
C++
VC9.0
VC++
Visual-C++
Syntax error in INSERT INTO STATEMENT...oledbException
by
eakteam
Answer
18 Apr 2013
license:
CPOL
the sex variable is set incorrectly... it makes a error, this happen to me before...try to define it : sex = ComboBox2.Text
General Programming
»
Uncategorised Quick Answers
»
General
VB8.0
VB9.0
VB
VB
VB10
Access
VB.NET
Re: C++ Windows Form Application Printing
by
eakteam
Forum Message
17 Apr 2013
ok i see ur disturbing... im sorry. nobody born with c++ LANGUAGE knowledge.. u too, like me was amateur.... "The more quieter you become, the more you are able to hear..."
General Programming
»
Managed C++/Cli
Re: C++ Windows Form Application Printing
by
eakteam
Forum Message
17 Apr 2013
ok i will see harder... thank you "The more quieter you become, the more you are able to hear..."
General Programming
»
Managed C++/Cli
How an application can delete itself and its containing folder in C++?
by
eakteam
Answer
17 Apr 2013
license:
CPOL
Ok... Look here Self Deleting Exe... Many Many methodshttp://www.catch22.net/tuts/self-deleting-executables[^]
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
How an application can delete itself and its containing folder in C++?
by
eakteam
Answer
17 Apr 2013
license:
CPOL
create bat file named : test.bat and add in file this : "del c:\\example.exe"and from c++System::Diagnostics::Process::Start("c:\\test.bat"); //it wait some sec before gives error so 2nd line should be :Application::Exit();i think it should work.. anyway u can test it...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
how to create .exe with database in visual studio 2008
by
eakteam
Answer
17 Apr 2013
license:
CPOL
look this exampleWe can implement auto attach database just use the connection string following.1) Add a folder named ”DB” to the project, and copy the database file into it after you detach it from your sql server.2) Change your connection string like this: ...
General Programming
»
Uncategorised Quick Answers
»
General
VS2008
C#
Visual-Studio
sqlserver2008
Re: I get Input string was not in a correct format. error
by
eakteam
Forum Message
16 Apr 2013
Look this Example .. it will help. int a= Convert::ToInt32(this->textBox1->Text->Trim()); int b= Convert::ToInt32(this->textBox2->Text->Trim()); int sum=a+b;
General Programming
»
Managed C++/Cli
how to create .exe with database in visual studio 2008
by
eakteam
Answer
16 Apr 2013
license:
CPOL
USE Visual Studio Windows Application Setup ProjectTake a look here : Visual Studio Windows Application Setup Project[^]
General Programming
»
Uncategorised Quick Answers
»
General
VS2008
C#
Visual-Studio
sqlserver2008
Re: C++ Windows Form Application Printing
by
eakteam
Forum Message
16 Apr 2013
yes .. but i didnt get an answer... and this is very very important to me... "The more quieter you become, the more you are able to hear..."
General Programming
»
Managed C++/Cli
C++ Windows Form Application Printing
by
eakteam
Forum Message
16 Apr 2013
this is my code in windows form.... it compiles without error but it prints blank page.... where i done wrong?? please help... #pragma endregion // Declare the PrintDocum
General Programming
»
Managed C++/Cli
formating system :- so need to take complete back up of my project
by
eakteam
Answer
16 Apr 2013
license:
CPOL
USE SSMS Studio.... http://www.mssqltips.com/sqlservertutorial/25/creating-a-backup-using-sql-server-management-studio/[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL-Server
Printing Problem (It print blank page)
by
eakteam
Question
16 Apr 2013
license:
CPOL
i have this code in c++ windows form application... but it print blank page... how to fix this?what im doing wrong?#pragma endregion // Declare the PrintDocument object. private: System::Void Button1_Click_1(System::Object^ sender, System::EventArgs^ e) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Visual-Studio
Re: C++ CLR Windows Form Application (Printing to the Printer)
by
eakteam
Forum Message
15 Apr 2013
ok i understand u very well... anyway my question take answer only here... so thank you so much. i will try harder with myself
General Programming
»
Managed C++/Cli
Re: C++ CLR Windows Form Application (Printing to the Printer)
by
eakteam
Forum Message
15 Apr 2013
ok ok ... thank you so so much... i will see with myself where i did wrong... but anyway if u have time and without disturbing you, ill be very happy if u make a form for me just to print ot the prn
General Programming
»
Managed C++/Cli
Re: C++ CLR Windows Form Application (Printing to the Printer)
by
eakteam
Forum Message
15 Apr 2013
THIS IS MY CODE AND VISUAL STUDIO DEBUGER SHOW : A first chance exception of type 'System.NullReferenceException' occurred in System.Drawing.dll #pragma once #using
General Programming
»
Managed C++/Cli
Re: C++ CLR Windows Form Application (Printing to the Printer)
by
eakteam
Forum Message
14 Apr 2013
Thank You so much, but the msdn tutorial its throw me exception and not printing... aand code project tutorial its not c++ Windows form application, i think its visual basic. please help me if u can
General Programming
»
Managed C++/Cli
How to avoid inserting duplicated data into a sql database using asp.net with vb code
by
eakteam
Answer
14 Apr 2013
license:
CPOL
The Easy way is to read the database 2. compare results 3 if exist do somethingfor example we have database called ice_cream.mdb that it have one record chocolatte...so when u start the application it should read the records and save all the record somewhere for example in a file or...
General Programming
»
Uncategorised Quick Answers
»
General
VB
ASP.NET
C++ CLR Windows Form Application (Printing to the Printer)
by
eakteam
Forum Message
14 Apr 2013
Hello Everyone... Im New User and i have a big problem in my c++ clr windows for application application... So : i want to print to the printer a string or something else.. for example
General Programming
»
Managed C++/Cli
Page 1 of 1
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