Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: eakteam [x]
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#![^]
Article 18 Apr 2013   license: CPOL
This is a printing example for all who program in C++/CLI.
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
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..."
Forum Message 17 Apr 2013  
ok i will see harder... thank you "The more quieter you become, the more you are able to hear..."
Answer 17 Apr 2013   license: CPOL
Ok... Look here Self Deleting Exe... Many Many methodshttp://www.catch22.net/tuts/self-deleting-executables[^]
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...
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: ...
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;
Answer 16 Apr 2013   license: CPOL
USE Visual Studio Windows Application Setup ProjectTake a look here : Visual Studio Windows Application Setup Project[^]
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..."
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
Answer 16 Apr 2013   license: CPOL
USE SSMS Studio.... http://www.mssqltips.com/sqlservertutorial/25/creating-a-backup-using-sql-server-management-studio/[^]
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) { ...
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
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
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
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
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...
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

Page 1 of 1


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